@charset "UTF-8";
/*order-option*/
/*order-option*/
/*order-option*/
/*order-option*/
/* 通用样式 */
.cus_popover,
.cus_message_box {
  --el-popover-border-radius: 8px;
  --el-overlay-color-lighter: #00000080;
}
.cus_popover .el-message-box,
.cus_message_box .el-message-box {
  --el-messagebox-border-radius: 8px;
  padding-bottom: 0;
  vertical-align: bottom;
}
.cus_popover .el-message-box .cus_message,
.cus_message_box .el-message-box .cus_message {
  width: 100%;
}
.cus_popover .el-message-box__header,
.cus_popover .el-message-box__btns,
.cus_message_box .el-message-box__header,
.cus_message_box .el-message-box__btns {
  display: none;
}
.cus_popover .cus_message,
.cus_message_box .cus_message {
  color: #1A1D25;
  font-size: 16px;
  width: 200px;
}
.cus_popover .el-popper__arrow,
.cus_message_box .el-popper__arrow {
  right: 20% !important;
  left: auto !important;
}

#BrazilOfficialWebsiteCarPurchase-orderDetails {
  padding-top: 35px;
  position: relative;
  width: 100vw;
  min-height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails *,
#BrazilOfficialWebsiteCarPurchase-orderDetails *::before,
#BrazilOfficialWebsiteCarPurchase-orderDetails *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .displayBlock {
  display: block !important;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .displayFlex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails [v-cloak] {
  display: none;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 12px;
  /* 修改宽度 */
  height: 12px;
  /* 修改高度 */
  border: 1px solid #000;
  /* 修改未选中时的边框宽度和颜色 */
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails input[type=radio]:checked {
  border: 1px solid black;
  /* 修改选中时的边框宽度和颜色 */
  background-color: black;
  /* 修改选中时的背景颜色 */
}
#BrazilOfficialWebsiteCarPurchase-orderDetails input[type=radio]:checked::before {
  content: "";
  display: block;
  width: 6px;
  /* 修改按钮宽度 */
  height: 6px;
  /* 修改按钮高度 */
  border-radius: 50%;
  background-color: white;
  /* 修改选中时按钮的颜色 */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#BrazilOfficialWebsiteCarPurchase-orderDetails input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 16px;
  height: 16px;
  background-color: white;
  border-radius: 4px;
  border: 1.5px solid black;
  position: relative;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails input[type=checkbox]:checked {
  background-color: black;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails input[type=checkbox]:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 4px;
  width: 4px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails {
  width: 62.5%;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  #BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails {
    padding-bottom: 1px;
  }
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban {
  padding-top: 40px;
}
@media screen and (max-width: 1200px) {
  #BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban {
    padding-top: 0;
  }
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .orderDetails_modal {
  z-index: 444;
  top: 0;
  left: 0;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.65);
  display: none;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .orderDetails_modal .modal_panel {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 448px;
  height: 426px;
  background-color: #fff;
  margin: 0 auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .orderDetails_modal .modal_panel .btns {
  color: #252728;
  -webkit-text-fill-color: #252728;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .orderDetails_modal .modal_panel .btns button {
  width: 100%;
  height: 50px;
  border: 1px solid #252728;
  background-color: #FFFFFF;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .orderDetails_modal .modal_panel .btns button:hover {
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  background-color: #252728;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .orderDetails_modal .modal_panel .btns button:first-of-type {
  color: #FFFFFF;
  -webkit-text-fill-color: #ffffff;
  margin-bottom: 8px;
  background-color: #252728;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .orderDetails_modal .modal_panel .btns button:first-of-type:hover {
  color: #252728;
  -webkit-text-fill-color: #252728;
  background-color: transparent;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .orderDetails_modal .modal_panel .panel_refund {
  padding-left: 24px;
  padding-right: 24px;
  font-family: Montserrat, serif;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .orderDetails_modal .modal_panel .panel_refund .refund_top {
  padding-top: 16px;
  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;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .orderDetails_modal .modal_panel .panel_refund .refund_top img {
  width: 24px;
  height: 24px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .orderDetails_modal .modal_panel .panel_refund .refund_middle {
  padding-top: 30px;
  padding-left: 10%;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #252728;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .orderDetails_modal .modal_panel .panel_refund .refund_middle label {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5%;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .orderDetails_modal .modal_panel .panel_refund .refund_middle label input {
  margin-right: 2px;
  -webkit-transform: translateY(9%);
          transform: translateY(9%);
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .orderDetails_modal .modal_panel .panel_confirm {
  padding-left: 24px;
  padding-right: 24px;
  font-family: Montserrat, serif;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .orderDetails_modal .modal_panel .panel_confirm .confirm_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .orderDetails_modal .modal_panel .panel_confirm .confirm_top img {
  margin-top: 18px;
  margin-bottom: 18px;
  width: 24px;
  height: 24px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .orderDetails_modal .modal_panel .panel_confirm .confirm_middle {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 700px) {
  #BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .orderDetails_modal .modal_panel .panel_confirm .confirm_middle {
    margin-bottom: 15px !important;
  }
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .orderDetails_modal .modal_panel .panel_confirm .confirm_middle :nth-child(1) {
  margin-bottom: 20px;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .orderDetails_modal .modal_panel .panel_confirm .confirm_middle :nth-child(2) {
  margin-bottom: 10px;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .orderDetails_modal .modal_panel .panel_confirm .confirm_middle img {
  width: 66px;
  height: 66px;
  -o-object-fit: cover;
     object-fit: cover;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .orderDetails_modal .modal_panel .panel_confirm .confirm_middle div:first-of-type {
  font-family: Montserrat, serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .orderDetails_modal .modal_panel .panel_confirm .confirm_middle div:nth-of-type(2) {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .orderDetails_modal .modal_req {
  display: none;
  width: 448px !important;
  height: 360px !important;
  font-family: Montserrat, serif;
  padding-right: 24px;
  padding-left: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 700px) {
  #BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .orderDetails_modal .modal_req {
    width: 320px !important;
    height: 360px !important;
  }
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .orderDetails_modal .modal_req :first-child {
  text-align: right;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .orderDetails_modal .modal_req :first-child img {
  width: 25px;
  height: 25px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .orderDetails_modal .modal_req > img {
  width: 65px;
  height: 65px;
  margin: 0 auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 40px;
}
@media (max-width: 700px) {
  #BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .orderDetails_modal .modal_req > img {
    width: 50px;
    height: 50px;
  }
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .orderDetails_modal .modal_req :nth-child(3) {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  color: #252728;
  margin-bottom: 10px;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .orderDetails_modal .modal_req :nth-child(4) {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  color: #4E5356;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .orderDetails_modal .modal_req :nth-child(5) {
  position: absolute;
  left: 0;
  bottom: 32px;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  color: #4E5356;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_breadCrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Montserrat, serif;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #7C7D7E;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_breadCrumb :nth-child(1) {
  cursor: pointer;
  text-decoration: none;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_breadCrumb img {
  width: 16px;
  height: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
  margin-left: 4px;
  margin-right: 4px;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_breadCrumb :nth-child(3) {
  color: #252728;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_steps {
  margin: 60px auto;
  margin-left: 4vw;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_steps .active .step_title {
  color: #000;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_steps .active .step_icon {
  background-color: #252728;
  color: #252728;
  position: relative;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_steps .active .step_icon::before {
  content: "";
  position: absolute;
  top: 19%;
  left: 37%;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_steps .el-step__line {
  height: 0.8px;
  background-color: #DADADA;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_steps .step_icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #858585;
  background-color: #DADADA;
  text-align: center;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_steps .el-step__title {
  --el-text-color-placeholder: #858585;
  color: #858585;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_steps .el-step__description {
  --el-color-primary: #A1A6AF;
  color: #A1A6AF;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_steps .step_title {
  font-family: Montserrat, serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  -webkit-transform: translateX(-40%);
          transform: translateX(-40%);
  margin-top: 22px;
  text-align: center;
  word-wrap: break-word;
  max-width: 150px;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_steps .step_des {
  margin-top: 4px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  -webkit-transform: translateX(-40%);
          transform: translateX(-40%);
  max-width: 150px;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .visible {
  visibility: visible;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_order .kanban_order_left {
  height: 100%;
  width: 70%;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 12px 40px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 12px 40px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 8px;
  margin-right: 8.6%;
  overflow: hidden;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_order .kanban_order_left > picture,
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_order .kanban_order_left > picture > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_order .kanban_order_left > picture {
  display: none;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_order .kanban_order_left .pic_show {
  display: block;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_order .kanban_order_left .left_wrapper {
  padding: 0 24px 56px 24px;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_order .kanban_order_left .left_wrapper .left_tittle {
  font-family: Montserrat, serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 34.13px;
  text-align: left;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_order .kanban_order_left .left_wrapper .left_pairs {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_order .kanban_order_left .left_wrapper .left_pairs picture,
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_order .kanban_order_left .left_wrapper .left_pairs img {
  width: 32px;
  height: 32px;
  -o-object-fit: cover;
     object-fit: cover;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_order .kanban_order_left .left_wrapper .left_pairs > picture {
  display: none;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_order .kanban_order_left .left_wrapper .left_pairs span {
  display: none;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_order .kanban_order_left .left_wrapper .left_pairs .span_show {
  display: inline;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_order .kanban_order_left .left_wrapper .left_pairs .pic_show {
  display: block;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_order .kanban_order_left .left_wrapper .left_divingLine {
  height: 1px;
  background-color: #DCDDDF;
  margin-bottom: 24px;
  margin-top: 24px;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_order .kanban_order_left .left_wrapper .left_price {
  font-family: Montserrat, serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_order .kanban_order_left .left_wrapper .left_price :nth-child(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_order .kanban_order_right {
  padding-top: 2.2vh;
  width: 100%;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_order .kanban_order_right .infoBox {
  margin-bottom: 40px;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_order .kanban_order_right .infoBox .info_title {
  font-family: Montserrat, serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-align: left;
  margin-bottom: 24px;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_order .kanban_order_right .infoBox .info_flexWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_order .kanban_order_right .infoBox .info_pair {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_order .kanban_order_right .infoBox .info_pair.hasInfo {
  position: relative;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_order .kanban_order_right .infoBox .info_pair .info_pair_title {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #252728;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_order .kanban_order_right .infoBox .info_pair .info_pair_title.deposit_amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_order .kanban_order_right .infoBox .info_pair .info_pair_title.deposit_amount .info-icon {
  cursor: pointer;
  width: 16px;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_order .kanban_order_right .infoBox .info_pair .deposit_amount_info_wrap {
  position: absolute;
  top: 25px;
  left: 80px;
  width: 327px;
  padding: 30px 24px 24px 24px;
  z-index: 2;
  border-radius: 4px;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
  opacity: 0;
}
@media (max-width: 720px) {
  #BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_order .kanban_order_right .infoBox .info_pair .deposit_amount_info_wrap {
    width: auto;
  }
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_order .kanban_order_right .infoBox .info_pair .deposit_amount_info_wrap.is_show {
  opacity: 1;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_order .kanban_order_right .infoBox .info_pair .deposit_amount_info_wrap .close-icon {
  position: absolute;
  right: 30px;
  top: 12px;
  width: 10px;
  cursor: pointer;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_order .kanban_order_right .infoBox .info_pair .deposit_amount_info_wrap .content {
  color: #9B9A9B;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_order .kanban_order_right .infoBox .info_pair .info_pair_content {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 12px;
  color: #7C7D7E;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_order .kanban_order_right .infoBox:last-of-type {
  margin-bottom: 0;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .footer {
  width: 100vw;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  bottom: 0;
  padding-bottom: 10px;
  border-top: 1.5px solid rgba(0, 0, 0, 0.1019607843);
  padding-top: 10px;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .footer .footer_paidBtns {
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 18.75vw;
  /*button.disabledBtnForPc:nth-of-type(2):hover {
    color: #252728;
    background-color: transparent;
  }*/
}
@media (max-width: 1600px) and (min-width: 1300px) {
  #BrazilOfficialWebsiteCarPurchase-orderDetails .footer .footer_paidBtns {
    padding-right: 8.4vw;
  }
}
@media (max-width: 1299px) and (min-width: 600px) {
  #BrazilOfficialWebsiteCarPurchase-orderDetails .footer .footer_paidBtns {
    padding-right: 48px;
  }
}
@media (max-width: 599px) {
  #BrazilOfficialWebsiteCarPurchase-orderDetails .footer .footer_paidBtns {
    width: 100vw !important;
  }
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .footer .footer_paidBtns img {
  width: 24px;
  height: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .footer .footer_paidBtns button {
  width: 120px;
  height: 50px;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .footer .footer_paidBtns button:nth-of-type(1) {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
  background-color: transparent;
  color: #252728;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .footer .footer_paidBtns button:nth-of-type(2) {
  font-family: Montserrat, serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 50px;
  color: #252728;
  background-color: transparent;
  margin-left: 16px;
  border: 1px solid #252728;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .footer .footer_paidBtns button.disabledBtnForPc {
  color: #DEDEDE;
  background-color: #fff;
  border: 1px solid #DEDEDE;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .footer .footer_paidBtns button.disabledBtnForPc:hover {
  color: #DEDEDE !important;
  background-color: #fff !important;
  border: 1px solid #DEDEDE !important;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .footer .footer_paidBtns button.disabledBtnForPad {
  color: #DEDEDE;
  background-color: #fff;
  border: 1px solid #DEDEDE;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .footer .footer_paidBtns button.disabledBtnForPad:hover {
  color: #DEDEDE !important;
  background-color: #fff !important;
  border: 1px solid #DEDEDE !important;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .footer .footer_paidBtns a {
  visibility: hidden;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .footer .footer_paidBtns button:nth-of-type(2):hover {
  color: #fff;
  background-color: #252728;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .footer .footer_nonPaidBtns {
  width: 106vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 18.75vw;
}
@media (max-width: 1600px) and (min-width: 1300px) {
  #BrazilOfficialWebsiteCarPurchase-orderDetails .footer .footer_nonPaidBtns {
    padding-right: 8.4vw;
  }
}
@media (max-width: 1299px) and (min-width: 600px) {
  #BrazilOfficialWebsiteCarPurchase-orderDetails .footer .footer_nonPaidBtns {
    padding-right: 10vw;
  }
}
@media (max-width: 599px) {
  #BrazilOfficialWebsiteCarPurchase-orderDetails .footer .footer_nonPaidBtns {
    padding-right: 40px;
  }
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .footer .footer_nonPaidBtns button {
  padding: 0 24px;
  height: 50px;
  text-align: center;
  font-family: Montserrat, serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 50px;
  color: #252728;
  background-color: #FFFFFF;
  margin-left: 16px;
  border: 1px solid #252728;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .footer .footer_nonPaidBtns button:hover {
  color: #fff;
  background-color: #252728;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .footer .footer_nonPaidBtns button:nth-of-type(2) {
  background: #252728;
  color: #fff;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .footer .footer_nonPaidBtns button:nth-of-type(2):hover {
  color: #252728;
  background-color: #fff;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .footer .footer_noRefundTip {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 400px;
  width: 90%;
  height: var(--refundText-height)36px;
  border-radius: 4px;
  padding: 12px 24px 24px 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #fff;
  font-family: Montserrat, serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
  color: #9B9A9B;
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1019607843);
  position: absolute;
  top: calc(-44px - 100%);
  right: 7.5%;
  /*@media (min-width: 1601px) {
    right: calc(18.75vw + 5%);
  }*/
  /*@media (max-width: 1600px) and (min-width: 1300px) {
    right: calc(8.4vw + 5%);
  }*/
  /*@media (max-width: 1299px) and (min-width: 601px) {
    right: calc(5%);
  }
  @media (max-width: 600px)  {
    right: calc(7.5%);
  }*/
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .footer .footer_noRefundTip > div:first-of-type {
  text-align: right;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .footer .footer_noRefundTip img {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .footer.fixed {
  position: fixed;
  background: #fff;
  z-index: 2;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .skeleton {
  background-color: rgb(245, 245, 245);
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .skeleton::after {
  -webkit-animation: loading 1.5s infinite;
          animation: loading 1.5s infinite;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  content: "";
  position: absolute;
  top: 0;
  left: -150px;
  height: 100%;
  width: 150px;
}
@-webkit-keyframes loading {
  0% {
    left: -150px;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes loading {
  0% {
    left: -150px;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .display_none {
  display: none;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .sk_leftPic {
  width: 100%;
  height: 220px;
}
@media (max-width: 1000px) and (min-width: 500px) {
  #BrazilOfficialWebsiteCarPurchase-orderDetails .sk_leftPic {
    height: 448px;
  }
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .sk_left_pairs_span {
  width: 70%;
  height: 32px;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .sk_left_pairs_pic {
  width: 32px;
  height: 32px;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .download_modal {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.65);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 222;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .download_modal.disPlayBlock {
  display: block;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .greyText {
  color: #BFBFC1 !important;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails button:disabled {
  cursor: not-allowed;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .modal_box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 222;
  width: 450px;
  height: 350px;
  background: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
}
@media (max-width: 500px) {
  #BrazilOfficialWebsiteCarPurchase-orderDetails .modal_box {
    width: 340px;
    height: 360px;
  }
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .modal_box :nth-child(1) {
  text-align: right;
  height: 48px;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .modal_box :nth-child(1) img {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .modal_box :nth-child(2) {
  text-align: center;
  margin-bottom: 24px;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .modal_box :nth-child(2) img {
  width: 65px;
  height: 65px;
  -o-object-fit: cover;
     object-fit: cover;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .modal_box :nth-child(3) {
  text-align: center;
  margin-bottom: 12px;
  font-family: Montserrat, serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}
#BrazilOfficialWebsiteCarPurchase-orderDetails .modal_box :nth-child(4) {
  text-align: center;
  font-family: Montserrat, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

/* pad */
@media (max-width: 1200px) and (min-width: 992px) {
  #BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails {
    width: 80%;
  }
  #BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban {
    /*.footer {
      .footer_nonPaidBtns {
        width: 110vw;
      }
    }*/
  }
  #BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .orderDetails_modal .modal_panel {
    width: 448px;
    height: 410px;
  }
  #BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_order {
    width: auto;
  }
  #BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_order .kanban_order_right {
    width: 424px;
  }
  #BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_order .kanban_order_right .infoBox .info_flexWrapper {
    display: block;
  }
  #BrazilOfficialWebsiteCarPurchase-orderDetails .footer .footer_nonPaidBtns {
    width: 100vw;
  }
}
/* 移动端样式 */
@media (min-width: 720px) and (max-width: 991px) {
  #BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails {
    width: 672px;
  }
  #BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban {
    /*.footer {
      .footer_nonPaidBtns {
        width: 120vw;
      }
    }*/
  }
  #BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .orderDetails_modal .modal_panel {
    width: 448px;
    height: 410px;
  }
  #BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_order {
    width: auto;
    display: block;
  }
  #BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_order .kanban_order_left {
    width: 100%;
    max-height: unset;
    margin-bottom: 50px;
    margin-right: 0;
    text-align: center;
  }
  #BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_order .kanban_order_left img {
    margin: 0 auto;
    max-width: unset;
    max-height: unset;
    width: 100%;
  }
  #BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_order .kanban_order_right {
    width: 100%;
  }
  #BrazilOfficialWebsiteCarPurchase-orderDetails .footer .footer_nonPaidBtns {
    width: 100vw;
  }
}
@media (max-width: 720px) {
  #BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails {
    width: 100%;
  }
  #BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .orderDetails_modal .modal_panel {
    width: 340px;
    height: 400px;
  }
  #BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .orderDetails_modal .modal_panel .panel_refund .refund_middle {
    padding-top: 20px;
    white-space: nowrap;
    padding-left: 3%;
  }
  #BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .orderDetails_modal .modal_panel .panel_refund .refund_middle label {
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 5%;
  }
  #BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .orderDetails_modal .modal_panel .panel_refund .refund_middle label input {
    margin-right: 2px;
  }
  #BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_breadCrumb {
    font-size: 12px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 720px) and (max-width: 500px) {
  #BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_breadCrumb {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 720px) {
  #BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_order {
    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: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 16px;
    margin-bottom: 12vh;
  }
  #BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_order .kanban_order_left {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
    margin-right: 0;
    text-align: center;
  }
  #BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_order .kanban_order_left > picture > img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_order .kanban_order_left img {
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 auto;
  }
  #BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_order .kanban_order_right {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
  #BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_order .kanban_order_right .infoBox .info_flexWrapper .info_pair_title {
    padding: 2.133vw 0;
  }
  #BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_order .kanban_order_right .infoBox:first-of-type > :nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_steps .el-steps {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
    max-height: 40vw;
  }
  #BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_steps .steps_show {
    max-height: 200vw;
  }
  #BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_steps .see_all {
    text-align: center;
    padding: 4px;
    width: 100%;
    left: -4vw;
    color: #002C5E;
    font-size: 14px;
    font-weight: 600;
  }
  #BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_steps .see_all span {
    position: relative;
    display: inline-block;
    padding-right: 5vw;
  }
  #BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_steps .see_all span::after {
    position: absolute;
    top: 45%;
    right: 0;
    content: "";
    border-left: 2px solid;
    border-bottom: 2px solid;
    width: 8px;
    height: 8px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: translateY(-50%) rotateZ(-45deg);
            transform: translateY(-50%) rotateZ(-45deg);
  }
  #BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_steps .see_all.show span::after {
    -webkit-transform: rotateZ(135deg);
            transform: rotateZ(135deg);
  }
  #BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_steps .el-step__line {
    height: auto;
    width: 1px;
    background-color: #DADADA;
  }
  #BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_steps .step_icon {
    width: 5.33vw;
    height: 5.33vw;
  }
  #BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_steps .el-step__main {
    min-height: 16vw;
  }
  #BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_steps .step_title {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    margin-top: 0;
    text-align: left;
    max-width: 100%;
  }
  #BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .kanban_steps .step_des {
    text-align: left;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    margin-top: 0;
    max-width: 100%;
  }
  #BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .footer .footer_nonPaidBtns {
    width: 0vw;
  }
  #BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .footer .footer_nonPaidBtns button {
    line-height: 40px !important;
    height: 40px !important;
  }
  #BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .footer .footer_paidBtns button {
    width: 140px !important;
    height: 40px !important;
  }
  #BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .footer .footer_paidBtns button:nth-of-type(1) {
    font-size: 12px;
  }
  #BrazilOfficialWebsiteCarPurchase-orderDetails .orderDetails .orderDetails_kanban .footer .footer_paidBtns button:nth-of-type(2) {
    line-height: 40px !important;
    font-size: 14px;
  }
}