/* 所有选择器前面都要加上 #wzt前缀 */
/* body {
  margin: 0;
} */

#wzt {
  /* position: static; */
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  /* width: 100%; */
  min-height: calc(100vh - 87px);
  box-sizing: border-box;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100vw;
  height: 100vh;
  background: #fff;
  /* display:none; */
  line-height: unset;
}

#wzt img {
  object-fit: contain;
}

#wzt p {
  margin: 0;
}

#wzt table {
  margin-bottom: unset;
}

#wzt th {
  text-transform: unset;
  letter-spacing: unset;
  padding: 0;
}

#wzt hr {
  opacity: unset;
  margin: unset;
  border-top: revert;
  border-width: 1px;
}

#wzt label {
  margin-bottom: unset;
}

#wzt button {
  text-transform: none;
  font: revert;
  margin: unset;
  padding: unset;
}

#wzt .el-button {
  padding: 8px 15px;
  font-size: var(--el-font-size-base);
}

#wzt input {
  all: unset;
}

#wzt input[hidden] {
  display: none;
}

#wzt .overTextHidden {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#wzt .el-image {
  max-width: 100%;
  height: 100%;
  border-radius: 2px;
}

#wzt .image-slot {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 480px;
  max-width: 100%;
  height: 100%;
  background: var(--el-fill-color-light);
  color: var(--el-text-color-secondary);
  font-size: 30px;
}

#wzt .image-slot.a-nobg {
  background: none;
}

#wzt .red .el-select__placeholder {
  color: #fa1231;
}

#wzt .deg_col_box {
  width: 450px;
  display: flex;
  margin: 10px 0 -5px;
}

#wzt .deg_col_box .deg_col_title {
  font-size: 16px;
  font-weight: 600;
  margin-right: 10px;
  line-height: 30px;
}

#wzt .deg_col_box .in_zslv_color {
  margin: 0 !important;
}

.el-message {
  z-index: 9999999 !important;
}

/* select也是这个 全设置算了，也不能说影响他，本来就是要显示出来的 */
.el-popover,
.el-popover.el-select__popper,
.el-popper.is-pure {
  z-index: 9999999 !important;
}

.el-popover.a_popover_infos {
  z-index: 9999999 !important;
  min-width: 250px !important;
  max-width: 425px !important;
}

.el-popover.a_popover_infos.a_show_Img {
  min-width: unset !important;
  max-width: 425px !important;
}

#wzt .el-popover.a_popover_infos {
  z-index: 9999999 !important;
  min-width: 250px !important;
  max-width: 425px !important;
}

#wzt .el-popover.a_popover_infos.a_show_Img {
  min-width: unset !important;
  max-width: 425px !important;
}




@media screen and (max-width: 750px) {
  .a_popover_infos {
    z-index: 9999999 !important;
    min-width: 150px !important;
    max-width: 300px !important;
  }

  .a_show_Img {
    min-width: unset !important;
    max-width: 300px !important;
  }

  #wzt .a_popover_infos {
    z-index: 9999999 !important;
    min-width: 150px !important;
    max-width: 300px !important;
  }

  #wzt .a_show_Img {
    min-width: unset !important;
    max-width: 300px !important;
  }
}

#wzt .shape_list_box {
  width: 450px;
  display: flex;
  margin: 10px 0 -5px;
}

#wzt .shape_list_box .shape_list_title {
  font-size: 16px;
  font-weight: 600;
  margin-right: 10px;
  line-height: 34px;
}

#wzt .shape_list_box .shape_list_item {
  width: 100%;
  min-height: 30px;
  height: fit-content;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#wzt .shape_list_box .shape_list_item .i_z_c_right {
  margin: 0 3px;
}

#wzt .shape_list_box .shape_list_item img {
  width: 25px !important;
  height: 25px !important;
  padding: 3px !important;
  border-radius: 2px !important;
  border: 1px solid transparent;
}

#wzt .shape_list_box .shape_list_item .img_active {
  padding: 3px;
  border-radius: 2px;
  border: 1px solid #0006cf;
}

@media screen and (max-width: 750px) {
  #wzt .shape_list_box .shape_list_title {
    font-size: 14px;
  }
}

#wzt .mag_strength_box {
  width: 600px;
  margin: 30px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px 24px;
  position: relative;
}

#wzt .mag_strength_box .item {
  width: 132px;
  height: 50px;
  line-height: 18px;
  padding: 15px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #ffffff;
  cursor: pointer;
  transition: all 0.2s;
  color: #000;
}

#wzt .mag_strength_box .item:hover {
  border: 1px solid #409FEE;
}

#wzt .mag_strength_box .effect {
  --l: 0;
  --t: 0;
  --k: 0;
  --y: 0;
  --w: 132px;
  --h: 50px;
  --m: 100px;
  --g1: 16px;
  --g2: 25px;
  --g3: 66px;
  width: 132px;
  height: 50px;
  position: absolute;
  top: var(--l);
  left: var(--t);
  border: 1px solid #409FEE;
  border-radius: 10px;
  box-sizing: border-box;
  background-color: rgba(0, 129, 250, 0.1);
  cursor: pointer;
  transition: all 0.2s;
}

@keyframes deform {
  from {
    width: var(--w);
    height: var(--h);
    border-radius: 10px;
    transform: perspective(50px) rotate(0deg);
    margin: 0;
  }

  3% {
    width: var(--m);
    height: var(--h);
    border-radius: 20px;
    transform: perspective(50px) rotate(0deg);
    margin: 0px var(--g1);
  }

  25% {
    transform: perspective(50px) rotate(var(--k)) translateZ(-25px) rotateY(calc(var(--y) * 60deg));
  }

  50% {
    width: 0px;
    height: 0px;
    border-radius: 20px;
    margin: var(--g2) var(--g3);
    transform: perspective(50px) rotate(var(--k)) translateZ(-20px) rotateY(0deg);
  }

  65% {
    transform: perspective(50px) rotate(var(--k)) translateZ(-20px) rotateY(calc(var(--y) * -60deg));
  }

  80% {
    transform: perspective(50px) rotate(0deg) translateZ(-20px) rotateY(0deg);
  }

  97% {
    width: var(--m);
    height: var(--h);
    border-radius: 20px;
    transform: perspective(50px) rotate(0deg);
    margin: 0px var(--g1);
  }

  to {
    width: 132px;
    width: var(--w);
    height: 50px;
    height: var(--h);
    border-radius: 10px;
    transform: perspective(50px) rotate(0deg);
    margin: 0;
  }
}

#wzt .fd_background {
  position: fixed;
  width: 50%;
  height: 200vh;
  z-index: -1;
  right: 0;
  top: 0;
  background-color: #f8f8f8;
}

#wzt .in_left {
  position: sticky;
  top: 0;
  left: 0;
  width: 500px;
  min-height: 100%;
  height: fit-content;
  padding: 0px 10px 87px;
  margin-right: 67px;
  z-index: 1;
  background: #fff;
}

#wzt .in_left .a_goods_pic {
  padding-top: 80px;
  width: 480px;
  height: 320px;
  max-height: 320px;
}

#wzt .in_left .a_goods_pic img {
  width: 100%;
  max-height: 240px;
  max-width: 500px;
}

#wzt .in_left .in_l_content {
  font-family: Nohemi-SemiBold;
  color: #333;
}

#wzt .in_left .in_l_content .in_l_c_title {
  font-weight: 600;
  margin-top: 12px;
}

#wzt .in_left .in_l_content .in_l_c_goods {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 8px 0 6px 0;
}

#wzt .in_left .in_l_content .in_l_c_goods .in_l_c_g_shortName {
  margin-right: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.3;
  font-size: 14px;
  font-family: Nohemi-Regular;
  letter-spacing: 0.6px;
  font-weight: 500;
}

#wzt .in_left .in_l_content .in_l_c_goods .in_l_c_g_box {
  display: flex;
}

#wzt .in_left .in_l_content .in_l_c_goods .in_l_c_g_box .in_l_c_g_price {
  font-family: Nohemi-Bold;
  font-size: 16px;
  letter-spacing: 0.6px;
  font-weight: 800;
}

#wzt .in_left .in_l_content .in_l_c_goods .in_l_c_g_box .priceColorRed {
  color: #fa1231;
}

#wzt .in_left .in_l_content .in_l_c_goods .in_l_c_g_box .priceColorGray {
  color: #999;
  font-family: Nohemi-Regular;
  text-decoration: line-through;
  font-weight: 400;
}

#wzt .in_left .in_l_content .in_l_c_goods .in_l_c_g_box .mRight6px {
  margin-right: 8px;
}

#wzt .in_right {
  width: 680px;
  min-width: 680px;
  max-width: 680px;
  height: fit-content;
  min-height: calc(100% - 87px);
  /* min-height: 100vh; */
  padding-left: 20px;
  background-color: #f8f8f8;
  position: relative;
  padding-bottom: 87px;
  box-sizing: content-box;
  z-index: 1;
}

#wzt .in_right .in_r_top {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 30px;
  height: 100px;
}

#wzt .in_right .in_r_top .in_r_t_Icon {
  position: absolute;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 1;
}

#wzt .in_right .in_r_top img {
  width: 100%;
  height: 100%;
}

#wzt .in_right .in_r_top .in_r_t_posAb {
  top: 6px;
  right: 25px;
}

#wzt .in_right .in_r_top .in_r_t_posleft {
  left: 30px;
}

#wzt .in_right .in_r_con {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 50px;
}

#wzt .in_right .in_r_con .userColor {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

#wzt .in_right .in_r_con .userColor img {
  width: 16px;
  height: 16px;
  cursor: pointer;
}

#wzt .in_right .in_r_con .in_r_c_title {
  text-align: center;
  font-size: 24px;
  font-family: roboto-bold;
  font-weight: bold;
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
}

#wzt .in_right .in_r_con .in_r_c_title img {
  margin-left: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

#wzt .in_right .in_r_con .in_r_c_useTit {
  color: #333;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  text-decoration: underline;
  transition: all 0.3s;
  margin: 15px 0 15px;
}

#wzt .in_right .in_r_con .in_r_c_titF {
  width: 600px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  color: #1b1b1b;
  font-family: roboto-regular;
  font-size: 14px;

  margin: 8px auto -5px;
  background: #fff2e2;
  border-radius: 6px;
  border: 1px solid #ffddb4;
  padding: 12px 16px;
}

#wzt .in_right .in_r_con .in_r_c .in_r_c_item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 5px;
  background: #fff;
  width: 600px;
  margin: 0 auto;
  padding: 16px 20px 16px 14px;
  cursor: pointer;
  margin-top: 20px;
  box-sizing: border-box;
  border: 1px solid transparent;
}

#wzt .in_right .in_r_con .in_r_c .in_r_c_item:hover {
  border: 1px solid #d0d4db;
}

#wzt .in_right .in_r_con .in_r_c .in_r_c_item img {
  width: 48px;
  height: 48px;
  box-sizing: content-box;
}

#wzt .in_right .in_r_con .in_r_c .in_r_c_item .in_r_c_i_box {
  width: 400px;
  max-width: 400px;
  margin-left: 20px;
  font-family: Nohemi-SemiBold;
}

#wzt .in_right .in_r_con .in_r_c .in_r_c_item .in_r_c_i_box .in_r_c_i_b_tit {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}

#wzt .in_right .in_r_con .in_r_c .in_r_c_item .in_r_c_i_box .in_r_c_i_b_tit img {
  width: 16px;
  height: 16px;
}

#wzt .in_right .in_r_con .in_r_c .in_r_c_item .in_r_c_i_box .in_r_c_i_b_desrc {
  color: #666;
  margin-top: 10px;
  line-height: 18px;
  white-space: normal;
  font-size: 14px;
  /* width: 400px; */
  width: 403px;
  word-wrap: break-word;
  word-break: break-all;
}

#wzt .in_right .in_r_con .in_r_c .in_r_c_item .in_r_c_i_box .in_r_c_i_b_rec {
  background: #ffae00;
  border-radius: 11px;
  color: #fff;
  font-family: roboto-bold;
  font-size: 14px;
  height: 22px;
  line-height: 22px;
  margin-left: 10px;
  text-align: center;
  padding: 0 10px;
}

#wzt .in_right .in_r_con .in_r_c .in_r_c_item .in_r_c_i_b_old {
  width: 100%;
  margin-bottom: -14px;
}

#wzt .in_right .in_r_con .in_r_c .in_r_c_item .in_r_c_i_b_old .in_r_c_i_b_old_one {
  color: #333;
  font-family: roboto-bold;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  font-weight: 600;
  border-bottom: 1px solid #eee;
}

#wzt .in_right .in_r_con .in_r_c .in_r_c_item .in_r_c_i_b_old .in_r_c_i_b_old_one:last-child {
  border: 0;
}

#wzt .in_right .in_r_con .in_r_c .in_r_c_item .in_r_c_i_b_old .in_r_c_i_b_old_one:hover {
  color: #ffae00;
}

#wzt .in_right .in_r_con .i_luoji_con {
  padding-left: 20px;
}

#wzt .in_right .in_r_con .i_luoji_con .i_tab_con {
  margin-top: 0px;
  width: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: content-box;
}

#wzt .in_right .in_r_con .i_luoji_con .i_f_tips {
  width: 100%;
  font-size: 14px;
  color: #fa1231;
  margin: 10px 0;
  margin-top: 8px;
  font-family: Nohemi-Regular;
  letter-spacing: 0.6px;
}

#wzt .in_right .in_r_con .i_luoji_con .i_pd_con {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 5px;
}

#wzt .in_right .in_r_con .i_luoji_con .i_pd_con .i_pd_tit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 132px;
  height: 60px;
  font-size: 14px;
  font-family: Nohemi-SemiBold !important;
  color: #333;
  background: #edf2fc;
  box-sizing: border-box;
  padding-left: 12px;
  font-weight: 600;
  border-bottom: 1px solid #ebeef5;
  border-right: 1px solid #ebeef5;
  border-top: 1px solid #ebeef5;
}

#wzt .in_right .in_r_con .i_luoji_con .i_pd_con .i_pd_c_tab {
  /* width: 132px; */
  width: 131px;
  /* width: 126px; */
  height: 46px;
  padding: 7px 0;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #ebeef5;
  border-right: 1px solid #ebeef5;
  border-top: 1px solid #ebeef5;
  box-sizing: content-box;
}

#wzt .in_right .in_r_con .i_luoji_con .i_pd_con .i_pd_c_tab .el-select {
  width: 107px;
}

#wzt .in_right .in_r_con .i_luoji_con .i_pd_con .i_pd_c_tips {
  margin-left: 15px;
  display: flex;
  align-items: center;
}

#wzt .in_right .in_r_con .i_luoji_con .i_pd_con .i_pd_c_tips img {
  margin-left: 7px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

#wzt .in_right .in_r_con .i_luoji_con .width_single_vision .i_pd_c_tab {
  width: 175px;
  /* width: 169px; */
  box-sizing: content-box;
}

#wzt .in_right .in_r_con .i_luoji_con .width_single_vision .i_pd_c_tab .el-select {
  width: 151px;
}

#wzt .in_right .in_r_con .i_luoji_con .el-checkbox__label {
  display: flex;
  justify-content: center;
  align-items: center;
}

#wzt .in_right .in_r_con .i_luoji_con .i_ling_con {
  display: flex;
  width: 100%;
  font-size: 14px;
  color: #fa1231;
  margin: 9px 0 10px;
  font-family: Nohemi-Regular;
  letter-spacing: 0.6px;
  flex-wrap: wrap;
  align-items: center;
}

#wzt .in_right .in_r_con .i_luoji_con .i_ling_con .cell {
  display: flex;
  justify-content: center;
}

#wzt .in_right .in_r_con .i_luoji_con .i_ling_con img {
  margin-left: 7px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

#wzt .in_right .in_r_con .i_luoji_con .i_ling_con .i_tab_con .el-table .cell {
  padding: 0 8px;
}

#wzt .in_right .in_r_con .i_luoji_con .saveMyPst {
  display: flex;
  gap: 15px;
}

#wzt .in_right .in_r_con .in_r_c_i_b_price {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #333;
  font-family: Nohemi-Bold;
  font-size: 16px;
  font-weight: 600;
}

#wzt .in_right .in_r_con .in_jing_guang {
  background-color: #f5f5f6;
  margin-top: 12px;
  width: 100%;
  padding: 12px 20px 12px 14px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  border-radius: 5px;
}

#wzt .in_right .in_r_con .in_jing_guang .sub_info_box {
  position: relative;
  max-width: 400px;
  margin-left: 15px;
}

#wzt .in_right .in_r_con .in_jing_guang .sub_info_box .l_b_tit {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: Nohemi-Bold;
  font-weight: 700;
  font-size: 14px;
  color: #333;
  line-height: 14px;
  text-align: left;
  font-style: normal;
}

/*11新增 - 限制光致变色的title长度*/
@media screen and (max-width: 750px) {
  #wzt .in_right .in_r_con .in_jing_guang .sub_info_box .l_b_tit {
    max-width: 210px;
    font-size: 12px;
  }
}

#wzt .in_right .in_r_con .in_jing_guang .sub_info_box .l_b_des {
  margin-top: 6px;
  font-family: Nohemi-Regular;
  font-size: 14px;
  color: #676d7b;
  line-height: 20px;
  text-align: left;
  margin-top: 4px;
  width: 100%;
}

#wzt .in_right .in_r_con .in_jing_guang .sub_info_box .l_b_img {
  display: flex;
  gap: 10px;
  align-items: center;
  height: 24px;
}

#wzt .in_right .in_r_con .in_jing_guang .sub_info_box .l_b_img img {
  width: auto;
  height: 24px;
}

#wzt .in_right .in_r_con .in_jing_guang .sub_info_box img {
  width: 16px;
  height: 16px;
}

#wzt .in_right .in_r_con .in_jing_guang .right_box {
  position: absolute;
  right: 40px;
  font-weight: 600;
  color: #333;
  font-family: Nohemi-Bold !important;
}

#wzt .in_right .in_r_con .in_jing_g_click {
  background: #FFE9C4;
}

#wzt .in_right .in_r_con .in_zslv_box {
  width: 100%;
}

#wzt .in_right .in_r_con .in_zslv_box .in_zslv_desc {
  margin: 3px 0;
  margin-left: 50px;
  list-style-type: disc !important;
  list-style-position: outside;
  font-size: 14px;
  text-align: left;
  color: #666;
  width: 400px;
  max-width: 400px;
  word-wrap: break-word;
  word-break: break-all;
}

#wzt .in_right .in_r_con .in_zslv_color {
  margin: 10px 0 -5px -4px;
  width: 100%;
  border-radius: 5px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: 30px;
  height: fit-content;
}

#wzt .in_right .in_r_con .in_zslv_color .i_z_c_left {
  font-size: 16px;
  font-weight: 600;
  margin-right: 10px;
}

#wzt .in_right .in_r_con .in_zslv_color .i_z_c_right {
  margin: 0 3px;
}

#wzt .in_right .in_r_con .in_zslv_color .i_z_c_right img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  padding: 3px;
  border: 1px solid transparent;
  box-sizing: unset;
}

#wzt .in_right .in_r_con .in_zslv_color .i_z_c_right .img_active {
  border: 1px solid #ffae00;
}

#wzt .in_right .in_r_con.deg .el-table {
  width: 100%;
}

#wzt .in_right .in_r_con.deg .in_r_c_useTit .choose_pst {
  width: 240px;
}

#wzt .in_right .in_r_con.deg .in_r_c_useTit .choose_pst .el-select__wrapper {
  box-shadow: 0 0 0 1px var(--el-border-color) inset;
}

#wzt .in_right .in_r_i_active {
  border: 1px solid #ffae00 !important;
  box-shadow: 0 0 10px rgba(255, 174, 0, 0.3);
}

#wzt .in_footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 87px;
  z-index: 102;
  display: flex;
  justify-content: center;
  align-content: center;
  background: #fff;
  box-shadow: 0 -4px 10px 0 rgba(0, 0, 0, 0.08);
  transition: all 0.3s;
}

#wzt .in_footer .i_f_con {
  box-sizing: border-box;
  /* width: 617px; */
  width: 520px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 30px;
  font-family: Nohemi-SemiBold;
}

#wzt .in_footer .i_f_con .i_f_c_left {
  font-size: 16px;
  color: #333;
  letter-spacing: 0.6px;
  font-weight: bold;
}

#wzt .in_footer .i_f_con .i_f_c_box {
  display: flex;
  align-items: center;
}

#wzt .in_footer .i_f_con .i_f_c_box .i_f_c_r_oright {
  font-size: 16px;
  color: #999;
  font-family: Nohemi-Regular;
  text-decoration: line-through;
  font-weight: 400;
  margin-right: 8px;
}

#wzt .in_footer .i_f_con .i_f_c_box .i_f_c_right {
  font-size: 28px;
  letter-spacing: 0.6px;
  font-weight: bold;
  font-family: Nohemi-Bold;
  color: #fa1231;
}

#wzt .in_footer .i_f_next {
  width: 680px;
  height: 100%;
  display: flex;
  justify-content: right;
  align-items: center;
}

#wzt .in_footer .i_f_next button {
  width: 294px;
  height: 58px;
  border-radius: 2px;
  font-size: 20px;
  font-family: Nohemi-Bold;
  color: #fff;
  font-weight: bold;
  background: #ffae00;
  border-color: #ffae00;
  cursor: pointer;
}

#wzt .in_footer .i_f_next .a_btn_dis {
  cursor: not-allowed;
  filter: opacity(0.3);
}

#wzt .in_footer .mo_i_f_con {
  display: none;
}

.el-popper.a_popover_infos {
  display: flex;
}

.el-popper.a_popover_infos img {
  width: 90px;
  height: 90px;
  margin-right: 8px;
}

.el-popper.a_popover_infos .box .pop_title {
  width: fit-content;
  min-width: 250px;
  max-width: 425px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
}

.el-popper.a_popover_infos .box .pop_desrc {
  width: fit-content;
  min-width: 250px;
  max-width: 425px;
  font-size: 13px;
  color: #999;
}

.el-popper.a_popover_infos .shape_pop {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.el-popper.a_popover_infos .shape_pop img {
  margin-right: 0;
}

.el-popper.a_popover_infos .shape_pop p {
  max-width: 150px;
  margin-bottom: -8px;
  text-align: center;
}

#wzt .i_tab_con_name {
  width: 100%;
  font-size: 14px;
  font-family: Nohemi-SemiBold;
  color: #333;
  font-weight: 600;
}

#wzt .el-table__header tr th {
  text-align: center;
  background-color: #edf2fc;
  color: #333;
  height: 48px;
  font-size: 14px;
}

#wzt .el-table__body tr td:first-child {
  background-color: #edf2fc;
  height: 48px;
  font-size: 14px;
}

#wzt .p_box .xian {
  width: 100%;
  height: 1px;
  background-color: #dce0e8;
}

#wzt .p_box .el-dialog__title {
  font-size: 20px;
  font-family: Nohemi-Bold !important;
  color: #333;
  font-weight: 700;
  line-height: 1;
  font-weight: 600;
}

#wzt .p_box .i_prp {
  font-family: Nohemi-SemiBold;
}

#wzt .p_box .i_prp .i_prp_tit {
  padding: 12px 0 5px;
  font-size: 16px;
  color: #333;
  font-weight: 600;
}

#wzt .p_box .i_prp .i_p_con {
  font-size: 14px;
  line-height: 22px;
}

#wzt .p_box .i_prp .i_p_img {
  margin: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#wzt .p_box .i_prp .i_p_img img {
  width: 258px;
}

#wzt .p_box .i_prp .dialog-footer {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 38px auto 0;
  width: 256px;
  height: 40px;
  background: #0006cf;
  border-radius: 2px;
  font-family: Nohemi-SemiBold;
  font-weight: 600;
  border: 0;
}

#wzt .p_box .i_prp .dialog-footer a {
  color: #fff;
  text-decoration: none;
}

#wzt .p_box .i_prp_chufang_btn {
  margin-top: 15px;
  align-items: center;
  background: #fff;
  bottom: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 80px;
  justify-content: space-around;
  padding: 15px;
  width: 100%;
}

#wzt .p_box .i_prp_chufang_btn .i_p_c_b_f_b {
  border-radius: 6px;
  height: 50px;
  width: 240px;
}

#wzt .p_box .i_prp_chufang_btn .i_p_c_b_f_b_confirm {
  background-color: #ffae00;
  border-color: #ffae00;
  color: #fff;
}

#wzt .p_box .i_sub_tip {
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  padding: 10px;
  margin-bottom: 14px;
  background: #fff2e2;
  border-radius: 6px;
  border: 1px solid #ffddb4;
  color: #3f2e1a;
  line-height: 22px;
}

#wzt .p_box .i_p_c_btn {
  width: 180px;
  height: 40px;
  border: 1px solid #ffae00;
  border-radius: 3px;
  font-size: 14px;
  color: #ffae00;
  background-color: #fff;
  cursor: pointer;
}

#wzt .p_box .i_p_title {
  color: #333;
  font-family: roboto-bold;
  font-size: 16px;
  line-height: 1;
  padding-bottom: 5px;
  font-weight: 600;
}

#wzt .p_box .i_m_b12px {
  margin-bottom: 12px;
}

#wzt .pc_isMo {
  display: block;
}

#wzt .pc_isMo .el-table {
  width: 100%;
}

#wzt .pc_isMo .el-table.no_th .el-table__header-wrapper {
  display: none;
}

#wzt .pc_isMo .el-table.no_th {
  border-right: 1px solid var(--el-border-color-lighter);
}

#wzt .pc_isMo .el-table.no_th .confirm_t1_c1 .cell {
  padding-right: 0;
}

#wzt .pc_isMo .el-table.confirm_prism {
  margin-top: 10px;
}

#wzt .pc_isMo .el-table.confirm_prism .el-table__header .cell {
  padding: 0;
}

/* #wzt el-popover部分 */
#wzt .el-popper.a_popover_infos {
  display: flex;
}

#wzt .el-popper.a_popover_infos img {
  width: 90px !important;
  height: 90px !important;
  margin-right: 8px;
}

#wzt .el-popper.a_popover_infos .box .pop_title {
  width: fit-content;
  min-width: 250px;
  max-width: 425px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
}

#wzt .el-popper.a_popover_infos .box .pop_desrc {
  width: fit-content;
  min-width: 250px;
  max-width: 425px;
  font-size: 13px;
  color: #999;
  font-weight: 400;
}

#wzt .el-popper.a_popover_infos .shape_pop {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

#wzt .el-popper.a_popover_infos .shape_pop img {
  margin-right: 0;
}

#wzt .el-popper.a_popover_infos .shape_pop p {
  max-width: 150px;
  margin-bottom: -8px;
  text-align: center;
}

@media screen and (max-width: 750px) {
  #wzt {
    /* background-color: #f5f6fa; */
    background-color: #f8f8f8;
  }

  #wzt .el-table .cell {
    padding: 0 5px;
  }

  .el-popper.a_popover_infos {
    display: flex;
    z-index: 9999999 !important;
    min-width: 150px !important;
    max-width: 300px !important;
  }

  .el-popper.a_popover_infos .pstOpt {
    padding: 0 10px;
  }

  .el-popper.a_popover_infos img {
    width: 90px;
    height: 90px;
    margin-right: 8px;
  }

  .el-popper.a_popover_infos .box .pop_title {
    width: fit-content;
    min-width: 150px;
    max-width: 300px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
  }

  .el-popper.a_popover_infos .box .pop_desrc {
    width: fit-content;
    min-width: 150px;
    max-width: 300px;
    font-size: 13px;
    color: #999;
  }

  #wzt .mag_strength_box {
    width: 300px;
    gap: 10px 12px;
  }

  #wzt .mag_strength_box .item {
    width: 66px;
    height: 40px;
    line-height: 18px;
    padding: 10px 8px;
    color: #000;
  }

  #wzt .mag_strength_box .effect {
    --w: 66px;
    --h: 40px;
    --m: 50px;
    --g1: 8px;
    --g2: 20px;
    --g3: 33px;
    width: 66px;
    height: 40px;
  }

  #wzt .in_left {
    display: none;
  }

  #wzt .in_right {
    width: 100%;
    min-width: unset;
    max-width: unset;
    padding-left: 0px;
    /* background-color: #f5f6fa; */
    background-color: #f8f8f8;
    min-height: unset;
  }

  #wzt .in_right .in_r_top {
    margin-top: 35px;
  }

  #wzt .in_right .in_r_top .in_r_t_posAb {
    top: -10px;
    right: 25px;
  }

  #wzt .in_right .in_r_top .in_r_t_posleft {
    top: -10px;
    left: 20px;
  }

  #wzt .in_right .in_r_con {
    /* max-width: 380px; */
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 0 10px 20px;
    margin-bottom: 40px;
  }

  #wzt .in_right .in_r_con .userColor {
    margin: 3px 0 -5px;
  }

  #wzt .in_right .in_r_con .userColor .noPst {
    position: absolute;
    left: 50%;
    transform: translateX(60px);
  }

  #wzt .in_right .in_r_con .in_r_c_titF {
    margin: 1vw 0 1vw 0;
    /*text-align: center;*/
    border-radius: 1.6vw;
    padding: 1.6vw 2.667vw;
    font-size: 3.2vw;
  }

  #wzt .in_right .in_r_con .in_r_c_useTit {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-decoration: underline;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 16px;
    margin: 5px 0 15px;
  }

  #wzt .in_right .in_r_con .in_r_c_useTit .choose_pst {
    width: 240px !important;
  }

  #wzt .in_right .in_r_con .in_r_c_title {
    width: 100%;
    position: relative;
    z-index: 1;
    font-size: 17px;
    margin-top: -22px;
  }

  #wzt .in_right .in_r_con .in_r_c {
    width: 90vw;
  }

  #wzt .in_right .in_r_con .in_r_c .in_r_c_item {
    width: 100%;
    padding: 4vw 5px;
    margin-top: 15px;
    gap: 4px;
  }

  #wzt .in_right .in_r_con .in_r_c .in_r_c_item .in_r_c_i_box {
    width: 64%;
    margin-left: 8px;
  }

  #wzt .in_right .in_r_con .in_r_c .in_r_c_item .in_r_c_i_box .in_r_c_i_b_rec {
    height: unset;
    line-height: unset;
    padding: 1px 2px;
    margin-left: 0;
    position: absolute;
    top: 0;
    left: 0;
    font-size: min(10px, 3vw);
    font-weight: 400;
    border-radius: 5px 0 5px 0;
  }

  #wzt .in_right .in_r_con .in_r_c .in_r_c_item .in_r_c_i_box .in_r_c_i_b_tit {
    font-size: 13px;
    width: fit-content;
    max-width: 100%;
    word-wrap: break-word;
    word-break: break-all;
  }

  #wzt .in_right .in_r_con .in_r_c .in_r_c_item .in_r_c_i_box .in_r_c_i_b_desrc {
    font-size: 12px;
    width: 100%;
    margin-top: 1vw;
  }

  #wzt .in_right .in_r_con .in_r_c .in_r_c_item .mo_mid_price_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 1vw;
    justify-content: space-between;
  }

  #wzt .in_right .in_r_con .in_r_c .in_r_c_item .mo_mid_price {
    width: fit-content;
    color: #333;
    font-size: 13px;
    font-weight: 600;
    padding-right: 5px;
  }

  #wzt .in_right .in_r_con .in_r_c .in_r_c_item .visionBox {
    width: calc(100% - 60px) !important;
  }

  #wzt .in_right .in_r_con .in_r_c .in_r_c_item .lens_sub_box {
    width: calc(100% - 60px) !important;
    margin-left: 8px;
  }

  #wzt .in_right .in_r_con .in_r_c .in_r_c_item .lens_sub_box .in_zslv_color {
    margin: 5px 0 -5px -4px;
  }

  #wzt .in_right .in_r_con .in_r_c .in_r_c_item .lens_sub_box .mo_mid_price_box {
    gap: 2vw;
  }

  #wzt .in_right .in_r_con .in_r_c .in_r_c_item .lens_sub_box .mo_mid_price {
    font-family: Nohemi-SemiBold;
    padding-right: 0px;
  }

  #wzt .in_right .in_r_con .in_r_c .in_r_c_item .deg_col_box {
    /* margin: 5px 0 -15px; */
    margin: 5px 0 -10px;
  }

  #wzt .in_right .in_r_con .in_r_c .in_r_c_item .deg_col_box .deg_col_title {
    font-size: 14px;
    line-height: 35px;
  }

  #wzt .in_right .in_r_con .in_r_c .in_r_c_item .mo_coating_box {
    width: calc(100% - 60px) !important;
  }

  #wzt .in_right .in_r_con .in_r_c .in_r_c_item .in_jing_guang {
    margin-top: 2.5vw;
    padding: 3vw 8px;
  }

  #wzt .in_right .in_r_con .in_r_c .in_r_c_item .in_zslv_box .in_zslv_desc {
    width: calc(100% - 60px);
    max-width: calc(100% - 60px);
  }

  #wzt .in_right .in_r_con .in_r_c .in_r_c_item .shape_list_box {
    /* margin: 5px 0 -15px; */
    margin: 5px 0 -10px;
  }

  #wzt .in_right .in_r_con .in_r_c .in_r_c_item .mo_shape_box {
    width: calc(100% - 70px);
    display: flex;
    flex-wrap: wrap;
    gap: 1vw;
    justify-content: space-between;
  }

  #wzt .in_right .in_r_con .in_r_c .in_r_c_item .mo_shape_box .mo_shape_mid_price {
    position: static;
    transform: none;
    width: fit-content;
    color: #333;
    font-size: 13px;
    font-weight: 600;
    padding-right: 5px;
  }

  #wzt .in_right .in_r_con .in_r_c .in_r_c_item .in_r_c_i_b_old .in_r_c_i_b_old_one {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
  }

  #wzt .in_right .in_r_con .in_r_c .in_zslv_color {
    /* margin: 5px 0 -15px -4px; */
    margin: 5px 0 -10px -4px;
  }

  #wzt .in_right .in_r_con .in_r_c .i_z_c_left {
    font-size: 4vw;
    margin-left: 3vw;
  }

  #wzt .in_right .in_r_con .in_r_c .i_z_c_right {
    margin: 0;
  }

  #wzt .in_right .in_r_con .in_r_c .i_z_c_right img {
    width: 7vw;
    height: 7vw;
  }

  #wzt .in_right .in_r_con .in_r_c .img_active {
    width: 9vw;
    height: 9vw;
    padding: 1vw;
    border-radius: 9vw;
  }

  #wzt .in_right .in_r_con .mo_in_r_c {
    display: block !important;
  }

  #wzt .in_right .in_r_con.deg .el-table {
    width: 100%;
  }

  #wzt .in_right .in_r_con.deg .i_luoji_con {
    width: 100%;
    padding-left: 0;
  }

  #wzt .in_right .in_r_con.deg .i_luoji_con .el-table__body {
    width: 100% !important;
  }

  #wzt .in_right .in_r_con.deg .i_luoji_con .el-table .confirm_tab_des {
    font-size: 12px;
    margin-top: -7px;
  }

  #wzt .in_right .in_r_con.deg .i_luoji_con .el-table .el-select {
    width: 100%;
  }

  #wzt .in_right .in_r_con.deg .i_luoji_con .el-table .el-select__wrapper {
    padding: 4px 5px 4px 7px;
  }

  #wzt .in_right .in_r_con.deg .i_luoji_con .el-table .el-table__header tr th {
    height: 38px;
  }

  #wzt .in_right .in_r_con.deg .i_luoji_con .i_pd_con .i_pd_tit {
    width: 15%;
    height: 50px;
    padding-left: 5px;

  }

  #wzt .in_right .in_r_con.deg .i_luoji_con .i_pd_con div:has(> .i_pd_c_tab) {
    width: 80%;

  }

  #wzt .in_right .in_r_con .i_luoji_con .i_tab_con {
    gap: 10px !important;
  }

  #wzt .in_right .in_r_con.deg .i_luoji_con .i_pd_con .i_pd_c_tab {
    width: 26vw;
    height: 50px;
    box-sizing: border-box;
  }

  #wzt .in_right .in_r_con.deg .i_luoji_con .i_pd_con .i_pd_c_tab .el-select {
    width: 90%;
  }

  #wzt .in_right .in_r_con.deg .i_luoji_con .i_pd_con .i_pd_c_tab .el-select__wrapper {
    padding: 4px 4px 4px 5px;
  }

  #wzt .in_right .in_r_con.deg .i_luoji_con .i_f_tips {
    width: 98%;
    font-size: 12px;
  }

  #wzt .in_right .in_r_con.deg .i_luoji_con .i_f_tips.is_PD {
    margin-bottom: 0px;
  }

  #wzt .in_right .in_r_con.deg .i_luoji_con .mo_is_double_PD {
    display: flex;
    align-items: center;
  }

  #wzt .in_right .in_r_con.deg .i_luoji_con .mo_is_double_PD img {
    margin-left: 7px;
    width: 16px;
    height: 16px;
  }

  #wzt .in_right .in_r_con.deg .i_luoji_con .i_ling_con .i_tab_con .prism_mo_c1 .cell {
    padding: 0 0 0 5px;
  }

  #wzt .in_right .in_r_con.deg .i_luoji_con .i_ling_con .i_tab_con .el-table__header tr th {
    height: 38px;
  }

  #wzt .in_right .in_r_con.deg .i_luoji_con .i_ling_con .i_tab_con .el-table__header .cell {
    font-size: 13.5px;
  }

  #wzt .in_right .in_r_con.deg .i_luoji_con .i_ling_con .i_tab_con .el-select__wrapper {
    padding: 4px 10px;
  }

  #wzt .in_right .in_r_con.deg .i_luoji_con .saveMyPst {
    flex-direction: column;
    gap: 5px;
  }

  #wzt .in_right .in_r_con.deg .i_luoji_con .saveMyPst label {
    width: fit-content;
  }

  #wzt .in_right .in_r_con.deg .i_luoji_con .saveMyPst .el-input__wrapper {
    padding: 1px 10px;
  }

  #wzt .in_right .in_r_con.deg .i_luoji_con .saveMyPst .el-input .el-input__count .el-input__count-inner {
    padding-left: 0px;
  }

  #wzt .el-steps--horizontal {
    width: 75% !important;
  }

  #wzt .el-step__title {
    font-size: 14px !important;
  }

  #wzt .in_footer {
    justify-content: space-between;
    z-index: 999;
  }

  #wzt .in_footer .i_f_con {
    display: none;
  }

  #wzt .in_footer .i_f_next {
    width: 130px;
    padding-right: 10px;
  }

  #wzt .in_footer .i_f_next button {
    width: 120px;
    height: 40px;
    border-radius: 3px;
    font-size: 14px;
  }

  #wzt .in_footer .mo_i_f_con {
    width: fit-content;
    max-width: calc(100vw - 150px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 10px;
    margin: 0 3%;
  }

  #wzt .in_footer .mo_i_f_con .mo_i_f_c_left {
    max-width: calc(100vw - 150px);
    display: flex;
    align-items: flex-start;

  }

  #wzt .in_footer .mo_i_f_con .mo_i_f_c_left img {
    /*width: 20vw;*/
    max-width: 20vw;
    height: 100%;
    max-height: 45px;
  }

  #wzt .in_footer .mo_i_f_con .mo_i_f_c_left .mo_i_f_c_l_box {
    max-width: 100px;
    margin-left: 10px;
    color: #333;
    font-size: 12px;
    font-family: Nohemi-Regular;
  }

  #wzt .in_footer .mo_i_f_con .mo_i_f_c_left .mo_i_f_c_l_box .mo_i_f_c_l_b_tit {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #wzt .in_footer .mo_i_f_con .mo_i_f_c_left .mo_i_f_c_l_box .mo_i_f_c_l_b_price {
    font-weight: 600;
    font-size: 14px;
    color: #000;
    margin-top: 3px;
  }

  #wzt .in_footer .mo_i_f_c_right {
    margin: 0 3%;
    width: auto;
    display: flex;
    align-items: center;
  }

  #wzt .in_footer .mo_i_f_c_right button {
    font-family: Nohemi-SemiBold !important;
    color: #fff;
    width: 36.267vw;
    height: 10.667vw;
    border-radius: 5.333vw;
    font-size: 4.267vw;
    border: none;
    background: #0006cf;
  }

  #wzt .choti {
    height: 370px !important;
  }

  #wzt .choti .el-drawer__header {
    margin-bottom: 0 !important;
  }

  #wzt .choti .el-drawer__body {
    padding: 0 3.2vw 3.2vw;
  }

  #wzt .choti .mo_box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  #wzt .choti .mo_box .mo_ifcr_img {
    width: 38.667vw;
    height: 55px;
    max-height: 55px;
    max-width: 38.667vw;
    display: flex;
  }

  #wzt .choti .mo_box .mo_ifcr_img .el-image {
    margin: 0 auto;
  }

  #wzt .choti .mo_box .mo_ifcr_img img {
    width: 100%;
  }

  #wzt .choti .mo_box .mo_ifcr_tit {
    width: 100%;
    font-size: 14px;
    font-family: Nohemi-SemiBold;
    margin: 10px 0 5px;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000;
  }

  #wzt .choti .mo_box .mo_ifcr_g_box {
    width: 340px;
    max-width: 340px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 3px 10px 0 0;
    line-height: 1.3;
    font-size: 14px;
  }

  #wzt .choti .mo_box .mo_ifcr_g_box .mo_i_g_b_tit {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
  }

  #wzt .choti .mo_box .mo_ifcr_g_box .mo_i_g_b_oldP {
    color: #93969e;
    margin-right: 10px;
    text-decoration: line-through;
  }

  #wzt .choti .mo_box .mo_ifcr_g_box .mo_i_g_b_Prilce {
    font-weight: 600;
    color: #000;
  }

  #wzt .choti .mo_box .mo_ifcr_g_box .discountP {
    color: #fa1231;
  }

  #wzt .p_box .i_prp .i_prp_tit {
    padding: 2vw 0 0;
    font-size: 14px;
  }

  #wzt .p_box .i_prp .i_p_title {
    font-size: 14px;
  }

  #wzt .p_box .i_prp .i_p_con {
    font-size: 13px;
  }

  #wzt .p_box .i_m_b12px {
    margin-bottom: 8px;
  }

  #wzt .p_box .el-dialog {
    --el-dialog-width: auto;
    width: 90vw !important;
  }

  #wzt .p_box .el-dialog .xian {
    margin-top: -6px;
  }

  #wzt .p_box .el-dialog.long_dialog {
    margin: 30px auto;
    height: fit-content;
  }

  #wzt .p_box .el-dialog__title {
    font-size: 4vw;
  }

  #wzt .pc_isMo .el-table {
    width: 300px;
    margin: 0 auto;
  }

  #wzt .pc_isMo .el-table .el-table__body {
    width: 300px !important;
  }

  #wzt .pc_isMo .el-table.confirm_prism .el-table__header .cell {
    padding: 0;
    /* font-size: 13.5px; */
    font-size: 13px;
    font-weight: 700;
  }

  #wzt .pc_isMo .no_th .el-table__body-wrapper .el-scrollbar__bar {
    height: 0;
  }

  #wzt .pc_isMo .i_tab_con_name {
    text-align: center;
  }

  #wzt .pc_isMo .i_pd_tit {
    text-align: center;
  }

  #wzt .pc_isMo .i_prp_chufang_btn {
    height: 40px;
  }

  #wzt .pc_isMo .i_prp_chufang_btn .i_p_c_btn {
    width: 80px;
    height: 35px;
  }

  #wzt .el-table__header {
    width: 100% !important;
  }

  /* wzt el-popover不分 */
  #wzt .el-popper.a_popover_infos {
    display: flex;
    z-index: 9999999 !important;
    min-width: 150px !important;
    max-width: 300px !important;
  }

  #wzt .el-popper.a_popover_infos .pstOpt {
    padding: 0 10px;
  }

  #wzt .el-popper.a_popover_infos img {
    width: 70px !important;
    height: 70px !important;
    margin-right: 5px;
  }

  #wzt .el-popper.a_popover_infos .box .pop_title {
    width: fit-content;
    min-width: unset;
    max-width: 200px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
  }

  #wzt .el-popper.a_popover_infos .box .pop_desrc {
    width: fit-content;
    min-width: unset;
    max-width: 200px;
    font-size: 13px;
    color: #999;
  }
}