* {
  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 {
  cursor: pointer;
}

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


:root {
  --color: rgba(0, 101, 165, 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;
  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/pg2025103118180884333/cms/image/136aa0b5-2bc8-4f1e-aee8-4526d8e942fd.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/pg2025103118180884333/cms/image/9c689dc7-817e-41e4-95d8-a334c0f93046.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: rgba(250, 211, 23, 1);
  border-radius: 10px 10px 10px 10px;
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  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;
  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-box input {
  width: 299px;
  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;
}

.card-box .item.error input{
    background: #fef0f0;
}
.card-tip {
  color: #f56c6c;
  font-size: 80%;
  margin-top: .25rem;
  display: none;
}

.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;
}

.orederPro tbody tr td:nth-child(4) {
  font-weight: bold;
  font-size: 16px;
  color: #bb0100;
}

.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: 205px;
  height: 46px;
  background: var(--color);
  border-radius: 4px;
  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;
}

.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-center .bottom>div{
  cursor: pointer;
}

.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;
}

.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;
}


/* 支付成功 */
.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 70px 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;
}


.comment-list .info>img {
  width: 64px;
  height: 64px;
  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;
}

.comment-list .imgs>img {
  max-width: 100px;
  max-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;
}