* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected {
  -webkit-text-fill-color: #2a2d33;
  transition: background-color 5000s ease-out 0.5s;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

input,
textarea,
button,
select {
  border: 0;
  resize: none;
  outline: 0;
  background: transparent;
}

button:focus {
  outline: none;
}

button {
  cursor: pointer;
  outline: none;
}

img {
  width: 100%;
  height: auto;
}


:root {
  --color: rgba(143, 195, 32, 1);
  --back: #f5f5f5;
  --border: #d5d8de;
  --mask: rgba(0, 0, 0, 0.5);
}

.shop-wrapper {
  width: 100%;
  padding: 0 0 50px;
}

.placeOrderTit {
  width: 100%;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border);
  font-family: Barlow, Barlow;
  font-weight: 500;
  font-size: 24px;
  color: #092138;
}


.placeOrderTit.sp {
  border-bottom: none;
}

.placeOrderTit:first-child {
  padding-bottom: 23px;
}


.deliveryWay {
  margin-top: 41px;
  margin-bottom: 31px;
}

.deliveryChoose {
  display: flex;
  gap: 21px;
  align-items: center;
}

.deliveryText1 {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}

.deliveryBtn {
  width: 105px;
  height: 33px;
  background: #ffffff;
  border-radius: 2px 2px 2px 2px;
  /* border: 1px solid #000000; */
  border: 1px solid #d6d6d6;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  cursor: pointer;
}

.deliveryBtn.active {
  border: 1px solid #000000;
}

.deliveryContent {
  margin-top: 29px;
  display: none;
}

.deliveryContent.active {
  display: block;
}

.ztText {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 30px;
}

.noAddress2 {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  margin-top: 0;
  margin-bottom: 20px !important;
  display: none;

}

.addressList {
  display: flex;
  flex-wrap: wrap;
  column-gap: 25px;
  row-gap: 25px;
  margin-bottom: 27px;
}

.addressItem {
  width: calc((100% - 50px) / 3);
  padding: 22px 15px;
  min-height: 130px;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid var(--border);
  cursor: pointer;
  position: relative;
}

.addressItem.active {
  border: 2px solid var(--color);
  position: relative;
}

.addressItem.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 41px;
  height: 40px;
  background-image: url(https://omo-oss-image.thefastimg.com/portal-saas/pg2024041518301780886/cms/image/fc49960d-a237-40bb-9abe-21c37c69b714.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.addFirst {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  padding: 0 5px 15px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 13px;
}

.addLast {
  font-size: 16px;
  color: #999999;
  padding: 0 5px;
}

.noAddress {
  font-weight: 400;
  font-size: 16px;
  color: #545454;
  margin-bottom: 33px;
}

.addAddress_btn {
  width: 174px;
  height: 36px;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #B9B9B9;
}

.payWay {
  padding-left: 32px;
  display: flex;
  margin-top: 32px;
  align-items: center;
}

.payWay_text1 {
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 21px;
  margin-right: 35px;

}

.payWay_list {
  display: flex;
  gap: 42px;
  align-items: center;
}

.payWay_list .item>label {
  display: flex;
  gap: 14px;
  align-items: center;
  cursor: pointer;
}

.payWay_list .cir {
  width: 21px;
  height: 21px;
  background-image: url(https://omo-oss-image.thefastimg.com/portal-saas/pg2024041518301780886/cms/image/11d67bb7-c421-4844-9247-67a6677936cc.png);
  background-size: 100% 100%;
}

.payWay_list .item.active .cir {
  background-image: url(https://omo-oss-image.thefastimg.com/portal-saas/pg2024041518301780886/cms/image/75bdf061-a2a2-4593-8d24-da5a7e4e5b2a.png);
}

.payWay_list .item>input {
  display: none;
}

.payWay_img {
  width: 55.96px;
}

.payWay_text2 {
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  white-space: nowrap;
}

.payWay_svg {
  width: 45px;
}

.payWay_svg svg {
  width: 100%;
  height: 100%;
}

.upload-btn {
  width: 263px;
  height: 40px;
  background: #8FC320;
  border-radius: 10px 10px 10px 10px;
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  line-height: 40px;
  margin-left: 52px;
  cursor: pointer;
  display: none;
}

.payMessage {
  margin-left: 204px;
  margin-top: 30px;
  margin-bottom: 49px;
  width: 704px;
  height: 206px;
  background: #FAFAFA;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #EAEAEA;
  padding: 18px 17px 27px;
  display: none;
}

.payMessageTitle {
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  margin-bottom: 16px;
}

.payMessageText {
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  line-height: 28px;
}

.card-box {
  margin-left: 204px;
  display: flex;
  gap: 7px;
  margin-top: 30px;
  margin-bottom: 49px;
}

.card-text {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}

.card-error {
  color: #f56c6c;
  font-size: 80%;
  margin-top: .25rem;
  display: none;
}

.card-box .item {
  width: 299px;
}

.card-box .item:nth-child(3),
.card-box .item:nth-child(4) {
  width: 219px;
}

.card-text+div,
.card-box input {
  width: 100%;
  height: 39px;
  background: #FFFFFF;
  margin-top: 3px;
  /* border: 1px solid #CCCCCC; */
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
  /* padding-left: 5px; */
}

.paypal-main .card-text+div,
.paypal-main .card-box input {
  height: auto;
}

.card-box .item:nth-child(3) input,
.card-box .item:nth-child(4) input {
  width: 219px;
}

.card-box input[type="number"]::-webkit-inner-spin-button,
.card-box input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.card-box input[type="number"] {
  -moz-appearance: textfield;
}

.placeOrderTit.noBorder {
  border-bottom: 0;
}


.orederPro table {
  width: 100%;
  margin-bottom: 39px;
  border-collapse: collapse;
  border-right: 0;
  border-bottom: 0;
}

.orederPro thead tr {
  height: 54px;
  background: var(--back);
}

.orederPro thead th {
  text-align: left;
}

.orederPro thead th,
.orederPro tbody td {
  padding-left: 30px !important;
}

.orederPro tbody tr td {
  padding: 23px 0 36px;
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 16px;
  color: #515151;
}

.cart_proImg {
  max-width: 86px;
  max-height: 86px;
  width: 86px;
  height: 86px;
  margin-right: 19px;
  float: left;
}

.cart_proImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart_proText {
  display: inline-block;
  max-width: 170px;
}

.cart_proTit {
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 28px;
  margin-bottom: 8px;
}

.cart_proDetail {
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 14px;
  color: #747474;
  line-height: 18px;
}

.orederPro thead th,
.orederPro tbody td {
  padding: 23px 0 36px;
  text-align: left;
}

.order-container-box {
  margin-top: 6px;
  padding-left: 30px;
}

.order-container-box .item {
  width: 277px;
  padding: 19px 23px;
  background: #FFFFFF;
  border: 1px solid #EFEFEF;
}

.order-container-box .title {
  display: flex;
  align-items: center;
  gap: 9px;
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
}

.order-container-box img {
  width: 18px;
  height: 17px;
}

.order-container-box .text {
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 16px;
  color: #515151;
  margin-top: 12px;
}


.payDetails {
  width: 100%;
  border-top: 1px solid #EBEBEB;
  padding: 42px 0 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 48px;
}

.payDetails.orderCreate {
  border-top: 0;
  padding: 27px 0 38px;
  margin-top: 8px;
  background-color: #FAFAFA;
  margin-bottom: 29px;
}

.payDetails>div {
  margin-bottom: 15px;
  display: flex;
  align-items: center;

}

.payDetails span {
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}

.payDetails>div {
  padding: 0 51px
}

.payDetails>div:last-child {
  margin-bottom: 0;
}

.payDetails span:last-child {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  min-width: 75px;
  text-align: right;
}

.payDetails span:first-child {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}

.payDetails.orderCreate span:last-child.total {
  margin-left: 32px;
}

.payDetails span:last-child.total {
  font-weight: bold;
  font-size: 20px;
  color: #D00000;
}

.payDetails .last {
  height: 49px;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  background: #F5F5F5;
}

.checkout-btn {
  margin-top: 37px;
  display: flex;
  gap: 16px;
  justify-content: flex-end;
}

.cartBtn {
  width: 250px;
  height: 48px;
  border-radius: 24px 24px 24px 24px;
  border: 1px solid #000000;
  line-height: 48px;
  text-align: center;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: bold;
  font-size: 18px;
  color: #000000;
}

.checkBtn {
  width: 250px;
  height: 48px;
  background: #8FC320;
  border-radius: 24px 24px 24px 24px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  line-height: 48px;
}


.transfer-alert {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  z-index: 9999999999;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.transfer-center {
  width: 596px;
  height: 318px;
  background: #FFFFFF;
  box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.16);
  border-radius: 4px 4px 4px 4px;
}

.transfer-center .top {
  height: 60px;
  background: #F7F7F7;
  border-radius: 4px 4px 0px 0px;
  padding: 0 16px 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.transfer-center .top>p {
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
}

.transfer-center .top>svg {
  width: 23px;
  cursor: pointer;
}

.transfer-center .middle {
  padding: 37px 20px 0;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  justify-content: center;
}

.transfer-center .tip {
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  margin-top: 9px;
}

.upload-click {
  width: 100px;
  height: 100px;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 4px 4px 4px 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
}

.upload-click img {
  width: 32px;
}

.upload-click input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
  display: block !important;
}

.upload-click p {
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 14px;
  color: #878787;
}

.upload-img {
  display: flex;
  gap: 20px;
}

.upload-img>li {
  position: relative;
  width: 100px;
  height: 100px;
}

.upload-img>li>img:first-child {
  width: 100%;
  height: 100%;
  position: relative;
}

.upload-img>li>img:last-child {
  position: absolute;
  width: 16px;
  height: 16px;
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
}

.transfer-center .bottom {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 22px;
}

.transfer-confim {
  width: 104px;
  height: 40px;
  background: #8FC320;
  border-radius: 20px 20px 20px 20px;
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}

.transfer-cancel {
  width: 104px;
  height: 40px;
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #C9C9C9;
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 14px;
  color: #5F5F5F;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}


/* 支付成功 */
.paySuccess {
  background: #ffffff;
}

.paySuccessText {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.paySuccessText img {
  width: 80px;
  margin-bottom: 24px;
}

.paySuccessTxt {
  font-family: Barlow, Barlow;
  font-weight: bold;
  font-size: 20px;
  color: #092138;
  margin-bottom: 22px;
}

.paySuccessOrderId {
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  margin-bottom: 60px;
}

.paySuccessBtn {
  display: flex;
  align-items: center;
  margin-top: 32px;
}

.paySuccessBtn a {
  background: #ffffff;
  width: 250px;
  height: 48px;
  border-radius: 24px 24px 24px 24px;
  border: 1px solid #000000;
  font-family: Barlow, Barlow;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  margin: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.paySuccessBtn a:last-child {
  color: #ffffff;
  background: var(--color);
  border: none;
}

.recentOrdersTit {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  height: 54px;
  border-bottom: 1px solid #dedede;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  /* padding: 0 23px 0 23px; */
}

.recentOrdersTit.allOredrTit {
  border: 0;
  padding-top: 24px;
  height: auto;
}

.recentOrdersTit a {
  display: flex;
  font-weight: 400;
  font-size: 14px;
  color: var(--color);
  align-items: center;
}

.recentOrdersTit a img {
  margin-left: 11px;
  width: 15px;
  height: 16px;
  object-fit: contain;
}

.allOredrTit>button {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  padding-bottom: 15px;
  margin-left: 33px;
  white-space: nowrap;
  position: relative;
  width: 100%;
}

.allOredrTit:not(.invoice)>button span {
  color: var(--color) !important;
}


.allOredrTit>button:first-child {
  margin-left: 0;
}

.allOredrTit button span {
  color: var(--color);
}

.allOredrTit button.active {
  color: var(--color);
}

.allOredrTit button.active::after {
  content: '';
  width: 59px;
  height: 3px;
  background: #8FC320;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}


.order-bottom {
  padding: 22px 0;
  border-top: 1px solid #E5E5E5;
  display: flex;
  align-items: center;
}

.order-text1 {
  font-family: Arial, Arial;
  font-weight: 500;
  font-size: 14px;
  color: #333;
  margin-left: 23px;
}

.order-text1 span {
  font-weight: bold;
  color: var(--color);
}

.order-btns {
  margin-left: auto;
  margin-right: 29px;
  display: flex;
  justify-content: flex-end;
  gap: 11px;
}

.order-btn {
  width: 109px;
  height: 34px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #8FC320;
  text-align: center;
  line-height: 34px;
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 14px;
  color: #8FC320;
  cursor: pointer;
}

.order-btn.pay {
  background: #8FC320;
  color: #fff;
}

/* 订单详情 */
.oredrdetails {
  width: 100%;
  padding: 5px 0px 0;
  background: #fff;
}

.progress {
  display: flex;
  margin-bottom: 47px;
}

.progressItem {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.progressItem .number {
  width: 46px;
  height: 46px;
  background: #f9f9f9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  font-weight: 400;
  font-size: 21px;
  color: #999999;
  position: relative;
  z-index: 1;
}

.progressItem::after,
.progressItem::before {
  content: "";
  width: 50%;
  height: 2px;
  background: var(--back);
  position: absolute;
  top: 22px;
}

.progressItem::before {
  left: 0;
}

.progressItem::after {
  right: 0;
}

.progressItem:last-child::after,
.progressItem:first-child:before {
  display: none;
}

.progressItem.active::after,
.progressItem.active::before {
  background: var(--color);
}

.progressItem.active .number {
  background: var(--color);
  color: #ffffff;
}

.progressItem .progressTit {
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  margin-bottom: 10px;
}

.progressItem .time {
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 12px;
  color: #808080;
}

.oredrInfoTit {
  width: 100%;
  height: 46px;
  background: var(--back);
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #e5e5e5;
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 14px;
  color: #333333;
  padding: 0 26px;
  display: flex;
  align-items: center;
}

.oredrInfoTxt {
  padding: 25px 25px 30px;
}

.oredrInfoTxt {
  display: flex;
}

.oredrUserInfo,
.oredrPayDetails {
  flex: 1;
}

.oredrInfoTxt .title {
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  margin-bottom: 25px !important;
}

.oredrInfoTxt .item {
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  display: flex;
  column-gap: 14px;
  line-height: 32px;
}

.oredrInfoTxt .item span:first-child {
  min-width: 70px;
}

.oredrInfoTxt .item span:last-child {
  max-width: 336px;
}

.oredrInfoTxt .item span img {
  width: 99px;
  height: 99px;
  display: block;
  margin-top: 10px;
}

.oredrdetails .recentOrdersList {
  padding: 0;
}

.oredrdetailsBtn {
  display: flex;
  justify-content: flex-end;
}

.oredrdetailsBtn button {
  width: 108px;
  height: 34px;
  border-radius: 4px 4px 4px 4px;
  font-weight: 400;
  font-size: 14px;
  color: var(--color);
  border: 1px solid var(--color);
  margin-left: 11px;
  text-align: center;
}

.oredrdetailsBtn button:last-child {
  background: var(--color);
  color: #ffffff;
}

.oredrdetails .recentOrdersList {
  padding: 0;
}

.recentOrdersList {
  padding: 30px 0;
  width: 100%;
}

.listItem {
  margin-bottom: 20px;
  border: 1px solid #e5e5e5;
}

.listItem:last-child {
  margin-bottom: 0;
}

.recentOrdersList .listTit {
  width: 100%;
  height: 46px;
  background: var(--back);
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 36px 0 26px;
}

.recentOrdersList .listTitL {
  display: flex;
  column-gap: 25px;
  font-weight: bold;
  font-size: 14px;
  color: #333333;
}

.recentOrdersList .listTitR {
  font-weight: 400;
  font-size: 14px;
  color: #E62129;
}

.recentOrdersList .listTitR.asFlex {
  color: var(--color);
}

.recentOrdersList table {
  width: 100%;
  border-collapse: collapse;
  border-right: 0;
  text-align: left;
}

.recentOrdersList tbody tr {
  border-bottom: 1px solid #e5e5e5;
}

.recentOrdersList tbody td {
  padding: 26px 0 33px 0;
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 16px;
  color: #515151;
}

.recentOrdersList tbody td:first-child {
  padding-left: 26px;
}

.recentOrdersList tfoot tr {
  height: 70px;
}

.recentOrdersList tfoot td {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}

.recentOrdersList tfoot td:first-child {
  white-space: nowrap;
  padding-left: 26px;
  padding-right: 10px;
}

.recentOrdersList tfoot td:last-child {
  padding-right: 23px;
}

.recentOrdersList tfoot td b {
  color: #E62129;
}

.recentOrdersList tfoot td a {
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 33px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid var(--color);
  margin-left: 11px;
  color: var(--color);
}

.recentOrdersList tfoot td a:first-child {
  background: var(--color);
  color: #ffffff;
}

.recentOrdersList table tr:first-child {
  border-bottom: 1px solid #E5E5E5;
}

.recentOrdersList table th {
  padding: 25px 0 20px 0;
}

.recentOrdersList table th:first-child {
  padding-left: 23px;
}

.recentOrdersList table th:last-child {
  padding-right: 44px;
}


.xd_page {
  padding-top: 42px;
  padding-bottom: 55px;

}

.xd_page .xd {
  background: #fff;
}

.xd_page .xd_pb1 {
  border: 1px solid #E1E1E1;
  padding: 11px;
}

.xd_page .xd_pb1 .pb1_b {
  display: flex;
  align-items: center;
  height: 66px;
  background: #F5F7FA;
  border-radius: 2px 2px 2px 2px;
}

.xd_page .xd_pb1 .pb1_b .pb1_b_l {
  width: 354px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 16px;
  color: #C0C4CC;
  line-height: 21px;
}

.xd_page .xd_pb1 .pb1_b .pb1_b_l .quan {
  width: 16px;
  height: 16px;
  background: #F5F7FA;
  border: 2px solid #C0C4CC;
  border-radius: 50%;
  margin-right: 11px;
}

.xd_page .xd_pb1 .pb1_b .pb1_b_l .quan p {
  color: #DB3015;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  line-height: 12px;
  display: none;
}

.xd_page .xd_pb1 .pb1_b .pb1_b_l.active {
  color: #DB3015;
}

.xd_page .xd_pb1 .pb1_b .pb1_b_l.active .quan {
  border-color: #DB3015;
}

.xd_page .xd_pb1 .pb1_b .pb1_b_l.active .quan p {
  display: block;
}

.xd_page .xd_pb1 .pb1_b .pb1_b_l.active .quan img {
  display: block;
}

.xd_page .xd_pb1 .pb1_b .pb1_b_l .quan img {
  width: 10px;
  display: none;
  margin: 1px auto 0;
}

.xd_page .xd_pb1 .pb1Txt {
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 20px;
  color: #212529;
  margin-top: 26px;
  margin-bottom: 26px;
}

.xd_page .xd_pb1 .pb1_b .pb1_b_l::after {
  content: '';
  width: 21px;
  height: 18px;
  display: block;
  background: url('https://omo-oss-image.thefastimg.com/portal-saas/pg2024111121542506483/cms/image/a621e6ee-0df2-4c19-a6e2-99c1a90dbbc4.png_290xaf.png');
  background-size: 100% 100%;
  transform: rotate(-90deg) translate(0, -50%);
  position: absolute;
  /* top: 46%; */
  right: -10px;
}

.xd_page .xd_pb1 .pb1_b .pb1_b_l:last-child:after {
  display: none;
}

.xd_page .xd_pt1 {
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 14px;
  color: #212529;
  margin-top: 22px;
  margin-bottom: 25px;
}

.xd_page .xd_pb2 {
  padding: 10px 21px;
  border: 1px solid #E1E1E1;
}

.xd_page .xd_pb2 .xd_ci {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #E1E1E1;
}

.xd_page .xd_pb2 .xd_ci .xd_xp2_ad {
  position: absolute;
  top: 4px;
  right: 0px;
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 16px;
  color: #DB3015;
}

.xd_page .xd_pb2 .xd_xp2_txt {
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 14px;
  color: #212529;
}

.xd_page .xd_pb2 .xd_ci .xd_xp2_txt {
  margin-bottom: 12px;
}

.xd_page .xd_pb2 .xd_ci .xd_add1 {
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 14px;
  color: #F57979;
}

.xd_page .xd_pb2 .xd_ci .xd_add2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  /* display: none; */
}

.xd_page .xd_pb2 .xd_ci .xd_add2.active {
  background: #ECF5FF;
}

.xd_page .xd_pb2 .xd_ci .xd_add2 .adrRight,
.xd_page .xd_pb2 .xd_ci .xd_add2 .adrLeft {
  display: flex;
  align-items: center;
}

.xd_page .xd_pb2 .xd_ci .guofei {
  width: 85px;
  height: 28px;
  border: 1px solid #DB3015;
  text-align: center;
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 28px;
  margin-right: 15px;
  background: #fff;
  position: relative;
}

.xd_page .xd_pb2 .xd_ci .xd_add2.active .guofei::after {
  display: block;
}

.xd_page .xd_pb2 .xd_ci .guofei::after {
  content: '';
  width: 14px;
  height: 14px;
  display: block;
  background: url(https://omo-oss-image.thefastimg.com/portal-saas/pg2025111110084779792/cms/image/3946ae79-52c3-4be2-a2b8-9aa63f21d99d.png);
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
}

.xd_page .xd_pb2 .xd_ci .add_txt {
  width: 597px;
  /* height: 18px; */
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}

.xd_page .xd_pb2 .xd_ci .default {
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  height: 20px;
  line-height: 20px;
  background: #DB3015;
  padding: 0 5px;
  margin-left: 12px;
}

.xd_page .xd_pb2 .xd_ci .adrRight p {
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 14px;
  color: #DB3015;
  margin-right: 11px;
}

.xd_page .xd_pb2 .xd_dm {
  padding: 20px 0;
  border-bottom: 1px solid #E1E1E1;
}

.xd_page .xd_pb2 .xd_dm .xd_xp_btn {
  width: 155px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 14px;
  margin-top: 4px;
  position: relative;
  border: 1px solid #999999;
  color: #999;
  cursor: pointer;
}

.xd_page .xd_pb2 .xd_dm .xd_xp_btn.active {
  color: #DB3015;
  border: 1px solid #DB3015;
}

.xd_page .xd_pb2 .xd_dm .xd_xp_btn.active::after {
  content: '';
  width: 14px;
  height: 14px;
  display: block;
  background: url(https://omo-oss-image.thefastimg.com/portal-saas/pg2025111110084779792/cms/image/3946ae79-52c3-4be2-a2b8-9aa63f21d99d.png);
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.xd_page .xd_pb2 .cartBody {
  width: 100%;
  padding-top: 10px;
}

.xd_page .xd_pb2 .cartBody>tbody td:nth-child(1),
.xd_page .xd_pb2 .cartBody>thead th:nth-child(1) {
  display: none;
}

.xd_page .cartBody>tbody>tr {
  /* display:in; */
  height: 90px;
  position: relative;
}

.xd_page .cartBody>tbody>tr::after {
  content: '';
  width: 100%;
  height: 0;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #E1E1E1;
}

.xd_page .xd_table_txt1 {
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 14px;
  color: #212529;
  margin-top: 4px;
  margin-bottom: 8px;
}

.xd_page .xd_table_txt2 {
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 14px;
  color: #212529;
}

.xd_page .xd_table_txt2 span {
  color: #423FE9;
  cursor: pointer;
}

.xd_page .xd_table {
  padding-bottom: 30px;
  border-bottom: 1px solid #E1E1E1;
  margin-bottom: 24px;
}

.xd_page .xd_lm textarea {
  width: 519px;
  height: 54px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #DCDFE6;
  margin-top: 4px;
  padding: 5px 10px;
  resize: none;
}

.xd_page .xd_lm textarea::placeholder {
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 14px;
  color: #C0C4CC;
}

.xd_page .xd_lm {
  padding-bottom: 20px;
  border-bottom: 1px solid #E1E1E1;
  margin-bottom: 20px;
}

.xd_page .xd_cartNum {
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  text-align: right;
}

.xd_page .xd_cartNum1 span {
  color: #E62129;
}

.xd_page .xd_pt2 {
  height: 43px;
  background: #F4F4F5;
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 43px;
  text-align: right;
  padding-right: 10px;
}

.xd_page .xd_pt2 span {
  font-weight: bold;
  color: #DB3015;
}

.xd_page .xd_order_btn {
  width: 130px;
  height: 41px;
  background: #DB3015;
  border-radius: 4px 4px 4px 4px;
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 41px;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 35px;
  margin-right: 0;
  margin-left: auto;
}

.xd_page .proImg {
  width: 72px;
  height: 72px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #E8E8E8;
}

.xd_fp {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  display: none;
}

.xd_fp .xd_fp_box {
  width: 600px;
  height: auto;
  background: #FFFFFF;
  border-radius: 2px 2px 2px 2px;
  display: none;
}

.xd_fp .xd_fp_Title {
  padding: 22px 20px;
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 18px;
  color: #666668;
}

.xd_fp .xd_fp_content {
  padding-left: 40px;
  padding-right: 30px;
}

.xd_fp .xd_fp_T {
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 14px;
  color: #666668;
  margin-bottom: 22px;
  margin-top: 32px;
}

.xd_fp .xd_fp_it {
  display: flex;
}

.xd_fp .xd_fp_itbtn {
  width: 200px;
  height: 28px;
  border: 1px solid #DDDDDD;
  text-align: center;
  line-height: 28px;
}

.xd_fp .xd_fp_it .xd_fp_itbtn {
  width: 112px;
  margin-right: 10px;
}

.xd_fp .xd_fp_itbtn.active {
  border: 1px solid #423FE9;
  position: relative;
  color: #423FE9;
}

.xd_fp .xd_fp_itbtn.active::after {
  content: '';
  width: 14px;
  height: 14px;
  display: block;
  background: url(https://omo-oss-image.thefastimg.com/portal-saas/pg2024111121542506483/cms/image/bfa03198-82bb-4627-8bd8-30b8da3172dd.png_290xaf.png);
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.xd_fp input {
  height: 40px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #C0C4CC;
  width: 100%;
  padding: 0 10px;
}

.xd_fp .irmn {
  display: flex;
}

.xd_fp .irmn .xl {
  width: 121px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #C0C4CC;
  margin-right: 9px;
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 14px;
  color: #CBCED5;
}

.xd_fp .irmn input {
  width: calc(100% - 49px);
}

.xd_fp .xd_fp_btn {
  margin-top: 50px;
  margin-bottom: 31px;
  display: flex;
  justify-content: flex-end;
}

.xd_fp .xd_fp_btn .qx {
  width: 87px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #C0C4CC;
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 14px;
  color: #666668;
  line-height: 40px;
  margin-right: 9px;
}

.xd_fp .xd_fp_btn .tj {
  width: 63px;
  height: 40px;
  background: #423FE9;
  border-radius: 4px 4px 4px 4px;
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 40px;
}

.comment-wrap {
  width: 100%;
  padding: 30px 0 50px;
}

.comment-list {
  width: 100%;
}

.comment-list>li {
  display: flex;
  justify-content: space-between;
  padding-bottom: 38px;
  margin-bottom: 38px;
  border-bottom: 1px solid rgba(221, 221, 221, 1);
}

.comment-list .info {
  width: 20%;
  display: flex;
  align-items: center;
  flex-direction: column;
}


#c_product_detail_103-1681190402764 .comment-list .info>img {
  width: 64px;
  height: 64px !important;
  display: block;
  object-fit: cover;
  border-radius: 50%;
}

.comment-list .name {
  font-family: Montserrat, Montserrat;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  margin-top: 11px;
}

.comment-star {
  display: flex;
  gap: 6px;
  justify-content: center;
  margin-top: 15px;
}


.star-item {
  width: 20px;
  height: 20px;
  background-image: url(https://omo-oss-image.thefastimg.com/portal-saas/pg2025111110084779792/cms/image/7acef43b-cef2-4d9b-ad1d-f0eea1ab9e29.png);
  background-size: 100% 100%;
}

.star-item.active {
  background-image: url(https://omo-oss-image.thefastimg.com/portal-saas/pg2025111110084779792/cms/image/d29f7409-625a-452f-af11-c97eb335de26.png);
}

.comment-list .content {
  width: 77%;
}

.comment-list .text {
  font-family: Montserrat, Montserrat;
  font-weight: 400;
  font-size: 16px;
  color: #646D75;
  line-height: 24px;
}

.comment-list .imgs {
  display: flex;
  margin-top: 18px;
  gap: 16px;
}

.layui-laypage {
  width: 100%;
  text-align: center;
}

.comment-list .imgs>img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.comment-list .imgs-item {
  width: 100px;
  height: 100px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #E8E8E8;
  overflow: hidden;
  object-fit: contain;
}

.comment-list .date {
  font-family: Montserrat, Montserrat;
  font-weight: 400;
  font-size: 16px;
  color: #646D75;
  margin-top: 14px;
}

.addList {
  padding: 20px 0 0;
}

.addListItem {
  width: 100%;
  padding: 24px;
  border: 1px solid #e5e5e5;
  margin-bottom: 24px;
}

.addListItem:last-child {
  margin-bottom: 0;
}

.addListline {
  display: flex;
}

.addListline span:first-child {
  min-width: 70px;
  font-weight: 600;
  font-size: 14px;
  color: #666666;
  line-height: 32px;
}

.addListline span:last-child {
  font-weight: 600;
  font-size: 14px;
  color: #333333;
  line-height: 32px;
}

.addListLast {
  width: 100%;
  height: 30px;
  margin-top: 20px;
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
  display: flex;
  justify-content: flex-end;
  position: relative;
  box-sizing: content-box;
}

.addListLast button {
  font-weight: 400;
  font-size: 14px;
  color: #333;
  margin-left: 40px;
}

.addListLast button.default {
  width: 133px;
  height: 30px;
  background: var(--color);
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  margin: 0;
  position: absolute;
  left: 0;
  top: 20px;
  text-align: center;
}

.fixed {
  z-index: 9999999999;
}

/* 支付凭证弹窗 */
.uploadAlert {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: var(--mask);
  display: none;
}

.uploadAlertBox {
  width: 41.9%;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #E6E6E6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 26px 36px 34px;
}

.uploadTit {
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  margin-bottom: 30px;
}

.uploadAlertBody {
  width: 100%;
  background: #FCEFEF;
  border: 1px solid #F2D0D0;
  padding: 15px 24px;
  font-weight: bold;
  font-size: 14px;
  color: #333333;
  margin-bottom: 27px;
}

.uploadAlertBody .tit {
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  margin-bottom: 20px;
}

.uploadAlertBody span {
  color: var(--color);
  line-height: 32px;
}

label[for="upload"] {
  display: flex;
  width: 90px;
  margin-bottom: 32px;
  cursor: pointer;
}

input[type="file"] {
  display: none;
}

.uploadAlertBox .close {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 32px;
  right: 27px;
  cursor: pointer;
}

.uploadAlertBtn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.uploadAlertBtn button {
  width: 109px;
  height: 34px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid var(--color);
  font-weight: 400;
  font-size: 14px;
  color: var(--color);
  margin: 0 5px;
}

.uploadAlertBtn button:first-child {
  background: var(--color);
  color: #ffffff;
}

.commentBtn {
  width: 109px;
  height: 34px;
  background: var(--color);
  border-radius: 4px 4px 4px 4px;
  border: 1px solid var(--color);
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  margin: 0 5px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#myComment {
  background: #fff;
}

#myComment .recentOrdersList {
  padding-top: 0;
}

#myComment table,
#myComment .listItem,
#myComment tr {
  border: none;
}

#myComment th {
  border-bottom: 1px solid #E5E5E5;
}

.el-form {
  /* padding: 0 21px; */
  width: 100%;
  border-radius: 0;
}



.el-form .commentBox {
  border: 1px solid #E5E5E5;
}

.myCommentTit {
  width: 100%;
  height: 46px;
  background: #F5F5F5;
  display: flex;
  align-items: center;
  padding: 0 36px 0 26px;
}

.demonstration {
  margin-right: 20px;
}

.el-rate__icon.el-icon-star-on {
  color: #F4D110 !important;
}

.el-textarea__inner {
  width: 100%;
  height: 150px;
  resize: none !important;
  padding: 16px 25px !important;
  border: 0 !important;
  border-bottom: 2px solid #F5F5F5 !important;
}

.EvaluateContent {
  margin-bottom: 20px;
  position: relative;
}

.EvaluateContent>.fontNumber {
  position: absolute;
  right: 25px;
  bottom: 16px;
  color: #999999;
}

.EvaluateContent+div {
  display: flex;
  flex-direction: row-reverse;
  width: fit-content;
  column-gap: 20px;
  /* padding: 0 5px; */
}

.el-upload--picture-card {
  width: 104px !important;
  height: 104px !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1 !important;
  row-gap: 10px;
  background: rgba(0, 0, 0, 0.04) !important;
  position: relative;
}

.el-upload--picture-card .tip {
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
  white-space: nowrap;
}

.el-upload-list--picture-card .el-upload-list__item {
  width: 104px !important;
  height: 104px !important;
  margin-bottom: 0 !important;
}

.el-upload-list--picture-card .el-progress {
  width: 90% !important;
  height: 90% !important;
}

.el-upload-list--picture-card .el-progress .el-progress-circle {
  width: 100% !important;
  height: 100% !important;
}

.el-button--primary {
  margin: 40px auto !important;
  display: block !important;
  min-width: 128px;
  width: 320px;
  height: 48px;
  background: var(--color) !important;
  border: 0 !important;
}

.EvaluateContent+div.imgUpdateBox {
  flex-direction: row;
  margin-bottom: 20px;
}

.imgUpdateBox>div:first-child {
  display: flex;
  width: fit-content;
  /* column-gap: 20px; */
  padding: 0 25px;
}

.imgUpdateTip {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.imgUpdateTip>span:first-child {
  display: block;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-size: 24px;
  color: #222222;
}

.imgUpdateTip>span:last-child {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #888888;
  margin-top: 13px;
}

.imgUpdateTip>span:last-child i {
  font-style: normal;
  color: #EE3A2B;
}

#c_static_001-1752212369164 .comment .proText {
  width: 15vw;
}

.commentBox {
  width: 100%;
  overflow: hidden;
}

.commentScore {
  width: 100%;
  padding: 50px 0;
  background-color: rgba(245, 246, 248, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.score {
  line-height: normal;
  font_radio: 2;
  display-radio: 1;
  font-size: 3vw;
  font-family: Microsoft YaHei, å¾®è½¯é›…é»‘;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  margin-right: 40px;
}

.scoreRight>p {
  line-height: normal;
  font_radio: 2;
  display-radio: 1;
  font-size: 20px;
  font-family: Microsoft YaHei, å¾®è½¯é›…é»‘;
  color: rgba(34, 34, 34, 1);
  margin-bottom: 10px;
}

.scoreList {
  display: flex;
  gap: 20px;
}

.scoreList>img {
  width: 26px;
  height: 26px;
  display: block;
}

.commentList {
  width: 100%;
  border: 1px solid #D5D8DE;
  margin-top: 10px;
  padding: 26px 0 26px 40px;
  display: flex;
  gap: 82px;
}

.commentLeft {
  display: flex;
  gap: 24px;
}

.commentAva {
  width: 64px;
  height: 64px;
  border-radius: 50%;
}

.commentAva>img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}

.commentName {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-size: 14px;
  color: #666666;
}

.commentTime {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-size: 12px;
  color: #666666;
  margin-top: 8px;
}

.commentRight {
  width: 60%;
}

.commentStar {
  display: flex;
  gap: 7px;
}

.commentStar>img {
  width: 18.44px;
  display: block;
}

.commentContent {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  margin-top: 17px;
}

.commentImgList {
  width: 100%;
  gap: 16px;
  display: flex;
  margin-top: 9px;
}

.commentImgList div {
  width: 100px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.commentImgList div>img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.commentTip {
  display: flex;
  gap: 27px;
  margin-top: 20px;
}

.commentTip>span {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}

#c_product_list_145-17387393599070 .proInfo {
  display: block;
}

.savePrescription {
  display: flex;
  margin-top: 10px;
  gap: 5px;
}

.uploadImg {
  display: flex;
  gap: 10px;
  margin-top: 15px;
  align-items: center;
  cursor: pointer;
}

.updateBox {
  width: 100px;
  height: 100px;
  position: relative;
}

.updateBox>img {
  width: 100%;
  height: 100%;
  display: block;
}

.updateBox>input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
}

#card-number-field-container.braintree-hosted-fields-focused,
#card-expiry-field-container.braintree-hosted-fields-focused,
#card-cvv-field-container.braintree-hosted-fields-focused,
#card-name-field-container.braintree-hosted-fields-focused {
  border-color: #0070ba;
  /* PayPal 品牌蓝色边框 */
  box-shadow: 0 0 0 2px rgba(0, 112, 186, 0.2);
  /* 外发光效果 */
  outline: none;
}

.paypalBox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  background: var(--mask);
  display: none;
  justify-content: center;
  align-items: center;
}

.paypalBox-c {
  background-color: #fff;
  border-radius: 8px;
  width: 700px;
  padding: 30px;
  position: relative;
}

.paypalBox-c .close {
  cursor: pointer;
  width: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
}

.paypayBtn {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.paypayBtn>button {
  width: 109px;
  height: 34px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid var(--color);
  font-weight: 400;
  font-size: 14px;
  color: var(--color);
  margin: 0 5px;
}

.paypayBtn>button:first-child {
  background: var(--color);
  color: #fff;
}

.paypalBox-c .payWay{
  padding-left: 0;
}
.paypalBox-c .payWay_list{
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  gap: 20px;
}

.paypalBox-c .card-box{
  margin-left: 0;
}

@media(max-width: 1024px) {
  .shop-wrapper {
    margin-top: 120px;
    padding: 0 10px;
  }

  .addressItem {
    width: 100%;
  }

  #c_static_001-17730225800021 {
    padding: 90px 15px 20px
  }

  .payWay {
    flex-direction: column;
    align-items: flex-start;
        padding-left: 0;
  }

  .payWay_list {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
    gap: 20px;
  }

  .paypalBox-c .payWay_list {
    flex-direction: row;
  }

  .card-box {
    margin-left: 0;
    flex-direction: row;
  }

  .card-box .item:nth-child(3),
  .card-box .item:nth-child(4),
  .card-box .item {
    width: 100%;
    height: 80px;
  }

  .orederPro {
    width: 100%;
    overflow-x: auto;
  }

  .orederPro table {
    width: 1200px;
  }

  .paySuccessBtn {
    flex-direction: column;
    gap: 20px;
  }

  .recentOrdersTit.allOredrTit {
    /* flex-direction: column; */
    align-items: center;
    gap: 25px;
  }

  .allOredrTit>button {
    margin-left: 0;
  }

  #c_static_001_P_9709-17242277600360 .e_container-118,
  #c_static_001_P_9709-17242277600360 .e_container-112 {
    width: 1200px;
  }

  #c_static_001_P_9709-17242277600360 .e_container-71 {
    overflow-x: auto;
  }

  #c_static_001_P_9709-17242277600360 .e_container-140 {
    margin-bottom: 20px;
  }

  .uploadAlertBox {
    width: 85%;
    padding: 26px 16px 34px;
  }

  .paypalBox-c {
    width: 85%;
  }

  #c_static_001_P_9709-17242277600360 .e_container-22 {
    margin-top: 50px;
  }

  .oredrInfoTxt {
    flex-direction: column;
  }

  .oredrInfoTxt .title {
    margin-bottom: 20px !important;
  }

  .oredrPayDetails {
    margin-top: 30px;
  }

  .recentOrdersList {
    overflow-x: auto;
  }

  .listItem {
    width: 1200px;
  }

  #c_static_001_P_9709-17242277600360 .e_button-165 span {
    white-space: nowrap;
  }

  #c_static_001_P_9709-17242277600360 .e_button-165 {
    display: flex;
    align-items: center;

  }
  #c_static_001_P_9709-17242277600360 .e_button-165 span:first-child{
    min-width: 20px;
    min-height: 20px;
  }
  
  #c_static_001-17731966400761{
    padding:90px 15px 20px
  }
  #c_popbox-17731966400560{
    width: 90%;
  }

  #c_static_001_P_9709-17242277600360 .e_container-22 .cbox-22-0{
        flex: 0 0 100%;
  }
  #c_static_001_P_9709-17242277600360 .e_container-22 .cbox-22-1{
    display: none;
  }

#c_static_001_P_9709-17242277600360 .e_container-22 .cbox-22-0{
  margin-bottom: 20px;
}
#c_static_001-17730225800021 .e_form-3 > .p_formItem,
#c_static_001-17731966400761 .e_form-3 > .p_formItem{
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
}


@media(max-width: 768px) {
  #c_static_001_P_9709-17242277600360 .e_container-22{
    margin-top: 120px;
  }
   .paypalBox-c .payWay_list {
    flex-direction: column;
  }

  .card-box {
    flex-direction: column;
  }
}

