.line1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

button {
  outline: none !important;

}

:root {
  --color: #423FE9;
}

.selectBox.fixed {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 100%;
  z-index: 999;
  transition: all 0.3s;
}

.selectBottom {
  background-color: #fff;
}

.cart {
  /* background: #F7F9FA; */
}

.order_list {
  padding-bottom: 39px;
}

.cartTitle {
  padding: 0 20px 15px;
  /* line-height: 40px; */
  font-size: 24px;
  border-bottom: 1px solid #ddd;

}

.cartInfo {
  padding-top: 19px;
  padding-bottom: 37px;
}

.cartInfo table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.cartfoot tr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 93px;
}

.cartInfo table tr {
  border-bottom: 1px solid #EEEEEE;
}

.cartInfo table thead {
  background: #F0F0F0;
}

.cartBody th {
  font-family: Arial, Arial;
  font-weight: 500;
  font-size: 14px;
  color: #333;
  line-height: 20px;
}

.cartBody tr td:last-child,
.cartBody tr th:last-child {
  padding-right: 10px;
}

.xd_xp_flex {
  display: flex;
  gap: 15px;
}

.cartBody td,
.cartBody th {
  text-align: center;
}

.cartNumber input,
table tr td:nth-child(3),
table tr td:nth-child(4) .cartDropDown>p,
table tr td:nth-child(5) {
  color: #333333;
  font-size: 14px;
}

.cartBody td:nth-child(1),
.cartBody th:nth-child(1) {
  width: 6%;
}


.subtotal {
  font-size: 16px;
  color: #107c9a;
}

.cartBody td:nth-child(2),
.cartBody th:nth-child(2) {
  text-align: left;
  width: 39%;
}

.cartBody td:nth-child(7) {
  color: #ec1c24;
  font-weight: bold;
  font-size: 14px;
}

thead tr {
  height: 48.88px;
}

tbody tr {
  height: 125px;
}

tfoot tr {
  height: 43.33px;
}

.proInfo {
  display: flex;
  align-items: center;
  margin-right: 0.75vw;
}

.proInfo.noflex {
  display: block;
  margin-right: 0;
}

.proImg {
  width: 4.8vw;
  height: 4.8vw;
  flex-shrink: 0;
  margin-right: 1vw;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #E8E8E8;
}

.proImg img {
  width: 100%;
  height: 100%;
}

.proText {
  width: 26vw;
}

.proTit {
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  margin-bottom: 6px;
}

.proSize {
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 14px;
  color: #9C9FA4;
}

.proScale {
  display: flex;
  width: 180px;
  padding: 5px 10px;
  gap: 10px;
  align-items: center;
  background-color: #fdecec;
}

.proScale>img {
  width: 16px;
  height: auto;
}

.proScale>p {
  font-size: 14px;
  font-weight: 600;
  color: #ec1c24;
}

.cartDropDown {
  display: flex;
  align-items: center;
  position: relative;
  column-gap: 16px;
  justify-content: center;
}

.cartDropDown>img {
  width: 13px;
  cursor: pointer;
}

.cartDropDownInfo {
  width: 573px;
  background: #FFFFFF;
  box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.1);
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #E2E2E2;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 27px 32px;
  z-index: 1;
  display: none;
}

.cartDropDownInfo>img {
  display: block;
  max-width: 100%;
  margin: 20px auto 0;
}


.selectPro {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}

.selectPro .name {
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}

.selectPro .price {
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
}

.cartDropDownInfo table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 8px 8px 8px 8px;
}

.cartDropDownInfo table tr {
  height: 50px;
}

.cartDropDownInfo table th {
  color: #333333;
  background: #EDF2FC;
  border: 1px solid #DFE1E5;
  text-align: center !important;
}

.cartDropDownInfo table td {
  color: #333333;
}

.cartDropDownInfo table th p:last-child {
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 14px;
  color: #7E7E7E;
}

.cartDropDownInfo table tr td:last-child {
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 14px;
  color: #8E8E8E;
}

.cartDropDownInfo table tr {
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}

.cartDropDownInfo table tr:last-child td:last-child {
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}

.cartDropDownInfo table th:first-child {
  text-align: left !important;
  padding: 0 22px;
}

.cartDropDownInfo table td {
  border: 1px solid #DFE1E5;
  text-align: center !important;
}

.editBtn {
  width: 200px;
  height: 40px;
  background: #423FE9;
  border-radius: 2px 2px 2px 2px;
  margin-top: 20px;
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  border: none;
}

.cartNumber {
  display: flex;
  border: 1px solid #DCDFE6;
  border-radius: 3px;
  overflow: hidden;
  width: fit-content;
  margin: 0 auto;
}

.cartNumber.noborder {
  border: none;
}

.cartNumber .minus,
.cartNumber .add {
  width: 30px;
  height: 30px;
  background: #F5F7FA;
  border: none;
}



.cartNumber input {
  width: 48px;
  border-left: 1px solid #DCDFE6;
  border-right: 1px solid #DCDFE6;
  text-align: center;
  border: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


.delItem {
  width: 20px;
  border: none;
  box-sizing: content-box;
  padding: 0;
  background: none;
}

.delItem img {
  width: 100%;
}

.cartfoot {
  margin-top: 30px;
  font-size: 14px;
}

.cartfoot td {
  padding: 0 15px;
}

.cartfoot td {
  color: #666666;
}

.cartfoot td:first-child {
  padding-left: 32px;
}


.cartInfo table.cartfoot {
  padding: 21px 0;
  background: #fafbfc;
}

.cartInfo table.cartfoot tr {
  border-bottom: 0;
}

.cartfoot td:first-child label {
  cursor: pointer;
  margin-left: 11px;
  color: #107c9a;
}

.cartfoot td:nth-child(4) {
  width: 16vw;
  text-align: right;
}

.cartfoot span {
  color: #ec1c24;
  font-weight: bold;
}

.delSelect {
  border: none;
  background: none;
}

.cleanBtn {
  border: none;
  background: none;
}

.subOrder {
  width: 164px;
  height: 49px;
  border-radius: 24px;
  background: linear-gradient(90deg, #0b475d, #279ac1 53%, #197492);
  color: #fff;
  border: none;
}

.cartfoot td:last-child {
  margin-right: 20px;
}


.cart-wrap {
  padding: 20px 0 30px;
  background: #fff;
  margin-top: 30px;
}


.proPrice {
  font-size: 16px;
  color: #ec1c24;
  font-weight: 600;
}

.proPrice span {
  color: #666;
  font-size: 14px;
  text-decoration: line-through;
  font-weight: 400;
}


.createBox {
  display: flex;
  /* padding: 30px; */
  margin-top: 32px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 32px;
}

.create-left {
  width: 64%;
  background-color: #fff;
  padding: 30px 30px 60px;

}

.create-left>.tit {
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}

.create-left .item {
  margin-top: 30px;
  display: flex;
  position: relative;
  align-items: flex-start;
  gap: 20px;
}

.create-left .item::after {
  content: '';
  position: absolute;
  height: 100%;
  position: absolute;
  left: 18px;
  top: 5px;
  border-left: 1px dashed #707070;
}

.create-left .icon {
  width: 38px;
  height: 38px;
  margin-top: 5px;
  position: relative;
  z-index: 2;
}

.create-left .icon img {
  width: 100%;
  height: 100%;
}

.create-left .content {
  width: 778px;

}

.create-left .top {
  height: 48px;
  background: #F5F5F5;
  padding-left: 20px;
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 48px;
}

.address-box {
  margin-top: 20px;
  display: flex;
  gap: 16px;
  flex-direction: column;
}

.address-item {
  width: 750px;
  padding: 18px 25px 18px 17px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #D5D8DE;
  cursor: pointer;
  position: relative;
}

.address-item.active {
  border: 2px solid #107C9A;
}

.address-item.active::after {
  content: '';
  background-image: url(https://omo-oss-image.thefastimg.com/portal-saas/new2023091618355039577/cms/image/084d9213-4417-495e-99b3-29fff8b44062.png);
  width: 25px;
  height: 25px;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.address-top {
  padding-bottom: 12px;
  margin-bottom: 12px;
  display: flex;
  gap: 21px;
  border-bottom: 1px solid #EFEFEF;
}


.address-top p {
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 16px;
  color: #2B2B2B;
}

.add-address {
  width: 270px;
  height: 40px;
  background: #F5F5F5;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #C7C7C7;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  cursor: pointer;
  margin-top: 16px;
}

.add-address>img {
  width: 18px;
}


.delivery-box {
  margin-top: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.delivery-check {
  margin-left: 25px;
  width: 18px;
  height: 18px;
  background-image: url(https://omo-oss-image.thefastimg.com/portal-saas/new2023091618355039577/cms/image/264e4226-830a-4c12-8869-c4e53dac67be.png);
  background-size: 100% 100%;
}

.delivery-text {
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 16px;
  color: #2B2B2B;
  margin-left: 11px;
}

.delivery-icon {
  width: 20px;
  margin-left: 306px;
}

.payment-box {
  margin-top: 26px;
  width: 734px;
  padding-left: 25px;
}

.payment-item {
  height: 68px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #D5D8DE;
  display: flex;
  align-items: center;
  padding: 0 20px 0 15px;
  margin-top: 20px;
  cursor: pointer;
}

.payment-item:first-child {
  margin-top: 0;
}

.payment-item.active .payment-check {
  background-image: url(https://omo-oss-image.thefastimg.com/portal-saas/new2023091618355039577/cms/image/264e4226-830a-4c12-8869-c4e53dac67be.png);
}

.payment-check {
  background-image: url(https://omo-oss-image.thefastimg.com/portal-saas/new2023091618355039577/cms/image/25e417aa-c504-4e12-8413-5f8d0ee5165a.png);
  background-size: 100% 100%;
  width: 18px;
  height: 18px;
  margin-left: 15px;
}

.payment-text {
  margin-left: 13px;
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 16px;
  color: #2B2B2B;
}

.payment-img {
  height: 40px;
  width: auto;
  margin-left: auto;
}

.trans-box {
  margin-top: 32px;
  display: none;
}

.trans-msg {
  margin-bottom: 10px;
  font-size: 14px;
  color: #666;
}

.trans-upload {
  display: flex;
  gap: 10px;
}

.trans-upload>p {
  font-size: 14px;
  color: #666;
}

.trans-upload>div {
  flex: 1;
  display: flex;
  gap: 10px;
}

.trans-img {
  display: flex;
  gap: 10px;
}

.trans-img-item {
  width: 140px;
  height: 140px;
  position: relative;
  display: none;
}

.trans-img-item>img:first-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trans-img-item>img:last-child {
  width: 16px;
  height: 16px;
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
}

.trans-btn {
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 4px 4px 4px 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  flex-direction: column;
  position: relative;
}

.trans-btn img {
  width: 32px;
}

.trans-btn input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

.trans-btn p {
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 14px;
  color: #878787;
}

.score-box {
  margin-top: 32px;
  display: none;
}

.score-text1 {
  font-size: 14px;
  color: #666;
  line-height: 32px;
}

.score-text2 {
  color: #107c9a;
  font-size: 14px;
  line-height: 32px;
  margin-top: 10px;
}

.inv-box {
  margin-top: 20px;
  padding-left: 29px;
}

.inv-top {
  display: flex;
  gap: 15px;
  align-items: center;
}

.inv-tip {
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 14px;
  color: #5F5F5F;
}

.inv-btn {
  width: 117px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #CCCCCC;
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 14px;
  color: #7D7D7D;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}

.inv-btn.active {
  border: 1px solid #107C9A;
  color: #107C9A;
}

.inv-main {
  margin-top: 15px;
  display: none;
}

.inv-choose {
  display: flex;
  gap: 30px;
}

.inv-choose-item {
  display: flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
  box-sizing: border-box;
}

.inv-choose-item .cir {
  border: 1px solid #dcdfe6;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: relative;
}

.inv-choose-item>p {
  color: #606266;
  font-size: 14px;
}

.inv-choose-item.active .cir {
  background-color: #107c9a;
  border-color: transparent;
}

.inv-choose-item.active .cir::after {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.inv-form {
  margin-top: 24px;
  display: none;
}

.inv-form.active {
  display: block;
}

.inv-form-item {
  display: flex;
  flex-direction: flex-end;
  gap: 16px;
  align-items: center;
  margin-bottom: 15px;
}

.inv-form-item>p {
  flex: 1;
  text-align: right;
  font-family: Poppins, Poppins;
  font-weight: 400;
  font-size: 16px;
  color: #5F5F5F;
}

.inv-form-item>p span {
  color: red;
}

.inv-form-item input {
  width: 440px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #D4D4D4;
  padding-left: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #7D7D7D;
}

.coupon-box {
  display: flex;
  gap: 40px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.coupon-item {
  width: 220px;
  cursor: pointer;
  position: relative;
}

.coupon-top {
  position: relative;
  width: 100%;
}

.coupon-top>img {
  display: block;
  width: 100%;
}

.coupon-price {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: Poppins, Poppins;
  font-weight: 400;
  font-size: 46px;
  color: #FFFFFF;
}

.coupon-price span {
  font-size: 32px;
}

.coupon-bottom {
  background: #FDFAF2;
  padding: 16px 12px;
}

.coupon-text1 {
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}

.coupon-text2 {
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}

.coupon-item.active {
  border: 2px solid #107C9A;
}

.coupon-item.active::after {
  content: '';
  width: 25px;
  height: 25px;
  background-image: url(https://omo-oss-image.thefastimg.com/portal-saas/new2023091618355039577/cms/image/084d9213-4417-495e-99b3-29fff8b44062.png);
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 0;
}

.create-right {
  width: 34%;
  background-color: #fff;
  padding: 25px 30px;
}

.goods-item {
  display: flex;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EBEBEB;
  align-items: flex-start;
}

.goods-pic {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.goods-desc {
  margin-left: 16px;
  width: 163px;
}

.goods-desc .proScale {
  width: 100%;
}

.goods-name {
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 16px;
  color: #2B2B2B;
}

.goods-sku {
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 14px;
  color: #2B2B2B;
  margin-top: 6px;
}

.goods-price {
  display: flex;
  gap: 16px;
  margin-top: 6px;
  align-items: center;
}

.goods-price>p:first-child {
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 16px;
  color: #EB0001;
}

.goods-price>p:last-child {
  font-family: Poppins, Poppins;
  font-weight: 500;
  font-size: 12px;
  color: #666666;
  text-decoration: line-through;
}

.goods-number {
  margin-top: 16px;
  margin-left: auto;
  border: 0;
}

.goods-number.cartNumber input {
  width: 35px;
}

.goods-del {
  width: 24px;
  margin-top: 21px;
  margin-left: 28px;
  cursor: pointer;
}

.goods-del>img {
  width: 100%;
}

.check-msg-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}

.check-msg-item>p {
  font-weight: 400;
  font-size: 14px;
  color: #2b2b2b;
}

.check-msg-item>p:last-child {
  font-weight: 600;
}

.check-msg-item.total>p {
  font-size: 18px;
}


.check-msg-item.total>p:last-child {
  font-size: 20px;
  color: #ec1c24;
}

.saved {
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 14px;
  color: #EB0001;
}

.check-btn {
  height: 48px;
  background: linear-gradient(90deg, #0B475D 0%, #279AC1 53.2%, #197492 100%);
  border-radius: 28px 28px 28px 28px;
  line-height: 48px;
  text-align: center;
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  margin-top: 22px;
  cursor: pointer;
}

.productAlert {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

.productCenter {
  width: 828px;
  height: 459px;
  background-image: url('https://omo-oss-image.thefastimg.com/portal-saas/new2023091618355039577/cms/image/9d439be6-c928-46ea-93a1-092d38e036f5.png');
  background-size: cover;
  padding: 29px 110px 29px 72px;
  position: relative;
}

.productCenter .close {
  float: none;
  position: absolute;
  right: 5px;
  top: 5px;
}

.productCenter .close svg {
  fill: #fff;
  cursor: pointer;
}

.productItem {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 3.3% 0;
  border-bottom: 1px solid #dedede;
}

.checkbox {
  width: 11px;
}

.productImg {
  width: 120px;
  height: 45px;
  object-fit: contain;
}

.productName {
  width: 123px;
  font-size: 20px;
  margin-left: 12px;
  color: #107c9a;
}

.productPrice {
  width: 110px;
  text-align: right;
  font-size: 16px;
  color: #606266;
}

.productItem .cartNumber {
  margin-left: 50px;
  margin-right: 0;
}

.productTotalPrice {
  width: 125px;
  text-align: right;
  font-size: 20px;
  font-weight: 700;
  color: #107c9a;
}

.productBottom {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  align-items: center;
}

.productAllPrice {
  color: #222;
  font-size: 14px;
}

.productAllPrice span {
  color: #107c9a;
  font-size: 24px;
}

.productBtns {
  display: flex;
}

.productBtns>div {
  margin: 0 8px;
  width: 200px;
  height: 48px;
  border-radius: 28px;
  border: 2px solid #279ac1;
  font-weight: 700;
  font-size: 16px;
  color: #279ac1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.6s;
}

.productBtns>div:hover {
  background: linear-gradient(90deg, #0b475d, #279ac1 53%, #197492);
  border: none;
  color: #fff;
}