@charset "UTF-8";
/*order-option*/
/*order-option*/
/*order-option*/
/*order-option*/
/* 通用样式 1920*/
#BrazilOfficialWebsiteCarPurchase-accountSettings {
  padding-top: 100px;
  min-height: calc(100vh - 64px);
  /*loading*/
}
@media (max-width: 1200px) {
  #BrazilOfficialWebsiteCarPurchase-accountSettings {
    padding-top: 50px;
  }
}
@media (max-width: 720px) {
  #BrazilOfficialWebsiteCarPurchase-accountSettings {
    padding-top: 0;
  }
}
#BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings {
  width: 62.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
@media (max-width: 1700px) and (min-width: 1400px) {
  #BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings {
    width: 83.3vw;
  }
}
@media (max-width: 1400px) and (min-width: 900px) {
  #BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings {
    width: 90.5vw;
  }
}
@media (max-width: 900px) and (min-width: 720px) {
  #BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings {
    width: 87.5vw !important;
  }
}
@media (max-width: 720px) {
  #BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings {
    height: 100%;
  }
}
#BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings .accountSettings_left {
  pointer-events: auto;
  padding-top: 0;
}
@media (min-width: 1800px) {
  #BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings .accountSettings_left {
    width: 350px;
  }
}
@media (max-width: 1800px) and (min-width: 1400px) {
  #BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings .accountSettings_left {
    width: 350px;
  }
}
@media (max-width: 1400px) and (min-width: 721px) {
  #BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings .accountSettings_left {
    width: 270px;
  }
}
@media (max-width: 600px) {
  #BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings .accountSettings_left {
    padding-top: 0;
  }
}
#BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings .accountSettings_right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1900px) and (min-width: 1200px) {
  #BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings .accountSettings_right {
    margin-top: 20px;
  }
}
#BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings .accountSettings_right::-webkit-scrollbar {
  display: none;
}
#BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings_menu {
  width: 15.8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1900px) and (min-width: 1200px) {
  #BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings_menu {
    margin-top: 20px;
  }
}
#BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings_menu .menuList {
  width: 100%;
  margin-bottom: 30px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings_menu .menuList picture,
#BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings_menu .menuList img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 24px;
  max-height: 24px;
  -webkit-transform: translateY(-4%);
          transform: translateY(-4%);
}
#BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings_menu .menuList span {
  white-space: nowrap;
  margin-left: 15px;
  line-height: 24px;
  font-family: Montserrat, serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-align: left;
  color: #62686B;
  width: 100%;
}
#BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings_menu .menuList span a {
  display: block;
  width: 100%;
}
#BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings_menu .menuList .activeText {
  color: #252728;
  -webkit-text-fill-color: #252728;
  font-weight: 600;
}
#BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings_noOrder {
  width: 900px;
  padding: 24px 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1100px) and (min-width: 900px) {
  #BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings_noOrder {
    width: 700px;
  }
}
@media (max-width: 900px) and (min-width: 600px) {
  #BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings_noOrder {
    width: 450px;
  }
}
@media (max-width: 600px) {
  #BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings_noOrder {
    background-color: #f7f7f7;
    width: 100vw;
    height: calc(100vh - 64px);
    padding: 88px 24px 0 36px;
  }
  #BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings_noOrder :nth-child(2) {
    margin-bottom: 48px !important;
  }
  #BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings_noOrder button:nth-of-type(1) {
    margin-right: 0 !important;
    margin-bottom: 8px;
  }
}
#BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings_noOrder picture,
#BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings_noOrder img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0 auto;
  max-width: 200px;
  max-height: 200px;
}
#BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings_noOrder :nth-child(2) {
  font-family: Montserrat, serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  color: #000000;
}
#BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings_noOrder .onOrder_btns {
  margin-top: 100px;
  text-align: center;
}
@media (max-width: 1200px) and (min-width: 500px) {
  #BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings_noOrder .onOrder_btns {
    margin-top: 64px;
  }
}
@media (max-width: 499px) {
  #BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings_noOrder .onOrder_btns {
    margin-top: 48px;
  }
}
#BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings_noOrder .onOrder_btns button {
  width: 160px;
  height: 40px;
  font-family: Montserrat, serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 499px) {
  #BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings_noOrder .onOrder_btns button {
    width: 75%;
  }
}
#BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings_noOrder .onOrder_btns button:nth-of-type(1) {
  margin-right: 24px;
  background-color: #252728;
  color: #FFFFFF;
  border: 1px solid #252728;
}
#BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings_noOrder .onOrder_btns button:nth-of-type(1):hover {
  background-color: #FFFFFF;
  color: #252728;
}
#BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings_noOrder .onOrder_btns button:nth-of-type(2) {
  background-color: #FFFFFF;
  color: #252728;
  border: 1px solid #252728;
}
#BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings_noOrder .onOrder_btns button:nth-of-type(2):hover {
  background-color: #252728;
  color: #FFFFFF;
}
#BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings .accountSettings_order {
  padding-bottom: 64px;
}
@media (max-width: 720px) {
  #BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings .accountSettings_order {
    padding-top: 76px;
  }
}
#BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings .accountSettings_order .order_wrapper {
  cursor: pointer;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 28px 22px;
}
#BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings .accountSettings_order .order_wrapper picture,
#BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings .accountSettings_order .order_wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 240px;
  height: 124px;
}
@media (max-width: 500px) {
  #BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings .accountSettings_order .order_wrapper picture,
  #BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings .accountSettings_order .order_wrapper img {
    -o-object-fit: cover;
       object-fit: cover;
    max-width: 300px;
    max-height: 155px;
  }
}
@media (max-width: 1100px) and (min-width: 992px) {
  #BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings .accountSettings_order .order_wrapper {
    width: 610px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (max-width: 991px) and (min-width: 801px) {
  #BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings .accountSettings_order .order_wrapper {
    width: 400px;
  }
}
@media (max-width: 800px) and (min-width: 720px) {
  #BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings .accountSettings_order .order_wrapper {
    width: 355px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (max-width: 720px) {
  #BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings .accountSettings_order .order_wrapper {
    width: 91.5vw;
    padding-top: 24px;
    border: 0;
  }
}
#BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings .accountSettings_order .order_wrapper:last-of-type {
  margin-bottom: 30px;
}
#BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings .accountSettings_order .order_wrapper:not(.order_wrapper:last-of-type) {
  margin-bottom: 16px;
}
#BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings .accountSettings_order .order_wrapper > :nth-child(2) {
  padding-left: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 600px) {
  #BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings .accountSettings_order .order_wrapper > :nth-child(2) {
    padding: 0 24px 24px 24px;
  }
}
#BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings .accountSettings_order .order_intro .orderStatus_0 {
  color: #BB0A0A;
  background: #FCECEA;
}
#BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings .accountSettings_order .order_intro .orderStatus_1 {
  color: #CCAB00;
  background: #FFFCE3;
}
#BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings .accountSettings_order .order_intro .orderStatus_2 {
  color: #00A04A;
  background: #E1FFEF;
}
#BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings .accountSettings_order .order_intro .orderStatus_3 {
  color: #E87205;
  background: #FFEDE1;
}
#BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings .accountSettings_order .order_intro .orderStatus_4 {
  color: #BB0A0A;
  background: #FCECEA;
}
#BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings .accountSettings_order .order_intro .orderStatus_5 {
  color: #7A8080;
  background: rgba(199, 204, 206, 0.4);
}
#BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings .accountSettings_order .order_intro .orderStatus_6 {
  color: #00A04A;
  background: #E1FFEF;
}
#BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings .accountSettings_order .order_intro .orderStatus_-1 {
  color: #7A8080;
  background: rgba(199, 204, 206, 0.4);
}
#BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings .accountSettings_order .order_intro .orderStatus_-2 {
  color: #E87205;
  background: #FFEDE1;
}
#BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings .accountSettings_order .order_intro .orderStatus_-3 {
  color: #7A8080;
  background: rgba(199, 204, 206, 0.4);
}
#BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings .accountSettings_order .order_intro,
#BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings .accountSettings_order .order_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1100px) {
  #BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings .accountSettings_order .order_intro,
  #BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings .accountSettings_order .order_detail {
    display: block;
    margin-bottom: 8px;
  }
}
#BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings .accountSettings_order .order_intro > div:nth-of-type(1) {
  font-family: Montserrat, serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-align: left;
  color: #252728;
  margin-right: 16px;
}
#BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings .accountSettings_order .order_intro > div:nth-of-type(2) {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  padding-left: 8px;
  padding-right: 8px;
}
#BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings .accountSettings_order .depositOrder {
  background: #FCECEA;
  color: #BB0A0A;
}
#BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings .accountSettings_order .refundedOrder {
  background: rgba(199, 204, 206, 0.4);
  color: #7A8080;
}
#BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings .accountSettings_order .cancelledOrder {
  background: rgba(199, 204, 206, 0.4);
  color: #7A8080;
}
#BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings .accountSettings_order .paidOrder {
  background: #E1FFEF;
  color: #00A04A;
}
#BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings .accountSettings_order .refundingOrder {
  background: #FFFCE3;
  color: #D9B700;
}
#BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings .accountSettings_order .payingOrder {
  background: #FFEDE1;
  color: #E87205;
}
#BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings .accountSettings_order .order_detail > div:nth-of-type(1) {
  margin-right: 16px;
}
#BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings .accountSettings_order .order_detail div {
  white-space: nowrap;
}
#BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings .accountSettings_order .order_pay {
  font-family: Montserrat, serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #002C5E;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}
@media (max-width: 500px) {
  #BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings .accountSettings_order .order_pay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 16px;
  }
}
#BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings .accountSettings_order .order_pay > span:hover {
  color: #1566D8;
}
#BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings .accountSettings_order .order_pay > span:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 16px;
  height: 16px;
  background-image: url("../../../../content/dam/byd-site/order-v2/account-setting/goRightIcon.svg");
  background-position: center;
}
@media (max-width: 500px) {
  #BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings .accountSettings_order .order_pay > span:after {
    -webkit-transform: translate(-16px, -50%);
            transform: translate(-16px, -50%);
  }
}
#BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings .accountSettings_order .order_pay > span:hover:after {
  background-image: url("../../../../content/dam/byd-site/order-v2/account-setting/goRightIconHovor.svg");
}
#BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings .accountSettings_order .order_pay img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 16px;
  max-height: 16px;
}
#BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings_order::-webkit-scrollbar {
  display: none;
  /* 隐藏滚动条（适用于 WebKit 浏览器）*/
}
#BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings_order {
  scrollbar-width: none;
  /* Firefox */
}
#BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings_order::-webkit-scrollbar {
  width: 0;
  /* Safari 和 Chrome */
}
#BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings .my_package_wrapper {
  width: 100%;
  padding: 0 15px;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  #BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings .my_package_wrapper {
    max-width: 1120px;
  }
}
@media screen and (max-width: 720px) {
  #BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings .my_package_wrapper {
    padding-top: 75px;
  }
}
#BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings .app_package_content {
  padding-top: 85px !important;
  padding-bottom: 70px;
}
#BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings .accountSettings_account {
  padding-bottom: 64px;
}
@media (max-width: 1200px) and (min-width: 800px) {
  #BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings .accountSettings_account {
    padding-top: 48px;
  }
}
@media (max-width: 720px) {
  #BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings .accountSettings_account {
    padding-top: 80px;
  }
}
@media (max-width: 500px) {
  #BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings .accountSettings_account {
    padding-top: 80px !important;
  }
}
#BrazilOfficialWebsiteCarPurchase-accountSettings .fixedPcMenu {
  background-color: #FFFFFF;
}
#BrazilOfficialWebsiteCarPurchase-accountSettings .loader {
  border: 5px solid #DFDFDF;
  border-top: 5px solid #252728;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  -webkit-animation: spin 1.2s linear infinite;
          animation: spin 1.2s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#BrazilOfficialWebsiteCarPurchase-accountSettings .loader_container {
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 88vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}
#BrazilOfficialWebsiteCarPurchase-accountSettings .menu_app {
  top: 0 !important;
}

@media (max-width: 1200px) and (min-width: 992px) {
  #BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings {
    overflow-x: visible;
  }
  #BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings_menu {
    margin-top: 8%;
  }
  #BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings_order {
    padding-left: 48px;
  }
  #BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings_order .order_detail {
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 16px;
  }
  #BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings_order .depositOrder {
    display: inline-block;
    width: auto;
  }
  #BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings_order .order_wrapper {
    width: 100% !important;
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  #BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings_order .order_pay {
    text-align: right;
    padding-right: 30px;
  }
}
/* 移动端样式 */
@media (min-width: 720px) and (max-width: 991px) {
  #BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings {
    overflow-x: visible;
  }
  #BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings .accountSettings_menu {
    margin-top: 8.6%;
  }
  #BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings .order_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings_order {
    padding-left: 48px;
  }
  #BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings_order .order_intro,
  #BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings_order .order_detail {
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 8px;
  }
  #BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings_order .depositOrder {
    display: inline-block;
    width: auto;
  }
  #BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings_order .order_wrapper {
    width: 353px;
    height: auto;
  }
  #BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings_order .order_pay {
    text-align: right;
  }
}
/* mob */
@media (max-width: 720px) {
  #BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings {
    display: block;
    width: 100%;
    overflow-x: visible;
  }
  #BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings .accountSettings_menu {
    background-color: #FFFFFF;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    margin-top: 0;
    top: 0;
    background-color: #FFFFFF;
    padding: 24px;
  }
  #BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings .accountSettings_menu:nth-child(2) {
    height: 100vh;
    position: fixed;
    top: 64px;
    z-index: 2;
  }
  #BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings .accountSettings_menu .accountSettings_menu_close {
    width: 20px;
    height: 20px;
    position: relative;
    left: 90%;
  }
  #BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings .accountSettings_mobMenu {
    z-index: 2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 22px 24px 22px 24px;
    position: fixed;
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}
@media (max-width: 720px) and (max-width: 600px) {
  #BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings .accountSettings_mobMenu {
    top: 64px;
  }
}
@media (max-width: 720px) {
  #BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings .accountSettings_mobMenu :nth-child(1) {
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }
  #BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings .accountSettings_mobMenu :nth-child(2) {
    font-family: Montserrat, serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: -0.02em;
    text-align: left;
    margin-right: 8px;
  }
  #BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings .accountSettings_mobMenu .mobMenuList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
  }
  #BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings .order_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings .order_wrapper:last-of-type {
    margin-bottom: 40px;
  }
  #BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings_order {
    padding-left: 0;
    padding-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #f7f7f7;
    min-height: calc(100vh - 64px);
  }
  #BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings_order .order_intro,
  #BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings_order .order_detail {
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 8px;
  }
  #BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings_order .order_intro > div {
    margin-bottom: 14px;
  }
  #BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings_order .depositOrder {
    display: inline-block;
    width: auto;
  }
  #BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings_order .order_wrapper {
    width: 343px;
    height: auto;
    border: 0;
    border-radius: 8px;
    background-color: #FFFFFF;
  }
  #BrazilOfficialWebsiteCarPurchase-accountSettings .accountSettings_order .order_pay {
    display: inline-block;
    text-align: right;
    margin-top: 16px;
  }
}
.mall_app_footer_menu {
  z-index: 999;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 70px;
}
.mall_app_footer_menu .footer-item {
  text-decoration: none;
  color: #a2a2a2;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mall_app_footer_menu .footer-item img {
  width: 30px;
  height: 30px;
}
.mall_app_footer_menu .footer-item.active {
  color: #000;
}

.footer_menu_hide {
  display: none;
}/*order-option*/
/*order-option*/
/*order-option*/
/*order-option*/
@media (min-width: 720px) {
.cancel-dialog .el-dialog__header {
    display: none;
}
.cancel-dialog .el-dialog__body {
    padding: 32px;
}
.cancel-dialog__layout {
    width: 464px;
}
.cancel-dialog__container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.cancel-dialog__container-close {
    position: absolute;
    right: -20px;
    top: -20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.cancel-dialog__container-close--icon {
    width: 100%;
    height: 100%;
    display: block;
}
.cancel-dialog__container-tips {
    margin-bottom: 24px;
    width: 65px;
    height: 65px;
}
.cancel-dialog__container-tips--icon {
    width: 100%;
    height: 100%;
    display: block;
}
.cancel-dialog__container-info {
    padding: 0 16px;
    margin-bottom: 24px;
    text-align: center;
    color: #4E5356;
    font-size: 14px;
    line-height: 22px;
}
.cancel-dialog__container-btn {
    width: 100%;
    -webkit-font-feature-settings: "clig" off, "liga" off;
    font-feature-settings: "clig" off, "liga" off;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    gap: 10px;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
}
.cancel-dialog__container-btn--primary {
    width: 100%;
    color: #FFF;
    background: #010101;
    height: 48px;
    line-height: 48px;
    border: 1px solid #010101;
}
}
@media (max-width: 720px) {
.cancel-dialog .el-dialog__header {
    display: none;
}
.cancel-dialog .el-dialog__body {
    padding: 32px 16px;
}
.cancel-dialog__layout {
    margin-top: calc(50vh - 140px);
    width: calc(100% - 32px);
}
.cancel-dialog__container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.cancel-dialog__container-close {
    position: absolute;
    right: 0;
    top: -16px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.cancel-dialog__container-close--icon {
    width: 100%;
    height: 100%;
    display: block;
}
.cancel-dialog__container-tips {
    margin-bottom: 24px;
    width: 65px;
    height: 65px;
}
.cancel-dialog__container-tips--icon {
    width: 100%;
    height: 100%;
    display: block;
}
.cancel-dialog__container-info {
    margin-bottom: 40px;
    text-align: center;
    color: #4E5356;
    font-size: 14px;
    line-height: 22px;
}
.cancel-dialog__container-btn {
    width: 100%;
    -webkit-font-feature-settings: "clig" off, "liga" off;
    font-feature-settings: "clig" off, "liga" off;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    gap: 10px;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
}
.cancel-dialog__container-btn--primary {
    width: 100%;
    color: #FFF;
    background: #010101;
    height: 44px;
    line-height: 44px;
    border: 1px solid #010101;
}
}/*order-option*/
/*order-option*/
/*order-option*/
/*order-option*/
.account-setting .el-switch {
  height: 24px;
}
.account-setting .el-switch__core {
  min-width: 36px;
  height: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.account-setting .el-switch__action {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: 1px solid #dcdddf;
  left: -1px;
}
.account-setting .el-switch.is-checked .el-switch__core .el-switch__action {
  left: calc(100% - 19px);
  border: 1px solid #28811f;
}
.account-setting .el-form-item {
  margin-bottom: 0;
}
.account-setting__input {
  height: 44px;
  line-height: 44px;
  margin-bottom: 8px;
}
.account-setting__input .el-input {
  color: #e7e7e7;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 0;
  border: 1px solid #e7e7e7;
  border-radius: 0px;
}
.account-setting__input .el-input__wrapper {
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.account-setting__input .el-input__wrapper.is-focus {
  color: #252728;
  -webkit-box-shadow: 0 0 0 1px #252728 inset !important;
          box-shadow: 0 0 0 1px #252728 inset !important;
}
.account-setting__input .el-input__wrapper:hover {
  color: #252728;
  -webkit-box-shadow: 0 0 0 1px #252728 inset !important;
          box-shadow: 0 0 0 1px #252728 inset !important;
}
.account-setting .a_telephone_valid .a_telephone_main .a_telephone_select {
  width: 112px;
}
.account-setting .a_telephone_valid .a_telephone_main .a_telephone_select .el-input__wrapper {
  padding: 0 12px;
  border: 1px solid #dcdddf;
  height: 44px;
}
.account-setting .a_telephone_valid .a_telephone_main .a_telephone_select .el-input__wrapper.is-focus {
  border: 1px solid #252728;
}
.account-setting .a_telephone_valid .a_telephone_main > .el-input__wrapper {
  border: 1px solid #dcdddf;
  padding: 0 12px;
}
.account-setting .a_telephone_valid .a_telephone_main > .el-input__wrapper.is-focus {
  border: 1px solid #252728;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.account-setting .a_telephone_valid .a_telephone_main > .el-input__wrapper:hover {
  border: 1px solid #252728;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.account-setting .spacing__mr--normal {
  margin-right: 16px;
}
.account-setting .spacing__mr--large {
  margin-top: 24px;
}
.account-setting .spacing__mr--big {
  margin-right: 40px;
}
.account-setting .spacing__mr--super {
  margin-right: 80px;
}
.account-setting .spacing__mt--mini {
  margin-top: 8px;
}
.account-setting .spacing__mt--normal {
  margin-top: 16px;
}
.account-setting .spacing__mt--more {
  margin-top: 32px;
}
.account-setting .spacing__mt--large {
  margin-top: 24px;
}
.account-setting .spacing__mb--mini {
  margin-bottom: 8px;
}
.account-setting .spacing__mb--normal {
  margin-bottom: 16px;
}
.account-setting .spacing__mb--large {
  margin-bottom: 24px;
}
.account-setting .spacing__mb--mini {
  margin-bottom: 8px;
}
.account-setting .layout-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.account-setting .layout-flex__between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.account-setting .layout-flex__start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.account-setting__operation-btn {
  -webkit-font-feature-settings: "clig" off, "liga" off;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  gap: 10px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.account-setting__operation-btn--primary {
  color: #fff;
  background: #010101;
  height: 48px;
  line-height: 48px;
  border: 1px solid #010101;
}
.account-setting__operation-btn--primary:hover {
  color: #010101;
  border: 1px solid #010101;
  background: #fff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.account-setting__operation-btn--plain {
  color: #010101;
  background: #fff;
  height: 48px;
  line-height: 48px;
  border: 1px solid #010101;
}
.account-setting__operation-btn--plain:hover {
  color: #fff;
  border: 1px solid #010101;
  background: #010101;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.account-setting__operation-link {
  cursor: pointer;
  font-size: 14px;
  height: 22px;
  line-height: 22px;
  color: #252728;
  text-decoration: underline;
}
@media (min-width: 720px) {
.account-setting__operation {
    margin-top: 64px;
}
.account-setting__operation-btn--normal {
    width: 104px;
}
.account-setting__operation-btn--large {
    width: 223px;
}
.account-setting__divider {
    display: block;
    height: 1px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: 1px solid #dbdcde;
    margin: 40px 0;
}
.account-setting__header {
    line-height: 32px;
    font-weight: 600;
    font-size: 24px;
    color: #252728;
}
.account-setting__tips {
    line-height: 20px;
    font-weight: 500;
    font-size: 14px;
    color: #7c7d7e;
}
.account-setting__container--item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.account-setting__container-title {
    line-height: 24px;
    font-size: 16px;
    font-weight: 500;
    color: #252728;
}
.account-setting__container-content-el {
    display: block;
    height: 44px;
    line-height: 44px;
}
.account-setting__container-content-el--info {
    padding-left: 12px;
    font-weight: 400;
    color: #7c7d7e;
    height: 44px;
    line-height: 44px;
}
.account-setting__container-content-tips {
    font-weight: 400;
    line-height: 22px;
    color: #7c7d7e;
}
}
@media (max-width: 720px) {
.account-setting {
    padding: 32px 24px;
}
.account-setting__operation {
    margin-top: 64px;
}
.account-setting__operation-btn--normal {
    width: 100%;
}
.account-setting__operation-btn--large {
    width: 100%;
}
.account-setting__operation-link {
    text-align: center;
}
.account-setting__divider {
    display: block;
    height: 1px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: 1px solid #dbdcde;
    margin: 32px 0;
}
.account-setting__header {
    line-height: 28px;
    font-weight: 600;
    font-size: 20px;
    color: #252728;
}
.account-setting__tips {
    line-height: 20px;
    font-weight: 500;
    font-size: 14px;
    color: #7c7d7e;
}
.account-setting__container--item {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.account-setting__container-title {
    line-height: 24px;
    font-size: 16px;
    font-weight: 500;
    color: #252728;
}
.account-setting__container-content-el {
    display: block;
    height: 44px;
    line-height: 44px;
}
.account-setting__container-content-el--info {
    padding-left: 12px;
    font-weight: 400;
    color: #7c7d7e;
    height: 44px;
    line-height: 44px;
}
.account-setting__container-content-tips {
    font-weight: 400;
    line-height: 22px;
    color: #7c7d7e;
}
}/*order-option*/
/*order-option*/
/*order-option*/
/*order-option*/
.empty_list[data-v-ddba74de] {
  width: 100%;
  overflow: hidden;
  padding: 24px 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 600px) {
.empty_list[data-v-ddba74de] :nth-child(2) {
    margin-bottom: 48px !important;
}
.empty_list button[data-v-ddba74de]:nth-of-type(1) {
    margin-right: 0 !important;
    margin-bottom: 8px;
}
}
.empty_list picture[data-v-ddba74de],
.empty_list img[data-v-ddba74de] {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0 auto;
  max-width: 200px;
  max-height: 200px;
}
.empty_list[data-v-ddba74de] :nth-child(2) {
  font-family: Montserrat, serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  color: #000000;
}
.empty_list .onOrder_btns[data-v-ddba74de] {
  margin-top: 100px;
  text-align: center;
}
@media (max-width: 1200px) and (min-width: 500px) {
.empty_list .onOrder_btns[data-v-ddba74de] {
    margin-top: 64px;
}
}
@media (max-width: 499px) {
.empty_list .onOrder_btns[data-v-ddba74de] {
    margin-top: 48px;
}
}
.empty_list .onOrder_btns a[data-v-ddba74de] {
  width: 160px;
  height: 40px;
  font-family: Montserrat, serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 12px 24px;
}
@media (max-width: 499px) {
.empty_list .onOrder_btns a[data-v-ddba74de] {
    width: 75%;
}
}
.empty_list .onOrder_btns a[data-v-ddba74de]:nth-of-type(1) {
  background-color: #252728;
  color: #FFFFFF;
  border: 1px solid #252728;
}
.empty_list .onOrder_btns a[data-v-ddba74de]:nth-of-type(1):hover {
  background-color: #FFFFFF;
  color: #252728;
}
.empty_list .onOrder_btns a[data-v-ddba74de]:nth-of-type(2) {
  background-color: #FFFFFF;
  color: #252728;
  border: 1px solid #252728;
}
.empty_list .onOrder_btns a[data-v-ddba74de]:nth-of-type(2):hover {
  background-color: #252728;
  color: #FFFFFF;
}/*order-option*/
/*order-option*/
/*order-option*/
/*order-option*/
[data-v-fbb63476] .el-step__title.is-success {
  color: #252728;
}
[data-v-fbb63476] .el-step__icon.is-text {
  border-color: #252728;
  background: #252728;
}
[data-v-fbb63476] .el-step__icon-inner {
  color: #fff;
}
[data-v-fbb63476] .el-step__head.is-success {
  border-color: #252728;
}
[data-v-fbb63476] .el-step__line-inner {
  border-style: initial;
}
[data-v-fbb63476] .el-dialog__title {
  color: #252728;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}
[data-v-fbb63476] .el-dialog__body {
  padding-top: 0;
}
.order_detail_container[data-v-fbb63476] {
  position: relative;
  width: 100%;
  padding: 0;
}
.order_detail_container .liquido-elements-input[data-v-fbb63476] {
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  padding: 5px;
}
.order_detail_container .errors-message[data-v-fbb63476] {
  color: #ff0000;
  font-size: 12px;
  height: 10px;
  line-height: 10px;
}
.order_detail_container .back_order_list[data-v-fbb63476] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  cursor: pointer;
}
.order_detail_container .back_order_list .left[data-v-fbb63476] {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.order_detail_container .back_order_list span[data-v-fbb63476] {
  color: #252728;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}
.order_detail_container .order_detail_content[data-v-fbb63476] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  padding-bottom: 40px;
}
.order_detail_container .order_detail_content .detail_item[data-v-fbb63476] {
  width: 100%;
}
.order_detail_container .order_detail_content .detail_item .title[data-v-fbb63476] {
  color: #252728;
  font-size: 16px;
  font-weight: 500;
}
.order_detail_container .order_detail_content .detail_item .title .status_tag[data-v-fbb63476] {
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  border: 1px solid #252728;
  margin-left: 8px;
}
.order_detail_container .order_detail_content .detail_item .detail_sub_item_wrap[data-v-fbb63476] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  margin: 12px 0 20px;
}
.order_detail_container .order_detail_content .detail_item .detail_sub_item_wrap .detail_sub_item[data-v-fbb63476] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  font-weight: 400;
  width: 48%;
}
@media screen and (max-width: 440px) {
.order_detail_container .order_detail_content .detail_item .detail_sub_item_wrap .detail_sub_item[data-v-fbb63476] {
    width: 100%;
}
}
.order_detail_container .order_detail_content .detail_item .detail_sub_item_wrap .detail_sub_item .sub_item_title[data-v-fbb63476] {
  color: #ababab;
}
.order_detail_container .order_detail_content .detail_item .detail_sub_item_wrap .detail_sub_item .num_main[data-v-fbb63476] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.order_detail_container .order_detail_content .detail_item .detail_sub_item_wrap .detail_sub_item .right_val[data-v-fbb63476] {
  color: #252728;
}
.order_detail_container .order_detail_content .detail_item .detail_sub_item_wrap .detail_sub_item .click_text[data-v-fbb63476] {
  color: #3753b1;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  padding: 0;
  height: 0;
}
.order_detail_container .order_detail_content .detail_item .detail_sub_item_wrap .detail_sub_item .cancel_btn[data-v-fbb63476] {
  text-decoration: underline;
}
.order_detail_container .order_detail_content .detail_item .detail_sub_item_wrap .detail_sub_item .copy-right-icon[data-v-fbb63476] {
  cursor: pointer;
}
.order_detail_container .order_detail_content .order_status .status_item_wrap[data-v-fbb63476] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
.order_detail_container .order_detail_content .order_status .status_item_wrap .status_tag[data-v-fbb63476] {
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
  margin-left: 16px;
}
.order_detail_container .order_detail_content .order_status .status_item_wrap .status_tag.failed[data-v-fbb63476] {
  color: #BB0A0A;
  background: #FCECEA;
}
.order_detail_container .order_detail_content .order_status .status_item_wrap .status_tag.active[data-v-fbb63476] {
  color: #1566D8;
  background: #EAF1FB;
}
.order_detail_container .order_detail_content .order_status .status_item_wrap .status_tag.finished[data-v-fbb63476] {
  color: #26905D;
  background: #edf9e8;
}
.order_detail_container .order_detail_content .order_status .status_item_wrap .status_tag.cancelled[data-v-fbb63476] {
  color: #7a8080;
  background: rgba(199, 204, 206, 0.4);
}
.order_detail_container .order_detail_content .order_status .order-status-steps[data-v-fbb63476] {
  margin: 16px 0 24px 0;
}
.order_detail_container .order_detail_content .order_status .order_content[data-v-fbb63476] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.07);
}
.order_detail_container .order_detail_content .order_status .order_content .left-card[data-v-fbb63476] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  aspect-ratio: 16/9;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.03);
  overflow: hidden;
}
.order_detail_container .order_detail_content .order_status .order_content .left-card .goods_img[data-v-fbb63476] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.order_detail_container .order_detail_content .order_status .order_content .right_content[data-v-fbb63476] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 16px;
}
.order_detail_container .order_detail_content .order_status .order_content .right_content .orderTitle[data-v-fbb63476] {
  color: rgba(0, 0, 0, 0.95);
  font-size: 20px;
  font-weight: 500;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  cursor: pointer;
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
}
.order_detail_container .order_detail_content .order_status .order_content .right_content .package_Info[data-v-fbb63476] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.order_detail_container .order_detail_content .order_status .order_content .right_content .package_Info .time_gift[data-v-fbb63476] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 7px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  font-size: 14px;
  font-weight: 400;
  margin-right: 24px;
}
.order_detail_container .order_detail_content .order_status .order_content .right_content .package_Info .time_gift .left_label[data-v-fbb63476] {
  color: #ababab;
}
.order_detail_container .order_detail_content .order_status .order_content .right_content .package_Info .time_gift .right_val[data-v-fbb63476] {
  color: #252728;
}
.order_detail_container .order_detail_content .order_status .order_content .right_content .line[data-v-fbb63476] {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.06);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 12px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.order_detail_container .order_detail_content .order_status .order_content .right_content .totle_price[data-v-fbb63476] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 2px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
}
.order_detail_container .order_detail_content .order_status .order_content .right_content .totle_price .left_label[data-v-fbb63476] {
  color: #ababab;
}
.order_detail_container .order_detail_content .order_status .order_content .right_content .totle_price .price[data-v-fbb63476] {
  color: #252728;
}
.order_detail_container .order_detail_content .order_status .order_content .right_content .totle_price .price span[data-v-fbb63476] {
  margin-left: 6px;
  color: #0d0d0d;
  font-size: 16px;
}
.order_detail_container .order_detail_content .order_status .order_content .right_content .order-buttons[data-v-fbb63476] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.order_detail_container .order_detail_content .order_status .order_content .right_content .order-buttons .btn[data-v-fbb63476] {
  line-height: 1;
}
.order_detail_container .custom-dialog[data-v-fbb63476] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 12px;
  max-width: 600px;
}
.order_detail_container .custom-dialog .el-dialog__title[data-v-fbb63476] {
  color: #252728;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}
.order_detail_container .custom-dialog .el-dialog__header[data-v-fbb63476] {
  padding: 48px 48px 0 48px;
}
.order_detail_container .custom-dialog .el-dialog__body[data-v-fbb63476] {
  padding: 16px 48px 48px 48px;
}
.order_detail_container .custom-dialog .comfirm-content[data-v-fbb63476] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  padding-bottom: 40px;
}
.order_detail_container .custom-dialog .comfirm-content .title-wrap[data-v-fbb63476] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.order_detail_container .custom-dialog .comfirm-content .title-wrap .title[data-v-fbb63476] {
  color: #252728;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}
.order_detail_container .custom-dialog .comfirm-content .title-wrap .sub-title[data-v-fbb63476] {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  color: #4e5356;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.order_detail_container .custom-dialog .comfirm-content img[data-v-fbb63476] {
  width: 56px;
  height: 56px;
}
.order_detail_container .custom-dialog .modal-buttons[data-v-fbb63476] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.order_detail_container .custom-dialog .modal-buttons .btn[data-v-fbb63476] {
  height: 48px;
  width: 100%;
}
.order_detail_container .custom-dialog .modal-buttons .modify_disabled[data-v-fbb63476] {
  pointer-events: none;
  background: #bfbfc1;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.order_detail_container .closeBtn[data-v-fbb63476] {
  cursor: pointer;
  font-size: 25px;
  z-index: 102;
  position: absolute;
  right: 22px;
  width: 15px;
  top: 22px;
}
.order_detail_container .isMob[data-v-fbb63476] {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  color: white;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
}
.order_detail_container .payment-method-item .created-cards-list[data-v-fbb63476] {
  max-height: 270px;
  overflow: auto;
  margin: 16px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.order_detail_container .payment-method-item .created-cards-item[data-v-fbb63476] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #dcdddf;
  background: #fff;
  padding: 17px;
  gap: 20px;
}
.order_detail_container .payment-method-item .created-cards-item .cards-item-left[data-v-fbb63476] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  cursor: pointer;
}
.order_detail_container .payment-method-item .created-cards-item .cards-item-left .radio-item[data-v-fbb63476] {
  width: 20px;
  cursor: pointer;
  text-align: center;
}
.order_detail_container .payment-method-item .created-cards-item .cards-item-left .check-icon[data-v-fbb63476] {
  color: #3753b1;
}
.order_detail_container .payment-method-item .created-cards-item .cards-item-right[data-v-fbb63476] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  line-height: 22px;
  color: #3753b1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  cursor: pointer;
}
.order_detail_container .payment-method-item .created-cards-item .cards-item-right .cards-name-default[data-v-fbb63476] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.order_detail_container .payment-method-item .created-cards-item .cards-item-right .cards-name-default .cards-name[data-v-fbb63476] {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.order_detail_container .payment-method-item .created-cards-item .cards-item-right .cards-name-default .cards-default[data-v-fbb63476] {
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  color: #7c7c7c;
  background-color: #d8d7d8;
  border: 1px solid #d8d7d8;
  border-radius: 2px;
  padding: 2px 6px;
  margin-left: 10px;
}
.order_detail_container .payment-method-item .created-cards-item .cards-item-right .cards-num[data-v-fbb63476] {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #7c7d7e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.order_detail_container .payment-method-item .created-cards-item .cards-item-right .cards-num[data-v-fbb63476] > :nth-child(2) {
  border: 1px solid #7c7d7e;
  height: 12px;
}
.order_detail_container .payment-method-item .created-cards-item .cards-item-right-btns[data-v-fbb63476] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
}
.order_detail_container .payment-method-item .created-cards-item .cards-item-right-btns[data-v-fbb63476] > :nth-child(2) {
  border: 1px solid #e6e9eb;
  height: 14px;
}
.order_detail_container .payment-method-item .add-new-card[data-v-fbb63476] {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 56px;
  border: 1px solid #dcdddf;
  height: 56px;
  background: #fff;
  font-weight: 500;
  color: #252728;
  margin-bottom: 28px;
}
.order_detail_container .payment-method-item .add-new-card img[data-v-fbb63476] {
  margin: 0 8px 0 16px;
}
.order_detail_container .payment-method-item .card-payment-item[data-v-fbb63476] {
  background-color: #fff;
  border: 1px solid rgb(230, 233, 235);
  padding: 16px;
  margin: 6px 0 28px;
}
.order_detail_container .payment-method-item .card-payment-item .card-method-title[data-v-fbb63476] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #000;
}
.order_detail_container .payment-method-item .card-payment-item .card-method-title img[data-v-fbb63476] {
  width: 46px;
  height: 26px;
}
.order_detail_container .payment-method-item .card-payment-item .card-date-code[data-v-fbb63476] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 20px;
}
@media screen and (max-width: 768px) {
.order_detail_container .payment-method-item .card-payment-item .card-date-code[data-v-fbb63476] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 0;
}
}
.order_detail_container .payment-method-item .card-payment-item .card-method-input[data-v-fbb63476] {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 16px;
  gap: 8px;
  color: #000;
}
.order_detail_container .payment-method-item .card-payment-item .card-method-input .date-input[data-v-fbb63476] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.order_detail_container .payment-method-item .card-payment-item .error-tips-text[data-v-fbb63476] {
  color: #ff0000;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  margin-top: 4px;
}
.btn-disabled[data-v-fbb63476] {
  background: #BFBFC1 !important;
  color: #fff !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  pointer-events: none;
}
@media screen and (max-width: 1240px) {
.order_detail_container .order_detail_content .order_status .order_content .right_content .package_Info[data-v-fbb63476] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.order_detail_container .order_detail_content .order_status .order_content .right_content .package_Info .time_gift[data-v-fbb63476] {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: 0;
}
}
@media screen and (max-width: 768px) {
.order_detail_container .order_detail_content[data-v-fbb63476] {
    gap: 20px;
}
.order_detail_container .order_detail_content .order_status .status_item_wrap[data-v-fbb63476] {
    margin: 12px 0;
}
.order_detail_container .order_detail_content .order_status .order_content[data-v-fbb63476] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.order_detail_container .order_detail_content .order_status .order_content .left-card[data-v-fbb63476] {
    width: 100%;
}
.order_detail_container .order_detail_content .order_status .order_content .right_content[data-v-fbb63476] {
    width: 100%;
}
.order_detail_container .order_detail_content .order_status .order_content .right_content .totle_price[data-v-fbb63476] {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
}
.order_detail_container .order_detail_content .order_status .order_content .right_content .order-buttons[data-v-fbb63476] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 8px;
    width: 100%;
}
.order_detail_container .order_detail_content .order_status .order_content .right_content .order-buttons .btn[data-v-fbb63476] {
    width: 100%;
}
.order_detail_container .order_detail_content .order_status .order_content .right_content .order-buttons .btn + .btn[data-v-fbb63476] {
    margin-left: 0;
}
}
@media screen and (max-width: 440px) {
.order_detail_container .order_detail_content .subscription_Information .detail_sub_item_wrap[data-v-fbb63476] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
}
.order_detail_container .order_detail_content .detail_item .detail_sub_item_wrap[data-v-fbb63476] {
    padding: 6px;
}
.order_detail_container .order_detail_content .vehicle_informatio .model_info[data-v-fbb63476] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.order_detail_container .order_detail_content .vehicle_informatio .model_info .detail_sub_item[data-v-fbb63476] {
    width: 100%;
}
.order_detail_container .order_detail_content .vehicle_informatio .order_info .detail_sub_item[data-v-fbb63476] {
    font-size: 12px !important;
    padding-left: 0;
    width: auto;
}
.order_detail_container .order_detail_content .package_Info .left_label[data-v-fbb63476] {
    font-size: 12px;
}
.order_detail_container .order_detail_content .package_Info .right_val[data-v-fbb63476] {
    font-size: 12px;
}
.order_detail_container .order_detail_content .totle_price .left_label[data-v-fbb63476] {
    font-size: 12px;
}
.order_detail_container .modal-buttons[data-v-fbb63476] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
}
.order_detail_container .modal-buttons .el-button[data-v-fbb63476] {
    margin-left: 0;
}
}/*order-option*/
/*order-option*/
/*order-option*/
/*order-option*/
.package_main_container[data-v-1d9f4405] {
  margin-bottom: 60px;
}
.package_main_container .search_input[data-v-1d9f4405] {
  height: 48px;
  margin-bottom: 24px;
}
.package_main_container .my_package_content[data-v-1d9f4405] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.package_main_container .my_package_content .order_item[data-v-1d9f4405] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  cursor: pointer;
}
.package_main_container .my_package_content .order_item .order_top[data-v-1d9f4405] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin-bottom: 4px;
}
.package_main_container .my_package_content .order_item .order_top .order_number[data-v-1d9f4405] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 4px;
  gap: 8px;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
}
.package_main_container .my_package_content .order_item .order_top .order_number .title[data-v-1d9f4405] {
  color: #ababab;
}
.package_main_container .my_package_content .order_item .order_top .order_number .num_main[data-v-1d9f4405] {
  position: relative;
}
.package_main_container .my_package_content .order_item .order_top .order_number .num_main .num[data-v-1d9f4405] {
  color: #252728;
  margin-right: 22px;
}
.package_main_container .my_package_content .order_item .order_top .order_number .num_main .copy-right-icon[data-v-1d9f4405] {
  position: absolute;
  right: 0;
  top: -1px;
}
.package_main_container .my_package_content .order_item .order_top .right_tag_main[data-v-1d9f4405] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.package_main_container .my_package_content .order_item .order_top .right_tag_main .right_tag[data-v-1d9f4405] {
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
}
.package_main_container .my_package_content .order_item .order_top .right_tag_main .right_tag.failed[data-v-1d9f4405] {
  color: #BB0A0A;
  background: #FCECEA;
}
.package_main_container .my_package_content .order_item .order_top .right_tag_main .right_tag.active[data-v-1d9f4405] {
  color: #1566D8;
  background: #EAF1FB;
}
.package_main_container .my_package_content .order_item .order_top .right_tag_main .right_tag.finished[data-v-1d9f4405] {
  color: #26905D;
  background: #edf9e8;
}
.package_main_container .my_package_content .order_item .order_top .right_tag_main .right_tag.cancelled[data-v-1d9f4405] {
  color: #7a8080;
  background: rgba(199, 204, 206, 0.4);
}
.package_main_container .my_package_content .order_item .order_content[data-v-1d9f4405] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.package_main_container .my_package_content .order_item .order_content .left-card[data-v-1d9f4405] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  aspect-ratio: 16/9;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.03);
  overflow: hidden;
}
.package_main_container .my_package_content .order_item .order_content .left-card .goods_img[data-v-1d9f4405] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.package_main_container .my_package_content .order_item .order_content .orderTitle[data-v-1d9f4405] {
  color: rgba(0, 0, 0, 0.95);
  font-size: 20px;
  font-weight: 500;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin-bottom: 10px;
}
.package_main_container .my_package_content .order_item .order_content .right_content[data-v-1d9f4405] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
}
.package_main_container .my_package_content .order_item .order_content .right_content .time_gift[data-v-1d9f4405] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 7px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  margin-bottom: 8px;
}
.package_main_container .my_package_content .order_item .order_content .right_content .time_gift .left_label[data-v-1d9f4405] {
  color: #ababab;
}
.package_main_container .my_package_content .order_item .order_content .right_content .time_gift .right_val[data-v-1d9f4405] {
  color: #252728;
}
.package_main_container .my_package_content .order_item .order_content .right_content .line[data-v-1d9f4405] {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.06);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 12px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.package_main_container .my_package_content .order_item .order_content .right_content .totle_price[data-v-1d9f4405] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 2px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  font-size: 14px;
  font-weight: 400;
}
.package_main_container .my_package_content .order_item .order_content .right_content .totle_price .left_label[data-v-1d9f4405] {
  color: #ababab;
}
.package_main_container .my_package_content .order_item .order_content .right_content .totle_price .price[data-v-1d9f4405] {
  color: #252728;
}
.package_main_container .my_package_content .order_item .order_content .right_content .totle_price .price span[data-v-1d9f4405] {
  margin-left: 6px;
  color: #0d0d0d;
  font-size: 16px;
}
.package_main_container .my_package_content .order_item .order_content .right_content .order_btn_main[data-v-1d9f4405] {
  margin-top: 16px;
}
.package_main_container .my_package_content .view_more[data-v-1d9f4405] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 12px 4px 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 4px;
  backdrop-filter: blur(4.0978136063px);
}
.package_main_container .my_package_content .view_more .text[data-v-1d9f4405] {
  color: #62686b;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}
.package_main_container .my_package_content .view_more img[data-v-1d9f4405] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 10px;
  height: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@-webkit-keyframes loading360-1d9f4405 {
0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
}
100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
}
}
@keyframes loading360-1d9f4405 {
0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
}
100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
}
}
.package_main_container .unavailable[data-v-1d9f4405] {
  color: rgba(0, 0, 0, 0.231372549) !important;
}
@media screen and (max-width: 768px) {
.package_main_container[data-v-1d9f4405] {
    margin-bottom: 30px;
    gap: 16px;
}
.package_main_container .search_input[data-v-1d9f4405] {
    height: 40px;
    margin-bottom: 16px;
}
}
@media screen and (max-width: 768px) and (max-width: 441px) {
.package_main_container .search_input[data-v-1d9f4405] {
    margin-top: 60px;
}
}
@media screen and (max-width: 768px) {
.package_main_container .my_package_content[data-v-1d9f4405] {
    gap: 16px;
}
.package_main_container .my_package_content .order_item[data-v-1d9f4405] {
    padding: 16px;
    gap: 12px;
}
.package_main_container .my_package_content .order_item .order_top[data-v-1d9f4405] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    gap: 12px;
}
.package_main_container .my_package_content .order_item .order_top .order_number[data-v-1d9f4405] {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.package_main_container .my_package_content .order_item .order_top .right_tag_main[data-v-1d9f4405] {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.package_main_container .my_package_content .order_item .order_top .right_tag_main .right_tag[data-v-1d9f4405] {
    padding: 5px 12px;
}
.package_main_container .my_package_content .order_item .order_top .right_tag_main .right[data-v-1d9f4405] {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
}
.package_main_container .my_package_content .order_item .order_content[data-v-1d9f4405] {
    display: block;
}
.package_main_container .my_package_content .order_item .order_content .left-card[data-v-1d9f4405] {
    width: 100%;
}
.package_main_container .my_package_content .order_item .order_content .right_content[data-v-1d9f4405] {
    padding: 8px 0 0;
}
.package_main_container .my_package_content .order_item .order_content .right_content .time_gift[data-v-1d9f4405] {
    font-size: 12px;
    line-height: 15px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.package_main_container .my_package_content .order_item .order_content .right_content .totle_price[data-v-1d9f4405] {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 15px;
}
.package_main_container .my_package_content .order_item .order_content .right_content .totle_price .left_label[data-v-1d9f4405] {
    font-size: 12px;
}
.package_main_container .my_package_content .order_item .order_content .right_content .totle_price .price span[data-v-1d9f4405] {
    font-size: 14px;
}
}
[data-v-1d9f4405] .el-input__icon {
  width: 30px !important;
  height: 30px !important;
}
[data-v-1d9f4405] .el-icon svg {
  width: 25px;
  height: 25px;
}/*order-option*/
/*order-option*/
/*order-option*/
/*order-option*/
.readAndAgree-container .title[data-v-7c35b492] {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  color: #000000;
  text-align: center;
  margin-bottom: 32px;
}
.readAndAgree-container .link-notcie-btn span[data-v-7c35b492] {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}
.readAndAgree-container .link-notcie-btn span[data-v-7c35b492]:first-child {
  margin-right: 16px;
}
.readAndAgree-container[data-v-7c35b492] .dialog-footer .submit-btn {
  width: 100%;
  height: 48px;
  background-color: #010101;
  color: #ffffff;
  line-height: 24px;
  font-size: 16px;
  font-weight: 600;
  margin: 24px 0;
  border-radius: 0;
  -webkit-transition: background-color 0.4s ease-out, color 0.4s ease-out;
  transition: background-color 0.4s ease-out, color 0.4s ease-out;
}
.readAndAgree-container[data-v-7c35b492] .dialog-footer .submit-btn:focus, .readAndAgree-container[data-v-7c35b492] .dialog-footer .submit-btn:hover {
  background-color: #ffffff;
  color: #010101;
  border-color: #010101;
}
.readAndAgree-container .dialog-footer .cancel-btn[data-v-7c35b492] {
  font-size: 14px;
  line-height: 16px;
  color: #1566d8;
  font-weight: 500;
  cursor: pointer;
}
.readAndAgree-container .dialog-footer .cancel-btn[data-v-7c35b492]:hover {
  text-decoration: underline;
}
.readAndAgree-container[data-v-7c35b492] .el-dialog__header,
.readAndAgree-container[data-v-7c35b492] .el-dialog__body,
.readAndAgree-container[data-v-7c35b492] .el-dialog__footer {
  padding: 0;
}
.readAndAgree-container[data-v-7c35b492] .el-dialog {
  padding: 32px;
}