.cart-body-box .cart-body-list .cart-heads-item .unablecheck {
  background-color: #eee;
}
.cart-body-box .cart-body-list .cart-heads-item .unablecheck:hover {
  cursor: not-allowed;
}
.cart-body-box .cart-body-list .cart-heads-item .disable-enter:hover {
  cursor: not-allowed;
}
.cart-body-box .cart-body-list .cart-heads-item .not_allowed:hover {
  cursor: not-allowed;
}
.cart-body-box .cart-body-list .cart-heads-item .add-box {
  position: relative;
  overflow: visible;
}
.cart-body-box .cart-body-list .cart-heads-item .add-box .no_stock {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  color: red;
}
.mall-my-box .mall-my-info .my-order-list-box .pro-operate .can-order {
  width: 180px;
}
.cart-order-item-list .pro-name1 {
  width: 100%!important;
}
.choosetitcolor {
  color: #0264fa !important;
}
.el-rate__icon {
  font-size: 20px;
}
.avg_rating {
  display: flex;
  align-items: center;
  padding: 7px 0 20px;
}
.avg_rating .ratingdate {
  color: #ffca3e;
  font-size: 20px;
  line-height: 22px;
  padding-right: 12px;
  font-weight: 700;
}
.avg_rating .total_rating {
  padding-left: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #0264fa;
}
.customer_reviewsbox {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.customer_reviewsbox .reviews_titbox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #eee;
}
.customer_reviewsbox .reviews_titbox .reviews_tit {
  width: 1300px;
  padding: 15px 0;
  color: #000000;
}
.customer_reviewsbox .customer_reviews {
  width: 1300px;
}
.customer_reviewsbox .customer_reviews .choose_reviews {
  padding: 23px 0 0;
}
.customer_reviewsbox .customer_reviews .choose_reviews .choosetit {
  cursor: pointer;
  color: #000000;
  font-size: 20px;
  font-weight: 700;
}
.customer_reviewsbox .customer_reviews .choose_reviews .choosetit:last-child {
  margin-left: 74px;
}
.customer_reviewsbox .customer_reviews .choose_reviews .choosetit:hover {
  color: #0264fa;
}
.customer_reviewsbox .customer_reviews .detail_reviewsbox {
  height: fit-content;
}
.customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox {
  display: flex;
  flex-direction: column;
  padding: 57px 0 16px;
}
.customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox:not(:first-child) {
  border-top: 1px solid #eee;
}
.customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_top {
  display: flex;
  align-items: center;
}
.customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_top .avator {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_top .avator img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_top .avator_des {
  height: 70px;
  padding: 8px 0;
  justify-content: space-between;
  margin-left: 14px;
  display: flex;
  flex-direction: column;
}
.customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_top .avator_des .avator_rating {
  display: flex;
  align-items: center;
}
.customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_top .avator_des .avator_rating .avator_name {
  margin-right: 10px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  color: #000000;
}
.customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_top .avator_des .avator_time {
  color: #555555;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
}
.customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_bottom {
  word-break: break-all;
  margin-top: 37px;
}
.customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_bottom .reviews_comment {
  font-size: 18px;
  line-height: 20px;
  color: #000000;
  font-weight: 400;
}
.customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_bottom .reviews_images {
  margin-top: 17px;
  display: flex;
  align-items: center;
}
.customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_bottom .reviews_images .reviews_image {
  width: 60px;
  height: 60px;
  cursor: pointer;
  transition: all 0.3s linear;
}
.customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_bottom .reviews_images .reviews_image:not(:last-child) {
  margin-right: 10px;
}
.customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_bottom .reviews_images .reviews_image:hover {
  scale: 1.1;
}
.customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_bottom .reviews_images .el-dialog {
  width: 40% !important;
  overflow: hidden !important;
  background: none;
  box-shadow: none;
  /* 选中状态下小圆点样式 */
}
.customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_bottom .reviews_images .el-dialog .swiper-pointer-events {
  overflow: hidden;
}
.customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_bottom .reviews_images .el-dialog .swiper-pagination-bullet {
  background-color: #555555;
  /* 未选中状态下的背景颜色 */
  opacity: 1;
  /* 未选中状态下的透明度 */
}
.customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_bottom .reviews_images .el-dialog .swiper-pagination-bullet-active {
  background-color: #ffffff;
  /* 选中状态下的背景颜色 */
  opacity: 1;
  /* 选中状态下的透明度 */
}
.customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_bottom .reviews_images .el-dialog .swiper-pagination-bullet {
  width: 1vw !important;
  height: 1vw !important;
}
.customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_bottom .reviews_images .el-dialog .swiper-horizontal > .swiper-pagination-bullets,
.customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_bottom .reviews_images .el-dialog .swiper-pagination-bullets.swiper-pagination-horizontal,
.customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_bottom .reviews_images .el-dialog .swiper-pagination-custom,
.customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_bottom .reviews_images .el-dialog .swiper-pagination-fraction {
  bottom: 50px !important;
}
.customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_bottom .reviews_images .el-dialog .swiper-button-next,
.customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_bottom .reviews_images .el-dialog .swiper-button-prev,
.customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_bottom .reviews_images .el-dialog .swiper-rtl .swiper-button-next,
.customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_bottom .reviews_images .el-dialog .swiper-rtl .swiper-button-prev {
  bottom: 0;
  height: 2vw;
  margin: auto;
  top: 0;
}
.customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_bottom .reviews_images .el-dialog .el-dialog__header {
  padding: 20px 0;
}
.customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_bottom .reviews_images .el-dialog .el-dialog__headerbtn {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_bottom .reviews_images .el-dialog .el-dialog__headerbtn .el-dialog__close {
  border: 2px solid #ffffff;
  padding: 10px;
  border-radius: 50%;
  top: 100%;
  color: #ffffff !important;
  font-size: 24px !important;
  transition: all 0.3s linear;
}
.customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_bottom .reviews_images .el-dialog .el-dialog__headerbtn .el-dialog__close:hover {
  transform: rotate(180deg);
}
.customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_bottom .reviews_images .el-dialog__wrapper {
  max-width: 90% !important;
}
.customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_bottom .reviews_tech {
  margin-top: 40px;
  font-weight: 400;
  color: #555555;
  font-size: 20px;
}
.customer_reviewsbox .page_reviews {
  margin-top: 50px;
  margin-bottom: 50px;
  width: 1300px;
}
.my-reviews-list-con .order-reviews-list {
  display: flex;
  align-items: center;
  padding: 22px 0 22px 32px;
  border-bottom: 10px solid #eee;
}
.my-reviews-list-con .order-reviews-list p {
  font-size: 14px;
  font-weight: 700;
  margin-right: 8px;
  margin-bottom: 0;
  color: #000000;
}
.my-reviews-list-con .order-reviews-list div {
  margin-right: 42px;
}
.my-reviews-list-con .order-reviews-list div input {
  width: 198px;
  height: 30px;
  background: #f5f5f5;
  border: 1px solid #eee;
  font-size: 14px;
}
.my-reviews-list-con .order-reviews-list a {
  width: 92px;
  height: 30px;
  font-style: 16px;
  line-height: 30px;
  border-radius: 5.6px;
  text-align: center;
  background-color: #0264fa;
  color: #ffffff;
  cursor: pointer;
}
.my-reviews-list-con .my-reviews-box .reviews-information {
  width: 35%;
}
.my-reviews-list-con .my-reviews-box .reviews-number {
  width: 15%;
}
.my-reviews-list-con .my-reviews-box .reviews-rating {
  width: 10%;
}
.my-reviews-list-con .my-reviews-box .reviews-comment {
  width: 20%;
}
.my-reviews-list-con .my-reviews-box .reviews-time {
  width: 20%;
}
.my-reviews-list-con .my-reviews-box .reviews-flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.my-reviews-list-con .my-reviews-box .cart-reviews-list {
  display: flex;
  align-items: center;
  padding: 21px 0;
  border-bottom: 1px solid #eee;
}
.my-reviews-list-con .my-reviews-box .cart-reviews-list .reviews-information .information_img {
  width: 72px;
  height: 72px;
}
.my-reviews-list-con .my-reviews-box .cart-reviews-list .reviews-information .information_img img {
  width: 100%;
}
.my-reviews-list-con .my-reviews-box .cart-reviews-list .reviews-information .information_des {
  text-align: left;
  width: 220px;
  padding-left: 16px;
  display: flex;
  flex-direction: column;
}
.my-reviews-list-con .my-reviews-box .cart-reviews-list .reviews-information .information_des .information_tit {
  color: #000000;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.my-reviews-list-con .my-reviews-box .cart-reviews-list .reviews-information .information_des .information_tech {
  margin-top: 3px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  font-weight: 400;
}
.my-reviews-list-con .my-reviews-box .cart-reviews-list .reviews-number span {
  color: #000000;
  word-break: break-all;
  width: 90px;
  font-size: 16px;
  line-height: 23px;
}
.my-reviews-list-con .my-reviews-box .cart-reviews-list .reviews-rating {
  color: #000000;
  font-size: 16px;
  line-height: 23px;
}
.my-reviews-list-con .my-reviews-box .cart-reviews-list .reviews-comment {
  flex-direction: column;
  align-items: flex-start;
  padding: 0 10px;
}
.my-reviews-list-con .my-reviews-box .cart-reviews-list .reviews-comment .comment_inner {
  font-size: 16px;
  line-height: 18px;
  color: #000000;
  text-align: left;
  word-break: break-all;
}
.my-reviews-list-con .my-reviews-box .cart-reviews-list .reviews-comment .reviews_imglist {
  margin-top: 3px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.my-reviews-list-con .my-reviews-box .cart-reviews-list .reviews-comment .reviews_imglist img {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  margin-top: 10px;
}
.my-reviews-list-con .my-reviews-box .cart-reviews-list .reviews-time {
  font-size: 16px;
  line-height: 18px;
  color: #000000;
}
.my-reviews-list-con .my-reviews-box .cart-reviews-list .reviews-operate {
  cursor: pointer;
  color: #0264fa;
  font-size: 14px;
  line-height: 18px;
  padding: 0 20px;
  font-weight: 400;
}
.evalformdialog .el-dialog__header {
  padding: 0;
}
.evalformdialog .el-dialog {
  width: 500px;
}
.evalformdialog .el-dialog .el-dialog__headerbtn {
  top: 102%;
  left: 50%;
  transform: translateX(-50%);
}
.evalformdialog .el-dialog .el-dialog__headerbtn .el-dialog__close {
  border: 2px solid #ffffff;
  padding: 10px;
  border-radius: 50%;
  top: 100%;
  color: #ffffff !important;
  font-size: 24px !important;
  transition: all 0.3s linear;
}
.evalformdialog .el-dialog .el-dialog__headerbtn .el-dialog__close:hover {
  transform: rotate(180deg);
}
.evalformdialog .el-dialog .el-dialog__body {
  padding: 25px;
}
.evalformdialog .el-dialog .el-dialog__body .mall-evalution-con {
  display: flex;
  flex-direction: column;
}
.evalformdialog .el-dialog .el-dialog__body .mall-evalution-con .good_techs {
  display: flex;
  align-items: center;
  height: 72px;
}
.evalformdialog .el-dialog .el-dialog__body .mall-evalution-con .good_techs .good_img {
  height: 100%;
  width: 72px;
}
.evalformdialog .el-dialog .el-dialog__body .mall-evalution-con .good_techs .good_img img {
  width: 100%;
  height: 100%;
}
.evalformdialog .el-dialog .el-dialog__body .mall-evalution-con .good_techs .good_techbox {
  text-align: left;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-left: 16px;
}
.evalformdialog .el-dialog .el-dialog__body .mall-evalution-con .evalform {
  text-align: left;
  padding-top: 20px;
}
.evalformdialog .el-dialog .el-dialog__body .mall-evalution-con .evalform .imgbox {
  width: 60px;
  height: 60px;
  margin-right: 12px;
  position: relative;
}
.evalformdialog .el-dialog .el-dialog__body .mall-evalution-con .evalform .imgbox img {
  width: 100%;
  height: 100%;
}
.evalformdialog .el-dialog .el-dialog__body .mall-evalution-con .evalform .imgbox .del_icon {
  cursor: pointer;
  position: absolute;
  transform: translate(50%, -50%);
  width: 14px;
  height: 14px;
  right: 0;
  top: 0;
  border-radius: 50%;
  background-color: #ff5219;
  display: flex;
  align-items: center;
  justify-content: center;
}
.evalformdialog .el-dialog .el-dialog__body .mall-evalution-con .evalform .imgbox .del_icon span {
  color: #ffffff;
}
.evalformdialog .el-dialog .el-dialog__body .mall-evalution-con .evalform .el-form-item {
  margin-bottom: 20px;
}
.evalformdialog .el-dialog .el-dialog__body .mall-evalution-con .evalform .el-form-item__content {
  display: flex;
  align-items: center;
}
.evalformdialog .el-dialog .el-dialog__body .mall-evalution-con .evalform .el-form-item__content .el-upload--picture-card {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.evalformdialog .el-dialog .el-dialog__body .mall-evalution-con .evalform .el-form-item__content .el-upload--picture-card i {
  font-size: 20px;
}
.evalformdialog .el-dialog .el-dialog__body .mall-evalution-con .evalform .el-textarea .el-textarea__inner {
  min-height: 100px !important;
}
.evalformdialog .el-dialog .el-dialog__body .mall-evalution-con .evalform .el-form-item__label {
  padding: 0;
  color: #000000;
}
.evalformdialog .el-dialog .el-dialog__body .anonymous_checkbox {
  text-align: left;
}
.evalformdialog .el-dialog .el-dialog__body .sub_bottom {
  width: 100%;
  height: 100px;
  background-color: #ffffff;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.evalformdialog .el-dialog .el-dialog__body .sub_bottom .sub_btn {
  cursor: pointer;
  border-radius: 10px;
  width: 160px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.evalformdialog .el-dialog .el-dialog__body .sub_bottom .sub_btn:first-child {
  background-color: #f2f2f2;
  color: #000000;
}
.evalformdialog .el-dialog .el-dialog__body .sub_bottom .sub_btn:last-child {
  background-color: #0264fa;
  color: #ffffff;
}
.mall-confirm-list-box .mall-confirm-list-totle {
  padding-bottom: 16px;
}
.mall-confirm-box .mall-confirm-button-box {
  border-top: 8px solid #eee;
}
.mall-confirm-box {
  border-top: 0 ;
}
.mall-messageinfobox {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.mall-messageinfobox .mall-messageinfo {
  width: 1330px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 14px 0 16px 0;
}
.mall-messageinfobox .mall-messageinfo img {
  width: 21px;
  margin-right: 7.5px;
}
.mall-messageinfobox .mall-messageinfo span {
  font-weight: 400;
  font-size: 16px;
  height: 23px;
  color: #000000;
}
.mall-confirm-box .mall-confirm-address-box .mall-confirm-address-d .mall-confirm-address-list {
  width: 238px;
  height: 70px;
  font-size: 12px;
  line-height: 14px;
}
.mall-confirm-address-list.mall-confirm-address-active {
  border: 1px solid #0364f9 !important;
}
.mall-confirm-address-list.mall-confirm-address-active em {
  background: #0364f9;
  border: 1px solid #0364f9 !important;
}
.mall-confirm-address-list.mall-confirm-address-active div span {
  color: #0364f9 !important;
}
.mall-confirm-address-boxf {
  border-bottom: 10px solid #eee;
}
.mall-confirm-address-boxf .confirm-address-scroll-box {
  max-width: calc(100% - 214px);
  width: auto;
}
.mall-confirm-box .mall-confirm-address-box {
  border-bottom: 0;
}
.mall-confirm-box .mall-confirm-list-box .mall-confirm-list-head:last-child {
  border-bottom: 0;
}
.mall-confirm-box {
  overflow: hidden;
}
.mall-advice_products {
  position: relative;
  color: #0199ff;
}
.mall-advice_products .del_adviceproduct {
  position: absolute;
  top: 50%;
  color: #000000;
  transform: translateY(-50%);
  right: 0;
}
.mall-advice_products .del_adviceproduct:hover {
  color: #0199ff;
}
.mall-advice_products .del_adviceproduct .el-icon-delete {
  cursor: pointer;
}
.mall-advice-product-box {
  border-top: 11px solid #f5f5f5;
}
.mall-advice-product-box .mall-advice-product-header {
  margin: 0 auto;
  width: 1330px;
  height: 64px;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #eee;
}
.mall-advice-product-box .mall-advice-product-header .mall-advice_tit {
  font-size: 16px;
  line-height: 23px;
  color: #000000;
}
.mall-advice-product-box .mall-advice-product-body {
  position: relative;
  margin: 0 auto;
  width: 1330px;
  height: 400px;
  padding: 25px;
}
.mall-advice-product-box .mall-advice-product-body .productswiperf {
  overflow: hidden;
}
.mall-advice-product-box .mall-advice-product-body .productswiperf .productswiper {
  width: 170px;
}
.mall-advice-product-box .mall-advice-product-body .other_productsbox {
  display: flex;
  align-items: center;
  height: 100%;
}
.mall-advice-product-box .mall-advice-product-body .other_productsbox .other_products_item {
  width: 140px;
  height: 100%;
  margin-right: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mall-advice-product-box .mall-advice-product-body .other_productsbox .other_products_item .imgbox {
  width: 140px;
  height: 140px;
}
.mall-advice-product-box .mall-advice-product-body .other_productsbox .other_products_item .imgbox img {
  width: 100%;
  height: 100%;
}
.mall-advice-product-box .mall-advice-product-body .other_productsbox .other_products_item .product_tit {
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  margin-top: 12px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* 显示行数 */
  -webkit-box-orient: vertical;
}
.mall-advice-product-box .mall-advice-product-body .other_productsbox .other_products_item .product_addbtn {
  margin-top: 16px;
  width: 108px;
  height: 30px;
  border-radius: 5px;
  background-color: #0264fa;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all linear 0.3s;
}
.mall-advice-product-box .mall-advice-product-body .other_productsbox .other_products_item .product_addbtn:hover {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.3);
}
.mall-advice-product-box .mall-advice-product-body .other_productsbox .other_products_item .product_addbtn span {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}
.mall-advice-product-box .mall-advice-product-body .switchpage {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  transition: all 0.3s linear;
  cursor: pointer;
}
.mall-advice-product-box .mall-advice-product-body .switchpage:hover {
  scale: 1.08;
}
.mall-advice-product-box .mall-advice-product-body .el-icon-arrow-left {
  left: 0;
  transform: translateX(-100%);
}
.mall-advice-product-box .mall-advice-product-body .el-icon-arrow-right {
  right: 0;
  transform: translateX(100%);
}
.mall-advice-product-box .mall-advice-product-body .evalproductdialog .el-dialog__header {
  padding: 0;
}
.mall-advice-product-box .mall-advice-product-body .evalproductdialog .el-dialog {
  width: 957px;
}
.mall-advice-product-box .mall-advice-product-body .evalproductdialog .el-dialog .el-dialog__headerbtn {
  top: 102%;
  left: 50%;
  transform: translateX(-50%);
}
.mall-advice-product-box .mall-advice-product-body .evalproductdialog .el-dialog .el-dialog__headerbtn .el-dialog__close {
  border: 2px solid #ffffff;
  padding: 10px;
  border-radius: 50%;
  top: 100%;
  color: #ffffff !important;
  font-size: 24px !important;
  transition: all 0.3s linear;
}
.mall-advice-product-box .mall-advice-product-body .evalproductdialog .el-dialog .el-dialog__headerbtn .el-dialog__close:hover {
  transform: rotate(180deg);
}
.mall-advice-product-box .mall-advice-product-body .evalproductdialog .el-dialog .el-dialog__body {
  padding: 30px 40px;
  height: 658px;
}
.mall-advice-product-box .mall-advice-product-body .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con {
  height: 100%;
  display: flex;
}
.mall-advice-product-box .mall-advice-product-body .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 400px;
}
.mall-advice-product-box .mall-advice-product-body .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-left .imgbox {
  width: 400px;
  height: 400px;
}
.mall-advice-product-box .mall-advice-product-body .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-left .imgbox img {
  width: 100%;
  height: 100%;
}
.mall-advice-product-box .mall-advice-product-body .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-left .imgbox_techs {
  margin-top: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mall-advice-product-box .mall-advice-product-body .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-left .imgbox_techs .imgboxtech {
  cursor: pointer;
  margin: 0 6px;
  position: relative;
  width: 48px;
  height: 48px;
}
.mall-advice-product-box .mall-advice-product-body .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-left .imgbox_techs .imgboxtech img {
  width: 100%;
  height: 100%;
}
.mall-advice-product-box .mall-advice-product-body .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-left .imgbox_techs .mask_techs::after {
  display: block;
  content: '';
  width: 48px;
  height: 48px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.mall-advice-product-box .mall-advice-product-body .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-left .imgbox_detail {
  cursor: pointer;
  margin-top: 75px;
  width: 100%;
}
.mall-advice-product-box .mall-advice-product-body .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-left .imgbox_detail a {
  color: #0264fa;
  font-size: 18px;
  font-weight: 400;
}
.mall-advice-product-box .mall-advice-product-body .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-left .imgbox_detail a:hover {
  text-decoration: underline;
}
.mall-advice-product-box .mall-advice-product-body .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-right {
  position: relative;
  margin-left: 55px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.mall-advice-product-box .mall-advice-product-body .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-right .product_tit {
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  color: #000000;
  margin-bottom: 5px;
}
.mall-advice-product-box .mall-advice-product-body .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-right .product_tech {
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  color: #000000;
}
.mall-advice-product-box .mall-advice-product-body .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-right .product_price {
  color: #a48353;
  font-weight: 700;
  font-size: 32px;
  line-height: 46px;
  padding-bottom: 10px;
  border-bottom: 2px solid #eee;
}
.mall-advice-product-box .mall-advice-product-body .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-right .pro-buy-pec {
  padding-top: 14px;
  width: 100%;
}
.mall-advice-product-box .mall-advice-product-body .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-right .pro-buy-pec .pro-buy-pec-list .pec-name {
  display: block;
  font-size: 14px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 7px;
}
.mall-advice-product-box .mall-advice-product-body .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-right .pro-buy-pec .pro-buy-pec-list .pro-buy-pec-d {
  display: flex;
  flex-wrap: wrap;
}
.mall-advice-product-box .mall-advice-product-body .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-right .pro-buy-pec .pro-buy-pec-list .pro-buy-pec-d .pro-buy-pec-d-box {
  padding: 7px 0 7px 8px;
  width: 200px;
  border: 2px solid #939292;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
  color: #000;
  cursor: pointer;
}
.mall-advice-product-box .mall-advice-product-body .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-right .pro-buy-pec .pro-buy-pec-list .pro-buy-pec-d .pro-buy-pec-d-box em {
  width: 12px;
  height: 12px;
  background: #000;
  border-radius: 50%;
  display: block;
  margin: 0 8px 0 0;
}
.mall-advice-product-box .mall-advice-product-body .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-right .pro-buy-pec .pro-buy-pec-list .pro-buy-pec-d .active {
  border: 2px solid #0264FA;
  color: #000000;
}
.mall-advice-product-box .mall-advice-product-body .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-right .pro-buy-pec .pro-buy-pec-list .pro-buy-pec-d .disabled {
  background: #DEDEDE;
  color: #8f8585;
}
.mall-advice-product-box .mall-advice-product-body .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-right .pro-buy-num-box {
  padding-top: 17px;
}
.mall-advice-product-box .mall-advice-product-body .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-right .pro-buy-num-box .titkle {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #000000;
}
.mall-advice-product-box .mall-advice-product-body .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-right .pro-buy-num-box .add-box {
  display: flex;
  width: 114px;
  height: 28px;
  background: #F5F5F5;
  overflow: hidden;
}
.mall-advice-product-box .mall-advice-product-body .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-right .pro-buy-num-box .add-box span {
  text-align: center;
  font-size: 14px;
  color: #000;
  width: 28px;
  line-height: 28px;
  cursor: pointer;
}
.mall-advice-product-box .mall-advice-product-body .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-right .pro-buy-num-box .add-box input {
  color: #000000;
  width: 60px;
  text-align: center;
  outline: none;
  -webkit-outline: none;
  border: 0;
  background: #F5F5F5;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
.mall-advice-product-box .mall-advice-product-body .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-right .pro-buy-num-box .add-box .disable-enter {
  color: #c7c7c7;
}
.mall-advice-product-box .mall-advice-product-body .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-right .confirm_addbox {
  bottom: 13px;
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mall-advice-product-box .mall-advice-product-body .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-right .confirm_addbox .confirm_add {
  cursor: pointer;
  width: 200px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0264fa;
  border-radius: 5px;
}
.mall-advice-product-box .mall-advice-product-body .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-right .confirm_addbox .confirm_add span {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}
.my-order-detail-box .my-order-d-tab div {
  position: relative;
}
.my-order-detail-box .my-order-d-tab div img {
  position: absolute;
  right: -10px;
  top: 0;
}
.mall-product-recive .mall-product-recive-header {
  margin: 0 auto;
  width: 1330px;
  height: 64px;
  display: flex;
  align-items: center;
}
.mall-product-recive .mall-product-recive-header .mall-recive_tit {
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  color: #000000;
}
.mall-product-recive .mall-product-recive-body .mall-recive-messageinfof {
  border-bottom: 1px solid #eee;
}
.mall-product-recive .mall-product-recive-body .mall-recive-messageinfof .mall-recive-messageinfo {
  width: 1330px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 20px 0 40px 0;
}
.mall-product-recive .mall-product-recive-body .mall-recive-messageinfof .mall-recive-messageinfo img {
  width: 21px;
  margin-right: 7.5px;
}
.mall-product-recive .mall-product-recive-body .mall-recive-messageinfof .mall-recive-messageinfo span {
  font-weight: 400;
  font-size: 16px;
  height: 23px;
  color: #000000;
}
.mall-product-recive .mall-product-recive-body .mall-product-recive-picks {
  width: 1330px;
  margin: 0 auto;
  padding: 20px 0 25px 0 ;
  display: flex;
  align-items: center;
}
.mall-product-recive .mall-product-recive-body .mall-product-recive-picks .mall-product-recive-pickitem {
  cursor: pointer;
  margin-right: 20px;
  padding: 8px 0 8px 8px;
  min-width: 150px;
  border-radius: 2px;
  border: 1px solid #c7c7c7;
  display: flex;
  align-items: center;
}
.mall-product-recive .mall-product-recive-body .mall-product-recive-picks .mall-product-recive-pickitem.pickactive {
  border: 1px solid #565656;
}
.mall-product-recive .mall-product-recive-body .mall-product-recive-picks .mall-product-recive-pickitem.pickactive em {
  border: 1px solid #000000;
  background-color: #2d2e31;
}
.mall-product-recive .mall-product-recive-body .mall-product-recive-picks .mall-product-recive-pickitem.pickactive span {
  color: #000000;
}
.mall-product-recive .mall-product-recive-body .mall-product-recive-picks .mall-product-recive-pickitem em {
  border: 1px solid #e9e9e9;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 8px;
}
.mall-product-recive .mall-product-recive-body .mall-product-recive-picks .mall-product-recive-pickitem span {
  color: #c7c7c7;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
.mall-product-recive .mall-product-recive-body .mall-product-recive-picksdes {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #eee;
}
.mall-product-recive .mall-product-recive-body .mall-product-recive-picksdes .mall-recive-picksdesf {
  border-top: 1px solid #eee;
}
.mall-product-recive .mall-product-recive-body .mall-product-recive-picksdes .mall-recive-picksdesf .mall-recive-picksdesbox {
  width: 1330px;
  margin: 0 auto;
  padding: 27px 0;
  display: flex;
  align-items: center;
}
.mall-product-recive .mall-product-recive-body .mall-product-recive-picksdes .mall-recive-picksdesf .mall-recive-picksdesbox .mall_ispick {
  width: 20px;
  height: 20px;
  border: 1px solid #555555;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 16px;
}
.mall-product-recive .mall-product-recive-body .mall-product-recive-picksdes .mall-recive-picksdesf .mall-recive-picksdesbox .mall_ispick.ispickactive {
  background-color: #0264fa;
}
.mall-product-recive .mall-product-recive-body .mall-product-recive-picksdes .mall-recive-picksdesf .mall-recive-picksdesbox .mall_ispick:hover {
  cursor: pointer;
}
.mall-product-recive .mall-product-recive-body .mall-product-recive-picksdes .mall-recive-picksdesf .mall-recive-picksdesbox .mall_recive_detaildes {
  flex: 1;
  margin-left: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #000000;
}
.mall-product-recive .mall-product-recive-body .mall-product-recive-picksdes .mall-recive-picksdesf .mall-recive-picksdesbox .mall_recive_detaildes_self {
  flex: 1;
  margin-left: 20px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #000000;
}
.mall-product-recive .mall-product-recive-body .mall-product-recive-picksdes .mall-recive-picksdesf .mall-recive-picksdesbox .mall_recive_detaildes_self img {
  width: 20px;
  height: 20px;
}
.mall-product-recive .mall-product-recive-body .mall-product-recive-picksdes .mall-recive-picksdesf .mall-recive-picksdesbox .mall_recive_detaildes_self .mall_adress {
  width: 132px;
  margin-right: 34px;
}
.mall-product-recive .mall-product-recive-body .mall-product-recive-picksdes .mall-recive-picksdesf .mall-recive-picksdesbox .mall_recive_detaildes_self .mall_clock {
  margin-right: 27px;
}
.mall-product-recive .mall-product-recive-body .mall-product-recive-picksdes .mall-recive-picksdesf .mall-recive-picksdesbox .mall_recive_detaildes_self .mall_phone {
  margin-right: 61px;
}
.mall-product-recive .mall-product-recive-body .mall-product-recive-picksdes .mall-recive-picksdesf .mall-recive-picksdesbox .mall_recive_detaildes_self .mall_adressdetail {
  width: 447px;
  margin-right: 53.5px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 控制显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mall-confirm-list-sum {
  width: 1330px;
  padding: 15px 0;
  margin: 0 auto;
  text-align: right;
  display: flex;
  flex-direction: row-reverse;
}
.mall-confirm-list-sum .mall_sum_box {
  width: 280px;
}
.mall-confirm-list-sum .mall_sum_box div {
  font-weight: 500;
  color: #666666;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
}
.mall-confirm-list-sum .mall_sum_box div:last-child {
  margin-top: 15px;
}
.mall-confirm-list-reducef {
  border-top: 8px solid #eee;
}
.mall-confirm-list-reducef .mall-confirm-list-reduce {
  width: 1330px;
  padding: 12px 0 20px 0;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
}
.mall-confirm-list-reducef .mall-confirm-list-reduce .mall-confirm-reducebox {
  display: flex;
  flex-direction: column;
}
.mall-confirm-list-reducef .mall-confirm-list-reduce .mall-confirm-reducebox .reduce_total {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.mall-confirm-list-reducef .mall-confirm-list-reduce .mall-confirm-reducebox .reduce_total .reduce_totall {
  margin-right: 14px;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
.mall-confirm-list-reducef .mall-confirm-list-reduce .mall-confirm-reducebox .reduce_total .reduce_totall i {
  color: #a48353;
  font-style: normal;
}
.mall-confirm-list-reducef .mall-confirm-list-reduce .mall-confirm-reducebox .reduce_total .reduce_totalr {
  display: flex;
  align-items: center;
  color: #666666;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}
.mall-confirm-list-reducef .mall-confirm-list-reduce .mall-confirm-reducebox .reduce_total .reduce_totalr i {
  font-style: normal;
  margin-left: 6px;
  font-size: 30px;
  line-height: 43px;
  color: #535353;
}
.mall-confirm-list-reducef .mall-confirm-list-reduce .mall-confirm-reducebox .mall-confirm-reducef {
  display: flex;
  flex-direction: row-reverse;
}
.mall-confirm-list-reducef .mall-confirm-list-reduce .mall-confirm-reducebox .mall-confirm-reducef .mall-confirm-reduce {
  width: 214px;
  height: 50.74px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  background-color: #0364f9;
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  cursor: pointer;
}
.mall-confirm-list-reducef .mall-confirm-list-reduce .mall-confirm-reducebox .mall-confirm-reducef .mall-confirm-reduce.empower {
  background-color: #f7f7f7;
  color: #000000;
}
.mall-confirm-list-reducef .mall-confirm-list-reduce .mall-confirm-reducebox .mall-confirm-empower {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.mall-confirm-list-reducef .mall-confirm-list-reduce .mall-confirm-reducebox .mall-confirm-empower .empowerdes {
  margin-left: 10px;
  flex: 1;
}
.mall-confirm-list-reducef .mall-confirm-list-reduce .mall-confirm-reducebox .mall-confirm-empower .empowerdes .empowerlink {
  color: #0264fa;
  text-decoration: underline;
}
.mall-confirm-list-reducef .mall-confirm-list-reduce .mall-confirm-reducebox .mall-confirm-empower .empowerdes .empowerlink:hover {
  cursor: pointer;
}
.mall-confirm-list-reducef .mall-confirm-list-reduce .mall-confirm-reducebox .mall-confirm-empower .empower_ispick {
  width: 20px;
  height: 20px;
  border: 1px solid #555555;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 16px;
}
.mall-confirm-list-reducef .mall-confirm-list-reduce .mall-confirm-reducebox .mall-confirm-empower .empower_ispick.ispickactive {
  background-color: #0264fa;
}
.mall-confirm-list-reducef .mall-confirm-list-reduce .mall-confirm-reducebox .mall-confirm-empower .empower_ispick:hover {
  cursor: pointer;
}
.mall-confirm-list-reducef .mall-confirm-list-reduce .mall-confirm-reducebox .noempowerPopdialog .el-dialog__header {
  padding: 0;
}
.mall-confirm-list-reducef .mall-confirm-list-reduce .mall-confirm-reducebox .noempowerPopdialog .el-dialog {
  width: 500px;
}
.mall-confirm-list-reducef .mall-confirm-list-reduce .mall-confirm-reducebox .noempowerPopdialog .el-dialog .el-dialog__headerbtn {
  top: 102%;
  left: 50%;
  transform: translateX(-50%);
}
.mall-confirm-list-reducef .mall-confirm-list-reduce .mall-confirm-reducebox .noempowerPopdialog .el-dialog .el-dialog__headerbtn .el-dialog__close {
  border: 2px solid #ffffff;
  padding: 10px;
  border-radius: 50%;
  top: 100%;
  color: #ffffff !important;
  font-size: 24px !important;
  transition: all 0.3s linear;
}
.mall-confirm-list-reducef .mall-confirm-list-reduce .mall-confirm-reducebox .noempowerPopdialog .el-dialog .el-dialog__headerbtn .el-dialog__close:hover {
  transform: rotate(180deg);
}
.mall-confirm-list-reducef .mall-confirm-list-reduce .mall-confirm-reducebox .noempowerPopdialog .el-dialog .el-dialog__body {
  padding: 30px 40px;
}
.mall-confirm-list-reducef .mall-confirm-list-reduce .mall-confirm-reducebox .noempowerPopdialog .el-dialog .el-dialog__body .empowerdes {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
.mall-confirm-list-reducef .mall-confirm-list-reduce .mall-confirm-reducebox .noempowerPopdialog .el-dialog .el-dialog__body .empowerdes .empowerlink {
  color: #0264fa;
  text-decoration: underline;
}
.mall-confirm-list-reducef .mall-confirm-list-reduce .mall-confirm-reducebox .noempowerPopdialog .el-dialog .el-dialog__body .empowerdes .empowerlink:hover {
  cursor: pointer;
}
.mall-confirm-list-reducef .mall-confirm-list-reduce .mall-confirm-reducebox .noempowerPopdialog .el-dialog .el-dialog__body .empowerbtn {
  margin-top: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.mall-confirm-list-reducef .mall-confirm-list-reduce .mall-confirm-reducebox .noempowerPopdialog .el-dialog .el-dialog__body .empowerbtn .empowerbtn_item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 40px;
  border-radius: 5px;
  cursor: pointer;
}
.mall-confirm-list-reducef .mall-confirm-list-reduce .mall-confirm-reducebox .noempowerPopdialog .el-dialog .el-dialog__body .empowerbtn .empowerbtn_item:nth-child(1) {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #000;
}
.mall-confirm-list-reducef .mall-confirm-list-reduce .mall-confirm-reducebox .noempowerPopdialog .el-dialog .el-dialog__body .empowerbtn .empowerbtn_item:last-child {
  background-color: #0264fa;
  color: #fff;
}
.mall-confirm-list-reducef .mall-confirm-list-reduce .mall-confirm-reducebox .empowerPopdialog .el-dialog__header {
  padding: 0;
}
.mall-confirm-list-reducef .mall-confirm-list-reduce .mall-confirm-reducebox .empowerPopdialog .el-dialog {
  width: 90vw;
}
.mall-confirm-list-reducef .mall-confirm-list-reduce .mall-confirm-reducebox .empowerPopdialog .el-dialog .el-dialog__headerbtn {
  top: 102%;
  left: 50%;
  transform: translateX(-50%);
}
.mall-confirm-list-reducef .mall-confirm-list-reduce .mall-confirm-reducebox .empowerPopdialog .el-dialog .el-dialog__headerbtn .el-dialog__close {
  border: 2px solid #ffffff;
  padding: 10px;
  border-radius: 50%;
  top: 100%;
  color: #ffffff !important;
  font-size: 24px !important;
  transition: all 0.3s linear;
}
.mall-confirm-list-reducef .mall-confirm-list-reduce .mall-confirm-reducebox .empowerPopdialog .el-dialog .el-dialog__headerbtn .el-dialog__close:hover {
  transform: rotate(180deg);
}
.mall-confirm-list-reducef .mall-confirm-list-reduce .mall-confirm-reducebox .empowerPopdialog .el-dialog .el-dialog__body {
  position: relative;
  padding: 30px 40px 100px;
}
.mall-confirm-list-reducef .mall-confirm-list-reduce .mall-confirm-reducebox .empowerPopdialog .el-dialog .el-dialog__body .empowerPop-con {
  height: 600px;
  overflow-y: scroll;
}
.mall-confirm-list-reducef .mall-confirm-list-reduce .mall-confirm-reducebox .empowerPopdialog .el-dialog .el-dialog__body .empowerPop-con tr,
.mall-confirm-list-reducef .mall-confirm-list-reduce .mall-confirm-reducebox .empowerPopdialog .el-dialog .el-dialog__body .empowerPop-con td {
  border: 1px solid #ccc;
}
.mall-confirm-list-reducef .mall-confirm-list-reduce .mall-confirm-reducebox .empowerPopdialog .el-dialog .el-dialog__body .empowerPop-con td {
  padding: 10px 10px;
}
.mall-confirm-list-reducef .mall-confirm-list-reduce .mall-confirm-reducebox .empowerPopdialog .el-dialog .el-dialog__body .empowerPop-con .confirmbtn {
  position: absolute;
  bottom: 45px;
  left: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 40px;
  border-radius: 5px;
  background-color: #0264fa;
  color: #fff;
}
.mall-confirm-list-reducef .mall-confirm-list-reduce .mall-confirm-reducebox .empowerPopdialog .el-dialog .el-dialog__body .empowerPop-con .confirmbtn:hover {
  cursor: pointer;
}
.mall-confirm-button-box {
  position: relative !important;
}
.moka-pay-false {
  z-index: 10001;
}
.moka-pay-false .falseinner {
  background-color: #fff;
  width: 300px;
  height: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  padding: 30px 40px;
}
.moka-pay-false .falseinner img {
  width: 50px;
  height: 50px;
}
.moka-pay-false .falseinner .redes {
  font-size: 16px;
  margin-top: 20px;
  font-weight: 700;
  text-align: center;
}
.moka-pay-false .falseinner .repay {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0264fa;
  border-radius: 10px;
  width: 120px;
  height: 50px;
}
.moka-pay-false .falseinner .repay:hover {
  cursor: pointer;
}
.moka-pay-false .falseinner .repay .repayinner {
  font-size: 16px;
  color: #ffffff;
}
@media screen and (max-width: 1440px) {
  .mall-my-box .mall-my-info .my-order-list-box .pro-operate .can-order {
    width: 12.5vw;
  }
  .el-rate__icon {
    font-size: 1.3889vw;
  }
  .avg_rating {
    padding: 0.4861vw 0 1.3889vw;
  }
  .avg_rating .ratingdate {
    font-size: 1.3889vw;
    line-height: 1.5278vw;
    padding-right: 0.8333vw;
  }
  .avg_rating .total_rating {
    padding-left: 0.8333vw;
    font-size: 1.1111vw;
    line-height: 1.25vw;
  }
  .customer_reviewsbox .reviews_titbox .reviews_tit {
    width: 90.2778vw;
    padding: 1.0417vw 0;
  }
  .customer_reviewsbox .customer_reviews {
    width: 90.2778vw;
  }
  .customer_reviewsbox .customer_reviews .choose_reviews {
    padding: 1.5972vw 0 0;
  }
  .customer_reviewsbox .customer_reviews .choose_reviews .choosetit {
    font-size: 1.3889vw;
  }
  .customer_reviewsbox .customer_reviews .choose_reviews .choosetit:last-child {
    margin-left: 5.1389vw;
  }
  .customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox {
    padding: 3.9583vw 0 1.1111vw;
  }
  .customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_top .avator {
    width: 4.8611vw;
    height: 4.8611vw;
  }
  .customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_top .avator_des {
    height: 4.8611vw;
    padding: 0.5556vw 0;
    margin-left: 0.9722vw;
  }
  .customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_top .avator_des .avator_rating .avator_name {
    margin-right: 0.6944vw;
    font-size: 1.25vw;
    line-height: 1.3889vw;
  }
  .customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_top .avator_des .avator_time {
    font-size: 1.25vw;
  }
  .customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_bottom {
    margin-top: 2.5694vw;
  }
  .customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_bottom .reviews_comment {
    font-size: 1.25vw;
    line-height: 1.3889vw;
  }
  .customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_bottom .reviews_images {
    margin-top: 1.1806vw;
  }
  .customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_bottom .reviews_images .reviews_image {
    width: 4.1667vw;
    height: 4.1667vw;
  }
  .customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_bottom .reviews_images .reviews_image:not(:last-child) {
    margin-right: 0.6944vw;
  }
  .customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_bottom .reviews_images .el-dialog {
    width: 40% !important;
  }
  .customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_bottom .reviews_images .el-dialog .swiper-pointer-events {
    overflow: hidden;
  }
  .customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_bottom .reviews_images .el-dialog .swiper-pagination-bullet {
    width: 1vw !important;
    height: 1vw !important;
  }
  .customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_bottom .reviews_images .el-dialog .swiper-horizontal > .swiper-pagination-bullets,
  .customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_bottom .reviews_images .el-dialog .swiper-pagination-bullets.swiper-pagination-horizontal,
  .customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_bottom .reviews_images .el-dialog .swiper-pagination-custom,
  .customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_bottom .reviews_images .el-dialog .swiper-pagination-fraction {
    bottom: 3.4722vw !important;
  }
  .customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_bottom .reviews_images .el-dialog .el-dialog__header {
    padding: 1.3889vw 0;
  }
  .customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_bottom .reviews_images .el-dialog .el-dialog__headerbtn {
    top: 0;
  }
  .customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_bottom .reviews_images .el-dialog .el-dialog__headerbtn .el-dialog__close {
    border: 2px solid #ffffff;
    padding: 0.6944vw;
    font-size: 1.6667vw !important;
  }
  .customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_bottom .reviews_images .el-dialog__wrapper {
    max-width: 90% !important;
  }
  .customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_bottom .reviews_tech {
    margin-top: 2.7778vw;
    font-size: 1.3889vw;
  }
  .customer_reviewsbox .page_reviews {
    margin-top: 3.4722vw;
    margin-bottom: 3.4722vw;
    width: 90.2778vw;
  }
  .my-reviews-list-con .order-reviews-list {
    padding: 1.5278vw 0 1.5278vw 2.2222vw;
    border-bottom: 0.6944vw solid #eee;
  }
  .my-reviews-list-con .order-reviews-list p {
    font-size: 0.9722vw;
    margin-right: 0.5556vw;
  }
  .my-reviews-list-con .order-reviews-list div {
    margin-right: 2.9167vw;
  }
  .my-reviews-list-con .order-reviews-list div input {
    width: 13.75vw;
    height: 2.0833vw;
    font-size: 0.9722vw;
  }
  .my-reviews-list-con .order-reviews-list a {
    width: 6.3889vw;
    height: 2.0833vw;
    font-style: 1.1111vw;
    line-height: 2.0833vw;
    border-radius: 0.3889vw;
  }
  .my-reviews-list-con .my-reviews-box .cart-reviews-list {
    padding: 1.4583vw 0;
  }
  .my-reviews-list-con .my-reviews-box .cart-reviews-list .reviews-information .information_img {
    width: 5vw;
    height: 5vw;
  }
  .my-reviews-list-con .my-reviews-box .cart-reviews-list .reviews-information .information_des {
    width: 15.2778vw;
    padding-left: 1.1111vw;
  }
  .my-reviews-list-con .my-reviews-box .cart-reviews-list .reviews-information .information_des .information_tit {
    font-size: 1.1111vw;
    line-height: 1.5972vw;
  }
  .my-reviews-list-con .my-reviews-box .cart-reviews-list .reviews-information .information_des .information_tech {
    margin-top: 0.2083vw;
    font-size: 0.9722vw;
    line-height: 1.3889vw;
  }
  .my-reviews-list-con .my-reviews-box .cart-reviews-list .reviews-number span {
    width: 6.25vw;
    font-size: 1.1111vw;
    line-height: 1.5972vw;
  }
  .my-reviews-list-con .my-reviews-box .cart-reviews-list .reviews-rating {
    font-size: 1.1111vw;
    line-height: 1.5972vw;
  }
  .my-reviews-list-con .my-reviews-box .cart-reviews-list .reviews-comment {
    padding: 0 0.6944vw;
  }
  .my-reviews-list-con .my-reviews-box .cart-reviews-list .reviews-comment .comment_inner {
    font-size: 1.1111vw;
    line-height: 1.25vw;
  }
  .my-reviews-list-con .my-reviews-box .cart-reviews-list .reviews-comment .reviews_imglist {
    margin-top: 0.2083vw;
  }
  .my-reviews-list-con .my-reviews-box .cart-reviews-list .reviews-comment .reviews_imglist img {
    width: 2.7778vw;
    height: 2.7778vw;
    margin-left: 0.6944vw;
    margin-top: 0.6944vw;
  }
  .my-reviews-list-con .my-reviews-box .cart-reviews-list .reviews-time {
    font-size: 1.1111vw;
    line-height: 1.25vw;
  }
  .my-reviews-list-con .my-reviews-box .cart-reviews-list .reviews-operate {
    font-size: 0.9722vw;
    line-height: 1.25vw;
    padding: 0 1.3889vw;
  }
  .evalformdialog .el-dialog {
    width: 34.7222vw;
  }
  .evalformdialog .el-dialog .el-dialog__headerbtn .el-dialog__close {
    padding: 0.6944vw;
    font-size: 1.6667vw !important;
  }
  .evalformdialog .el-dialog .el-dialog__body {
    padding: 1.7361vw;
  }
  .evalformdialog .el-dialog .el-dialog__body .mall-evalution-con .good_techs {
    height: 5vw;
  }
  .evalformdialog .el-dialog .el-dialog__body .mall-evalution-con .good_techs .good_img {
    width: 5vw;
  }
  .evalformdialog .el-dialog .el-dialog__body .mall-evalution-con .good_techs .good_techbox {
    margin-left: 1.1111vw;
  }
  .evalformdialog .el-dialog .el-dialog__body .mall-evalution-con .evalform {
    padding-top: 1.3889vw;
  }
  .evalformdialog .el-dialog .el-dialog__body .mall-evalution-con .evalform .imgbox {
    width: 4.1667vw;
    height: 4.1667vw;
    margin-right: 0.8333vw;
  }
  .evalformdialog .el-dialog .el-dialog__body .mall-evalution-con .evalform .imgbox .del_icon {
    width: 0.9722vw;
    height: 0.9722vw;
  }
  .evalformdialog .el-dialog .el-dialog__body .mall-evalution-con .evalform .el-form-item {
    margin-bottom: 1.3889vw;
  }
  .evalformdialog .el-dialog .el-dialog__body .mall-evalution-con .evalform .el-form-item__content .el-upload--picture-card {
    width: 4.1667vw;
    height: 4.1667vw;
  }
  .evalformdialog .el-dialog .el-dialog__body .mall-evalution-con .evalform .el-form-item__content .el-upload--picture-card i {
    font-size: 1.3889vw;
  }
  .evalformdialog .el-dialog .el-dialog__body .mall-evalution-con .evalform .el-textarea .el-textarea__inner {
    min-height: 6.9444vw !important;
  }
  .evalformdialog .el-dialog .el-dialog__body .sub_bottom {
    height: 6.9444vw;
    padding: 1.3889vw 2.0833vw;
  }
  .evalformdialog .el-dialog .el-dialog__body .sub_bottom .sub_btn {
    border-radius: 0.6944vw;
    width: 11.1111vw;
  }
  .mall-confirm-list-box .mall-confirm-list-totle {
    padding-bottom: 1.1111vw;
  }
  .mall-messageinfobox .mall-messageinfo {
    width: 90.2778vw;
    padding: 0.9722vw 0 1.1111vw 0;
  }
  .mall-messageinfobox .mall-messageinfo img {
    width: 1.4583vw;
    height: 1.4333vw;
    margin-right: 0.5208vw;
  }
  .mall-messageinfobox .mall-messageinfo span {
    font-size: 1.1111vw;
    height: 1.5972vw;
  }
  .mall-confirm-box .mall-confirm-address-box .mall-confirm-address-d .mall-confirm-address-list {
    width: 16.5278vw;
    height: 4.8611vw;
    font-size: 0.8333vw;
    line-height: 0.9722vw;
  }
  .mall-confirm-address-boxf {
    border-bottom: 0.6944vw solid #eee;
  }
  .mall-advice-product-box {
    border-top: 0.7639vw solid #f5f5f5;
  }
  .mall-advice-product-box .mall-advice-product-header {
    width: 92.3611vw;
    height: 4.4444vw;
    border-bottom: 2px solid #eee;
  }
  .mall-advice-product-box .mall-advice-product-header .mall-advice_tit {
    font-size: 1.1111vw;
    line-height: 1.5972vw;
  }
  .mall-advice-product-box .mall-advice-product-body {
    width: 92.3611vw;
    height: 27.7778vw;
    padding: 1.7361vw;
  }
  .mall-advice-product-box .mall-advice-product-body .productswiperf .productswiper {
    width: 11.8056vw;
  }
  .mall-advice-product-box .mall-advice-product-body .other_productsbox .other_products_item {
    width: 9.7222vw;
    margin-right: 2.0833vw;
  }
  .mall-advice-product-box .mall-advice-product-body .other_productsbox .other_products_item .imgbox {
    width: 9.7222vw;
    height: 9.7222vw;
  }
  .mall-advice-product-box .mall-advice-product-body .other_productsbox .other_products_item .product_tit {
    font-size: 1.1111vw;
    line-height: 1.5972vw;
    margin-top: 0.8333vw;
  }
  .mall-advice-product-box .mall-advice-product-body .other_productsbox .other_products_item .product_addbtn {
    margin-top: 1.1111vw;
    width: 7.5vw;
    height: 2.0833vw;
    border-radius: 0.3472vw;
  }
  .mall-advice-product-box .mall-advice-product-body .other_productsbox .other_products_item .product_addbtn span {
    font-size: 1.1111vw;
  }
  .mall-advice-product-box .mall-advice-product-body .switchpage {
    font-size: 2.7778vw;
  }
  .mall-advice-product-box .mall-advice-product-body .evalproductdialog .el-dialog {
    width: 66.4583vw;
  }
  .mall-advice-product-box .mall-advice-product-body .evalproductdialog .el-dialog .el-dialog__headerbtn {
    top: 102%;
  }
  .mall-advice-product-box .mall-advice-product-body .evalproductdialog .el-dialog .el-dialog__headerbtn .el-dialog__close {
    padding: 0.6944vw;
    font-size: 1.6667vw !important;
  }
  .mall-advice-product-box .mall-advice-product-body .evalproductdialog .el-dialog .el-dialog__body {
    padding: 2.0833vw 2.7778vw;
    height: 45.6944vw;
  }
  .mall-advice-product-box .mall-advice-product-body .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-left {
    width: 27.7778vw;
  }
  .mall-advice-product-box .mall-advice-product-body .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-left .imgbox {
    width: 27.7778vw;
    height: 27.7778vw;
  }
  .mall-advice-product-box .mall-advice-product-body .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-left .imgbox_techs {
    margin-top: 1.3889vw;
  }
  .mall-advice-product-box .mall-advice-product-body .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-left .imgbox_techs .imgboxtech {
    margin: 0 0.4167vw;
    width: 3.3333vw;
    height: 3.3333vw;
  }
  .mall-advice-product-box .mall-advice-product-body .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-left .imgbox_techs .mask_techs::after {
    width: 3.3333vw;
    height: 3.3333vw;
  }
  .mall-advice-product-box .mall-advice-product-body .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-left .imgbox_detail {
    margin-top: 5.2083vw;
  }
  .mall-advice-product-box .mall-advice-product-body .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-left .imgbox_detail a {
    font-size: 1.25vw;
  }
  .mall-advice-product-box .mall-advice-product-body .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-right {
    margin-left: 3.8194vw;
  }
  .mall-advice-product-box .mall-advice-product-body .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-right .product_tit {
    font-size: 1.3889vw;
    line-height: 2.0139vw;
    margin-bottom: 0.3472vw;
  }
  .mall-advice-product-box .mall-advice-product-body .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-right .product_tech {
    font-size: 0.8333vw;
    line-height: 1.6667vw;
  }
  .mall-advice-product-box .mall-advice-product-body .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-right .product_price {
    font-size: 2.2222vw;
    line-height: 3.1944vw;
    padding-bottom: 0.6944vw;
  }
  .mall-advice-product-box .mall-advice-product-body .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-right .pro-buy-pec {
    padding-top: 0.9722vw;
  }
  .mall-advice-product-box .mall-advice-product-body .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-right .pro-buy-pec .pro-buy-pec-list .pec-name {
    font-size: 0.9722vw;
    margin-bottom: 0.4861vw;
  }
  .mall-advice-product-box .mall-advice-product-body .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-right .pro-buy-pec .pro-buy-pec-list .pro-buy-pec-d .pro-buy-pec-d-box {
    padding: 0.4861vw 0 0.4861vw 0.5556vw;
    width: 13.8889vw;
    font-size: 0.8333vw;
    margin-right: 0.6944vw;
    margin-bottom: 0.6944vw;
    border-radius: 0.2778vw;
  }
  .mall-advice-product-box .mall-advice-product-body .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-right .pro-buy-pec .pro-buy-pec-list .pro-buy-pec-d .pro-buy-pec-d-box em {
    width: 0.8333vw;
    height: 0.8333vw;
    margin: 0 0.5556vw 0 0;
  }
  .mall-advice-product-box .mall-advice-product-body .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-right .pro-buy-num-box {
    padding-top: 1.1806vw;
  }
  .mall-advice-product-box .mall-advice-product-body .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-right .pro-buy-num-box .titkle {
    font-size: 0.9722vw;
    margin-bottom: 0.4167vw;
  }
  .mall-advice-product-box .mall-advice-product-body .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-right .pro-buy-num-box .add-box {
    width: 7.9167vw;
    height: 1.9444vw;
  }
  .mall-advice-product-box .mall-advice-product-body .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-right .pro-buy-num-box .add-box span {
    font-size: 0.9722vw;
    width: 1.9444vw;
    line-height: 1.9444vw;
  }
  .mall-advice-product-box .mall-advice-product-body .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-right .pro-buy-num-box .add-box input {
    width: 4.1667vw;
  }
  .mall-advice-product-box .mall-advice-product-body .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-right .confirm_addbox {
    bottom: 0.9028vw;
  }
  .mall-advice-product-box .mall-advice-product-body .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-right .confirm_addbox .confirm_add {
    width: 13.8889vw;
    height: 2.5vw;
    border-radius: 0.3472vw;
  }
  .mall-advice-product-box .mall-advice-product-body .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-right .confirm_addbox .confirm_add span {
    font-size: 1.1111vw;
  }
  .mall-product-recive .mall-product-recive-header {
    width: 92.3611vw;
    height: 4.4444vw;
  }
  .mall-product-recive .mall-product-recive-header .mall-recive_tit {
    font-size: 1.1111vw;
    line-height: 1.5972vw;
  }
  .mall-product-recive .mall-product-recive-body .mall-recive-messageinfof .mall-recive-messageinfo {
    width: 92.3611vw;
    padding: 1.3889vw 0 2.7778vw 0;
  }
  .mall-product-recive .mall-product-recive-body .mall-recive-messageinfof .mall-recive-messageinfo img {
    width: 1.4583vw;
    margin-right: 0.5208vw;
  }
  .mall-product-recive .mall-product-recive-body .mall-recive-messageinfof .mall-recive-messageinfo span {
    font-size: 1.1111vw;
    height: 1.5972vw;
  }
  .mall-product-recive .mall-product-recive-body .mall-product-recive-picks {
    width: 92.3611vw;
    padding: 1.3889vw 0 1.7361vw 0;
  }
  .mall-product-recive .mall-product-recive-body .mall-product-recive-picks .mall-product-recive-pickitem {
    margin-right: 1.3889vw;
    padding: 0.5556vw 0 0.5556vw 0.5556vw;
    min-width: 10.4167vw;
  }
  .mall-product-recive .mall-product-recive-body .mall-product-recive-picks .mall-product-recive-pickitem em {
    width: 0.8333vw;
    height: 0.8333vw;
    margin-right: 0.5556vw;
  }
  .mall-product-recive .mall-product-recive-body .mall-product-recive-picks .mall-product-recive-pickitem span {
    font-size: 0.9722vw;
    line-height: 1.25vw;
  }
  .mall-product-recive .mall-product-recive-body .mall-product-recive-picksdes .mall-recive-picksdesf .mall-recive-picksdesbox {
    width: 92.3611vw;
    padding: 1.875vw 0;
  }
  .mall-product-recive .mall-product-recive-body .mall-product-recive-picksdes .mall-recive-picksdesf .mall-recive-picksdesbox .mall_ispick {
    width: 1.3889vw;
    height: 1.3889vw;
    font-size: 1.1111vw;
  }
  .mall-product-recive .mall-product-recive-body .mall-product-recive-picksdes .mall-recive-picksdesf .mall-recive-picksdesbox .mall_recive_detaildes {
    margin-left: 1.3889vw;
    font-size: 1.25vw;
    line-height: 1.8056vw;
  }
  .mall-product-recive .mall-product-recive-body .mall-product-recive-picksdes .mall-recive-picksdesf .mall-recive-picksdesbox .mall_recive_detaildes_self {
    margin-left: 1.3889vw;
    font-size: 1.25vw;
    line-height: 1.8056vw;
  }
  .mall-product-recive .mall-product-recive-body .mall-product-recive-picksdes .mall-recive-picksdesf .mall-recive-picksdesbox .mall_recive_detaildes_self img {
    width: 1.3889vw;
    height: 1.3889vw;
  }
  .mall-product-recive .mall-product-recive-body .mall-product-recive-picksdes .mall-recive-picksdesf .mall-recive-picksdesbox .mall_recive_detaildes_self .mall_adress {
    width: 9.1667vw;
    margin-right: 2.3611vw;
  }
  .mall-product-recive .mall-product-recive-body .mall-product-recive-picksdes .mall-recive-picksdesf .mall-recive-picksdesbox .mall_recive_detaildes_self .mall_clock {
    margin-right: 1.875vw;
  }
  .mall-product-recive .mall-product-recive-body .mall-product-recive-picksdes .mall-recive-picksdesf .mall-recive-picksdesbox .mall_recive_detaildes_self .mall_phone {
    margin-right: 4.2361vw;
  }
  .mall-product-recive .mall-product-recive-body .mall-product-recive-picksdes .mall-recive-picksdesf .mall-recive-picksdesbox .mall_recive_detaildes_self .mall_adressdetail {
    width: 31.0417vw;
    margin-right: 3.7153vw;
  }
  .mall-confirm-list-sum {
    width: 92.3611vw;
    padding: 1.0417vw 0;
  }
  .mall-confirm-list-sum .mall_sum_box {
    width: 19.4444vw;
  }
  .mall-confirm-list-sum .mall_sum_box div {
    font-size: 1.25vw;
  }
  .mall-confirm-list-sum .mall_sum_box div:last-child {
    margin-top: 1.0417vw;
  }
  .mall-confirm-list-reducef {
    border-top: 0.5556vw solid #eee;
  }
  .mall-confirm-list-reducef .mall-confirm-list-reduce {
    width: 92.3611vw;
    padding: 0.8333vw 0 1.3889vw 0;
  }
  .mall-confirm-list-reducef .mall-confirm-list-reduce .mall-confirm-reducebox .reduce_total .reduce_totall {
    margin-right: 0.9722vw;
    font-size: 1.1111vw;
  }
  .mall-confirm-list-reducef .mall-confirm-list-reduce .mall-confirm-reducebox .reduce_total .reduce_totalr {
    font-size: 1.25vw;
    line-height: 1.8056vw;
  }
  .mall-confirm-list-reducef .mall-confirm-list-reduce .mall-confirm-reducebox .reduce_total .reduce_totalr i {
    margin-left: 0.4167vw;
    font-size: 2.0833vw;
    line-height: 2.9861vw;
  }
  .mall-confirm-list-reducef .mall-confirm-list-reduce .mall-confirm-reducebox .mall-confirm-reducef .mall-confirm-reduce {
    width: 14.8611vw;
    height: 3.5236vw;
    border-radius: 0.2778vw;
    margin-top: 0.8333vw;
    font-size: 1.25vw;
    line-height: 1.8056vw;
  }
  .mall-confirm-button-box {
    position: relative !important;
  }
  .moka-pay-false .falseinner {
    width: 20.8333vw;
    height: 18.0556vw;
    border-radius: 0.6944vw;
    padding: 2.0833vw 2.7778vw;
  }
  .moka-pay-false .falseinner img {
    width: 3.4722vw;
    height: 3.4722vw;
  }
  .moka-pay-false .falseinner .redes {
    font-size: 1.1111vw;
    margin-top: 1.3889vw;
  }
  .moka-pay-false .falseinner .repay {
    border-radius: 0.6944vw;
    width: 8.3333vw;
    height: 3.4722vw;
  }
  .moka-pay-false .falseinner .repay .repayinner {
    font-size: 1.1111vw;
  }
}
@media screen and (max-width: 767px) {
  .phone-con-cart-box .unablecheck {
    background-color: #f5f5f5;
  }
  .phone-con-cart-box .unablecheck:hover {
    cursor: not-allowed;
  }
  .phone-con-cart-box .phone-pro-info .phone-pro-pre .disable-enter:hover {
    cursor: not-allowed;
  }
  .phone-con-cart-box .phone-pro-info .phone-pro-pre .not_allowed:hover {
    cursor: not-allowed;
  }
  .phone-con-cart-box .phone-pro-info .phone-pro-pre .add-box {
    position: relative;
    overflow: visible;
  }
  .phone-con-cart-box .phone-pro-info .phone-pro-pre .add-box .no_stock {
    font-size: 3vw;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    color: red;
  }
  .phone-mall-pro-box .phone-mall-pro-banner {
    overflow: hidden;
  }
  .el-rate__icon {
    font-size: 2.3148vw;
  }
  .avg_rating {
    padding: 0 0 1.6vw 0;
  }
  .avg_rating .ratingdate {
    font-size: 2.3148vw;
    line-height: 2.5926vw;
    padding-right: 1.6vw;
  }
  .avg_rating .el-rate {
    height: 2.3148vw;
    line-height: 2.5926vw;
  }
  .avg_rating .total_rating {
    padding-left: 1.6vw;
    font-size: 2.3148vw;
    line-height: 2.5926vw;
  }
  .customer_reviewsbox {
    margin-top: 9.2593vw;
  }
  .customer_reviewsbox .reviews_titbox .reviews_tit {
    width: 88.5185vw;
    padding: 3.1481vw 0;
    font-size: 3.1481vw;
    line-height: 3.6111vw;
    color: #000000;
    font-weight: 700;
  }
  .customer_reviewsbox .customer_reviews {
    width: 88.5185vw;
  }
  .customer_reviewsbox .customer_reviews .choose_reviews {
    padding: 1.5972vw 0 0;
  }
  .customer_reviewsbox .customer_reviews .choose_reviews .choosetit {
    font-size: 3.1481vw;
  }
  .customer_reviewsbox .customer_reviews .choose_reviews .choosetit:last-child {
    margin-left: 5.1389vw;
  }
  .customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox {
    padding: 3.8889vw 0 3.0556vw;
  }
  .customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_top .avator {
    width: 7.4074vw;
    height: 7.4074vw;
  }
  .customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_top .avator_des {
    height: 7.4074vw;
    padding: 0;
    margin-left: 1.5741vw;
  }
  .customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_top .avator_des .avator_rating .avator_name {
    margin-right: 1.5741vw;
    font-size: 2.3148vw;
    line-height: 2.5926vw;
  }
  .customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_top .avator_des .avator_time {
    font-size: 2.3148vw;
  }
  .customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_bottom {
    margin-top: 3.4259vw;
  }
  .customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_bottom .reviews_comment {
    font-size: 2.963vw;
    line-height: 3.3333vw;
  }
  .customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_bottom .reviews_images {
    margin-top: 2.1296vw;
  }
  .customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_bottom .reviews_images .reviews_image {
    width: 12.037vw;
    height: 12.037vw;
  }
  .customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_bottom .reviews_images .reviews_image:not(:last-child) {
    margin-right: 0.9259vw;
  }
  .customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_bottom .reviews_images .el-dialog {
    width: 90% !important;
  }
  .customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_bottom .reviews_images .el-dialog .el-dialog__header {
    padding: 0;
  }
  .customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_bottom .reviews_images .el-dialog .swiper-pagination-bullet {
    width: 2vw !important;
    height: 2vw !important;
  }
  .customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_bottom .reviews_images .el-dialog .swiper-horizontal > .swiper-pagination-bullets,
  .customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_bottom .reviews_images .el-dialog .swiper-pagination-bullets.swiper-pagination-horizontal,
  .customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_bottom .reviews_images .el-dialog .swiper-pagination-custom,
  .customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_bottom .reviews_images .el-dialog .swiper-pagination-fraction {
    bottom: 10vw !important;
  }
  .customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_bottom .reviews_images .el-dialog .el-dialog__header {
    padding: 5vw 0;
  }
  .customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_bottom .reviews_images .el-dialog .el-dialog__headerbtn {
    top: 0;
  }
  .customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_bottom .reviews_images .el-dialog .el-dialog__headerbtn .el-dialog__close {
    border: 2px solid #ffffff;
    padding: 10px;
    font-size: 5.5556vw !important;
  }
  .customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_bottom .reviews_images .el-dialog .swiper-button-next:after,
  .customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_bottom .reviews_images .el-dialog .swiper-button-prev:after,
  .customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_bottom .reviews_images .el-dialog .swiper-rtl .swiper-button-next:after,
  .customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_bottom .reviews_images .el-dialog .swiper-rtl .swiper-button-prev:after {
    font-size: 5vw !important;
  }
  .customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_bottom .reviews_images .el-dialog__wrapper {
    max-width: 100% !important;
  }
  .customer_reviewsbox .customer_reviews .detail_reviewsbox .reviews_itembox .reviews_item_bottom .reviews_tech {
    margin-top: 3.9815vw;
    font-size: 2.4074vw;
  }
  .mall-reviews-box {
    overflow: hidden;
    background-color: #f5f5f5;
    position: relative;
    min-height: calc(100vh - 13.88vw);
  }
  .my-reviews-container {
    padding: 3.2407vw 5.3704vw 0;
  }
  .my-reviews-container .my-reviews-box {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    padding: 3.3333vw 5.7407vw 3.0556vw 4.537vw;
    border-radius: 1.8519vw;
  }
  .my-reviews-container .my-reviews-box:not(:first-child) {
    margin-top: 3.8889vw;
  }
  .my-reviews-container .my-reviews-box .submit_time {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 2.5926vw;
    border-bottom: 1px solid #eee;
  }
  .my-reviews-container .my-reviews-box .submit_time .submit_time_tit {
    font-size: 3.1481vw;
    line-height: 4.537vw;
    font-weight: 400;
    color: #666666;
  }
  .my-reviews-container .my-reviews-box .submit_time .submit_time_num {
    font-size: 3.1481vw;
    line-height: 4.537vw;
    font-weight: 400;
    color: #000000;
  }
  .my-reviews-container .my-reviews-box .phone_techbox {
    padding: 5.463vw 0;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .my-reviews-container .my-reviews-box .phone_techbox .phone_img {
    width: 16.6667vw;
    height: 16.6667vw;
  }
  .my-reviews-container .my-reviews-box .phone_techbox .phone_img img {
    width: 100%;
    height: 100%;
  }
  .my-reviews-container .my-reviews-box .phone_techbox .phone_techs {
    display: flex;
    flex-direction: column;
    width: 59.537vw;
  }
  .my-reviews-container .my-reviews-box .phone_techbox .phone_techs .phone_tit {
    font-size: 3.1481vw;
    line-height: 4.537vw;
    color: #000000;
    font-weight: 400;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }
  .my-reviews-container .my-reviews-box .phone_techbox .phone_techs .phone_tech {
    margin-top: 2.5926vw;
    color: #555555;
    font-size: 2.5926vw;
    font-weight: 400;
  }
  .my-reviews-container .my-reviews-box .comment_techs {
    display: flex;
    flex-direction: column;
  }
  .my-reviews-container .my-reviews-box .comment_techs .order_number {
    margin-top: 2.5926vw;
    color: #000000;
    font-weight: 400;
    font-size: 2.963vw;
    line-height: 4.2593vw;
  }
  .my-reviews-container .my-reviews-box .comment_techs .comment_rating {
    display: flex;
    align-items: center;
    margin-top: 2.5926vw;
  }
  .my-reviews-container .my-reviews-box .comment_techs .comment_rating span {
    color: #000000;
    font-weight: 400;
    font-size: 2.963vw;
    line-height: 4.2593vw;
  }
  .my-reviews-container .my-reviews-box .comment_techs .comment_rating .inner_rating {
    margin-left: 1.1111vw;
  }
  .my-reviews-container .my-reviews-box .comment_techs .comment_rating .inner_rating .el-rate__icon {
    font-size: 3.7037vw;
  }
  .my-reviews-container .my-reviews-box .comment_techs .comments {
    word-break: break-all;
    margin-top: 2.5926vw;
    color: #000000;
    font-weight: 400;
    font-size: 2.963vw;
    line-height: 4.2593vw;
  }
  .my-reviews-container .my-reviews-box .comment_techs .comments_imgs {
    margin-top: 4.0741vw;
    display: flex;
    align-items: center;
  }
  .my-reviews-container .my-reviews-box .comment_techs .comments_imgs .comment_imgbox {
    width: 12.037vw;
    height: 12.037vw;
    margin-right: 1.2963vw;
  }
  .my-reviews-container .my-reviews-box .comment_techs .comments_imgs .comment_imgbox img {
    width: 100%;
    height: 100%;
  }
  .my-reviews-container .my-reviews-box .comment_techs .comment_operate {
    margin-top: 6.8519vw;
    display: flex;
    flex-direction: row-reverse;
  }
  .my-reviews-container .my-reviews-box .comment_techs .comment_operate .anonymous {
    width: 25.3704vw;
    height: 6.1111vw;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 1px solid #000000;
    border-radius: 0.9259vw;
  }
  .my-reviews-container .my-reviews-box .comment_techs .comment_operate .anonymous span {
    font-size: 2.4074vw;
    font-weight: 400;
    color: #000000;
  }
  .mall-evalution-box {
    overflow: hidden;
    background-color: #f5f5f5;
    position: relative;
    min-height: calc(100vh - 13.88vw);
  }
  .mall-evalution-box .mall-evalution-container {
    padding: 3.2407vw 5.3704vw 0;
  }
  .mall-evalution-box .mall-evalution-container .mall-evalution-con {
    width: 100%;
    border-radius: 1.8519vw;
    background-color: #fff;
    padding: 4.1667vw 4.6296vw;
    display: flex;
    flex-direction: column;
  }
  .mall-evalution-box .mall-evalution-container .mall-evalution-con .good_techs {
    display: flex;
    align-items: center;
    padding-bottom: 3.9815vw;
    border-bottom: 1px solid #eee;
  }
  .mall-evalution-box .mall-evalution-container .mall-evalution-con .good_techs .good_img {
    width: 16.6667vw;
    height: 16.6667vw;
  }
  .mall-evalution-box .mall-evalution-container .mall-evalution-con .good_techs .good_img img {
    width: 100%;
    height: 100%;
  }
  .mall-evalution-box .mall-evalution-container .mall-evalution-con .good_techs .good_techbox {
    flex: 1;
    margin-left: 3.0556vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .mall-evalution-box .mall-evalution-container .mall-evalution-con .good_techs .good_techbox .good_tit {
    font-size: 3.1481vw;
    line-height: 4.537vw;
    font-weight: 400;
    color: #000000;
  }
  .mall-evalution-box .mall-evalution-container .mall-evalution-con .good_techs .good_techbox .good_tech {
    margin-top: 0.5556vw;
    font-size: 2.5926vw;
    line-height: 3.0944vw;
    font-weight: 400;
    color: #555555;
  }
  .mall-evalution-box .mall-evalution-container .mall-evalution-con .evalform {
    padding-top: 3.4259vw;
  }
  .mall-evalution-box .mall-evalution-container .mall-evalution-con .evalform .imgbox {
    width: 12.037vw;
    height: 12.037vw;
    margin-right: 1.8519vw;
    position: relative;
  }
  .mall-evalution-box .mall-evalution-container .mall-evalution-con .evalform .imgbox img {
    width: 100%;
    height: 100%;
  }
  .mall-evalution-box .mall-evalution-container .mall-evalution-con .evalform .imgbox .del_icon {
    cursor: pointer;
    position: absolute;
    transform: translate(50%, -50%);
    width: 2.5463vw;
    height: 2.5463vw;
    right: 0;
    top: 0;
    border-radius: 50%;
    background-color: #ff5219;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mall-evalution-box .mall-evalution-container .mall-evalution-con .evalform .imgbox .del_icon span {
    color: #ffffff;
  }
  .mall-evalution-box .mall-evalution-container .mall-evalution-con .evalform .el-form-item {
    margin-bottom: 5vw;
  }
  .mall-evalution-box .mall-evalution-container .mall-evalution-con .evalform .el-form-item__content {
    display: flex;
    align-items: center;
  }
  .mall-evalution-box .mall-evalution-container .mall-evalution-con .evalform .el-form-item__content .el-upload--picture-card {
    width: 12.037vw;
    height: 12.037vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mall-evalution-box .mall-evalution-container .mall-evalution-con .evalform .el-form-item__content .el-upload--picture-card i {
    font-size: 1.8519vw;
  }
  .mall-evalution-box .mall-evalution-container .mall-evalution-con .evalform .el-textarea .el-textarea__inner {
    min-height: 22.2222vw !important;
  }
  .mall-evalution-box .mall-evalution-container .mall-evalution-con .evalform .el-form-item__label {
    padding: 0;
    color: #000000;
  }
  .mall-evalution-box .mall-evalution-container .checkbox_box {
    width: 100%;
    margin-bottom: 20vw;
    display: flex;
    align-items: center;
    margin-top: 4vw;
    background-color: #fff;
    padding: 4.1667vw 4.6296vw;
  }
  .mall-evalution-box .mall-evalution-container .checkbox_box .el-checkbox__label {
    font-size: 3.1481vw;
    line-height: 4.537vw;
    font-weight: 400;
    color: #000000;
  }
  .mall-evalution-box .sub_bottom {
    width: 100%;
    height: 15.7407vw;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    padding: 3.2407vw 4.8148vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .mall-evalution-box .sub_bottom .sub_btn {
    border-radius: 0.9259vw;
    width: 40.9259vw;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mall-evalution-box .sub_bottom .sub_btn:first-child {
    background-color: #f2f2f2;
    color: #000000;
  }
  .mall-evalution-box .sub_bottom .sub_btn:last-child {
    background-color: #0264fa;
    color: #ffffff;
  }
  .phone-mall-messageinfo {
    width: 89.537vw;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 0 0 2.963vw 0;
  }
  .phone-mall-messageinfo img {
    width: 3.8889vw;
    margin-right: 1.0185vw;
  }
  .phone-mall-messageinfo span {
    font-weight: 400;
    font-size: 2.4074vw;
    height: 3.5185vw;
    color: #000000;
  }
  .mall-advice_box {
    width: 89.537vw;
    margin: 0 auto 7.6852vw;
    padding: 3.3333vw 5.0926vw 5.9259vw;
    background-color: #ffffff;
  }
  .mall-advice_box .mall-advice_tit {
    padding-bottom: 2.8704vw;
    font-size: 2.963vw;
    line-height: 4.2593vw;
    font-weight: 400;
    color: #666666;
    border-bottom: 1px solid #e8e8e8;
  }
  .mall-advice_box .other_products_itembox {
    margin-top: 3.2407vw;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .mall-advice_box .other_products_itembox .other_products_item {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 4.6296vw;
  }
  .mall-advice_box .other_products_itembox .other_products_item .imgbox {
    width: 24.0741vw;
    height: 24.0741vw;
  }
  .mall-advice_box .other_products_itembox .other_products_item .imgbox img {
    width: 100%;
    height: 100%;
  }
  .mall-advice_box .other_products_itembox .other_products_item .product_tit {
    text-align: center;
    margin-top: 1.8519vw;
    font-weight: 400;
    color: #000000;
    font-size: 2.4074vw;
    line-height: 3.5185vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* 显示行数 */
    -webkit-box-orient: vertical;
  }
  .mall-advice_box .other_products_itembox .other_products_item .product_addbtn {
    border-radius: 0.9259vw;
    margin-top: 1.3889vw;
    width: 18.5185vw;
    height: 5.5556vw;
    background-color: #0264fa;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mall-advice_box .other_products_itembox .other_products_item .product_addbtn span {
    color: #ffffff;
    font-size: 2.5926vw;
    line-height: 5.5556vw;
    font-weight: 400;
  }
  .shipping_method {
    width: 89.537vw;
    margin: 3.5185vw auto;
    background-color: #ffffff;
    padding: 3.3333vw 5.0926vw 5.9259vw;
    border-radius: 1.8519vw;
  }
  .shipping_method .shipping_method_tit {
    padding-bottom: 2.5926vw;
    font-size: 3.1481vw;
    line-height: 4.537vw;
    font-weight: 400;
    color: #666666;
    border-bottom: 1px solid #eee;
  }
  .shipping_method .mall-product-recive-body .mall-recive-messageinfof {
    padding: 3.9815vw 0 5.0926vw;
    border-bottom: 1px solid #eee;
  }
  .shipping_method .mall-product-recive-body .mall-recive-messageinfof .mall-recive-messageinfo {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .shipping_method .mall-product-recive-body .mall-recive-messageinfof .mall-recive-messageinfo img {
    width: 3.8889vw;
    height: 3.8889vw;
    margin-right: 0.7407vw;
  }
  .shipping_method .mall-product-recive-body .mall-recive-messageinfof .mall-recive-messageinfo span {
    font-weight: 400;
    font-size: 3.1481vw;
    height: 4.6296vw;
    color: #000000;
  }
  .shipping_method .mall-product-recive-body .mall-product-recive-picks {
    width: 57.4074vw;
    margin: 0 auto;
    padding: 2.5926vw 0 6.4815vw 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .shipping_method .mall-product-recive-body .mall-product-recive-picks .mall-product-recive-pickitem {
    cursor: pointer;
    padding: 1.6667vw 1.2963vw;
    min-width: 28.1481vw;
    border-radius: 0.9259vw;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .shipping_method .mall-product-recive-body .mall-product-recive-picks .mall-product-recive-pickitem.pickactive {
    background-color: #0264fa;
  }
  .shipping_method .mall-product-recive-body .mall-product-recive-picks .mall-product-recive-pickitem.pickactive span {
    color: #ffffff;
  }
  .shipping_method .mall-product-recive-body .mall-product-recive-picks .mall-product-recive-pickitem span {
    color: #666666;
    font-size: 3.1481vw;
    font-weight: 400;
  }
  .shipping_method .mall-product-recive-body .mall-product-recive-picksdes {
    display: flex;
    flex-direction: column;
  }
  .shipping_method .mall-product-recive-body .mall-product-recive-picksdes .popDayTooltipdialog .el-dialog__header {
    padding: 0;
  }
  .shipping_method .mall-product-recive-body .mall-product-recive-picksdes .popDayTooltipdialog .el-dialog {
    width: 87.037vw;
  }
  .shipping_method .mall-product-recive-body .mall-product-recive-picksdes .popDayTooltipdialog .el-dialog .el-dialog__headerbtn {
    top: 102%;
    left: 50%;
    transform: translateX(-50%);
  }
  .shipping_method .mall-product-recive-body .mall-product-recive-picksdes .popDayTooltipdialog .el-dialog .el-dialog__headerbtn .el-dialog__close {
    border: 2px solid #ffffff;
    padding: 10px;
    border-radius: 50%;
    top: 100%;
    color: #ffffff !important;
    font-size: 5.5556vw !important;
    transition: all 0.3s linear;
  }
  .shipping_method .mall-product-recive-body .mall-product-recive-picksdes .popDayTooltipdialog .el-dialog .el-dialog__headerbtn .el-dialog__close:hover {
    transform: rotate(180deg);
  }
  .shipping_method .mall-product-recive-body .mall-product-recive-picksdes .popDayTooltipdialog .el-dialog .el-dialog__body {
    padding: 1.8519vw 4.6296vw;
  }
  .shipping_method .mall-product-recive-body .mall-product-recive-picksdes .popDayTooltipdialog .el-dialog .el-dialog__body .popDayTooltip-con {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .shipping_method .mall-product-recive-body .mall-product-recive-picksdes .popDayTooltipdialog .el-dialog .el-dialog__body .popDayTooltip-con .popday_item {
    margin-bottom: 0.7407vw;
    color: #000000;
    font-size: 2.7778vw;
  }
  .shipping_method .mall-product-recive-body .mall-product-recive-picksdes .mall-recive-picksdesf {
    border-bottom: 1px solid #eee;
  }
  .shipping_method .mall-product-recive-body .mall-product-recive-picksdes .mall-recive-picksdesf .mall-recive-picksdesboxl {
    padding: 4.6296vw 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .shipping_method .mall-product-recive-body .mall-product-recive-picksdes .mall-recive-picksdesf .mall-recive-picksdesboxl .mall_day {
    width: 50.8333vw;
    font-size: 3.1481vw;
    color: #000000;
    font-weight: 400;
  }
  .shipping_method .mall-product-recive-body .mall-product-recive-picksdes .mall-recive-picksdesf .mall-recive-picksdesboxl .mall_recive_detaildes {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 3.1481vw;
    font-weight: 400;
    color: #000000;
  }
  .shipping_method .mall-product-recive-body .mall-product-recive-picksdes .mall-recive-picksdesf .mall-recive-picksdesboxl .mall_recive_detaildes .mall_ispick {
    margin-left: 4.1667vw;
    width: 3.3333vw;
    height: 3.3333vw;
    border: 1px solid #555555;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 2.7778vw;
  }
  .shipping_method .mall-product-recive-body .mall-product-recive-picksdes .mall-recive-picksdesf .mall-recive-picksdesboxl .mall_recive_detaildes .mall_ispick.ispickactive {
    background-color: #0264fa;
  }
  .shipping_method .mall-product-recive-body .mall-product-recive-picksdes .mall-recive-picksdesf .mall-recive-picksdesboxl .mall_recive_detaildes .mall_ispick:hover {
    cursor: pointer;
  }
  .shipping_method .mall-product-recive-body .mall-product-recive-picksdes .mall-recive-picksdesf .mall-recive-picksdesboxr {
    padding: 4.6296vw 0;
  }
  .shipping_method .mall-product-recive-body .mall-product-recive-picksdes .mall-recive-picksdesf .mall-recive-picksdesboxr .mall_recive_detaildes_self {
    display: flex;
    flex-direction: column;
    font-weight: 400;
    color: #000000;
  }
  .shipping_method .mall-product-recive-body .mall-product-recive-picksdes .mall-recive-picksdesf .mall-recive-picksdesboxr .mall_recive_detaildes_self .mall_adress_arrow {
    align-items: center;
    display: flex;
    font-size: 3.1481vw;
  }
  .shipping_method .mall-product-recive-body .mall-product-recive-picksdes .mall-recive-picksdesf .mall-recive-picksdesboxr .mall_recive_detaildes_self .mall_adress_arrow .mall_adress {
    margin-right: 3.7611vw;
  }
  .shipping_method .mall-product-recive-body .mall-product-recive-picksdes .mall-recive-picksdesf .mall-recive-picksdesboxr .mall_recive_detaildes_self .mall_adress_arrow .el-icon-arrow-right {
    font-size: 2.5926vw;
    opacity: 0.9;
  }
  .shipping_method .mall-product-recive-body .mall-product-recive-picksdes .mall-recive-picksdesf .mall-recive-picksdesboxr .mall_recive_detaildes_self .mall_adress_des {
    width: 100%;
    margin-top: 0.7407vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .shipping_method .mall-product-recive-body .mall-product-recive-picksdes .mall-recive-picksdesf .mall-recive-picksdesboxr .mall_recive_detaildes_self .mall_adress_des .mall_adressdetail {
    width: 69.4444vw;
    font-size: 2.5926vw;
    color: #555555;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 控制显示的行数 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .shipping_method .mall-product-recive-body .mall-product-recive-picksdes .mall-recive-picksdesf .mall-recive-picksdesboxr .mall_recive_detaildes_self .mall_adress_des .mall_ispick {
    width: 3.3333vw;
    height: 3.3333vw;
    border: 1px solid #555555;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 2.7778vw;
  }
  .shipping_method .mall-product-recive-body .mall-product-recive-picksdes .mall-recive-picksdesf .mall-recive-picksdesboxr .mall_recive_detaildes_self .mall_adress_des .mall_ispick.ispickactive {
    background-color: #0264fa;
  }
  .shipping_method .mall-product-recive-body .mall-product-recive-picksdes .mall-recive-picksdesf .mall-recive-picksdesboxr .mall_recive_detaildes_self .mall_adress_des .mall_ispick:hover {
    cursor: pointer;
  }
  .shipping_method .phone-confirm-list-price {
    padding: 3.7037vw 0 0;
    display: flex;
    flex-direction: row-reverse;
  }
  .shipping_method .phone-confirm-list-price .phone-confirm-listf .phone-confirm-lists {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000000;
  }
  .shipping_method .phone-confirm-list-price .phone-confirm-listf .phone-confirm-lists span {
    font-size: 2.5926vw;
  }
  .shipping_method .phone-confirm-list-price .phone-confirm-listf .phone-confirm-lists span:last-child {
    margin-left: 3.7037vw;
  }
  .shipping_method .phone-confirm-list-price .phone-confirm-listf .phone-confirm-lists:last-child {
    margin-top: 2.7778vw;
  }
  .shipping_method .phone-confirm-list-price .phone-confirm-listf .phone-confirm-lists:last-child span {
    font-size: 2.963vw;
  }
  .phone-confirm-btns .reduce_totall {
    font-size: 2.5926vw;
  }
  .phone-confirm-btns .reduce_totall i {
    color: #a48353;
    font-style: normal;
  }
  .phone-confirm-box .mall-advice_products .del_adviceproduct {
    top: 60%;
  }
  .evalproductdialog .el-dialog__header {
    padding: 0;
  }
  .evalproductdialog .el-dialog {
    width: 87.037vw;
  }
  .evalproductdialog .el-dialog .el-dialog__headerbtn {
    top: 102%;
    left: 50%;
    transform: translateX(-50%);
  }
  .evalproductdialog .el-dialog .el-dialog__headerbtn .el-dialog__close {
    border: 2px solid #ffffff;
    padding: 10px;
    border-radius: 50%;
    top: 100%;
    color: #ffffff !important;
    font-size: 5.5556vw !important;
    transition: all 0.3s linear;
  }
  .evalproductdialog .el-dialog .el-dialog__headerbtn .el-dialog__close:hover {
    transform: rotate(180deg);
  }
  .evalproductdialog .el-dialog .el-dialog__body {
    padding: 7.4074vw 4.1667vw;
  }
  .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con {
    display: flex;
    flex-direction: column;
  }
  .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-left {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 2.7778vw;
  }
  .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-left .imgbox {
    width: 16.6667vw;
    height: 16.6667vw;
  }
  .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-left .imgbox img {
    width: 100%;
    height: 100%;
  }
  .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-left .des_namep {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-left: 3.3333vw;
  }
  .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-left .des_namep .product_tit {
    font-size: 3.1481vw;
    line-height: 4.537vw;
    font-weight: 400;
    color: #000000;
  }
  .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-left .des_namep .product_price {
    font-size: 3.7037vw;
    line-height: 5.3704vw;
    font-weight: 700;
    color: #a48353;
  }
  .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-right {
    padding-top: 3.7037vw;
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-right .pro-buy-pec {
    padding-top: 4.6296vw;
    width: 100%;
  }
  .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-right .pro-buy-pec .pro-buy-pec-list .pec-name {
    display: block;
    font-size: 4.8148vw;
    color: #000000;
    font-weight: 700;
    margin-bottom: 1.8519vw;
  }
  .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-right .pro-buy-pec .pro-buy-pec-list .pro-buy-pec-d {
    display: flex;
    flex-wrap: wrap;
  }
  .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-right .pro-buy-pec .pro-buy-pec-list .pro-buy-pec-d .pro-buy-pec-d-box {
    padding: 2.2222vw 0 2.2222vw 2.2222vw;
    width: 69.4444vw;
    border: 2px solid #939292;
    display: flex;
    align-items: center;
    font-size: 4.1667vw;
    font-weight: 400;
    margin-bottom: 2.5926vw;
    border-radius: 0.9259vw;
    color: #000;
    cursor: pointer;
  }
  .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-right .pro-buy-pec .pro-buy-pec-list .pro-buy-pec-d .pro-buy-pec-d-box em {
    width: 4.1667vw;
    height: 4.1667vw;
    background: #000;
    border-radius: 50%;
    display: block;
    margin: 0 1.8519vw 0 0;
  }
  .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-right .pro-buy-pec .pro-buy-pec-list .pro-buy-pec-d .active {
    border: 2px solid #0264FA;
    color: #000000;
  }
  .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-right .pro-buy-pec .pro-buy-pec-list .pro-buy-pec-d .disabled {
    background: #DEDEDE;
    color: #8f8585;
  }
  .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-right .pro-buy-num-box {
    padding-top: 4.6296vw;
  }
  .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-right .pro-buy-num-box .titkle {
    display: block;
    font-size: 4.8148vw;
    font-weight: 700;
    margin-bottom: 1.8519vw;
    color: #000000;
  }
  .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-right .pro-buy-num-box .add-box {
    display: flex;
    height: 9.7222vw;
    background: #F5F5F5;
    overflow: hidden;
  }
  .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-right .pro-buy-num-box .add-box span {
    text-align: center;
    font-size: 4.8148vw;
    color: #000;
    width: 9.7222vw;
    line-height: 9.7222vw;
    cursor: pointer;
  }
  .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-right .pro-buy-num-box .add-box input {
    color: #000000;
    width: 16.6667vw;
    text-align: center;
    outline: none;
    -webkit-outline: none;
    border: 0;
    background: #F5F5F5;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-right .pro-buy-num-box .add-box .disable-enter {
    color: #c7c7c7;
  }
  .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-bottom {
    margin-top: 6.4815vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-bottom .imgbox_detail {
    width: 36.1111vw;
    height: 9.0741vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f2f2f2;
    color: #000000;
  }
  .evalproductdialog .el-dialog .el-dialog__body .mall-evalproduct-con .mall-evalproduct-bottom .confirm_add {
    width: 36.1111vw;
    height: 9.0741vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0264fa;
    color: #ffffff;
  }
  .moka-pay-false .falseinner {
    width: 80vw;
    height: 50vw;
    border-radius: 2vw;
    padding: 4vw 5vw;
  }
  .moka-pay-false .falseinner img {
    width: 10vw;
    height: 10vw;
  }
  .moka-pay-false .falseinner .redes {
    font-size: 4vw;
    margin-top: 0;
  }
  .moka-pay-false .falseinner .repay {
    border-radius: 2vw;
    width: 40vw;
    height: 10vw;
  }
  .moka-pay-false .falseinner .repay .repayinner {
    font-size: 4vw;
  }
  .mall-confirm-empower {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    width: 89.537vw;
    margin: 0 auto;
  }
  .mall-confirm-empower .empowerdes {
    margin-left: 2vw;
    flex: 1;
  }
  .mall-confirm-empower .empowerdes .empowerlink {
    color: #0264fa;
    text-decoration: underline;
  }
  .mall-confirm-empower .empowerdes .empowerlink:hover {
    cursor: pointer;
  }
  .mall-confirm-empower .empower_ispick {
    width: 20px;
    height: 20px;
    border: 1px solid #555555;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 16px;
  }
  .mall-confirm-empower .empower_ispick.ispickactive {
    background-color: #0264fa;
  }
  .mall-confirm-empower .empower_ispick:hover {
    cursor: pointer;
  }
  .noempowerPopdialog .el-dialog__header {
    padding: 0;
  }
  .noempowerPopdialog .el-dialog {
    width: 90vw;
  }
  .noempowerPopdialog .el-dialog .el-dialog__headerbtn {
    top: 102%;
    left: 50%;
    transform: translateX(-50%);
  }
  .noempowerPopdialog .el-dialog .el-dialog__headerbtn .el-dialog__close {
    border: 2px solid #ffffff;
    padding: 10px;
    border-radius: 50%;
    top: 100%;
    color: #ffffff !important;
    font-size: 5.5556vw !important;
    transition: all 0.3s linear;
  }
  .noempowerPopdialog .el-dialog .el-dialog__headerbtn .el-dialog__close:hover {
    transform: rotate(180deg);
  }
  .noempowerPopdialog .el-dialog .el-dialog__body {
    padding: 2.0833vw 2.7778vw;
  }
  .noempowerPopdialog .el-dialog .el-dialog__body .empowerdes {
    text-align: center;
    font-size: 4vw;
    font-weight: 700;
  }
  .noempowerPopdialog .el-dialog .el-dialog__body .empowerdes .empowerlink {
    color: #0264fa;
    text-decoration: underline;
  }
  .noempowerPopdialog .el-dialog .el-dialog__body .empowerdes .empowerlink:hover {
    cursor: pointer;
  }
  .noempowerPopdialog .el-dialog .el-dialog__body .empowerbtn {
    margin-top: 10vw;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
  .noempowerPopdialog .el-dialog .el-dialog__body .empowerbtn .empowerbtn_item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35vw;
    height: 10vw;
    border-radius: 5px;
    cursor: pointer;
  }
  .noempowerPopdialog .el-dialog .el-dialog__body .empowerbtn .empowerbtn_item:nth-child(1) {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #000;
  }
  .noempowerPopdialog .el-dialog .el-dialog__body .empowerbtn .empowerbtn_item:last-child {
    background-color: #0264fa;
    color: #fff;
  }
  .empowerPopdialog .el-dialog__header {
    padding: 0;
  }
  .empowerPopdialog .el-dialog {
    margin-top: 15vw!important;
    width: 90vw;
  }
  .empowerPopdialog .el-dialog .el-dialog__headerbtn {
    top: 102%;
    left: 50%;
    transform: translateX(-50%);
  }
  .empowerPopdialog .el-dialog .el-dialog__headerbtn .el-dialog__close {
    border: 2px solid #ffffff;
    padding: 10px;
    border-radius: 50%;
    top: 100%;
    color: #ffffff !important;
    font-size: 5.5556vw !important;
    transition: all 0.3s linear;
  }
  .empowerPopdialog .el-dialog .el-dialog__headerbtn .el-dialog__close:hover {
    transform: rotate(180deg);
  }
  .empowerPopdialog .el-dialog .el-dialog__body {
    position: relative;
    padding: 5vw 5vw 15vw;
  }
  .empowerPopdialog .el-dialog .el-dialog__body .empowerPop-con {
    height: 80vh;
    overflow-y: scroll;
  }
  .empowerPopdialog .el-dialog .el-dialog__body .empowerPop-con tr,
  .empowerPopdialog .el-dialog .el-dialog__body .empowerPop-con td {
    border: 1px solid #ccc;
  }
  .empowerPopdialog .el-dialog .el-dialog__body .empowerPop-con td {
    padding: 10px 10px;
  }
  .empowerPopdialog .el-dialog .el-dialog__body .empowerPop-con .confirmbtn {
    position: absolute;
    bottom: 5vw;
    left: 5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40vw;
    height: 10vw;
    border-radius: 5px;
    background-color: #0264fa;
    color: #fff;
  }
  .empowerPopdialog .el-dialog .el-dialog__body .empowerPop-con .confirmbtn:hover {
    cursor: pointer;
  }
  .phone-address-box .phone-address-list .phone-address-info .address_edit {
    position: absolute;
    right: 0;
    font-size: 3.8889vw;
  }
  .phone-window-address .phone-window-a-con .phone-default-address {
    font-size: 3.8889vw;
    margin-bottom: 3.0833vw;
  }
  .phone-window-address .phone-window-a-con .phone-isdelete {
    color: red;
    text-align: center;
    font-size: 3.8889vw;
    text-decoration: underline;
  }
  .phone-order-list .phone-order-d-list span {
    position: relative;
  }
  .phone-order-list .phone-order-d-list span i {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .poptimedialog .el-dialog__header {
    padding: 0;
  }
  .poptimedialog .el-dialog {
    width: 87.037vw;
  }
  .poptimedialog .el-dialog .el-dialog__headerbtn {
    top: 102%;
    left: 50%;
    transform: translateX(-50%);
  }
  .poptimedialog .el-dialog .el-dialog__headerbtn .el-dialog__close {
    border: 2px solid #ffffff;
    padding: 10px;
    border-radius: 50%;
    top: 100%;
    color: #ffffff !important;
    font-size: 5.5556vw !important;
    transition: all 0.3s linear;
  }
  .poptimedialog .el-dialog .el-dialog__headerbtn .el-dialog__close:hover {
    transform: rotate(180deg);
  }
  .poptimedialog .el-dialog .el-dialog__body {
    padding: 1.8519vw 4.6296vw;
  }
  .poptimedialog .el-dialog .el-dialog__body .popDayTooltip-con {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .poptimedialog .el-dialog .el-dialog__body .popDayTooltip-con .popday_item {
    margin-bottom: 0.7407vw;
    color: #000000;
    font-size: 2.7778vw;
  }
}
/*# sourceMappingURL=eval.css.map */