@charset "UTF-8";
.breadcrumbs {
  border-top: 1px solid #CCCCCC;
  margin-top: 128px;
}

.sign {
  width: 100%;
  height: auto;
  padding: 80px 0;
  background: #fff;
}

.sign .sign_box {
  width: 100%;
  height: auto;
}

.sign .sign_box h2 {
  font-weight: 400;
  font-size: 60px;
  color: #000;
  text-align: center;
  margin-bottom: 62px;
}

.sign .sign_box .sign_tab {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.sign .sign_box .sign_tab .tab_item {
  text-align: center;
  line-height: 60px;
  font-weight: 400;
  font-size: 18px;
  color: #696969;
  cursor: pointer;
  width: 260px;
  height: 60px;
  background: transparent;
  border-radius: 0px;
  border: 1px solid rgba(105, 105, 105, 0.53);
  border-left: none;
  border-right: none;
}

.sign .sign_box .sign_tab .tab_item:first-child {
  border-radius: 10px 0px 0px 10px;
  border: 1px solid rgba(105, 105, 105, 0.53);
  border-left: 1px solid rgba(105, 105, 105, 0.53);
  border-right: 0px solid rgba(105, 105, 105, 0.53);
}

.sign .sign_box .sign_tab .tab_item:first-child.active {
  border-left: none;
  border-right: none;
}

.sign .sign_box .sign_tab .tab_item:nth-of-type(2) {
  border-radius: 0px 0px 0px 0px;
  border: 1px solid rgba(105, 105, 105, 0.53);
  border-left: 1px solid rgba(105, 105, 105, 0.53);
  border-right: 1px solid rgba(105, 105, 105, 0.53);
}

.sign .sign_box .sign_tab .tab_item:nth-of-type(2).active {
  border-left: none;
  border-right: none;
}

.sign .sign_box .sign_tab .tab_item.active {
  color: #fff;
  border: 1px solid #2FA8FF;
  border-left: none;
  border-right: none;
  background: #2FA8FF;
}

.sign .sign_box .sign_tab .tab_item:last-child {
  border-left: 1px solid rgba(105, 105, 105, 0.53);
  border-right: 1px solid rgba(105, 105, 105, 0.53);
  border-radius: 0 10px 10px 0;
}

.sign .sign_box .sign_tab .tab_item:last-child.active {
  border-left: none;
  border-right: none;
}

.sign .sign_box .sign_content {
  width: 100%;
  height: auto;
  margin-top: 60px;
}

.sign .sign_box .sign_content .sign_item_model {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.sign .sign_box .sign_content .sign_item_model .item_l {
  width: 720px;
  height: auto;
}

.sign .sign_box .sign_content .sign_item_model .item_l .img_box {
  width: 100%;
  height: 540px;
  position: relative;
}

.sign .sign_box .sign_content .sign_item_model .item_l .img_box .img_bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sign .sign_box .sign_content .sign_item_model .item_l .img_box .img_bg2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sign .sign_box .sign_content .sign_item_model .item_l .img_box .card {
  width: 540px;
  position: absolute;
  bottom: unset;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  overflow: hidden;
  overflow-x: auto;
}

.sign .sign_box .sign_content .sign_item_model .item_l .img_box .card img {
  margin-top: 10px;
  width: auto;
  height: 80px;
}

.sign .sign_box .sign_content .sign_item_model .item_l .img_box .brightness {
  padding: 10px 15px;
  background: rgba(255, 255, 255, 0.85);
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 10px 10px 0 0;
}

.sign .sign_box .sign_content .sign_item_model .item_l .img_box .brightness img {
  width: 30px;
  height: auto;
}

.sign .sign_box .sign_content .sign_item_model .item_l .img_box .brightness .brightness_box {
  width: 80px;
  height: auto;
  margin: 0 8px;
}

.sign .sign_box .sign_content .sign_item_model .item_l .img_box .brightness .brightness_box .brightness_line {
  width: 100%;
  height: auto;
}

.sign .sign_box .sign_content .sign_item_model .item_l .img_box .brightness .brightness_box .brightness_line .layui-slider {
  background: linear-gradient(to right, #000, #f9c626);
}

.sign .sign_box .sign_content .sign_item_model .item_l .img_box .brightness .brightness_box .brightness_line .layui-slider-bar {
  background: none !important;
}

.sign .sign_box .sign_content .sign_item_model .item_l .bg_box {
  width: 100%;
  height: auto;
  margin-top: 20px;
  padding: 0 30px;
}

.sign .sign_box .sign_content .sign_item_model .item_l .bg_box .swiper-slide {
  cursor: pointer;
  margin-right: 20px;
  width: 110px;
  height: 76px;
  border-radius: 10px;
  overflow: hidden;
}

.sign .sign_box .sign_content .sign_item_model .item_l .bg_box .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sign .sign_box .sign_content .sign_item_model .item_l .bg_box .swiper-slide:last-child {
  margin-right: 0;
}

.sign .sign_box .sign_content .sign_item_model .item_l .bg_box .swiper-button-prev {
  top: 64%;
  left: 0;
  width: 14px;
  height: 23px;
}

.sign .sign_box .sign_content .sign_item_model .item_l .bg_box .swiper-button-prev img {
  width: 100%;
  height: 100%;
}

.sign .sign_box .sign_content .sign_item_model .item_l .bg_box .swiper-button-prev::after {
  content: '';
}

.sign .sign_box .sign_content .sign_item_model .item_l .bg_box .swiper-button-next {
  top: 64%;
  right: 0;
  width: 14px;
  height: 23px;
}

.sign .sign_box .sign_content .sign_item_model .item_l .bg_box .swiper-button-next img {
  width: 100%;
  height: 100%;
}

.sign .sign_box .sign_content .sign_item_model .item_l .bg_box .swiper-button-next::after {
  content: '';
}

.sign .sign_box .sign_content .sign_item_model .item_r {
  width: 420px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.sign .sign_box .sign_content .sign_item_model .item_r .item_step {
  width: 100%;
  height: auto;
}

.sign .sign_box .sign_content .sign_item_model .item_r .item_step .step1 {
  width: 100%;
  height: auto;
}

.sign .sign_box .sign_content .sign_item_model .item_r .item_step .step1 .step_title {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.sign .sign_box .sign_content .sign_item_model .item_r .item_step .step1 .step_title .step_num {
  text-align: center;
  line-height: 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #000;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}

.sign .sign_box .sign_content .sign_item_model .item_r .item_step .step1 .step_title p {
  margin-left: 10px;
  font-weight: 400;
  font-size: 18px;
  color: #696969;
}

.sign .sign_box .sign_content .sign_item_model .item_r .item_step .step1 .attribute_box {
  width: 100%;
  height: auto;
  padding-left: 40px;
}

.sign .sign_box .sign_content .sign_item_model .item_r .item_step .step1 .attribute_box .attribute_item {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 0px;
}

.sign .sign_box .sign_content .sign_item_model .item_r .item_step .step1 .attribute_box .attribute_item:first-child {
  margin-top: 15px;
}

.sign .sign_box .sign_content .sign_item_model .item_r .item_step .step1 .attribute_box .attribute_item p {
  margin-top: 16px;
  margin-right: 10px;
  font-weight: 400;
  font-size: 18px;
  color: #696969;
}

.sign .sign_box .sign_content .sign_item_model .item_r .item_step .step1 .attribute_box .attribute_item .item_box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.sign .sign_box .sign_content .sign_item_model .item_r .item_step .step1 .attribute_box .attribute_item .item_box .item {
  cursor: pointer;
  margin-right: 5px;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  padding: 14px 10px;
  border-radius: 28px;
  border: 1px solid rgba(204, 204, 204, 0.53);
}

.sign .sign_box .sign_content .sign_item_model .item_r .item_step .step1 .attribute_box .attribute_item .item_box .item.active {
  border: 1px solid #2FA8FF;
  color: #2FA8FF;
}

.sign .sign_box .sign_content .sign_item_model .item_r .item_step .step1 .attribute_box .attribute_apply .item_box .item {
  padding: 14px 20px;
}

.sign .sign_box .sign_content .sign_item_model .item_r .item_step .step1 .attribute_box .attribute_color p {
  margin-top: 10px;
}

.sign .sign_box .sign_content .sign_item_model .item_r .item_step .step1 .attribute_box .attribute_color .item_box .item {
  width: 60px;
  height: 46px;
  border-radius: 10px;
  position: relative;
  border: none;
  padding: 0;
  box-shadow: 0 0 3px rgba(120, 120, 120, 0.35);
}

.sign .sign_box .sign_content .sign_item_model .item_r .item_step .step1 .attribute_box .attribute_color .item_box .white {
  border: none;
  padding: 0;
  width: 60px;
  height: 46px;
  background: #fff;
  border-radius: 10px;
  position: relative;
}

.sign .sign_box .sign_content .sign_item_model .item_r .item_step .step1 .attribute_box .attribute_color .item_box .white.active {
  border: none;
}

.sign .sign_box .sign_content .sign_item_model .item_r .item_step .step1 .attribute_box .attribute_color .item_box .white.active::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 60px;
  height: 46px;
  background: url(../img/check1.png) no-repeat;
  background-size: 100% 100%;
}

.sign .sign_box .sign_content .sign_item_model .item_r .item_step .step1 .attribute_box .attribute_color .item_box .black {
  border: none;
  padding: 0;
  width: 60px;
  height: 46px;
  background: #000;
  border-radius: 10px;
  position: relative;
}

.sign .sign_box .sign_content .sign_item_model .item_r .item_step .step1 .attribute_box .attribute_color .item_box .black.active {
  border: none;
}

.sign .sign_box .sign_content .sign_item_model .item_r .item_step .step1 .attribute_box .attribute_color .item_box .black.active::after {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 60px;
  height: 46px;
  background: url(../img/check1.png) no-repeat;
  background-size: 100% 100%;
}

.sign .sign_box .sign_content .sign_item_model .item_r .item_step .step2 {
  width: 100%;
  height: auto;
}

.sign .sign_box .sign_content .sign_item_model .item_r .item_step .step2 .step_title {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.sign .sign_box .sign_content .sign_item_model .item_r .item_step .step2 .step_title .step_num {
  text-align: center;
  line-height: 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #000;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}

.sign .sign_box .sign_content .sign_item_model .item_r .item_step .step2 .step_title .input {
  margin-top: 0px;
  width: 380px;
  height: 56px;
  background: #FBFBFB;
  border-radius: 10px;
  border: 1px solid rgba(153, 153, 153, 0.53);
  margin-left: 10px;
  position: relative;
  overflow: hidden;
}

.sign .sign_box .sign_content .sign_item_model .item_r .item_step .step2 .step_title .input input {
  text-align: center;
  outline: none;
  border: none;
  width: 100%;
  height: 100%;
  font-weight: 400;
  font-size: 18px;
  color: #000;
  padding: 0 35px 0 10px;
}

.sign .sign_box .sign_content .sign_item_model .item_r .item_step .step2 .step_title .input input::placeholder {
  color: #999;
}

.sign .sign_box .sign_content .sign_item_model .item_r .item_step .step2 .step_title .input .delet {
  width: 40px;
  height: 56px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.sign .sign_box .sign_content .sign_item_model .item_r .item_step .step2 .step_title .input .delet .delet_img {
  width: 18px;
  height: auto;
}

.sign .sign_box .sign_content .sign_item_model .item_r .item_step .step2 .step_title p {
  margin-left: 10px;
  font-weight: 400;
  font-size: 18px;
  color: #696969;
}

.sign .sign_box .sign_content .sign_item_model .item_r .item_step .step2 .input {
  margin-top: 15px;
  width: 380px;
  height: 56px;
  background: #FBFBFB;
  border-radius: 10px;
  border: 1px solid rgba(153, 153, 153, 0.53);
  margin-left: 40px;
  position: relative;
  overflow: hidden;
}

.sign .sign_box .sign_content .sign_item_model .item_r .item_step .step2 .input input {
  outline: none;
  border: none;
  width: 100%;
  height: 100%;
  font-weight: 400;
  font-size: 18px;
  color: #000;
  padding: 0 35px 0 10px;
}

.sign .sign_box .sign_content .sign_item_model .item_r .item_step .step2 .input input::placeholder {
  color: #999;
}

.sign .sign_box .sign_content .sign_item_model .item_r .item_step .step2 .input .delet {
  width: 40px;
  height: 56px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.sign .sign_box .sign_content .sign_item_model .item_r .item_step .step2 .input .delet .delet_img {
  width: 18px;
  height: auto;
}

.sign .sign_box .sign_content .sign_item_model .item_r .item_step .step2 .select_box {
  margin-top: 10px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-left: 40px;
}

.sign .sign_box .sign_content .sign_item_model .item_r .item_step .step2 .select_box button {
  background: transparent;
  cursor: pointer;
  border: none;
  width: 50px;
  height: auto;
  margin: 0 2px;
  margin-top: 18px;
  font-weight: 400;
  font-size: 20px;
  color: #333;
  position: relative;
}

.sign .sign_box .sign_content .sign_item_model .item_r .item_step .step2 .select_box button img {
  -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.3));
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: auto;
}

.sign .sign_box .sign_content .sign_item_model .item_r .item_step .step2 .select_box .num {
  color: #ec0000;
}

.sign .sign_box .sign_content .sign_item_model .item_r .price_box {
  margin-top: 10px;
  padding-left: 40px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.sign .sign_box .sign_content .sign_item_model .item_r .price_box span {
  color: #ff0606;
  font-size: 14px;
}

.sign .sign_box .sign_content .sign_item_model .item_r .price_box p {
  color: #ff0606;
  font-size: 22px;
  line-height: 22px;
}

.sign .sign_box .sign_content .sign_item_model .item_r .diy_tip {
  padding-left: 40px;
  text-align: left;
  margin-top: 20px;
  line-height: 1.345;
  color: #999;
  font-size: 14px;
}

.sign .sign_box .sign_content .sign_item_model .item_r .confirm {
  margin-top: 20px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding-left: 40px;
}

.sign .sign_box .sign_content .sign_item_model .item_r .confirm .add_cart {
  margin-left: 0;
  padding: 0px 30px;
  height: 50px;
  border: 1px solid #2FA8FF;
  background: transparent;
  border-radius: 10px;
  font-weight: 400;
  font-size: 18px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.sign .sign_box .sign_content .sign_item_model .item_r .confirm .add_cart:hover {
  background: #2FA8FF;
}

.sign .sign_box .sign_content .sign_item_model .item_r .confirm .add_cart:hover .img_box img:first-child {
  display: none;
}

.sign .sign_box .sign_content .sign_item_model .item_r .confirm .add_cart:hover .img_box img:last-child {
  display: block;
}

.sign .sign_box .sign_content .sign_item_model .item_r .confirm .add_cart:hover p {
  color: #fff;
}

.sign .sign_box .sign_content .sign_item_model .item_r .confirm .add_cart .img_box {
  width: 23px;
  height: 21px;
}

.sign .sign_box .sign_content .sign_item_model .item_r .confirm .add_cart .img_box img {
  width: 100%;
  height: 100%;
}

.sign .sign_box .sign_content .sign_item_model .item_r .confirm .add_cart .img_box img:first-child {
  display: block;
}

.sign .sign_box .sign_content .sign_item_model .item_r .confirm .add_cart .img_box img:last-child {
  display: none;
}

.sign .sign_box .sign_content .sign_item_model .item_r .confirm .add_cart p {
  color: #2FA8FF;
  margin-left: 10px;
}

.sign .sign_box .sign_content .sign_item_model .item_r .confirm button {
  margin-left: 0px;
  cursor: pointer;
  border: none;
  background: #2FA8FF;
  border-radius: 10px;
  padding: 0px 30px;
  height: 50px;
  line-height: 50px;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
}

.sign .sign_box .sign_content .sign_item_model .item_r .tip_box {
  width: 100%;
  height: auto;
  padding-left: 40px;
}

.sign .sign_box .sign_content .sign_item_model .item_r .tip_box .tip_item {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.sign .sign_box .sign_content .sign_item_model .item_r .tip_box .tip_item img {
  width: 20px;
  height: auto;
}

.sign .sign_box .sign_content .sign_item_model .item_r .tip_box .tip_item p {
  margin-left: 20px;
  color: #333;
  font-size: 14px;
}

.sign .sign_box .sign_content .sign_item_model2 {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.sign .sign_box .sign_content .sign_item_model2 .item_l {
  width: 720px;
  height: auto;
}

.sign .sign_box .sign_content .sign_item_model2 .item_l .img_box {
  width: 100%;
  height: 540px;
  position: relative;
}

.sign .sign_box .sign_content .sign_item_model2 .item_l .img_box .img_bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sign .sign_box .sign_content .sign_item_model2 .item_l .img_box .img_bg2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sign .sign_box .sign_content .sign_item_model2 .item_l .img_box .card {
  width: 540px;
  position: absolute;
  bottom: unset;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  overflow: hidden;
  overflow-x: auto;
}

.sign .sign_box .sign_content .sign_item_model2 .item_l .img_box .card img {
  margin-top: 10px;
  width: auto;
  height: 60px;
}

.sign .sign_box .sign_content .sign_item_model2 .item_l .img_box .brightness {
  padding: 10px 15px;
  background: rgba(255, 255, 255, 0.85);
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 10px 10px 0 0;
}

.sign .sign_box .sign_content .sign_item_model2 .item_l .img_box .brightness img {
  width: 30px;
  height: auto;
}

.sign .sign_box .sign_content .sign_item_model2 .item_l .img_box .brightness .brightness_box {
  width: 80px;
  height: auto;
  margin: 0 8px;
}

.sign .sign_box .sign_content .sign_item_model2 .item_l .img_box .brightness .brightness_box .brightness_line {
  width: 100%;
  height: auto;
}

.sign .sign_box .sign_content .sign_item_model2 .item_l .img_box .brightness .brightness_box .brightness_line .layui-slider {
  background: linear-gradient(to right, #000, #f9c626);
}

.sign .sign_box .sign_content .sign_item_model2 .item_l .img_box .brightness .brightness_box .brightness_line .layui-slider-bar {
  background: none !important;
}

.sign .sign_box .sign_content .sign_item_model2 .item_l .bg_box {
  width: 100%;
  height: auto;
  margin-top: 20px;
  padding: 0 30px;
}

.sign .sign_box .sign_content .sign_item_model2 .item_l .bg_box .swiper-slide {
  cursor: pointer;
  margin-right: 20px;
  width: 110px;
  height: 76px;
  border-radius: 10px;
  overflow: hidden;
}

.sign .sign_box .sign_content .sign_item_model2 .item_l .bg_box .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sign .sign_box .sign_content .sign_item_model2 .item_l .bg_box .swiper-slide:last-child {
  margin-right: 0;
}

.sign .sign_box .sign_content .sign_item_model2 .item_l .bg_box .swiper-button-prev {
  top: 64%;
  left: 0;
  width: 14px;
  height: 23px;
}

.sign .sign_box .sign_content .sign_item_model2 .item_l .bg_box .swiper-button-prev img {
  width: 100%;
  height: 100%;
}

.sign .sign_box .sign_content .sign_item_model2 .item_l .bg_box .swiper-button-prev::after {
  content: '';
}

.sign .sign_box .sign_content .sign_item_model2 .item_l .bg_box .swiper-button-next {
  top: 64%;
  right: 0;
  width: 14px;
  height: 23px;
}

.sign .sign_box .sign_content .sign_item_model2 .item_l .bg_box .swiper-button-next img {
  width: 100%;
  height: 100%;
}

.sign .sign_box .sign_content .sign_item_model2 .item_l .bg_box .swiper-button-next::after {
  content: '';
}

.sign .sign_box .sign_content .sign_item_model3 {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.sign .sign_box .sign_content .sign_item_model3 .item_l {
  width: 720px;
  height: auto;
}

.sign .sign_box .sign_content .sign_item_model3 .item_l .img_box {
  width: 100%;
  height: 540px;
  position: relative;
}

.sign .sign_box .sign_content .sign_item_model3 .item_l .img_box .img_bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sign .sign_box .sign_content .sign_item_model3 .item_l .img_box .img_bg3 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sign .sign_box .sign_content .sign_item_model3 .item_l .img_box .card_box {
  width: 540px;
  position: absolute;
  bottom: unset;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sign .sign_box .sign_content .sign_item_model3 .item_l .img_box .card_box .boom {
  width: 250px;
  height: 4px;
  background: #fff;
}

.sign .sign_box .sign_content .sign_item_model3 .item_l .img_box .card {
  width: 540px;
  position: static;
  bottom: unset;
  left: unset;
  transform: translateX(0%);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  overflow: hidden;
  overflow-x: auto;
}

.sign .sign_box .sign_content .sign_item_model3 .item_l .img_box .card img {
  margin-top: 0px;
  width: auto;
  height: 80px;
}

.sign .sign_box .sign_content .sign_item_model3 .item_l .img_box .brightness {
  padding: 10px 15px;
  background: rgba(255, 255, 255, 0.85);
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 10px 10px 0 0;
}

.sign .sign_box .sign_content .sign_item_model3 .item_l .img_box .brightness img {
  width: 30px;
  height: auto;
}

.sign .sign_box .sign_content .sign_item_model3 .item_l .img_box .brightness .brightness_box {
  width: 80px;
  height: auto;
  margin: 0 8px;
}

.sign .sign_box .sign_content .sign_item_model3 .item_l .img_box .brightness .brightness_box .brightness_line {
  width: 100%;
  height: auto;
}

.sign .sign_box .sign_content .sign_item_model3 .item_l .img_box .brightness .brightness_box .brightness_line .layui-slider {
  background: linear-gradient(to right, #000, #f9c626);
}

.sign .sign_box .sign_content .sign_item_model3 .item_l .img_box .brightness .brightness_box .brightness_line .layui-slider-bar {
  background: none !important;
}

.sign .sign_box .sign_content .sign_item_model3 .item_l .bg_box {
  width: 100%;
  height: auto;
  margin-top: 20px;
  padding: 0 30px;
}

.sign .sign_box .sign_content .sign_item_model3 .item_l .bg_box .swiper-slide {
  cursor: pointer;
  margin-right: 20px;
  width: 110px;
  height: 76px;
  border-radius: 10px;
  overflow: hidden;
}

.sign .sign_box .sign_content .sign_item_model3 .item_l .bg_box .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sign .sign_box .sign_content .sign_item_model3 .item_l .bg_box .swiper-slide:last-child {
  margin-right: 0;
}

.sign .sign_box .sign_content .sign_item_model3 .item_l .bg_box .swiper-button-prev {
  top: 64%;
  left: 0;
  width: 14px;
  height: 23px;
}

.sign .sign_box .sign_content .sign_item_model3 .item_l .bg_box .swiper-button-prev img {
  width: 100%;
  height: 100%;
}

.sign .sign_box .sign_content .sign_item_model3 .item_l .bg_box .swiper-button-prev::after {
  content: '';
}

.sign .sign_box .sign_content .sign_item_model3 .item_l .bg_box .swiper-button-next {
  top: 64%;
  right: 0;
  width: 14px;
  height: 23px;
}

.sign .sign_box .sign_content .sign_item_model3 .item_l .bg_box .swiper-button-next img {
  width: 100%;
  height: 100%;
}

.sign .sign_box .sign_content .sign_item_model3 .item_l .bg_box .swiper-button-next::after {
  content: '';
}

.sign .sign_box .sign_content .sign_item_model3 .item_r {
  width: 420px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.sign .sign_box .sign_content .sign_item_model3 .item_r .item_step {
  width: 100%;
  height: auto;
}

.sign .sign_box .sign_content .sign_item_model3 .item_r .item_step .step1 {
  width: 100%;
  height: auto;
}

.sign .sign_box .sign_content .sign_item_model3 .item_r .item_step .step1 .step_title {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.sign .sign_box .sign_content .sign_item_model3 .item_r .item_step .step1 .step_title .step_num {
  text-align: center;
  line-height: 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #000;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}

.sign .sign_box .sign_content .sign_item_model3 .item_r .item_step .step1 .step_title p {
  margin-left: 10px;
  font-weight: 400;
  font-size: 18px;
  color: #696969;
}

.sign .sign_box .sign_content .sign_item_model3 .item_r .item_step .step1 .attribute_box {
  width: 100%;
  height: auto;
  padding-left: 40px;
}

.sign .sign_box .sign_content .sign_item_model3 .item_r .item_step .step1 .attribute_box .attribute_item {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 0px;
}

.sign .sign_box .sign_content .sign_item_model3 .item_r .item_step .step1 .attribute_box .attribute_item:first-child {
  margin-top: 15px;
}

.sign .sign_box .sign_content .sign_item_model3 .item_r .item_step .step1 .attribute_box .attribute_item:nth-of-type(2) p {
  margin-top: 10px;
}

.sign .sign_box .sign_content .sign_item_model3 .item_r .item_step .step1 .attribute_box .attribute_item:nth-of-type(2) .item_box .item {
  width: auto;
  height: 46px;
  border-radius: 28px;
  position: relative;
  padding: 14px 8px;
  border: none;
  box-shadow: 0 0 3px rgba(120, 120, 120, 0.35);
}

.sign .sign_box .sign_content .sign_item_model3 .item_r .item_step .step1 .attribute_box .attribute_item:nth-of-type(3) p {
  margin-top: 10px;
}

.sign .sign_box .sign_content .sign_item_model3 .item_r .item_step .step1 .attribute_box .attribute_item:nth-of-type(3) .item_box .item {
  width: 60px;
  height: 46px;
  border-radius: 10px;
  position: relative;
  border: none;
  padding: 0;
  box-shadow: 0 0 3px rgba(120, 120, 120, 0.35);
}

.sign .sign_box .sign_content .sign_item_model3 .item_r .item_step .step1 .attribute_box .attribute_item:nth-of-type(3) .item_box .white {
  border: none;
  padding: 0;
  width: 60px;
  height: 46px;
  background: #fff;
  border-radius: 10px;
  position: relative;
}

.sign .sign_box .sign_content .sign_item_model3 .item_r .item_step .step1 .attribute_box .attribute_item:nth-of-type(3) .item_box .white.active {
  border: none;
}

.sign .sign_box .sign_content .sign_item_model3 .item_r .item_step .step1 .attribute_box .attribute_item:nth-of-type(3) .item_box .white.active::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 60px;
  height: 46px;
  background: url(../img/check1.png) no-repeat;
  background-size: 100% 100%;
}

.sign .sign_box .sign_content .sign_item_model3 .item_r .item_step .step1 .attribute_box .attribute_item:nth-of-type(3) .item_box .black {
  border: none;
  padding: 0;
  width: 60px;
  height: 46px;
  background: #000;
  border-radius: 10px;
  position: relative;
}

.sign .sign_box .sign_content .sign_item_model3 .item_r .item_step .step1 .attribute_box .attribute_item:nth-of-type(3) .item_box .black.active {
  border: none;
}

.sign .sign_box .sign_content .sign_item_model3 .item_r .item_step .step1 .attribute_box .attribute_item:nth-of-type(3) .item_box .black.active::after {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 60px;
  height: 46px;
  background: url(../img/check1.png) no-repeat;
  background-size: 100% 100%;
}

.sign .sign_box .sign_content .sign_item_model3 .item_r .item_step .step1 .attribute_box .attribute_item p {
  margin-top: 16px;
  margin-right: 10px;
  font-weight: 400;
  font-size: 18px;
  color: #696969;
}

.sign .sign_box .sign_content .sign_item_model3 .item_r .item_step .step1 .attribute_box .attribute_item .item_box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.sign .sign_box .sign_content .sign_item_model3 .item_r .item_step .step1 .attribute_box .attribute_item .item_box .item {
  cursor: pointer;
  margin-right: 3px;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  padding: 14px 10px;
  border-radius: 28px;
  border: 1px solid rgba(204, 204, 204, 0.53);
}

.sign .sign_box .sign_content .sign_item_model3 .item_r .item_step .step1 .attribute_box .attribute_item .item_box .item.active {
  border: 1px solid #2FA8FF;
  color: #2FA8FF;
}

.sign .sign_box .sign_content .sign_item_model3 .item_r .item_step .step2 {
  width: 100%;
  height: auto;
}

.sign .sign_box .sign_content .sign_item_model3 .item_r .item_step .step2 .step_title {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.sign .sign_box .sign_content .sign_item_model3 .item_r .item_step .step2 .step_title .step_num {
  text-align: center;
  line-height: 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #000;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}

.sign .sign_box .sign_content .sign_item_model3 .item_r .item_step .step2 .step_title p {
  margin-left: 10px;
  font-weight: 400;
  font-size: 18px;
  color: #696969;
}

.sign .sign_box .sign_content .sign_item_model3 .item_r .item_step .step2 .input {
  margin-top: 15px;
  width: 380px;
  height: 56px;
  background: #FBFBFB;
  border-radius: 10px;
  border: 1px solid rgba(153, 153, 153, 0.53);
  margin-left: 40px;
  position: relative;
  overflow: hidden;
}

.sign .sign_box .sign_content .sign_item_model3 .item_r .item_step .step2 .input input {
  outline: none;
  border: none;
  width: 100%;
  height: 100%;
  font-weight: 400;
  font-size: 18px;
  color: #000;
  padding: 0 35px 0 10px;
}

.sign .sign_box .sign_content .sign_item_model3 .item_r .item_step .step2 .input input::placeholder {
  color: #999;
}

.sign .sign_box .sign_content .sign_item_model3 .item_r .item_step .step2 .input .delet {
  width: 40px;
  height: 56px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.sign .sign_box .sign_content .sign_item_model3 .item_r .item_step .step2 .input .delet .delet_img {
  width: 18px;
  height: auto;
}

.sign .sign_box .sign_content .sign_item_model3 .item_r .item_step .step2 .select_box {
  margin-top: 10px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-left: 40px;
}

.sign .sign_box .sign_content .sign_item_model3 .item_r .item_step .step2 .select_box button {
  background: transparent;
  cursor: pointer;
  border: none;
  width: 50px;
  height: auto;
  margin: 0 2px;
  margin-top: 10px;
  font-weight: 400;
  font-size: 20px;
  color: #333;
  position: relative;
}

.sign .sign_box .sign_content .sign_item_model3 .item_r .item_step .step2 .select_box button img {
  -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.3));
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: auto;
}

.sign .sign_box .sign_content .sign_item_model3 .item_r .item_step .step2 .select_box .num {
  color: #ec0000;
}

.sign .sign_box .sign_content .sign_item_model3 .item_r .diy_tip {
  padding-left: 40px;
  text-align: left;
  margin-top: 20px;
  line-height: 1.345;
  color: #999;
  font-size: 14px;
}

.sign .sign_box .sign_content .sign_item_model3 .item_r .confirm {
  margin-top: 20px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding-left: 40px;
}

.sign .sign_box .sign_content .sign_item_model3 .item_r .confirm .add_cart {
  margin-left: 0;
  padding: 0px 30px;
  height: 50px;
  border: 1px solid #2FA8FF;
  background: transparent;
  border-radius: 10px;
  font-weight: 400;
  font-size: 18px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.sign .sign_box .sign_content .sign_item_model3 .item_r .confirm .add_cart:hover {
  background: #2FA8FF;
}

.sign .sign_box .sign_content .sign_item_model3 .item_r .confirm .add_cart:hover .img_box img:first-child {
  display: none;
}

.sign .sign_box .sign_content .sign_item_model3 .item_r .confirm .add_cart:hover .img_box img:last-child {
  display: block;
}

.sign .sign_box .sign_content .sign_item_model3 .item_r .confirm .add_cart:hover p {
  color: #fff;
}

.sign .sign_box .sign_content .sign_item_model3 .item_r .confirm .add_cart .img_box {
  width: 23px;
  height: 21px;
}

.sign .sign_box .sign_content .sign_item_model3 .item_r .confirm .add_cart .img_box img {
  width: 100%;
  height: 100%;
}

.sign .sign_box .sign_content .sign_item_model3 .item_r .confirm .add_cart .img_box img:first-child {
  display: block;
}

.sign .sign_box .sign_content .sign_item_model3 .item_r .confirm .add_cart .img_box img:last-child {
  display: none;
}

.sign .sign_box .sign_content .sign_item_model3 .item_r .confirm .add_cart p {
  color: #2FA8FF;
  margin-left: 10px;
}

.sign .sign_box .sign_content .sign_item_model3 .item_r .confirm button {
  margin-left: 20px;
  cursor: pointer;
  border: none;
  background: #2FA8FF;
  border-radius: 10px;
  padding: 0px 30px;
  height: 50px;
  line-height: 50px;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
}

.sign .sign_box .sign_content .sign_item_pay {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.sign .sign_box .sign_content .sign_item_pay .item_l {
  width: 720px;
  height: auto;
}

.sign .sign_box .sign_content .sign_item_pay .item_l .img_box {
  width: 100%;
  height: 540px;
  position: relative;
}

.sign .sign_box .sign_content .sign_item_pay .item_l .img_box .img_bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sign .sign_box .sign_content .sign_item_pay .item_l .img_box .lightbox {
  width: 100%;
  height: 400px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.sign .sign_box .sign_content .sign_item_pay .item_l .img_box .lightbox .lightbox_big {
  background-blend-mode: multiply;
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.sign .sign_box .sign_content .sign_item_pay .item_l .img_box .lightbox .lightbox_big img {
  width: auto;
  height: 100%;
}

.sign .sign_box .sign_content .sign_item_pay .item_l .img_box .lightbox .lightbox_big .lightbox_within {
  z-index: 2;
  position: absolute;
  width: 260px;
  height: 354px;
  left: 50%;
  transform: translateX(-50%);
  top: 1.5%;
}

.sign .sign_box .sign_content .sign_item_pay .item_l .bg_box {
  width: 100%;
  height: auto;
  margin-top: 20px;
  padding: 0 30px;
}

.sign .sign_box .sign_content .sign_item_pay .item_l .bg_box .swiper-slide {
  cursor: pointer;
  margin-right: 20px;
  width: 110px;
  height: 76px;
  border-radius: 10px;
  overflow: hidden;
}

.sign .sign_box .sign_content .sign_item_pay .item_l .bg_box .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sign .sign_box .sign_content .sign_item_pay .item_l .bg_box .swiper-slide:last-child {
  margin-right: 0;
}

.sign .sign_box .sign_content .sign_item_pay .item_l .bg_box .swiper-button-prev {
  top: 64%;
  left: 0;
  width: 14px;
  height: 23px;
}

.sign .sign_box .sign_content .sign_item_pay .item_l .bg_box .swiper-button-prev img {
  width: 100%;
  height: 100%;
}

.sign .sign_box .sign_content .sign_item_pay .item_l .bg_box .swiper-button-prev::after {
  content: '';
}

.sign .sign_box .sign_content .sign_item_pay .item_l .bg_box .swiper-button-next {
  top: 64%;
  right: 0;
  width: 14px;
  height: 23px;
}

.sign .sign_box .sign_content .sign_item_pay .item_l .bg_box .swiper-button-next img {
  width: 100%;
  height: 100%;
}

.sign .sign_box .sign_content .sign_item_pay .item_l .bg_box .swiper-button-next::after {
  content: '';
}

.sign .sign_box .sign_content .sign_item_pay .item_r {
  width: 420px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.sign .sign_box .sign_content .sign_item_pay .item_r .item_step {
  width: 100%;
  height: auto;
}

.sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step1 {
  width: 100%;
  height: auto;
}

.sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step1 .step_title {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step1 .step_title .step_num {
  text-align: center;
  line-height: 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #000;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}

.sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step1 .step_title p {
  margin-left: 10px;
  font-weight: 400;
  font-size: 18px;
  color: #696969;
}

.sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step1 .ser_box {
  width: 100%;
  height: auto;
  padding-left: 40px;
}

.sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step1 .ser_box .ser_tab {
  margin-top: 30px;
  width: 380px;
  height: 56px;
  border-radius: 10px;
  border: 1px solid rgba(153, 153, 153, 0.53);
  padding: 0 24px;
}

.sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step1 .ser_box .ser_tab .item {
  cursor: pointer;
  margin-right: 58px;
  width: auto !important;
  height: 100%;
  font-weight: 400;
  line-height: 56px;
  font-size: 16px;
  color: #696969;
  position: relative;
}

.sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step1 .ser_box .ser_tab .item.active {
  color: #2FA8FF;
}

.sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step1 .ser_box .ser_tab .item:last-child {
  margin-right: 0;
}

.sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step1 .ser_box .ser_bot {
  margin-top: 28px;
}

.sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step1 .ser_box .ser_bot .ser_bot_item {
  width: 100%;
  height: auto;
  padding: 0 30px;
}

.sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step1 .ser_box .ser_bot .ser_bot_item .swiper-slide {
  cursor: pointer;
  margin-right: 14px;
  width: auto !important;
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
}

.sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step1 .ser_box .ser_bot .ser_bot_item .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step1 .ser_box .ser_bot .ser_bot_item .swiper-slide:last-child {
  margin-right: 0;
}

.sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step1 .ser_box .ser_bot .ser_bot_item .swiper-button-prev {
  top: 64%;
  left: 0;
  width: 14px;
  height: 23px;
}

.sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step1 .ser_box .ser_bot .ser_bot_item .swiper-button-prev img {
  width: 100%;
  height: 100%;
}

.sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step1 .ser_box .ser_bot .ser_bot_item .swiper-button-prev::after {
  content: '';
}

.sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step1 .ser_box .ser_bot .ser_bot_item .swiper-button-next {
  top: 64%;
  right: 0;
  width: 14px;
  height: 23px;
}

.sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step1 .ser_box .ser_bot .ser_bot_item .swiper-button-next img {
  width: 100%;
  height: 100%;
}

.sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step1 .ser_box .ser_bot .ser_bot_item .swiper-button-next::after {
  content: '';
}

.sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step2 {
  margin-top: 50px;
  width: 100%;
  height: auto;
}

.sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step2 .step_title {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step2 .step_title .step_num {
  text-align: center;
  line-height: 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #000;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}

.sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step2 .step_title p {
  margin-left: 10px;
  font-weight: 400;
  font-size: 18px;
  color: #696969;
}

.sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step2 .select_box {
  margin-top: 29px;
  width: 380px;
  height: 296px;
  margin-left: 40px;
  border-radius: 10px;
  border: 1px solid rgba(153, 153, 153, 0.53);
}

.sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step2 .select_box .select_tab {
  width: 100%;
  height: 56px;
  display: flex;
  padding: 0 23px;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid rgba(153, 153, 153, 0.53);
}

.sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step2 .select_box .select_tab .tab_item {
  margin-right: 73px;
  cursor: pointer;
  font-weight: 400;
  line-height: 56px;
  font-size: 16px;
  color: #696969;
}

.sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step2 .select_box .select_tab .tab_item.active {
  color: #2FA8FF;
  position: relative;
}

.sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step2 .select_box .select_tab .tab_item.active::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #2FA8FF;
  position: absolute;
  bottom: 0%;
  left: 0;
}

.sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step2 .select_box .select_tab .tab_item:last-child {
  margin-right: 0;
}

.sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step2 .select_box .select_contnet {
  width: 100%;
  height: 239px;
  padding: 0 0px 0 20px;
  overflow: hidden;
  overflow-y: auto;
}

.sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step2 .select_box .select_contnet::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 5px;
}

.sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step2 .select_box .select_contnet::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 3px;
  background: #999;
}

.sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step2 .select_box .select_contnet::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 3px;
  background: transparent;
}

.sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step2 .select_box .select_contnet .select_c_item {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 20px;
}

.sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step2 .select_box .select_contnet .select_c_item .item {
  cursor: pointer;
  margin-top: 19px;
  margin-right: 18px;
  width: 100px;
  height: 128px;
  border-radius: 10px;
}

.sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step2 .select_box .select_contnet .select_c_item .item:nth-of-type(4n) {
  margin-right: 0;
}

.sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step2 .select_box .select_contnet .select_c_item .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sign .sign_box .sign_content .sign_item_pay .item_r .diy_tip {
  padding-left: 40px;
  text-align: left;
  margin-top: 20px;
  line-height: 1.345;
  color: #999;
  font-size: 14px;
}

.sign .sign_box .sign_content .sign_item_pay .item_r .confirm {
  margin-top: 20px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding-left: 40px;
}

.sign .sign_box .sign_content .sign_item_pay .item_r .confirm .add_cart {
  margin-left: 0;
  padding: 0px 30px;
  height: 50px;
  border: 1px solid #2FA8FF;
  background: transparent;
  border-radius: 10px;
  font-weight: 400;
  font-size: 18px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.sign .sign_box .sign_content .sign_item_pay .item_r .confirm .add_cart:hover {
  background: #2FA8FF;
}

.sign .sign_box .sign_content .sign_item_pay .item_r .confirm .add_cart:hover .img_box img:first-child {
  display: none;
}

.sign .sign_box .sign_content .sign_item_pay .item_r .confirm .add_cart:hover .img_box img:last-child {
  display: block;
}

.sign .sign_box .sign_content .sign_item_pay .item_r .confirm .add_cart:hover p {
  color: #fff;
}

.sign .sign_box .sign_content .sign_item_pay .item_r .confirm .add_cart .img_box {
  width: 23px;
  height: 21px;
}

.sign .sign_box .sign_content .sign_item_pay .item_r .confirm .add_cart .img_box img {
  width: 100%;
  height: 100%;
}

.sign .sign_box .sign_content .sign_item_pay .item_r .confirm .add_cart .img_box img:first-child {
  display: block;
}

.sign .sign_box .sign_content .sign_item_pay .item_r .confirm .add_cart .img_box img:last-child {
  display: none;
}

.sign .sign_box .sign_content .sign_item_pay .item_r .confirm .add_cart p {
  color: #2FA8FF;
  margin-left: 10px;
}

.sign .sign_box .sign_content .sign_item_pay .item_r .confirm button {
  margin-left: 20px;
  cursor: pointer;
  border: none;
  background: #2FA8FF;
  border-radius: 10px;
  padding: 0px 30px;
  height: 50px;
  line-height: 50px;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
}

.review1 {
  width: 100%;
  height: auto;
  padding: 88px 0 30px;
  background: #F1F3F5;
}

.review1 .review_box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.review1 .review_box .item {
  width: 30%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.review1 .review_box .item:nth-of-type(3n) .item_desc {
  padding: 0 0px;
}

.review1 .review_box .item .item_img {
  width: 142px;
  height: 142px;
}

.review1 .review_box .item .item_img img {
  width: 100%;
  height: 100%;
}

.review1 .review_box .item .item_title {
  text-align: center;
  margin-top: 20px;
  font-weight: 700;
  font-size: 12px;
  color: #000;
}

.review1 .review_box .item .item_desc {
  text-align: center;
  margin-top: 5px;
  font-weight: 700;
  font-size: 12px;
  color: #777;
  line-height: 1.625;
}

.review {
  width: 100%;
  height: auto;
  padding: 50px 0 68px;
  background: #F1F3F5;
}

.review .review_box {
  width: 100%;
  height: auto;
}

.review .review_box h2 {
  font-weight: 400;
  font-size: 60px;
  color: #000;
  text-align: center;
  margin-bottom: 81px;
}

.review .review_box .review_top {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.review .review_box .review_top .item {
  width: 373px;
  margin-right: 40px;
  height: auto;
  background: #FFFFFF;
  box-shadow: 0px 8px 8px 0px rgba(51, 51, 51, 0.1);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 30px;
}

.review .review_box .review_top .item:last-child {
  margin-right: 0;
}

.review .review_box .review_top .item .img_box {
  width: 100%;
  height: 176px;
  overflow: hidden;
}

.review .review_box .review_top .item .img_box img {
  cursor: pointer;
  max-width: 100%;
  height: 100%;
  object-fit: fill;
}

.review .review_box .review_top .item .img_box video {
  width: 100%;
  height: 100%;
}

.review .review_box .review_top .item .item_box {
  width: 100%;
  height: auto;
  margin-top: 37px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.review .review_box .review_top .item .item_box .item_desc {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #696969;
  line-height: 28px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.review .review_box .review_top .item .item_box .item_desc * {
  text-align: center !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  color: #696969 !important;
  line-height: 28px !important;
}

.review .review_box .review_top .item .item_box .item_star {
  margin-top: 24px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.review .review_box .review_top .item .item_box .item_star img {
  width: 19px;
  height: 18px;
  margin-right: 8px;
}

.review .review_box .review_top .item .item_box .item_star img:last-child {
  margin-right: 0;
}

.review .review_box .review_top .item .item_box .item_name {
  margin-top: 27px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}

.review .review_box .review_top .item .item_box .item_country {
  margin-top: 16px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}

.review .review_box .review_top .swiper-button-prev {
  top: 50%;
  left: -50px;
  width: 14px;
  height: 23px;
}

.review .review_box .review_top .swiper-button-prev img {
  width: 100%;
  height: 100%;
}

.review .review_box .review_top .swiper-button-prev::after {
  content: '';
}

.review .review_box .review_top .swiper-button-next {
  top: 50%;
  right: -50px;
  width: 14px;
  height: 23px;
}

.review .review_box .review_top .swiper-button-next img {
  width: 100%;
  height: 100%;
}

.review .review_box .review_top .swiper-button-next::after {
  content: '';
}

.review .review_box .review_center {
  width: 100%;
  height: auto;
  padding: 30px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.review .review_box .review_center a {
  cursor: pointer;
  border: none;
  padding: 24px 80px;
  background: #2FA8FF;
  border-radius: 10px;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
}

.faq {
  width: 100%;
  height: auto;
  padding: 92px 0 107px;
  background: #F1F3F5;
}

.faq .title {
  text-align: center;
  font-weight: 400;
  font-size: 60px;
  color: #000000;
}

.faq .faq_box {
  width: 100%;
  height: auto;
}

.faq .faq_box .faq_b_top {
  margin-top: 66px;
  width: 100%;
  height: auto;
}

.faq .faq_box .faq_b_top .faq_b_t_tab {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.faq .faq_box .faq_b_top .faq_b_t_tab .item {
  margin-right: 20px;
  margin-top: 20px;
  text-align: center;
  line-height: 60px;
  font-weight: 400;
  font-size: 18px;
  color: #696969;
  padding: 0 40px;
  cursor: pointer;
  width: auto;
  height: 60px;
  background: transparent;
  border-radius: 10px;
  border: 1px solid rgba(105, 105, 105, 0.53);
}

.faq .faq_box .faq_b_top .faq_b_t_tab .item:hover {
  color: #fff;
  border: 1px solid #2FA8FF;
  background: #2FA8FF;
}

.faq .faq_box .faq_b_top .faq_b_t_tab .item.active {
  color: #fff;
  border: 1px solid #2FA8FF;
  background: #2FA8FF;
}

.faq .faq_box .faq_b_top .faq_b_t_box {
  width: 100%;
  height: auto;
}

.faq .faq_box .faq_b_top .faq_b_t_box .item_b_box {
  width: 100%;
  height: auto;
}

.faq .faq_box .faq_b_top .faq_b_t_box .item_b_box .item {
  margin-top: 5px;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #999999;
}

.faq .faq_box .faq_b_top .faq_b_t_box .item_b_box .item.active {
  border-bottom: none;
}

.faq .faq_box .faq_b_top .faq_b_t_box .item_b_box .item.active .item_title {
  background: #EBEBEB;
}

.faq .faq_box .faq_b_top .faq_b_t_box .item_b_box .item.active .item_title::after {
  transform: translateY(-50%) rotate(0deg);
}

.faq .faq_box .faq_b_top .faq_b_t_box .item_b_box .item.active .item_box {
  display: block;
}

.faq .faq_box .faq_b_top .faq_b_t_box .item_b_box .item .item_title {
  cursor: pointer;
  text-align: left;
  width: 100%;
  height: auto;
  padding: 25px;
  font-weight: 400;
  font-size: 18px;
  color: #696969;
  position: relative;
}

.faq .faq_box .faq_b_top .faq_b_t_box .item_b_box .item .item_title::after {
  position: absolute;
  content: '';
  width: 18px;
  height: 8px;
  background: url(../img/down_icon.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.4s;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(180deg);
}

.faq .faq_box .faq_b_top .faq_b_t_box .item_b_box .item .item_box {
  display: none;
  width: 100%;
  height: auto;
  padding: 6px 25px 43px;
  background: #F5F5F5;
}

.faq .faq_box .faq_b_top .faq_b_t_box .item_b_box .item .item_box .item_i {
  width: 100%;
  height: auto;
  margin-top: 30px;
}

.faq .faq_box .faq_b_top .faq_b_t_box .item_b_box .item .item_box .item_i .item_i_f {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.faq .faq_box .faq_b_top .faq_b_t_box .item_b_box .item .item_box .item_i .item_i_f .img_box {
  text-align: center;
  width: 24px;
  height: 24px;
  background: #2FA8FF;
  border-radius: 3px;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 24px;
}

.faq .faq_box .faq_b_top .faq_b_t_box .item_b_box .item .item_box .item_i .item_i_f .item_i_desc {
  width: 1093px;
  margin-left: 13px;
}

.faq .faq_box .faq_b_top .faq_b_t_box .item_b_box .item .item_box .item_i .item_i_f .item_i_desc p {
  text-align: left;
  font-weight: 400;
  font-size: 18px;
  color: #2FA8FF;
  line-height: 1.625;
}

.faq .faq_box .faq_b_top .faq_b_t_box .item_b_box .item .item_box .item_i .item_i_a {
  margin-top: 30px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.faq .faq_box .faq_b_top .faq_b_t_box .item_b_box .item .item_box .item_i .item_i_a .img_box {
  text-align: center;
  width: 24px;
  height: 24px;
  background: #333333;
  border-radius: 3px;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 24px;
}

.faq .faq_box .faq_b_top .faq_b_t_box .item_b_box .item .item_box .item_i .item_i_a .item_i_desc {
  width: 1093px;
  margin-left: 13px;
}

.faq .faq_box .faq_b_top .faq_b_t_box .item_b_box .item .item_box .item_i .item_i_a .item_i_desc p {
  text-align: left;
  font-weight: 400;
  font-size: 18px;
  color: #696969;
  line-height: 1.625;
}

.faq .faq_box .faq_b_bot {
  margin-top: 75px;
  width: 100%;
  height: 161px;
  border-radius: 10px;
  padding: 0 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.faq .faq_box .faq_b_bot .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.faq .faq_box .faq_b_bot .item .img_box {
  width: 50px;
  height: 50px;
  overflow: hidden;
}

.faq .faq_box .faq_b_bot .item .img_box img {
  width: 100%;
  height: 100%;
}

.faq .faq_box .faq_b_bot .item .item_title {
  margin-top: 10px;
  font-weight: 700;
  font-size: 15px;
  color: #000000;
}

.faq .faq_box .faq_b_bot .item .item_desc {
  margin-top: 5px;
  font-weight: 400;
  font-size: 12px;
  color: #777;
}

.quo_loading {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  background: rgba(0, 0, 0, 0.5);
}

.quo_loading .quo_box {
  width: 590px;
  height: 540px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.quo_loading .quo_box .quo_content {
  width: 570px;
  height: 520px;
  background: #FFFFFF;
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 67px;
}

.quo_loading .quo_box .quo_content .turn_close {
  cursor: pointer;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 20px;
  right: 20px;
  transition: all 0.5s;
}

.quo_loading .quo_box .quo_content .turn_close img {
  width: 100%;
  height: 100%;
}

.quo_loading .quo_box .quo_content .turn_close:hover {
  transform: rotate(180deg);
}

.quo_loading .quo_box .quo_content .quo_title {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
}

.quo_loading .quo_box .quo_content .quo_ani {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 74px;
}

.quo_loading .quo_box .quo_content .quo_ani > img {
  width: 74px;
  height: 74px;
  animation: rotate 2s linear infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.quo_loading .quo_box .quo_content .quo_ani .tbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 35px;
  width: 167px;
  height: auto;
}

.quo_loading .quo_box .quo_content .quo_ani .tbox .tiao {
  width: 100%;
  height: 5px;
  background: #CCCCCC;
  border-radius: 2px;
  overflow: hidden;
}

.quo_loading .quo_box .quo_content .quo_ani .tbox .tiao .tiao_d {
  width: 5%;
  height: 100%;
  background: #2FA8FF;
}

.quo_loading .quo_box .quo_content .quo_ani .tbox p {
  margin-top: 9px;
  font-weight: 400;
  font-size: 14px;
  color: #696969;
}

.quo_loading .quo_box .quo_content .quo_title2 {
  margin-top: 69px;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  color: #2FA8FF;
  margin-bottom: 7px;
}

.quo_loading .quo_box .quo_content .quo_desc {
  text-align: center;
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}

.img_popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

.img_popup .turn_close {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 40px;
  right: 40px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  z-index: 20;
  font-size: 30px;
}

.img_popup .img_content {
  max-width: 600px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.img_popup .img_content img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .breadcrumbs {
    border-top: 0vw solid #CCCCCC;
    margin-top: 19.73333vw;
  }
  .sign {
    width: 100%;
    height: auto;
    padding: 5.33333vw 0;
    background: #fff;
  }
  .sign .sign_box {
    width: 100%;
    height: auto;
  }
  .sign .sign_box h2 {
    font-weight: 400;
    font-size: 7.2vw;
    color: #000;
    text-align: center;
    margin-bottom: 5.33333vw;
  }
  .sign .sign_box .sign_tab {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding-bottom: 2px;
    overflow-x: auto;
  }
  .sign .sign_box .sign_tab .tab_item {
    flex-shrink: 0;
    text-align: center;
    line-height: 9.86667vw;
    font-weight: 400;
    font-size: 2.93333vw;
    color: #696969;
    cursor: pointer;
    width: auto;
    padding: 0 2vw;
    height: 9.86667vw;
    background: transparent;
    border-radius: 0vw;
    border: 1px solid rgba(105, 105, 105, 0.53);
  }
  .sign .sign_box .sign_tab .tab_item:first-child {
    border-radius: 1.33333vw 0vw 0vw 1.33333vw;
    border: 1px solid rgba(105, 105, 105, 0.53);
    border-left: 1px solid rgba(105, 105, 105, 0.53);
    border-right: 0vw solid rgba(105, 105, 105, 0.53);
  }
  .sign .sign_box .sign_tab .tab_item:first-child.active {
    border-left: none;
    border-right: none;
  }
  .sign .sign_box .sign_tab .tab_item:nth-of-type(2) {
    border-radius: 0vw 0vw 0vw 0vw;
    border: 0.13333vw solid rgba(105, 105, 105, 0.53);
    border-left: 1px solid rgba(105, 105, 105, 0.53);
    border-right: 0vw solid rgba(105, 105, 105, 0.53);
  }
  .sign .sign_box .sign_tab .tab_item:nth-of-type(2).active {
    border-left: none;
    border-right: none;
  }
  .sign .sign_box .sign_tab .tab_item:nth-of-type(3) {
    border-radius: 0vw 0vw 0vw 0vw;
    border: 0.13333vw solid rgba(105, 105, 105, 0.53);
    border-left: 1px solid rgba(105, 105, 105, 0.53);
    border-right: 0vw solid rgba(105, 105, 105, 0.53);
  }
  .sign .sign_box .sign_tab .tab_item:nth-of-type(3).active {
    border-left: none;
    border-right: none;
  }
  .sign .sign_box .sign_tab .tab_item.active {
    color: #fff;
    border: 0.13333vw solid #2FA8FF;
    border-left: none;
    border-right: none;
    background: #2FA8FF;
  }
  .sign .sign_box .sign_tab .tab_item:last-child {
    border-left: 1px solid rgba(105, 105, 105, 0.53);
    border-right: 1px solid rgba(105, 105, 105, 0.53);
    border-radius: 0 1.33333vw 1.33333vw 0;
  }
  .sign .sign_box .sign_tab .tab_item:last-child.active {
    border-left: none;
    border-right: none;
  }
  .sign .sign_box .sign_content {
    width: 100%;
    height: auto;
    margin-top: 5.33333vw;
  }
  .sign .sign_box .sign_content .sign_item_model {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
  }
  .sign .sign_box .sign_content .sign_item_model .item_l {
    width: 100%;
    height: auto;
  }
  .sign .sign_box .sign_content .sign_item_model .item_l .img_box {
    width: 100%;
    height: 69vw;
    position: relative;
  }
  .sign .sign_box .sign_content .sign_item_model .item_l .img_box .img_bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sign .sign_box .sign_content .sign_item_model .item_l .img_box .card {
    width: 79%;
    position: absolute;
    bottom: unset;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: row;
    align-items: baseline;
    overflow: hidden;
  }
  .sign .sign_box .sign_content .sign_item_model .item_l .img_box .card img {
    width: auto;
    height: 10.66667vw;
    margin-top: 1.33333vw;
  }
  .sign .sign_box .sign_content .sign_item_model .item_l .img_box .brightness {
    padding: 1.33333vw 2vw;
    background: rgba(255, 255, 255, 0.85);
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 1.33333vw 1.33333vw 0 0;
  }
  .sign .sign_box .sign_content .sign_item_model .item_l .img_box .brightness img {
    width: 4vw;
    height: auto;
  }
  .sign .sign_box .sign_content .sign_item_model .item_l .img_box .brightness .brightness_box {
    width: 10.66667vw;
    height: auto;
    margin: 0 1.06667vw;
  }
  .sign .sign_box .sign_content .sign_item_model .item_l .img_box .brightness .brightness_box .brightness_line {
    width: 100%;
    height: auto;
  }
  .sign .sign_box .sign_content .sign_item_model .item_l .img_box .brightness .brightness_box .brightness_line .layui-slider {
    background: linear-gradient(to right, #000, #f9c626);
  }
  .sign .sign_box .sign_content .sign_item_model .item_l .img_box .brightness .brightness_box .brightness_line .layui-slider-bar {
    background: none !important;
  }
  .sign .sign_box .sign_content .sign_item_model .item_l .bg_box {
    width: 100%;
    height: auto;
    margin-top: 2.66667vw;
    padding: 0 4vw;
  }
  .sign .sign_box .sign_content .sign_item_model .item_l .bg_box .swiper-slide {
    cursor: pointer;
    margin-right: 2.66667vw;
    width: 18.33333vw;
    height: 12.66667vw;
    border-radius: 1.33333vw;
    overflow: hidden;
  }
  .sign .sign_box .sign_content .sign_item_model .item_l .bg_box .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sign .sign_box .sign_content .sign_item_model .item_l .bg_box .swiper-slide:last-child {
    margin-right: 0;
  }
  .sign .sign_box .sign_content .sign_item_model .item_l .bg_box .swiper-button-prev {
    top: 76%;
    left: 0;
    width: 2.33333vw;
    height: 3.83333vw;
  }
  .sign .sign_box .sign_content .sign_item_model .item_l .bg_box .swiper-button-prev img {
    width: 100%;
    height: 100%;
  }
  .sign .sign_box .sign_content .sign_item_model .item_l .bg_box .swiper-button-prev::after {
    content: '';
  }
  .sign .sign_box .sign_content .sign_item_model .item_l .bg_box .swiper-button-next {
    top: 76%;
    right: 0;
    width: 2.33333vw;
    height: 3.83333vw;
  }
  .sign .sign_box .sign_content .sign_item_model .item_l .bg_box .swiper-button-next img {
    width: 100%;
    height: 100%;
  }
  .sign .sign_box .sign_content .sign_item_model .item_l .bg_box .swiper-button-next::after {
    content: '';
  }
  .sign .sign_box .sign_content .sign_item_model .item_r {
    margin-top: 5.33333vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .sign .sign_box .sign_content .sign_item_model .item_r .item_step {
    width: 100%;
    height: auto;
  }
  .sign .sign_box .sign_content .sign_item_model .item_r .item_step .step1 {
    width: 100%;
    height: auto;
  }
  .sign .sign_box .sign_content .sign_item_model .item_r .item_step .step1 .step_title {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .sign .sign_box .sign_content .sign_item_model .item_r .item_step .step1 .step_title .step_num {
    text-align: center;
    line-height: 5vw;
    width: 5vw;
    height: 5vw;
    border-radius: 50%;
    background: #000;
    font-weight: 400;
    font-size: 3.2vw;
    color: #FFFFFF;
  }
  .sign .sign_box .sign_content .sign_item_model .item_r .item_step .step1 .step_title p {
    margin-left: 2vw;
    font-weight: 400;
    font-size: 3.73333vw;
    color: #696969;
  }
  .sign .sign_box .sign_content .sign_item_model .item_r .item_step .step1 .attribute_box {
    width: 100%;
    height: auto;
    padding-left: 5.33333vw;
  }
  .sign .sign_box .sign_content .sign_item_model .item_r .item_step .step1 .attribute_box .attribute_item {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 0vw;
  }
  .sign .sign_box .sign_content .sign_item_model .item_r .item_step .step1 .attribute_box .attribute_item:first-child {
    margin-top: 3.33333vw;
  }
  .sign .sign_box .sign_content .sign_item_model .item_r .item_step .step1 .attribute_box .attribute_item p {
    margin-top: 2.13333vw;
    margin-right: 1.33333vw;
    font-weight: 400;
    font-size: 3.2vw;
    color: #696969;
  }
  .sign .sign_box .sign_content .sign_item_model .item_r .item_step .step1 .attribute_box .attribute_item .item_box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .sign .sign_box .sign_content .sign_item_model .item_r .item_step .step1 .attribute_box .attribute_item .item_box .item {
    cursor: pointer;
    margin-right: 1.33333vw;
    margin-bottom: 3.33333vw;
    font-weight: 400;
    font-size: 3.2vw;
    color: #333333;
    padding: 2.66667vw 1.46667vw;
    border-radius: 3.73333vw;
    border: 0.13333vw solid rgba(204, 204, 204, 0.53);
  }
  .sign .sign_box .sign_content .sign_item_model .item_r .item_step .step1 .attribute_box .attribute_item .item_box .item.active {
    border: 0.13333vw solid #2FA8FF;
    color: #2FA8FF;
  }
  .sign .sign_box .sign_content .sign_item_model .item_r .item_step .step1 .attribute_box .attribute_apply .item_box .item {
    padding: 2.66667vw 5.1333vw;
  }
  .sign .sign_box .sign_content .sign_item_model .item_r .item_step .step1 .attribute_box .attribute_color p {
    margin-top: 1.33333vw;
  }
  .sign .sign_box .sign_content .sign_item_model .item_r .item_step .step1 .attribute_box .attribute_color .item_box .item {
    border: none;
    padding: 0;
    width: 10vw;
    height: 7.66667vw;
    border-radius: 1.33333vw;
    position: relative;
  }
  .sign .sign_box .sign_content .sign_item_model .item_r .item_step .step1 .attribute_box .attribute_color .item_box .white {
    border: none;
    padding: 0;
    width: 10vw;
    height: 7.66667vw;
    background: #fff;
    border-radius: 1.33333vw;
    position: relative;
  }
  .sign .sign_box .sign_content .sign_item_model .item_r .item_step .step1 .attribute_box .attribute_color .item_box .white.active {
    border: none;
  }
  .sign .sign_box .sign_content .sign_item_model .item_r .item_step .step1 .attribute_box .attribute_color .item_box .white.active::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 10vw;
    height: 7.66667vw;
    background: url(../img/check1.png) no-repeat;
    background-size: 100% 100%;
  }
  .sign .sign_box .sign_content .sign_item_model .item_r .item_step .step1 .attribute_box .attribute_color .item_box .black {
    border: none;
    padding: 0;
    width: 10vw;
    height: 7.66667vw;
    background: #000;
    border-radius: 1.33333vw;
    position: relative;
  }
  .sign .sign_box .sign_content .sign_item_model .item_r .item_step .step1 .attribute_box .attribute_color .item_box .black.active {
    border: none;
  }
  .sign .sign_box .sign_content .sign_item_model .item_r .item_step .step1 .attribute_box .attribute_color .item_box .black.active::after {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 10vw;
    height: 7.66667vw;
    background: url(../img/check1.png) no-repeat;
    background-size: 100% 100%;
  }
  .sign .sign_box .sign_content .sign_item_model .item_r .item_step .step2 {
    width: 100%;
    height: auto;
  }
  .sign .sign_box .sign_content .sign_item_model .item_r .item_step .step2 .step_title {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .sign .sign_box .sign_content .sign_item_model .item_r .item_step .step2 .step_title .step_num {
    text-align: center;
    line-height: 5vw;
    width: 5vw;
    height: 5vw;
    border-radius: 50%;
    background: #000;
    font-weight: 400;
    font-size: 3.2vw;
    color: #FFFFFF;
  }
  .sign .sign_box .sign_content .sign_item_model .item_r .item_step .step2 .step_title .input {
    margin-top: 0vw;
    width: 86.66667vw;
    height: 10.13333vw;
    background: #FBFBFB;
    border-radius: 1.33333vw;
    border: 0.13333vw solid rgba(153, 153, 153, 0.53);
    margin-left: 1.33333vw;
    position: relative;
    overflow: hidden;
  }
  .sign .sign_box .sign_content .sign_item_model .item_r .item_step .step2 .step_title .input input {
    outline: none;
    border: none;
    width: 100%;
    height: 100%;
    font-weight: 400;
    font-size: 3.2vw;
    color: #000;
    padding: 0 4.66667vw 0 2.66667vw;
  }
  .sign .sign_box .sign_content .sign_item_model .item_r .item_step .step2 .step_title .input input::placeholder {
    color: #999;
  }
  .sign .sign_box .sign_content .sign_item_model .item_r .item_step .step2 .step_title .input .delet {
    width: 8vw;
    height: 10.13333vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .sign .sign_box .sign_content .sign_item_model .item_r .item_step .step2 .step_title .input .delet .delet_img {
    width: 3.6vw;
    height: auto;
  }
  .sign .sign_box .sign_content .sign_item_model .item_r .item_step .step2 .step_title p {
    margin-left: 2vw;
    font-weight: 400;
    font-size: 3.73333vw;
    color: #696969;
  }
  .sign .sign_box .sign_content .sign_item_model .item_r .item_step .step2 .input {
    margin-top: 3.33333vw;
    width: 86.66667vw;
    height: 10.13333vw;
    background: #FBFBFB;
    border-radius: 1.33333vw;
    border: 0.13333vw solid rgba(153, 153, 153, 0.53);
    margin-left: 5.33333vw;
    position: relative;
    overflow: hidden;
  }
  .sign .sign_box .sign_content .sign_item_model .item_r .item_step .step2 .input input {
    outline: none;
    border: none;
    width: 100%;
    height: 100%;
    font-weight: 400;
    font-size: 3.2vw;
    color: #000;
    padding: 0 4.66667vw 0 2.66667vw;
  }
  .sign .sign_box .sign_content .sign_item_model .item_r .item_step .step2 .input input::placeholder {
    color: #999;
  }
  .sign .sign_box .sign_content .sign_item_model .item_r .item_step .step2 .input .delet {
    width: 8vw;
    height: 10.13333vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .sign .sign_box .sign_content .sign_item_model .item_r .item_step .step2 .input .delet .delet_img {
    width: 3.6vw;
    height: auto;
  }
  .sign .sign_box .sign_content .sign_item_model .item_r .item_step .step2 .select_box {
    margin-top: 2vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 5.33333vw;
  }
  .sign .sign_box .sign_content .sign_item_model .item_r .item_step .step2 .select_box button {
    background: transparent;
    cursor: pointer;
    border: none;
    width: 6.66667vw;
    height: auto;
    margin: 0 0.8vw;
    margin-top: 2.66667vw;
    font-weight: 400;
    font-size: 4.8vw;
    color: #333;
    position: relative;
  }
  .sign .sign_box .sign_content .sign_item_model .item_r .item_step .step2 .select_box button img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4vw;
    height: auto;
  }
  .sign .sign_box .sign_content .sign_item_model .item_r .item_step .step2 .select_box .num {
    color: #ec0000;
  }
  .sign .sign_box .sign_content .sign_item_model .item_r .price_box {
    margin-top: 5.33333vw;
    padding-left: 5.33333vw;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .sign .sign_box .sign_content .sign_item_model .item_r .price_box span {
    color: #ff0606;
    font-size: 3.2vw;
  }
  .sign .sign_box .sign_content .sign_item_model .item_r .price_box p {
    color: #ff0606;
    font-size: 5.86667vw;
    line-height: 5.86667vw;
  }
  .sign .sign_box .sign_content .sign_item_model .item_r .diy_tip {
    padding-left: 5.33333vw;
    text-align: left;
    margin-top: 2.66667vw;
    line-height: 1.345;
    color: #999;
    font-size: 3.2vw;
  }
  .sign .sign_box .sign_content .sign_item_model .item_r .confirm {
    margin-top: 5.33333vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding-left: 5.33333vw;
  }
  .sign .sign_box .sign_content .sign_item_model .item_r .confirm .add_cart {
    padding: 0vw 4.8vw;
    height: 11.33333vw;
    border: 0.13333vw solid #2FA8FF;
    background: transparent;
    border-radius: 1.33333vw;
    font-weight: 400;
    font-size: 3.73333vw;
    color: #FFFFFF;
  }
  .sign .sign_box .sign_content .sign_item_model .item_r .confirm .add_cart .img_box {
    width: 4.6vw;
    height: 4.2vw;
  }
  .sign .sign_box .sign_content .sign_item_model .item_r .confirm .add_cart .img_box img:first-child {
    display: block;
  }
  .sign .sign_box .sign_content .sign_item_model .item_r .confirm .add_cart .img_box img:last-child {
    display: none;
  }
  .sign .sign_box .sign_content .sign_item_model .item_r .confirm .add_cart p {
    margin-left: 1.33333vw;
  }
  .sign .sign_box .sign_content .sign_item_model .item_r .confirm button {
    margin-left: 0vw;
    cursor: pointer;
    border: none;
    background: #2FA8FF;
    border-radius: 1.33333vw;
    padding: 0vw 8.26667vw;
    height: 11.33333vw;
    line-height: 11.33333vw;
    font-weight: 400;
    font-size: 3.2vw;
    color: #FFFFFF;
  }
  .sign .sign_box .sign_content .sign_item_model .item_r .tip_box {
    width: 100%;
    height: auto;
    padding-left: 5.33333vw;
  }
  .sign .sign_box .sign_content .sign_item_model .item_r .tip_box .tip_item {
    margin-top: 2.66667vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .sign .sign_box .sign_content .sign_item_model .item_r .tip_box .tip_item img {
    width: 4vw;
    height: auto;
  }
  .sign .sign_box .sign_content .sign_item_model .item_r .tip_box .tip_item p {
    margin-left: 2.66667vw;
    color: #333;
    font-size: 3.2vw;
  }
  .sign .sign_box .sign_content .sign_item_model2 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
  }
  .sign .sign_box .sign_content .sign_item_model2 .item_l {
    width: 100%;
    height: auto;
  }
  .sign .sign_box .sign_content .sign_item_model2 .item_l .img_box {
    width: 100%;
    height: 69vw;
    position: relative;
  }
  .sign .sign_box .sign_content .sign_item_model2 .item_l .img_box .img_bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sign .sign_box .sign_content .sign_item_model2 .item_l .img_box .card {
    width: 79%;
    position: absolute;
    bottom: unset;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: row;
    align-items: baseline;
    overflow: hidden;
  }
  .sign .sign_box .sign_content .sign_item_model2 .item_l .img_box .card img {
    width: auto;
    height: 8vw;
    margin-top: 1.33333vw;
  }
  .sign .sign_box .sign_content .sign_item_model2 .item_l .img_box .brightness {
    padding: 1.33333vw 2vw;
    background: rgba(255, 255, 255, 0.85);
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 1.33333vw 1.33333vw 0 0;
  }
  .sign .sign_box .sign_content .sign_item_model2 .item_l .img_box .brightness img {
    width: 4vw;
    height: auto;
  }
  .sign .sign_box .sign_content .sign_item_model2 .item_l .img_box .brightness .brightness_box {
    width: 10.66667vw;
    height: auto;
    margin: 0 1.06667vw;
  }
  .sign .sign_box .sign_content .sign_item_model2 .item_l .img_box .brightness .brightness_box .brightness_line {
    width: 100%;
    height: auto;
  }
  .sign .sign_box .sign_content .sign_item_model2 .item_l .img_box .brightness .brightness_box .brightness_line .layui-slider {
    background: linear-gradient(to right, #000, #f9c626);
  }
  .sign .sign_box .sign_content .sign_item_model2 .item_l .img_box .brightness .brightness_box .brightness_line .layui-slider-bar {
    background: none !important;
  }
  .sign .sign_box .sign_content .sign_item_model2 .item_l .bg_box {
    width: 100%;
    height: auto;
    margin-top: 2.66667vw;
    padding: 0 4vw;
  }
  .sign .sign_box .sign_content .sign_item_model2 .item_l .bg_box .swiper-slide {
    cursor: pointer;
    margin-right: 2.66667vw;
    width: 18.33333vw;
    height: 12.66667vw;
    border-radius: 1.33333vw;
    overflow: hidden;
  }
  .sign .sign_box .sign_content .sign_item_model2 .item_l .bg_box .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sign .sign_box .sign_content .sign_item_model2 .item_l .bg_box .swiper-slide:last-child {
    margin-right: 0;
  }
  .sign .sign_box .sign_content .sign_item_model2 .item_l .bg_box .swiper-button-prev {
    top: 76%;
    left: 0;
    width: 2.33333vw;
    height: 3.83333vw;
  }
  .sign .sign_box .sign_content .sign_item_model2 .item_l .bg_box .swiper-button-prev img {
    width: 100%;
    height: 100%;
  }
  .sign .sign_box .sign_content .sign_item_model2 .item_l .bg_box .swiper-button-prev::after {
    content: '';
  }
  .sign .sign_box .sign_content .sign_item_model2 .item_l .bg_box .swiper-button-next {
    top: 76%;
    right: 0;
    width: 2.33333vw;
    height: 3.83333vw;
  }
  .sign .sign_box .sign_content .sign_item_model2 .item_l .bg_box .swiper-button-next img {
    width: 100%;
    height: 100%;
  }
  .sign .sign_box .sign_content .sign_item_model2 .item_l .bg_box .swiper-button-next::after {
    content: '';
  }
  .sign .sign_box .sign_content .sign_item_model3 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
  }
  .sign .sign_box .sign_content .sign_item_model3 .item_l {
    width: 100%;
    height: auto;
  }
  .sign .sign_box .sign_content .sign_item_model3 .item_l .img_box {
    width: 100%;
    height: 69vw;
    position: relative;
  }
  .sign .sign_box .sign_content .sign_item_model3 .item_l .img_box .img_bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sign .sign_box .sign_content .sign_item_model3 .item_l .img_box .img_bg3 {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sign .sign_box .sign_content .sign_item_model3 .item_l .img_box .card_box {
    width: 72.66667vw;
    position: absolute;
    bottom: unset;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .sign .sign_box .sign_content .sign_item_model3 .item_l .img_box .card_box .boom {
    width: 33.33333vw;
    height: 0.53333vw;
    background: #fff;
  }
  .sign .sign_box .sign_content .sign_item_model3 .item_l .img_box .card {
    width: 100%;
    position: static;
    bottom: unset;
    left: unset;
    transform: translateX(0%);
    display: flex;
    flex-direction: row;
    align-items: baseline;
    overflow: hidden;
  }
  .sign .sign_box .sign_content .sign_item_model3 .item_l .img_box .card img {
    width: auto;
    height: 10.66667vw;
    margin-top: 0vw;
  }
  .sign .sign_box .sign_content .sign_item_model3 .item_l .img_box .brightness {
    padding: 1.33333vw 2vw;
    background: rgba(255, 255, 255, 0.85);
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 1.33333vw 1.33333vw 0 0;
  }
  .sign .sign_box .sign_content .sign_item_model3 .item_l .img_box .brightness img {
    width: 4vw;
    height: auto;
  }
  .sign .sign_box .sign_content .sign_item_model3 .item_l .img_box .brightness .brightness_box {
    width: 10.66667vw;
    height: auto;
    margin: 0 1.06667vw;
  }
  .sign .sign_box .sign_content .sign_item_model3 .item_l .img_box .brightness .brightness_box .brightness_line {
    width: 100%;
    height: auto;
  }
  .sign .sign_box .sign_content .sign_item_model3 .item_l .img_box .brightness .brightness_box .brightness_line .layui-slider {
    background: linear-gradient(to right, #000, #f9c626);
  }
  .sign .sign_box .sign_content .sign_item_model3 .item_l .img_box .brightness .brightness_box .brightness_line .layui-slider-bar {
    background: none !important;
  }
  .sign .sign_box .sign_content .sign_item_model3 .item_l .bg_box {
    width: 100%;
    height: auto;
    margin-top: 2.66667vw;
    padding: 0 4vw;
  }
  .sign .sign_box .sign_content .sign_item_model3 .item_l .bg_box .swiper-slide {
    cursor: pointer;
    margin-right: 2.66667vw;
    width: 18.33333vw;
    height: 12.66667vw;
    border-radius: 1.33333vw;
    overflow: hidden;
  }
  .sign .sign_box .sign_content .sign_item_model3 .item_l .bg_box .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sign .sign_box .sign_content .sign_item_model3 .item_l .bg_box .swiper-slide:last-child {
    margin-right: 0;
  }
  .sign .sign_box .sign_content .sign_item_model3 .item_l .bg_box .swiper-button-prev {
    top: 76%;
    left: 0;
    width: 2.33333vw;
    height: 3.83333vw;
  }
  .sign .sign_box .sign_content .sign_item_model3 .item_l .bg_box .swiper-button-prev img {
    width: 100%;
    height: 100%;
  }
  .sign .sign_box .sign_content .sign_item_model3 .item_l .bg_box .swiper-button-prev::after {
    content: '';
  }
  .sign .sign_box .sign_content .sign_item_model3 .item_l .bg_box .swiper-button-next {
    top: 76%;
    right: 0;
    width: 2.33333vw;
    height: 3.83333vw;
  }
  .sign .sign_box .sign_content .sign_item_model3 .item_l .bg_box .swiper-button-next img {
    width: 100%;
    height: 100%;
  }
  .sign .sign_box .sign_content .sign_item_model3 .item_l .bg_box .swiper-button-next::after {
    content: '';
  }
  .sign .sign_box .sign_content .sign_item_model3 .item_r {
    margin-top: 5.33333vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .sign .sign_box .sign_content .sign_item_model3 .item_r .item_step {
    width: 100%;
    height: auto;
  }
  .sign .sign_box .sign_content .sign_item_model3 .item_r .item_step .step1 {
    width: 100%;
    height: auto;
  }
  .sign .sign_box .sign_content .sign_item_model3 .item_r .item_step .step1 .step_title {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .sign .sign_box .sign_content .sign_item_model3 .item_r .item_step .step1 .step_title .step_num {
    text-align: center;
    line-height: 5vw;
    width: 5vw;
    height: 5vw;
    border-radius: 50%;
    background: #000;
    font-weight: 400;
    font-size: 3.2vw;
    color: #FFFFFF;
  }
  .sign .sign_box .sign_content .sign_item_model3 .item_r .item_step .step1 .step_title p {
    margin-left: 2vw;
    font-weight: 400;
    font-size: 3.73333vw;
    color: #696969;
  }
  .sign .sign_box .sign_content .sign_item_model3 .item_r .item_step .step1 .attribute_box {
    width: 100%;
    height: auto;
    padding-left: 5.33333vw;
  }
  .sign .sign_box .sign_content .sign_item_model3 .item_r .item_step .step1 .attribute_box .attribute_item {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 0vw;
  }
  .sign .sign_box .sign_content .sign_item_model3 .item_r .item_step .step1 .attribute_box .attribute_item:first-child {
    margin-top: 3.33333vw;
  }
  .sign .sign_box .sign_content .sign_item_model3 .item_r .item_step .step1 .attribute_box .attribute_item:nth-of-type(2) p {
    margin-top: 1.33333vw;
  }
  .sign .sign_box .sign_content .sign_item_model3 .item_r .item_step .step1 .attribute_box .attribute_item:nth-of-type(2) .item_box .item {
    border: none;
    padding: 0;
    width: auto;
    height: auto;
    border-radius: 3.73333vw;
    padding: 2.66667vw 1.46667vw;
    position: relative;
  }
  .sign .sign_box .sign_content .sign_item_model3 .item_r .item_step .step1 .attribute_box .attribute_item:nth-of-type(3) p {
    margin-top: 1.33333vw;
  }
  .sign .sign_box .sign_content .sign_item_model3 .item_r .item_step .step1 .attribute_box .attribute_item:nth-of-type(3) .item_box .item {
    border: none;
    padding: 0;
    width: 10vw;
    height: 7.66667vw;
    border-radius: 1.33333vw;
    position: relative;
  }
  .sign .sign_box .sign_content .sign_item_model3 .item_r .item_step .step1 .attribute_box .attribute_item:nth-of-type(3) .item_box .white {
    border: none;
    padding: 0;
    width: 10vw;
    height: 7.66667vw;
    background: #fff;
    border-radius: 1.33333vw;
    position: relative;
  }
  .sign .sign_box .sign_content .sign_item_model3 .item_r .item_step .step1 .attribute_box .attribute_item:nth-of-type(3) .item_box .white.active {
    border: none;
  }
  .sign .sign_box .sign_content .sign_item_model3 .item_r .item_step .step1 .attribute_box .attribute_item:nth-of-type(3) .item_box .white.active::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 10vw;
    height: 7.66667vw;
    background: url(../img/check1.png) no-repeat;
    background-size: 100% 100%;
  }
  .sign .sign_box .sign_content .sign_item_model3 .item_r .item_step .step1 .attribute_box .attribute_item:nth-of-type(3) .item_box .black {
    border: none;
    padding: 0;
    width: 10vw;
    height: 7.66667vw;
    background: #000;
    border-radius: 1.33333vw;
    position: relative;
  }
  .sign .sign_box .sign_content .sign_item_model3 .item_r .item_step .step1 .attribute_box .attribute_item:nth-of-type(3) .item_box .black.active {
    border: none;
  }
  .sign .sign_box .sign_content .sign_item_model3 .item_r .item_step .step1 .attribute_box .attribute_item:nth-of-type(3) .item_box .black.active::after {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 10vw;
    height: 7.66667vw;
    background: url(../img/check1.png) no-repeat;
    background-size: 100% 100%;
  }
  .sign .sign_box .sign_content .sign_item_model3 .item_r .item_step .step1 .attribute_box .attribute_item p {
    margin-top: 2.13333vw;
    margin-right: 1.33333vw;
    font-weight: 400;
    font-size: 3.2vw;
    color: #696969;
  }
  .sign .sign_box .sign_content .sign_item_model3 .item_r .item_step .step1 .attribute_box .attribute_item .item_box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .sign .sign_box .sign_content .sign_item_model3 .item_r .item_step .step1 .attribute_box .attribute_item .item_box .item {
    cursor: pointer;
    margin-right: 1.33333vw;
    margin-bottom: 3.33333vw;
    font-weight: 400;
    font-size: 3.2vw;
    color: #333333;
    padding: 2.66667vw 1.46667vw;
    border-radius: 3.73333vw;
    border: 0.13333vw solid rgba(204, 204, 204, 0.53);
  }
  .sign .sign_box .sign_content .sign_item_model3 .item_r .item_step .step1 .attribute_box .attribute_item .item_box .item.active {
    border: 0.13333vw solid #2FA8FF;
    color: #2FA8FF;
  }
  .sign .sign_box .sign_content .sign_item_model3 .item_r .item_step .step2 {
    width: 100%;
    height: auto;
  }
  .sign .sign_box .sign_content .sign_item_model3 .item_r .item_step .step2 .step_title {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .sign .sign_box .sign_content .sign_item_model3 .item_r .item_step .step2 .step_title .step_num {
    text-align: center;
    line-height: 5vw;
    width: 5vw;
    height: 5vw;
    border-radius: 50%;
    background: #000;
    font-weight: 400;
    font-size: 3.2vw;
    color: #FFFFFF;
  }
  .sign .sign_box .sign_content .sign_item_model3 .item_r .item_step .step2 .step_title p {
    margin-left: 2vw;
    font-weight: 400;
    font-size: 3.73333vw;
    color: #696969;
  }
  .sign .sign_box .sign_content .sign_item_model3 .item_r .item_step .step2 .input {
    margin-top: 3.33333vw;
    width: 86.66667vw;
    height: 10.13333vw;
    background: #FBFBFB;
    border-radius: 1.33333vw;
    border: 0.13333vw solid rgba(153, 153, 153, 0.53);
    margin-left: 5.33333vw;
    position: relative;
    overflow: hidden;
  }
  .sign .sign_box .sign_content .sign_item_model3 .item_r .item_step .step2 .input input {
    outline: none;
    border: none;
    width: 100%;
    height: 100%;
    font-weight: 400;
    font-size: 3.2vw;
    color: #000;
    padding: 0 4.66667vw 0 2.66667vw;
  }
  .sign .sign_box .sign_content .sign_item_model3 .item_r .item_step .step2 .input input::placeholder {
    color: #999;
  }
  .sign .sign_box .sign_content .sign_item_model3 .item_r .item_step .step2 .input .delet {
    width: 8vw;
    height: 10.13333vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .sign .sign_box .sign_content .sign_item_model3 .item_r .item_step .step2 .input .delet .delet_img {
    width: 3.6vw;
    height: auto;
  }
  .sign .sign_box .sign_content .sign_item_model3 .item_r .item_step .step2 .select_box {
    margin-top: 2vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 5.33333vw;
  }
  .sign .sign_box .sign_content .sign_item_model3 .item_r .item_step .step2 .select_box button {
    background: transparent;
    cursor: pointer;
    border: none;
    width: 6.66667vw;
    height: auto;
    margin: 0 0.8vw;
    margin-top: 2.66667vw;
    font-weight: 400;
    font-size: 4.8vw;
    color: #333;
    position: relative;
  }
  .sign .sign_box .sign_content .sign_item_model3 .item_r .item_step .step2 .select_box button img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4vw;
    height: auto;
  }
  .sign .sign_box .sign_content .sign_item_model3 .item_r .item_step .step2 .select_box .num {
    color: #ec0000;
  }
  .sign .sign_box .sign_content .sign_item_model3 .item_r .diy_tip {
    padding-left: 5.33333vw;
    text-align: left;
    margin-top: 2.66667vw;
    line-height: 1.345;
    color: #999;
    font-size: 3.2vw;
  }
  .sign .sign_box .sign_content .sign_item_model3 .item_r .confirm {
    margin-top: 5.33333vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding-left: 5.33333vw;
  }
  .sign .sign_box .sign_content .sign_item_model3 .item_r .confirm .add_cart {
    padding: 0vw 4.8vw;
    height: 11.33333vw;
    border: 0.13333vw solid #2FA8FF;
    background: transparent;
    border-radius: 1.33333vw;
    font-weight: 400;
    font-size: 3.73333vw;
    color: #FFFFFF;
  }
  .sign .sign_box .sign_content .sign_item_model3 .item_r .confirm .add_cart .img_box {
    width: 4.6vw;
    height: 4.2vw;
  }
  .sign .sign_box .sign_content .sign_item_model3 .item_r .confirm .add_cart .img_box img:first-child {
    display: block;
  }
  .sign .sign_box .sign_content .sign_item_model3 .item_r .confirm .add_cart .img_box img:last-child {
    display: none;
  }
  .sign .sign_box .sign_content .sign_item_model3 .item_r .confirm .add_cart p {
    margin-left: 1.33333vw;
  }
  .sign .sign_box .sign_content .sign_item_model3 .item_r .confirm button {
    margin-left: 2.66667vw;
    cursor: pointer;
    border: none;
    background: #2FA8FF;
    border-radius: 1.33333vw;
    padding: 0vw 8.26667vw;
    height: 11.33333vw;
    line-height: 11.33333vw;
    font-weight: 400;
    font-size: 3.2vw;
    color: #FFFFFF;
  }
  .sign .sign_box .sign_content .sign_item_pay {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .sign .sign_box .sign_content .sign_item_pay .item_l {
    width: 92vw;
    height: auto;
  }
  .sign .sign_box .sign_content .sign_item_pay .item_l .img_box {
    width: 100%;
    height: 69vw;
    position: relative;
  }
  .sign .sign_box .sign_content .sign_item_pay .item_l .img_box .img_bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sign .sign_box .sign_content .sign_item_pay .item_l .img_box .lightbox {
    width: 100%;
    height: 53.33333vw;
    position: absolute;
    bottom: 4vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .sign .sign_box .sign_content .sign_item_pay .item_l .img_box .lightbox .lightbox_big {
    background-blend-mode: multiply;
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .sign .sign_box .sign_content .sign_item_pay .item_l .img_box .lightbox .lightbox_big img {
    width: auto;
    height: 100%;
  }
  .sign .sign_box .sign_content .sign_item_pay .item_l .img_box .lightbox .lightbox_big .lightbox_within {
    z-index: 2;
    position: absolute;
    width: 33.33333vw !important;
    height: 45.86667vw;
    left: 50%;
    transform: translateX(-50%);
    top: 2.5%;
  }
  .sign .sign_box .sign_content .sign_item_pay .item_l .bg_box {
    width: 100%;
    height: auto;
    margin-top: 2.66667vw;
    padding: 0 4vw;
  }
  .sign .sign_box .sign_content .sign_item_pay .item_l .bg_box .swiper-slide {
    cursor: pointer;
    margin-right: 2.66667vw;
    width: 18.33333vw;
    height: 12.66667vw;
    border-radius: 1.33333vw;
    overflow: hidden;
  }
  .sign .sign_box .sign_content .sign_item_pay .item_l .bg_box .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sign .sign_box .sign_content .sign_item_pay .item_l .bg_box .swiper-slide:last-child {
    margin-right: 0;
  }
  .sign .sign_box .sign_content .sign_item_pay .item_l .bg_box .swiper-button-prev {
    top: 76%;
    left: 0;
    width: 2.33333vw;
    height: 3.83333vw;
  }
  .sign .sign_box .sign_content .sign_item_pay .item_l .bg_box .swiper-button-prev img {
    width: 100%;
    height: 100%;
  }
  .sign .sign_box .sign_content .sign_item_pay .item_l .bg_box .swiper-button-prev::after {
    content: '';
  }
  .sign .sign_box .sign_content .sign_item_pay .item_l .bg_box .swiper-button-next {
    top: 76%;
    right: 0;
    width: 2.33333vw;
    height: 3.83333vw;
  }
  .sign .sign_box .sign_content .sign_item_pay .item_l .bg_box .swiper-button-next img {
    width: 100%;
    height: 100%;
  }
  .sign .sign_box .sign_content .sign_item_pay .item_l .bg_box .swiper-button-next::after {
    content: '';
  }
  .sign .sign_box .sign_content .sign_item_pay .item_r {
    margin-top: 5.33333vw;
    width: 92vw;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .sign .sign_box .sign_content .sign_item_pay .item_r .item_step {
    width: 100%;
    height: auto;
  }
  .sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step1 {
    width: 100%;
    height: auto;
  }
  .sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step1 .step_title {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step1 .step_title .step_num {
    text-align: center;
    line-height: 5vw;
    width: 5vw;
    height: 5vw;
    border-radius: 50%;
    background: #000;
    font-weight: 400;
    font-size: 3.2vw;
    color: #FFFFFF;
  }
  .sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step1 .step_title p {
    margin-left: 2vw;
    font-weight: 400;
    font-size: 3.73333vw;
    color: #696969;
  }
  .sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step1 .ser_box {
    width: 100%;
    height: auto;
    padding-left: 5.33333vw;
  }
  .sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step1 .ser_box .ser_tab {
    margin-top: 5.33333vw;
    width: 86.66667vw;
    height: 10.13333vw;
    border-radius: 1.33333vw;
    border: 0.13333vw solid rgba(153, 153, 153, 0.53);
    padding: 0 3.2vw;
  }
  .sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step1 .ser_box .ser_tab .item {
    cursor: pointer;
    margin-right: 7.73333vw;
    width: auto !important;
    height: 100%;
    font-weight: 400;
    line-height: 10.13333vw;
    font-size: 3.46667vw;
    color: #696969;
    position: relative;
  }
  .sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step1 .ser_box .ser_tab .item.active {
    color: #2FA8FF;
  }
  .sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step1 .ser_box .ser_tab .item:last-child {
    margin-right: 0;
  }
  .sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step1 .ser_box .ser_bot {
    margin-top: 3.73333vw;
  }
  .sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step1 .ser_box .ser_bot .ser_bot_item {
    width: 100%;
    height: auto;
    padding: 0 4vw;
  }
  .sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step1 .ser_box .ser_bot .ser_bot_item .swiper-slide {
    cursor: pointer;
    margin-right: 1.86667vw;
    width: auto !important;
    height: 26.66667vw;
    border-radius: 1.33333vw;
    overflow: hidden;
  }
  .sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step1 .ser_box .ser_bot .ser_bot_item .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step1 .ser_box .ser_bot .ser_bot_item .swiper-slide:last-child {
    margin-right: 0;
  }
  .sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step1 .ser_box .ser_bot .ser_bot_item .swiper-button-prev {
    top: 64%;
    left: 0;
    width: 1.86667vw;
    height: 3.06667vw;
  }
  .sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step1 .ser_box .ser_bot .ser_bot_item .swiper-button-prev img {
    width: 100%;
    height: 100%;
  }
  .sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step1 .ser_box .ser_bot .ser_bot_item .swiper-button-prev::after {
    content: '';
  }
  .sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step1 .ser_box .ser_bot .ser_bot_item .swiper-button-next {
    top: 64%;
    right: 0;
    width: 1.86667vw;
    height: 3.06667vw;
  }
  .sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step1 .ser_box .ser_bot .ser_bot_item .swiper-button-next img {
    width: 100%;
    height: 100%;
  }
  .sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step1 .ser_box .ser_bot .ser_bot_item .swiper-button-next::after {
    content: '';
  }
  .sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step2 {
    margin-top: 6.66667vw;
    width: 100%;
    height: auto;
  }
  .sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step2 .step_title {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step2 .step_title .step_num {
    text-align: center;
    line-height: 5vw;
    width: 5vw;
    height: 5vw;
    border-radius: 50%;
    background: #000;
    font-weight: 400;
    font-size: 3.2vw;
    color: #FFFFFF;
  }
  .sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step2 .step_title p {
    margin-left: 2vw;
    font-weight: 400;
    font-size: 3.73333vw;
    color: #696969;
  }
  .sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step2 .select_box {
    margin-top: 5.33333vw;
    width: 86.66667vw;
    height: 52.8vw;
    margin-left: 5.33333vw;
    border-radius: 1.33333vw;
    border: 0.13333vw solid rgba(153, 153, 153, 0.53);
  }
  .sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step2 .select_box .select_tab {
    width: 100%;
    height: 10.13333vw;
    display: flex;
    padding: 0 3.06667vw;
    flex-direction: row;
    align-items: center;
    border-bottom: 0.13333vw solid rgba(153, 153, 153, 0.53);
  }
  .sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step2 .select_box .select_tab .tab_item {
    margin-right: 9.33333vw;
    cursor: pointer;
    font-weight: 400;
    line-height: 10.13333vw;
    font-size: 3.46667vw;
    color: #696969;
  }
  .sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step2 .select_box .select_tab .tab_item.active {
    color: #2FA8FF;
    position: relative;
  }
  .sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step2 .select_box .select_tab .tab_item.active::after {
    content: "";
    width: 100%;
    height: 0.26667vw;
    background: #2FA8FF;
    position: absolute;
    bottom: 0%;
    left: 0;
  }
  .sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step2 .select_box .select_tab .tab_item:last-child {
    margin-right: 0;
  }
  .sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step2 .select_box .select_contnet {
    width: 100%;
    height: 41.33333vw;
    padding: 0 0vw 0 2.66667vw;
    overflow: hidden;
    overflow-y: auto;
  }
  .sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step2 .select_box .select_contnet::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 0.66667vw;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 0.66667vw;
  }
  .sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step2 .select_box .select_contnet::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 0.4vw;
    background: #999;
  }
  .sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step2 .select_box .select_contnet::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    border-radius: 0.4vw;
    background: transparent;
  }
  .sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step2 .select_box .select_contnet .select_c_item {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 2.66667vw;
  }
  .sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step2 .select_box .select_contnet .select_c_item .item {
    cursor: pointer;
    margin-top: 2.53333vw;
    margin-right: 2.4vw;
    width: 16.66667vw;
    height: 21.33333vw;
    border-radius: 1.33333vw;
  }
  .sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step2 .select_box .select_contnet .select_c_item .item:nth-of-type(4n) {
    margin-right: 0;
  }
  .sign .sign_box .sign_content .sign_item_pay .item_r .item_step .step2 .select_box .select_contnet .select_c_item .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sign .sign_box .sign_content .sign_item_pay .item_r .diy_tip {
    padding-left: 5.33333vw;
    text-align: left;
    margin-top: 2.66667vw;
    line-height: 1.345;
    color: #999;
    font-size: 3.2vw;
  }
  .sign .sign_box .sign_content .sign_item_pay .item_r .confirm {
    margin-top: 5.33333vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding-left: 5.33333vw;
  }
  .sign .sign_box .sign_content .sign_item_pay .item_r .confirm .add_cart {
    padding: 0vw 4.8vw;
    height: 11.33333vw;
    border: 0.13333vw solid #2FA8FF;
    background: transparent;
    border-radius: 1.33333vw;
    font-weight: 400;
    font-size: 3.73333vw;
    color: #FFFFFF;
  }
  .sign .sign_box .sign_content .sign_item_pay .item_r .confirm .add_cart .img_box {
    width: 4.6vw;
    height: 4.2vw;
  }
  .sign .sign_box .sign_content .sign_item_pay .item_r .confirm .add_cart .img_box img:first-child {
    display: block;
  }
  .sign .sign_box .sign_content .sign_item_pay .item_r .confirm .add_cart .img_box img:last-child {
    display: none;
  }
  .sign .sign_box .sign_content .sign_item_pay .item_r .confirm .add_cart p {
    margin-left: 1.33333vw;
  }
  .sign .sign_box .sign_content .sign_item_pay .item_r .confirm button {
    margin-left: 2.66667vw;
    cursor: pointer;
    border: none;
    background: #2FA8FF;
    border-radius: 1.33333vw;
    padding: 0vw 8.26667vw;
    height: 11.33333vw;
    line-height: 11.33333vw;
    font-weight: 400;
    font-size: 3.2vw;
    color: #FFFFFF;
  }
  .review1 {
    width: 100%;
    height: auto;
    padding: 5.33333vw 0 5.33333vw;
    background: #F1F3F5;
  }
  .review1 .review_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .review1 .review_box .item {
    margin-bottom: 5.33333vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .review1 .review_box .item:nth-of-type(3n) {
    margin-bottom: 0;
  }
  .review1 .review_box .item:nth-of-type(3n) .item_desc {
    padding: 0 0px;
  }
  .review1 .review_box .item .item_img {
    width: 37.86667vw;
    height: 37.86667vw;
  }
  .review1 .review_box .item .item_img img {
    width: 100%;
    height: 100%;
  }
  .review1 .review_box .item .item_title {
    text-align: center;
    margin-top: 2.66667vw;
    font-weight: 700;
    font-size: 3.2vw;
    color: #000;
  }
  .review1 .review_box .item .item_desc {
    text-align: center;
    margin-top: 1.33333vw;
    font-weight: 700;
    font-size: 3.2vw;
    color: #777;
    line-height: 1.625;
  }
  .review {
    width: 100%;
    height: auto;
    padding: 5.33333vw 0 5.33333vw;
    background: #F1F3F5;
  }
  .review .review_box {
    width: 100%;
    height: auto;
  }
  .review .review_box h2 {
    font-weight: 400;
    font-size: 7.2vw;
    color: #000;
    text-align: center;
    margin-bottom: 2.66667vw;
  }
  .review .review_box .review_top {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .review .review_box .review_top .item {
    margin-top: 2.66667vw;
    margin-right: 2.66667vw;
    width: 92% !important;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0vw 1.06667vw 1.06667vw 0vw rgba(51, 51, 51, 0.1);
    border-radius: 1.33333vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4.26667vw 4vw;
  }
  .review .review_box .review_top .item .img_box {
    width: 100%;
    height: 51.73333vw;
    overflow: hidden;
  }
  .review .review_box .review_top .item .img_box img {
    max-width: 100%;
    height: 100%;
    object-fit: fill;
  }
  .review .review_box .review_top .item .img_box video {
    width: 100%;
    height: 100%;
  }
  .review .review_box .review_top .item .item_box {
    width: 100%;
    height: auto;
    margin-top: 4.93333vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .review .review_box .review_top .item .item_box .item_desc {
    text-align: center;
    font-weight: 400;
    font-size: 3.46667vw;
    color: #696969;
    line-height: 1.71;
  }
  .review .review_box .review_top .item .item_box .item_star {
    margin-top: 3.2vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .review .review_box .review_top .item .item_box .item_star img {
    width: 3.16667vw;
    height: 3vw;
    margin-right: 1.06667vw;
  }
  .review .review_box .review_top .item .item_box .item_star img:last-child {
    margin-right: 0;
  }
  .review .review_box .review_top .item .item_box .item_name {
    margin-top: 3.6vw;
    text-align: center;
    font-weight: 400;
    font-size: 3.2vw;
    color: #999999;
  }
  .review .review_box .review_top .item .item_box .item_country {
    margin-top: 2.66667vw;
    text-align: center;
    font-weight: 400;
    font-size: 3.2vw;
    color: #999999;
  }
  .review .review_box .review_top .swiper-button-prev {
    display: none;
    top: 50%;
    left: -50px;
    width: 14px;
    height: 23px;
  }
  .review .review_box .review_top .swiper-button-prev img {
    width: 100%;
    height: 100%;
  }
  .review .review_box .review_top .swiper-button-prev::after {
    content: '';
  }
  .review .review_box .review_top .swiper-button-next {
    display: none;
    top: 50%;
    right: -50px;
    width: 14px;
    height: 23px;
  }
  .review .review_box .review_top .swiper-button-next img {
    width: 100%;
    height: 100%;
  }
  .review .review_box .review_top .swiper-button-next::after {
    content: '';
  }
  .review .review_box .review_center a {
    cursor: pointer;
    border: none;
    padding: 3.2vw 10.66667vw;
    background: #2FA8FF;
    border-radius: 1.33333vw;
    font-weight: 400;
    font-size: 3.73333vw;
    color: #FFFFFF;
  }
  .faq {
    width: 100%;
    height: auto;
    padding: 5.33333vw 0 5.33333vw;
    background: #F1F3F5;
  }
  .faq .title {
    text-align: center;
    font-weight: 400;
    font-size: 7.2vw;
    color: #000000;
  }
  .faq .faq_box {
    width: 100%;
    height: auto;
  }
  .faq .faq_box .faq_b_top {
    margin-top: 4.66667vw;
    width: 100%;
    height: auto;
  }
  .faq .faq_box .faq_b_top .faq_b_t_tab {
    justify-content: left;
    padding-bottom: 0.66667vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
    margin-bottom: 2.66667vw;
  }
  .faq .faq_box .faq_b_top .faq_b_t_tab .item {
    flex-shrink: 0;
    margin-right: 2.66667vw;
    margin-top: 2.66667vw;
    text-align: center;
    line-height: 10.13333vw;
    font-weight: 400;
    font-size: 3.73333vw;
    color: #696969;
    cursor: pointer;
    padding: 0 5.33333vw;
    width: auto;
    height: 10.13333vw;
    background: transparent;
    border-radius: 1.33333vw;
    border: 0.13333vw solid rgba(105, 105, 105, 0.53);
  }
  .faq .faq_box .faq_b_top .faq_b_t_tab .item:hover {
    color: #fff;
    border: 0.13333vw solid #2FA8FF;
    background: #2FA8FF;
  }
  .faq .faq_box .faq_b_top .faq_b_t_tab .item.active {
    color: #fff;
    border: 0.13333vw solid #2FA8FF;
    background: #2FA8FF;
  }
  .faq .faq_box .faq_b_top .faq_b_t_box {
    width: 100%;
    height: auto;
  }
  .faq .faq_box .faq_b_top .faq_b_t_box .item_b_box {
    width: 100%;
    height: auto;
  }
  .faq .faq_box .faq_b_top .faq_b_t_box .item_b_box .item {
    margin-top: 0.66667vw;
    width: 100%;
    height: auto;
    border-bottom: 0.13333vw solid #999999;
  }
  .faq .faq_box .faq_b_top .faq_b_t_box .item_b_box .item.active {
    border-bottom: none;
  }
  .faq .faq_box .faq_b_top .faq_b_t_box .item_b_box .item.active .item_title {
    background: #EBEBEB;
  }
  .faq .faq_box .faq_b_top .faq_b_t_box .item_b_box .item.active .item_title::after {
    transform: translateY(-50%) rotate(0deg);
  }
  .faq .faq_box .faq_b_top .faq_b_t_box .item_b_box .item.active .item_box {
    display: block;
  }
  .faq .faq_box .faq_b_top .faq_b_t_box .item_b_box .item .item_title {
    cursor: pointer;
    text-align: left;
    width: 100%;
    height: auto;
    padding: 3.33333vw;
    font-weight: 400;
    font-size: 3.73333vw;
    color: #696969;
    position: relative;
  }
  .faq .faq_box .faq_b_top .faq_b_t_box .item_b_box .item .item_title::after {
    position: absolute;
    content: '';
    width: 3vw;
    height: 1.33333vw;
    background: url(../img/down_icon.png) no-repeat;
    background-size: 100% 100%;
    transition: all 0.4s;
    top: 50%;
    right: 3.33333vw;
    transform: translateY(-50%) rotate(180deg);
  }
  .faq .faq_box .faq_b_top .faq_b_t_box .item_b_box .item .item_box {
    display: none;
    width: 100%;
    height: auto;
    padding: 0.8vw 3.33333vw 5.73333vw;
    background: #F5F5F5;
  }
  .faq .faq_box .faq_b_top .faq_b_t_box .item_b_box .item .item_box .item_i {
    width: 100%;
    height: auto;
    margin-top: 4vw;
  }
  .faq .faq_box .faq_b_top .faq_b_t_box .item_b_box .item .item_box .item_i .item_i_f {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .faq .faq_box .faq_b_top .faq_b_t_box .item_b_box .item .item_box .item_i .item_i_f .img_box {
    text-align: center;
    width: 4.8vw;
    height: 4.8vw;
    background: #2FA8FF;
    border-radius: 0.4vw;
    font-weight: 400;
    font-size: 3.73333vw;
    color: #FFFFFF;
    line-height: 4.8vw;
  }
  .faq .faq_box .faq_b_top .faq_b_t_box .item_b_box .item .item_box .item_i .item_i_f .item_i_desc {
    width: 77.86667vw;
    margin-left: 2.66667vw;
  }
  .faq .faq_box .faq_b_top .faq_b_t_box .item_b_box .item .item_box .item_i .item_i_f .item_i_desc p {
    text-align: left;
    font-weight: 400;
    font-size: 3.73333vw;
    color: #2FA8FF;
    line-height: 1.625;
  }
  .faq .faq_box .faq_b_top .faq_b_t_box .item_b_box .item .item_box .item_i .item_i_a {
    margin-top: 4vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .faq .faq_box .faq_b_top .faq_b_t_box .item_b_box .item .item_box .item_i .item_i_a .img_box {
    text-align: center;
    width: 4.8vw;
    height: 4.8vw;
    background: #333333;
    border-radius: 0.4vw;
    font-weight: 400;
    font-size: 3.73333vw;
    color: #FFFFFF;
    line-height: 1.3333;
  }
  .faq .faq_box .faq_b_top .faq_b_t_box .item_b_box .item .item_box .item_i .item_i_a .item_i_desc {
    width: 77.86667vw;
    margin-left: 1.73333vw;
  }
  .faq .faq_box .faq_b_top .faq_b_t_box .item_b_box .item .item_box .item_i .item_i_a .item_i_desc p {
    text-align: left;
    font-weight: 400;
    font-size: 3.73333vw;
    color: #696969;
    line-height: 1.625;
  }
  .faq .faq_box .faq_b_bot {
    margin-top: 5.33333vw;
    width: 100%;
    height: auto;
    background: transparent;
    box-shadow: none;
    border-radius: 1.33333vw;
    padding: 0vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .faq .faq_box .faq_b_bot .item {
    width: 100%;
    margin-top: 2.66667vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5.33333vw;
    background: #fff;
    box-shadow: 0vw 1.06667vw 1.06667vw 0vw rgba(51, 51, 51, 0.2);
  }
  .faq .faq_box .faq_b_bot .item .img_box {
    width: 8.33333vw;
    height: 8.33333vw;
    overflow: hidden;
  }
  .faq .faq_box .faq_b_bot .item .img_box img {
    width: 100%;
    height: 100%;
  }
  .faq .faq_box .faq_b_bot .item .item_title {
    margin-top: 2.66667vw;
    margin-left: 0vw;
    font-weight: 700;
    font-size: 3.33333vw;
    color: #000000;
  }
  .faq .faq_box .faq_b_bot .item .item_desc {
    margin-top: 1.33333vw;
    margin-left: 0vw;
    font-weight: 400;
    font-size: 2.93333vw;
    color: #777;
  }
  .quo_loading {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    background: rgba(0, 0, 0, 0.5);
  }
  .quo_loading .quo_box {
    width: 78.66667vw;
    height: auto;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 1.33333vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 1.33333vw;
  }
  .quo_loading .quo_box .quo_content {
    width: 76vw;
    height: auto;
    background: #FFFFFF;
    border-radius: 1.33333vw;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5.33333vw 8.93333vw;
  }
  .quo_loading .quo_box .quo_content .turn_close {
    cursor: pointer;
    width: 4.33333vw;
    height: 4.33333vw;
    position: absolute;
    top: 2.66667vw;
    right: 2.66667vw;
    transition: all 0.5s;
  }
  .quo_loading .quo_box .quo_content .turn_close img {
    width: 100%;
    height: 100%;
  }
  .quo_loading .quo_box .quo_content .turn_close:hover {
    transform: rotate(180deg);
  }
  .quo_loading .quo_box .quo_content .quo_title {
    text-align: center;
    font-weight: 400;
    font-size: 3.73333vw;
    color: #333333;
  }
  .quo_loading .quo_box .quo_content .quo_ani {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 9.86667vw;
  }
  .quo_loading .quo_box .quo_content .quo_ani > img {
    width: 9.86667vw;
    height: 9.86667vw;
    animation: rotate 2s linear infinite;
  }
  @keyframes rotate {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  .quo_loading .quo_box .quo_content .quo_ani .tbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 4.66667vw;
    width: 33.4vw;
    height: auto;
  }
  .quo_loading .quo_box .quo_content .quo_ani .tbox .tiao {
    width: 100%;
    height: 1.33333vw;
    background: #CCCCCC;
    border-radius: 0.26667vw;
    overflow: hidden;
  }
  .quo_loading .quo_box .quo_content .quo_ani .tbox .tiao .tiao_d {
    width: 5%;
    height: 100%;
    background: #2FA8FF;
  }
  .quo_loading .quo_box .quo_content .quo_ani .tbox p {
    margin-top: 1.2vw;
    font-weight: 400;
    font-size: 3.2vw;
    color: #696969;
  }
  .quo_loading .quo_box .quo_content .quo_title2 {
    margin-top: 9.2vw;
    text-align: center;
    font-weight: 400;
    font-size: 3.73333vw;
    color: #2FA8FF;
    margin-bottom: 0.93333vw;
  }
  .quo_loading .quo_box .quo_content .quo_desc {
    text-align: center;
    margin-top: 1.33333vw;
    font-weight: 400;
    font-size: 3.2vw;
    color: #999999;
  }
  .img_popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    background: rgba(0, 0, 0, 0.5);
    display: none;
  }
  .img_popup .turn_close {
    cursor: pointer;
    width: 5.33333vw;
    height: 5.33333vw;
    position: absolute;
    top: 5.33333vw;
    right: 5.33333vw;
    border-radius: 50%;
    background: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 20;
    font-size: 4vw;
  }
  .img_popup .img_content {
    max-width: auto;
    width: 92vw;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .img_popup .img_content img {
    width: 100%;
    height: auto;
  }
}
