.account-area {
  margin-top: 50px;
  margin-bottom: 80px;
  font-family: PingFangSC, PingFang SC;
}


.left-side {
  margin-right: 20px;
}

.left-side-item {
  width: 240px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 10px;
}

.left-side-item .active,
.left-side-item a:hover {
  background-color: #ff0061;
  border-radius: 8px;
  color: #fff !important;
}

.left-side-item a {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  color: #282828;
}

.right-side {
  padding-left: 30px;
  flex: 1;
}

.right-side h2 {
  margin: 0;
  height: 45px;
  font-weight: 800;
  font-size: 32px;
  color: #282828;
  line-height: 45px;
}

.right-side .addAddress {
  height: 22px;
  color: #ff0061;
  line-height: 22px;
}

.right-side input::placeholder {
  color: #717171;
  /* 浅灰色 */
}

.fw400-16 {
  font-weight: 400;
  font-size: 16px;
}

.fw700-18 {
  font-weight: bold;
  font-size: 18px;
  color: #282828;
  line-height: 25px;
}

.fw700-16 {
  font-weight: bold;
  font-size: 20px;
  color: #282828;
  line-height: 22px;
}

.fw400-12 {
  font-weight: 400;
  font-size: 12px;
  color: #717171;
  line-height: 17px;
}
.fw400-14{
  font-weight: 400;
  font-size: 14px;
  color: #282828;
  line-height: 20px;
}
.fw700-20{
  font-weight: bold;
  font-size: 20px;
  color: #282828;
  line-height: 28px;
}
.fw400-24{
  font-weight: 400;
  font-size: 24px;
  color: #282828;
  line-height: 33px;
}
.fw800-36{
  font-weight: 800;
font-size: 36px;
color: #282828;
line-height: 50px;
}
.p5080{
  padding-top: 50px;
  padding-bottom: 80px;
}
.faq-h2{
  font-size: 20px;
  color: #282828;
  line-height: 28px;
}


.modal h4 {
  margin: 0;
  font-weight: bold;
  font-size: 20px;
  color: #282828;
  line-height: 28px;
}

.modal-body .row > div,
.info-price p {
  margin: 0;
  margin-bottom: 20px;
}

input[type="radio"] {
  accent-color: #FF0061; /* 改变选中颜色 */
  background-color: #f0f0f0;
}

.modal-body .row .check {
  margin-bottom: 50px;
}

.modal-body .row .check span {
  font-weight: 400;
  font-size: 14px;
  color: #282828;
  line-height: 20px;
}

.modal-body .input-item {
  width: 100%;
  height: 50px;
  padding: 5px 20px !important;
  position: relative;
  border: 1px solid #dedede;
  border-radius: 8px;
  background-color: #fff !important;
}

.modal-body .input-item .form-label {
  margin: 0;
  color: #717171;
}

.modal-body .input-item .form-control {
  color: #282828;
}

.modal-body .input-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.selected-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.modal-body .input-item input {
  outline: none;
  border: none;
  padding: 0;
}

.modal-footer button {
  height: 50px;
  line-height: 50px;
  background: #ffffff !important;
  border-radius: 8px;
  border: 1px solid rgba(153, 153, 153, 1) !important;

  font-weight: 600;
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-footer .save {
  color: #fff !important;
  background: rgba(138, 110, 91, 1) !important;
}

.modal-content-padding {
  padding: 20px;
  background: #ffffff;
  border-radius: 16px;
  /* border: 1px solid #ff73aa; */
}

#hint .modal-content-padding {
  height: 240px;
}

#hint .modal-body {
  margin: 50px 0;
  color: #282828;
  line-height: 22px;
}

#hint .modal-footer {
  border: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

#hint .modal-footer button {
  width: 132px;
  margin: 0;
}

.error-msg {
  color: red;
  position: absolute;
  bottom: -20px;
  margin: 0;
  padding: 0;
}

.card-item {
  padding: 20px;
  margin-bottom: 20px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #dedede;
  transition: all 0.3s ease-in-out;
}

.card-item .header {
  margin-bottom: 20px;
}

.card-item .name {
  margin-right: 20px;
  font-weight: bold;
  font-size: 20px;
  color: #282828;
}

.card-item .phone-e {
  font-weight: 400;
  font-size: 14px;
  color: #717171;
  line-height: 20px;
}

.card-item .country {
  margin-bottom: 8px;
}

.card-item .address {
  height: 44px;
  color: #282828;
  line-height: 22px;

  margin-bottom: 20px;
}

.card-item .setDefault {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-wrap: nowrap;
}

.card-item .setDefault p {
  margin: 0;
}

.card-item .setDefault a svg {
  margin-right: 6px;
}

.card-item .setDefault a span {
  color: #ff0061;
}

.card-item .set-default {
  margin-left: 6px;
}

.right-side .form-label {
  color: #282828;
  line-height: 22px;
}

.right-side .form-control {
  width: 100%;
  height: 50px;
  color: #282828;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #dedede;
  box-shadow: none !important;
}

.input-item:focus {
  border-color: #ff0061 !important;
}

.form-control:focus {
  box-shadow: none !important;
}

#addAddress .country-input,
#addAddress .province-input {
  padding: 0 !important;
}

.drop-content {
  left: 0;
  top: 110%;
}

.right-side .save-btn {
  width: 122px;
  height: 50px;
  background: #ff0061;
  border-radius: 8px;
  border: none;
  color: #fff;
}

.right-side #customer-error-message {
  margin: 0;
}

.right-side .order-select {
  width: 400px;
  height: 50px;
  padding: 14px 20px;
  padding-left: 52px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #dedede;
}

.right-side .status {
  margin-left: 20px;
  padding: 14px 20px;
  width: 240px;
  height: 50px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #dedede;
  line-height: 20px;
}

.right-side .table > thead {
  border-bottom: 1px solid #282828;
}

.right-side tr th {
  padding: 0.5rem 0.5rem;
  padding-bottom: 14px;
  font-weight: bold;
  font-size: 16px;
  color: #717171;
  line-height: 22px;
}

.right-side tr td {
  font-weight: 400;
  font-size: 16px;
  color: #282828;
  line-height: 22px;
}

.right-side .none {
  height: 260px;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #ffd4e4;
}

#addAddress .modal-dialog,
#hint .modal-dialog {
  top: 10% !important;
}

.right-side .none-p {
  font-weight: bold;
  font-size: 20px;
  color: #282828;
  line-height: 28px;
}

#addAddress .input-item:focus {
  border-color: #ff0061;
}

.right-side .no-more {
  margin: 0;
  margin-top: 20px;
  text-align: center;

  font-weight: 400;
  font-size: 14px;
  color: #717171;
  line-height: 20px;
}

.to-pay {
  width: auto;
  height: 28px;
  line-height: 28px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px !important;
  color: #ffffff;
}

.order-status-bg-primary {
  background-color: rgba(242, 235, 227, 1) !important;
  color: rgba(138, 110, 91, 1) !important;
}

.order-status-bg-warning {
  background-color: rgba(242, 235, 227, 1) !important;
  color: rgba(138, 110, 91, 1) !important;
}

.order-status-bg-success {
  background-color: rgba(223, 249, 232, 1) !important;
  color: rgba(34, 151, 75, 1) !important;
}

.order-status-bg-info {
  background-color: rgba(240, 240, 240, 1) !important;
  color: rgba(0, 0, 0, 0.60) !important;
}
.endof {
  text-align: center;
  margin-top: 10px;

  font-weight: 400;
  font-size: 14px;
  color: #717171;
}
.right-side .pagination,
.endof .pagination {
  padding-top: 30px;
  border-top: 1px solid #282828;
}

.right-side .pagination a,
.endof .pagination a {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  border: none;

  font-weight: bold;
  font-size: 16px;
  color: #282828;
  line-height: 22px;
}

.right-side .page-item a,
.endof .page-item a {
  background: #f6f6f8;
  color: #282828;
}

.right-side .pagination a:hover,
.endof .pagination a:hover,
.pagination a.selected {
  background-color: rgba(138, 110, 91, 1);
  border: none;
  color: #ffffff;
}
.pagination a.disabled {
  pointer-events: none;
  cursor: default;
}
.pagination a.disabled:hover {
  background-color: inherit;
  color: inherit;
}

.right-side .order-detail .col-12 {
  font-weight: 400;
  font-size: 16px;
  color: #282828;
  line-height: 22px;
  margin-bottom: 20px;
}

.right-side .order-detail span:first-of-type {
  display: inline-block;
  width: 172px;
  margin-right: 17px;
}

.right-side .order-box {
  background: #f5f5f5;
  border-radius: 12px;
  padding: 0 20px;
  padding-bottom: 30px;
}

.right-side .order-detail button {
  width: 180px;
  height: 50px;
  color: #ff0061;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #ff0061;
}

#first-name::before {
  content: "First Name";
  position: absolute;
  top: 14px;
  left: 20px;

  font-weight: 400;
  font-size: 12px;
  color: #717171;
  line-height: 17px;
}

input[type="checkbox"]:checked {
    background-color: rgba(138, 110, 91, 1);
    border-color: rgba(138, 110, 91, 1);
}

.default {
  display: inline-block;
  width: 60px;
  height: 20px;
  background: #E7E1DA;
  border-radius: 4px;

  font-weight: bold;
  font-size: 12px;
  color: rgba(138, 110, 91, 1);
  text-align: center;
  line-height: 20px;
}

.p20 {
  padding: 20px;
}
.pb30{
  padding-bottom: 30px;
}

.mb8px{
  margin-bottom: 8px;
}
.title {
  margin-bottom: 0;
  margin-bottom: 20px;

  font-weight: 600;
  font-size: 24px;
  color: #282828;
  line-height: 28px;
  font-family: "Montserrat", sans-serif;
}
.mb4{
  margin-bottom: 4px !important;
}
.mb16{
  margin-bottom: 16px !important;
}
.mt30{
  margin-top: 30px!important;
}

.modal-body{
  padding: 20px 10px 20px 20px;
}

.card-default {
  height: 74px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #dedede;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 99% !important;
}
.card-default:hover {
  /* border: 0px solid transparent; */
}
.country-province {
  font-weight: 600;
  font-size: 16px;
  color: #282828;
  line-height: 22px;
}
.set-border {
  padding: 14px 20px;
  border-radius: 8px;
  /* margin-bottom: 10px; */
}

.set-btn {
  height: 50px;
  background: rgba(138, 110, 91, 1);
  border-radius: 8px;

  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  line-height: 50px;
  text-align: center;

  cursor: pointer;
}
#deliveryAddress{
  overflow: hidden;
  margin-bottom:30px;
}
.color28{
  color: #282828;
}
#noAddress{
  display: flex;

}
.btn-friend {
  background: #ffffff;
  border: 1px solid rgba(138, 110, 91, 1);
  color: rgba(138, 110, 91, 1);
}
.ff0061{
  color: #ff0061;
}
.check-box {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px;
  min-height: 800px;
}
#goods .item,#friends .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid rgba(153, 153, 153, 1);
}

.border2bottom{
  border-bottom: 0px solid rgba(153, 153, 153, 1) !important;
}

#goods p,#friends p {
  margin: 0;
}
#goods .pay-img,#friends .pay-img  {
  width: 64px;
  height: 64px;
  margin-right: 16px;
  border-radius: 4px  4px  4px  4px;
}
#goods .pay-details,#friends .pay-details{
  height: 80px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#goods .pay-title,#friends .pay-title {
  font-weight: 600;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.90);
  line-height: 22px;
  margin-bottom: 8px;
}

#goods .pay-time,#friends .pay-time {
  font-weight: 400;
  font-size: 12px;
  color: #717171;
  line-height: 17px;
}
#goods .pay-price,#friends .pay-price {
  font-weight: 600;
  font-size: 16px;
  color: #282828;
  line-height: 14px;
  margin-bottom: 8px;
}
#goods .pay-quantity,#friends .pay-quantity{
  width: 140px;
  /* background: #f6f6f8; */
  border-radius: 6px;
  text-align: right;
}
.col-label {
  font-weight: 400;
  font-size: 16px;
  color: #282828;
  line-height: 22px;
}
.col-label.total {
  /* font-weight: bold; */
  font-size: 18px;
  color: #282828;
  line-height: 25px;
}
.currencyVal {
  font-weight: 400;
  font-size: 12px;
  color: #717171;
  line-height: 12px;
}

.cf{
  color: #fff !important;
  font-size: 40px !important;
}
.amount {
  /* font-weight: bold; */
  font-size: 16px;
  color: #282828;
  line-height: 22px;
}

.address-body{
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.address-body-left{
  border-right:1px solid rgba(153, 153, 153, 1);
  flex:1;
  height: 50px;
}

#selectAddress .address-body-left{
  border-right:none;
}

.order-content{
  background-color: #F5F5F5;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}
.friend-content{
  padding: 40px;
  background-color: #fff;
  border-radius: 16px;
}

.order-content>*{
  margin-bottom: 20px !important;
}

.order-details{
  background-color: #F5F5F5;
  border-radius: 12px;
  padding: 4px 20px 30px 20px;
}
.mask{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.3;
  backdrop-filter: blur(3px);
  z-index: 999;
}
.friend-container{
  width: 980px;
  padding: 40px 0;
  margin: 0 auto;
}

.friend-container h4{
  margin-bottom: 40px;
  padding-bottom: 0;
  text-align: center;

  font-weight: 800;
  font-size: 32px;
  color: #282828;
  line-height: 45px;
}
.pay-code-total{
  margin-bottom: 16px;

  font-weight: bold;
  font-size: 50px;
  color: #282828;
  line-height: 70px;
}
.qr-code{
  margin-bottom: 42px;
  font-weight: 400;
  font-size: 14px;
  color: #717171;
  line-height: 20px;
}
.nav-pills{
  margin-bottom: -2px;
}

.line-clamp-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;

  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  text-overflow: ellipsis;
}
.line-clamp-4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;

  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  text-overflow: ellipsis;
}

.success-pay{
  width: 560px;
  height: 296px;
  background: #F7FFFE;
  border-radius: 8px;
  border: 1px solid #3EB39D;
}


@media screen and (max-width: 1200px) {
  .friend-container{
    width: 90%;
    padding: 40px 0;
    margin: 0 auto;
  }

  .friend-container h4{
    font-size: 24px;
    margin-bottom:20px;
  }

  .friend-content{
    padding: 20px;
  }

  .bodyBody{
    padding: 0px !important;
    border: none !important;
  }

}
@media screen and (min-width: 1400px) {
  .account-container {
    width: 1400px !important;
    max-width: 1400px !important;
    margin: 0 auto;
    display: flex;
  }
}
