/* variables for purchase journey scoped sass */
/* change after client confirmation */
/* end change after client confirmation */
/* module */
.button {
  border-radius: 2px;
  color: currentColor;
  display: inline-block;
  font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.8333333333;
  padding: 5px 10px;
  text-decoration: none;
  cursor: pointer;
}
.button_primary {
  background-color: #00adef;
  color: #fff;
}
.button_primary:hover, .button_primary:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #176db7;
}
body[data-theme=amg] .button_primary {
  background-color: #cc0000;
  color: #fff;
}
body[data-theme=amg] .button_primary:hover, body[data-theme=amg] .button_primary:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #e23a39;
}
body[data-theme=amg] .eq-brand .button_primary {
  background-color: #00adef;
}
.button_secondary {
  background-color: #666;
  color: #fff;
}
.button_secondary:hover, .button_secondary:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #333;
}
.button_secondary_alt {
  background-color: #444;
  color: #fff;
}
.button_secondary_alt:hover, .button_secondary_alt:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #999;
}
.button_amg {
  background-color: #cc0000;
  color: #fff;
}
.button_amg:hover, .button_amg:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #e23a39;
}
.button_green {
  background-color: #63ccad;
  color: #fff;
}
.button_green:hover, .button_green:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #63ccad;
}
.button_blue {
  background-color: #00adef;
  color: #fff;
}
.button_blue:hover, .button_blue:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #00adef;
}
.button--wide {
  padding-left: 30px;
  padding-right: 30px;
}

.link {
  color: currentColor;
  text-decoration: none;
}
.link_primary {
  font: normal 400 18px/1 "corporateacondpro";
  padding-left: 10px;
  position: relative;
}
@media only print {
  .link_primary {
    font: normal 400 24px/1.1666666667 "corporateacondpro";
  }
}
body[data-theme=amg] .link_primary {
  font-style: italic;
  padding-left: 15px;
}
.link_primary:before {
  color: #0090ff;
  content: "\e906";
  display: inline-block;
  font-family: "cn-icons" !important;
  font-size: 6px;
  left: 0;
  margin-top: 0;
  position: absolute;
  right: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body[data-theme=amg] .link_primary:before {
  color: #cc0000;
  content: "\e92b";
  font-size: 15px;
}
.link_primary:hover, .link_primary:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_primary:hover, body[data-theme=amg] .link_primary:focus {
  color: #e23a39;
}
body.corporate-page .link_primary {
  font-family: "Arial", sans-serif;
  font-size: 12px;
  padding: 0;
}
body.corporate-page .link_primary:before {
  content: none;
}
.link_secondary {
  padding-left: 10px;
  position: relative;
}
.link_secondary:before {
  color: #0090ff;
  content: "\e906";
  display: inline-block;
  font-family: "cn-icons" !important;
  font-size: 6px;
  left: 0;
  margin-top: 0;
  position: absolute;
  right: auto;
  top: 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body[data-theme=amg] .link_secondary:before {
  color: #cc0000;
}
.link_secondary:hover, .link_secondary:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_secondary:hover, body[data-theme=amg] .link_secondary:focus {
  color: #cc0000;
}
@media only print {
  .link_secondary {
    font: normal 400 12px/1.5 "Arial", sans-serif;
    font: normal 400 14px/1.5 "Arial", sans-serif;
  }
}
.link_plain-link, body.corporate-page .link_primary {
  color: #00adef;
}
body[data-theme=amg] .link_plain-link, body[data-theme=amg] body.corporate-page .link_primary, body.corporate-page body[data-theme=amg] .link_primary {
  color: #cc0000;
}
.link_plain-link:hover, body.corporate-page .link_primary:hover, .link_plain-link:focus, body.corporate-page .link_primary:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_plain-link:hover, body[data-theme=amg] body.corporate-page .link_primary:hover, body.corporate-page body[data-theme=amg] .link_primary:hover, body[data-theme=amg] .link_plain-link:focus, body[data-theme=amg] body.corporate-page .link_primary:focus, body.corporate-page body[data-theme=amg] .link_primary:focus {
  color: #cc0000;
}
.link_in-text:hover, .link_in-text:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_in-text:hover, body[data-theme=amg] .link_in-text:focus {
  color: #cc0000;
}
.link_bold {
  font-size: 14px;
  font-weight: 700;
}
.link_bold:hover, .link_bold:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_bold:hover, body[data-theme=amg] .link_bold:focus {
  color: #cc0000;
}
.link_bold_sub {
  font-size: 12px;
  font-weight: 700;
}
.link_bold_sub:hover, .link_bold_sub:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_bold_sub:hover, body[data-theme=amg] .link_bold_sub:focus {
  color: #cc0000;
}
.link_icon_text {
  font: normal 400 24px/1.1666666667 "corporateacondpro";
}
@media only print {
  .link_icon_text {
    font: normal 400 28px/1.2142857143 "corporateacondpro";
    font: normal 400 30px/1.2666666667 "corporateacondpro";
  }
}
.link_icon_text [class^=icon-mb],
.link_icon_text [class*=" icon-mb"] {
  vertical-align: middle;
}
.link_icon_text:hover, .link_icon_text:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_icon_text {
  color: #999;
}
body[data-theme=amg] .link_icon_text:hover, body[data-theme=amg] .link_icon_text:focus {
  -webkit-animation: none;
          animation: none;
  color: #cc0000;
}
body[data-theme=amg] .link_icon_text:hover [class^=icon-mb],
body[data-theme=amg] .link_icon_text:hover [class*=" icon-mb"], body[data-theme=amg] .link_icon_text:focus [class^=icon-mb],
body[data-theme=amg] .link_icon_text:focus [class*=" icon-mb"] {
  color: #cc0000;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

#content {
  width: 100%;
  overflow-x: hidden;
}

.back-link {
  font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
  font-size: 14px;
  float: right;
}
@media (max-width: 767px) {
  .back-link {
    font-size: 13px;
  }
}
.back-link a {
  display: inline-block;
  color: #333;
  line-height: normal;
}
.back-link a:hover {
  color: #00adef;
}
body[data-theme=amg] .back-link a {
  color: #fff;
}
body[data-theme=amg] .back-link a:hover {
  color: #c00;
  border-bottom: 3px solid #c00;
}
.back-link a:before {
  content: "\e93f";
  font-family: "cn-icons" !important;
  font-weight: normal;
  font-size: 100%;
  display: inline-block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 15px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .back-link a:before {
    margin-right: 5px;
    font-size: 13px;
  }
}

.expansion-link {
  display: inline-block;
  width: 98px;
  text-align: left;
  padding-right: 5px;
  color: #333;
  border-bottom: 1px solid #333;
  font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
}
@media (max-width: 767px) {
  .expansion-link {
    position: relative;
  }
}
body[data-theme=amg] .expansion-link {
  color: #fff;
  border-bottom-color: #999;
}
.expansion-link:after {
  position: absolute;
  right: 5px;
  content: "\e93f";
  font-family: "cn-icons" !important;
  font-weight: normal;
  font-size: 100%;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-left: 10px;
}
.expansion-link--open:after {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.button {
  font-size: 14px;
}
@media (max-width: 767px) {
  .button {
    font-size: 13px;
  }
}

.cc-wrap-pay-success {
  width: 100%;
  height: calc(100vh - 216px);
  background-image: url(../img/paySuccessBg.16b21f93.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  overflow-y: hidden;
  min-height: 700px;
}
.cc-wrap-pay-success .cc-wrap-pay-success-img {
  width: 360px;
  height: 374px;
  position: absolute;
  top: 96px;
  right: 164px;
}
.cc-wrap-pay-success .cc-wrap-pay-success-img .cc-pay-success-car-name {
  position: absolute;
  width: 100%;
  height: 22px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  z-index: 99;
  bottom: 70px;
}
.cc-wrap-pay-success .cc-wrap-pay-success-img .cc-pay-success-wz {
  width: 360px;
  height: 400px;
  background-image: url(../img/paySuccessWZ.36e56d10.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.cc-wrap-pay-success .cc-wrap-pay-success-img .cc-paySucBtn1 {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  width: 160px;
  height: 42px;
  bottom: -102px;
  left: 10px;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  border-radius: 1.5px;
  border-color: rgb(102, 102, 102);
}
.cc-wrap-pay-success .cc-wrap-pay-success-img .cc-paySucBtn2 {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  width: 160px;
  height: 42px;
  bottom: -102px;
  right: 10px;
  background-color: #fff;
  border: none;
  color: #000;
  font-size: 16px;
  border-radius: 1.5px;
}
.cc-wrap-pay-success .cc-wrap-pay-success-img .svgText {
  position: absolute;
  cursor: pointer;
  bottom: -142px;
  left: 50%;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
.cc-wrap-pay-success .cc-wrap-pay-success-img .svgText .cc-PaySuccessPage-svg {
  position: absolute;
  left: -24px;
  top: 0px;
  font-size: 20px;
}

.cc-wrap-pay-success_for_cla {
  position: relative;
  width: 100%;
  height: calc(100vh - 64px);
  background: url(../img/cla_l_background_pc.3b83b908.png) no-repeat left center;
  background-size: cover;
  padding-top: 40px;
  overflow-y: hidden;
}
.cc-wrap-pay-success_for_cla .pay-success-box {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  top: 50%;
  right: 90px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 375px;
  padding: 40px 36px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.41);
  backdrop-filter: blur(35px);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.42) 0%, rgba(231, 231, 231, 0.42) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.42) 0%, rgba(231, 231, 231, 0.42) 100%);
}
.cc-wrap-pay-success_for_cla .pay-success-box .pay-success-text {
  font-size: 28px;
  color: #ffffff;
  line-height: 34px;
  text-align: center;
  font-family: HYa3gj;
}
.cc-wrap-pay-success_for_cla .pay-success-box .pay-success-icon {
  width: 36px;
  height: 36px;
  margin-top: 16px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAAXNSR0IArs4c6QAAAIpQTFRFAAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9jdojQAAAC10Uk5TAAEDBgcMEhgjJCstREZNUFdxcn+Jjpmam5ydoa6yur7HyNPc4urt8vT4+fv9LaJYrwAAAONJREFUOMuFU+kagjAMCwoqnqg48WbqlMO+/+sJ6jfGEJpfsGRbmrWAhhcIqdJUSRF4aMKPEtJIIt+i3TCjGrLQNflhTA3Ew4qf3OkP7hO9/y9fKH5nuDG1IP76CKkV4ae+rF2QldVG1IGoyC/pEiQeAupEANFc3Kxy/S0gG/y5h7n+kVAVc/r4vQ2Ag15TSCu+72yJnmNgWW1KDcHOgSNeC2CamwLjilIxA0YPw5CqmSwURTBX07Gsl1mecayVJKyg9s7aDsqK+vKyo2Yfi39utmH4lmOblm97fnD40eOHt338323vhSrJqJALAAAAAElFTkSuQmCC) no-repeat;
  background-size: 100% 100%;
}
.cc-wrap-pay-success_for_cla .pay-success-box .line-1 {
  width: 36px;
  height: 1px;
  margin-top: 36px;
  background: #ffffff;
  opacity: 0.6;
}
.cc-wrap-pay-success_for_cla .pay-success-box .pay-success-welcome-text {
  font-size: 34px;
  text-align: center;
  color: #ffffff;
  line-height: normal;
  font-family: HYa3gj;
  margin-top: 24px;
  line-height: 49px;
}
.cc-wrap-pay-success_for_cla .pay-success-box .line-2 {
  width: 36px;
  height: 1px;
  margin-top: 24px;
  background: #ffffff;
  opacity: 0.6;
}
.cc-wrap-pay-success_for_cla .pay-success-box .pay-success-model-name {
  margin-top: 26px;
  font-size: 28px;
  color: #ffffff;
  line-height: 34px;
  font-family: "HYa3gj";
}
.cc-wrap-pay-success_for_cla .pay-success-box .pay-success-button-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 90px;
}
.cc-wrap-pay-success_for_cla .pay-success-box .pay-success-button-box .button-left,
.cc-wrap-pay-success_for_cla .pay-success-box .pay-success-button-box .button-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 145px;
  height: 40px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  border-radius: 20px;
  cursor: pointer;
}
.cc-wrap-pay-success_for_cla .pay-success-box .pay-success-button-box .button-left {
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.8);
}
.cc-wrap-pay-success_for_cla .pay-success-box .pay-success-button-box .button-right {
  color: #000000;
  background: #ffffff;
}
/* variables for purchase journey scoped sass */
/* change after client confirmation */
/* end change after client confirmation */
/* module */
.button[data-v-2950bffe] {
  border-radius: 2px;
  color: currentColor;
  display: inline-block;
  font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.8333333333;
  padding: 5px 10px;
  text-decoration: none;
  cursor: pointer;
}
.button_primary[data-v-2950bffe] {
  background-color: #00adef;
  color: #fff;
}
.button_primary[data-v-2950bffe]:hover, .button_primary[data-v-2950bffe]:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #176db7;
}
body[data-theme=amg] .button_primary[data-v-2950bffe] {
  background-color: #cc0000;
  color: #fff;
}
body[data-theme=amg] .button_primary[data-v-2950bffe]:hover, body[data-theme=amg] .button_primary[data-v-2950bffe]:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #e23a39;
}
body[data-theme=amg] .eq-brand .button_primary[data-v-2950bffe] {
  background-color: #00adef;
}
.button_secondary[data-v-2950bffe] {
  background-color: #666;
  color: #fff;
}
.button_secondary[data-v-2950bffe]:hover, .button_secondary[data-v-2950bffe]:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #333;
}
.button_secondary_alt[data-v-2950bffe] {
  background-color: #444;
  color: #fff;
}
.button_secondary_alt[data-v-2950bffe]:hover, .button_secondary_alt[data-v-2950bffe]:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #999;
}
.button_amg[data-v-2950bffe] {
  background-color: #cc0000;
  color: #fff;
}
.button_amg[data-v-2950bffe]:hover, .button_amg[data-v-2950bffe]:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #e23a39;
}
.button_green[data-v-2950bffe] {
  background-color: #63ccad;
  color: #fff;
}
.button_green[data-v-2950bffe]:hover, .button_green[data-v-2950bffe]:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #63ccad;
}
.button_blue[data-v-2950bffe] {
  background-color: #00adef;
  color: #fff;
}
.button_blue[data-v-2950bffe]:hover, .button_blue[data-v-2950bffe]:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #00adef;
}
.button--wide[data-v-2950bffe] {
  padding-left: 30px;
  padding-right: 30px;
}
.link[data-v-2950bffe] {
  color: currentColor;
  text-decoration: none;
}
.link_primary[data-v-2950bffe] {
  font: normal 400 18px/1 "corporateacondpro";
  padding-left: 10px;
  position: relative;
}
@media only print {
.link_primary[data-v-2950bffe] {
    font: normal 400 24px/1.1666666667 "corporateacondpro";
}
}
body[data-theme=amg] .link_primary[data-v-2950bffe] {
  font-style: italic;
  padding-left: 15px;
}
.link_primary[data-v-2950bffe]:before {
  color: #0090ff;
  content: "\e906";
  display: inline-block;
  font-family: "cn-icons" !important;
  font-size: 6px;
  left: 0;
  margin-top: 0;
  position: absolute;
  right: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body[data-theme=amg] .link_primary[data-v-2950bffe]:before {
  color: #cc0000;
  content: "\e92b";
  font-size: 15px;
}
.link_primary[data-v-2950bffe]:hover, .link_primary[data-v-2950bffe]:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_primary[data-v-2950bffe]:hover, body[data-theme=amg] .link_primary[data-v-2950bffe]:focus {
  color: #e23a39;
}
body.corporate-page .link_primary[data-v-2950bffe] {
  font-family: "Arial", sans-serif;
  font-size: 12px;
  padding: 0;
}
body.corporate-page .link_primary[data-v-2950bffe]:before {
  content: none;
}
.link_secondary[data-v-2950bffe] {
  padding-left: 10px;
  position: relative;
}
.link_secondary[data-v-2950bffe]:before {
  color: #0090ff;
  content: "\e906";
  display: inline-block;
  font-family: "cn-icons" !important;
  font-size: 6px;
  left: 0;
  margin-top: 0;
  position: absolute;
  right: auto;
  top: 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body[data-theme=amg] .link_secondary[data-v-2950bffe]:before {
  color: #cc0000;
}
.link_secondary[data-v-2950bffe]:hover, .link_secondary[data-v-2950bffe]:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_secondary[data-v-2950bffe]:hover, body[data-theme=amg] .link_secondary[data-v-2950bffe]:focus {
  color: #cc0000;
}
@media only print {
.link_secondary[data-v-2950bffe] {
    font: normal 400 12px/1.5 "Arial", sans-serif;
    font: normal 400 14px/1.5 "Arial", sans-serif;
}
}
.link_plain-link[data-v-2950bffe], body.corporate-page .link_primary[data-v-2950bffe] {
  color: #00adef;
}
body[data-theme=amg] .link_plain-link[data-v-2950bffe], body[data-theme=amg] body.corporate-page .link_primary[data-v-2950bffe], body.corporate-page body[data-theme=amg] .link_primary[data-v-2950bffe] {
  color: #cc0000;
}
.link_plain-link[data-v-2950bffe]:hover, body.corporate-page .link_primary[data-v-2950bffe]:hover, .link_plain-link[data-v-2950bffe]:focus, body.corporate-page .link_primary[data-v-2950bffe]:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_plain-link[data-v-2950bffe]:hover, body[data-theme=amg] body.corporate-page .link_primary[data-v-2950bffe]:hover, body.corporate-page body[data-theme=amg] .link_primary[data-v-2950bffe]:hover, body[data-theme=amg] .link_plain-link[data-v-2950bffe]:focus, body[data-theme=amg] body.corporate-page .link_primary[data-v-2950bffe]:focus, body.corporate-page body[data-theme=amg] .link_primary[data-v-2950bffe]:focus {
  color: #cc0000;
}
.link_in-text[data-v-2950bffe]:hover, .link_in-text[data-v-2950bffe]:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_in-text[data-v-2950bffe]:hover, body[data-theme=amg] .link_in-text[data-v-2950bffe]:focus {
  color: #cc0000;
}
.link_bold[data-v-2950bffe] {
  font-size: 14px;
  font-weight: 700;
}
.link_bold[data-v-2950bffe]:hover, .link_bold[data-v-2950bffe]:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_bold[data-v-2950bffe]:hover, body[data-theme=amg] .link_bold[data-v-2950bffe]:focus {
  color: #cc0000;
}
.link_bold_sub[data-v-2950bffe] {
  font-size: 12px;
  font-weight: 700;
}
.link_bold_sub[data-v-2950bffe]:hover, .link_bold_sub[data-v-2950bffe]:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_bold_sub[data-v-2950bffe]:hover, body[data-theme=amg] .link_bold_sub[data-v-2950bffe]:focus {
  color: #cc0000;
}
.link_icon_text[data-v-2950bffe] {
  font: normal 400 24px/1.1666666667 "corporateacondpro";
}
@media only print {
.link_icon_text[data-v-2950bffe] {
    font: normal 400 28px/1.2142857143 "corporateacondpro";
    font: normal 400 30px/1.2666666667 "corporateacondpro";
}
}
.link_icon_text [class^=icon-mb][data-v-2950bffe],
.link_icon_text [class*=" icon-mb"][data-v-2950bffe] {
  vertical-align: middle;
}
.link_icon_text[data-v-2950bffe]:hover, .link_icon_text[data-v-2950bffe]:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_icon_text[data-v-2950bffe] {
  color: #999;
}
body[data-theme=amg] .link_icon_text[data-v-2950bffe]:hover, body[data-theme=amg] .link_icon_text[data-v-2950bffe]:focus {
  -webkit-animation: none;
          animation: none;
  color: #cc0000;
}
body[data-theme=amg] .link_icon_text:hover [class^=icon-mb][data-v-2950bffe],
body[data-theme=amg] .link_icon_text:hover [class*=" icon-mb"][data-v-2950bffe], body[data-theme=amg] .link_icon_text:focus [class^=icon-mb][data-v-2950bffe],
body[data-theme=amg] .link_icon_text:focus [class*=" icon-mb"][data-v-2950bffe] {
  color: #cc0000;
}
.clearfix[data-v-2950bffe]:after {
  content: "";
  display: table;
  clear: both;
}
#content[data-v-2950bffe] {
  width: 100%;
  overflow-x: hidden;
}
.back-link[data-v-2950bffe] {
  font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
  font-size: 14px;
  float: right;
}
@media (max-width: 767px) {
.back-link[data-v-2950bffe] {
    font-size: 13px;
}
}
.back-link a[data-v-2950bffe] {
  display: inline-block;
  color: #333;
  line-height: normal;
}
.back-link a[data-v-2950bffe]:hover {
  color: #00adef;
}
body[data-theme=amg] .back-link a[data-v-2950bffe] {
  color: #fff;
}
body[data-theme=amg] .back-link a[data-v-2950bffe]:hover {
  color: #c00;
  border-bottom: 3px solid #c00;
}
.back-link a[data-v-2950bffe]:before {
  content: "\e93f";
  font-family: "cn-icons" !important;
  font-weight: normal;
  font-size: 100%;
  display: inline-block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 15px;
  font-size: 14px;
}
@media (max-width: 767px) {
.back-link a[data-v-2950bffe]:before {
    margin-right: 5px;
    font-size: 13px;
}
}
.expansion-link[data-v-2950bffe] {
  display: inline-block;
  width: 98px;
  text-align: left;
  padding-right: 5px;
  color: #333;
  border-bottom: 1px solid #333;
  font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
}
@media (max-width: 767px) {
.expansion-link[data-v-2950bffe] {
    position: relative;
}
}
body[data-theme=amg] .expansion-link[data-v-2950bffe] {
  color: #fff;
  border-bottom-color: #999;
}
.expansion-link[data-v-2950bffe]:after {
  position: absolute;
  right: 5px;
  content: "\e93f";
  font-family: "cn-icons" !important;
  font-weight: normal;
  font-size: 100%;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-left: 10px;
}
.expansion-link--open[data-v-2950bffe]:after {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.button[data-v-2950bffe] {
  font-size: 14px;
}
@media (max-width: 767px) {
.button[data-v-2950bffe] {
    font-size: 13px;
}
}
.global-header__right-menu-localtion-wrap[data-v-2950bffe] {
  width: 0;
}
.cc-wrap-pay-success[data-v-2950bffe]::-webkit-scrollbar {
  display: none;
}
/* variables for purchase journey scoped sass */
/* change after client confirmation */
/* end change after client confirmation */
/* module */
.button {
  border-radius: 2px;
  color: currentColor;
  display: inline-block;
  font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.8333333333;
  padding: 5px 10px;
  text-decoration: none;
  cursor: pointer;
}
.button_primary {
  background-color: #00adef;
  color: #fff;
}
.button_primary:hover, .button_primary:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #176db7;
}
body[data-theme=amg] .button_primary {
  background-color: #cc0000;
  color: #fff;
}
body[data-theme=amg] .button_primary:hover, body[data-theme=amg] .button_primary:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #e23a39;
}
body[data-theme=amg] .eq-brand .button_primary {
  background-color: #00adef;
}
.button_secondary {
  background-color: #666;
  color: #fff;
}
.button_secondary:hover, .button_secondary:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #333;
}
.button_secondary_alt {
  background-color: #444;
  color: #fff;
}
.button_secondary_alt:hover, .button_secondary_alt:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #999;
}
.button_amg {
  background-color: #cc0000;
  color: #fff;
}
.button_amg:hover, .button_amg:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #e23a39;
}
.button_green {
  background-color: #63ccad;
  color: #fff;
}
.button_green:hover, .button_green:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #63ccad;
}
.button_blue {
  background-color: #00adef;
  color: #fff;
}
.button_blue:hover, .button_blue:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #00adef;
}
.button--wide {
  padding-left: 30px;
  padding-right: 30px;
}

.link {
  color: currentColor;
  text-decoration: none;
}
.link_primary {
  font: normal 400 18px/1 "corporateacondpro";
  padding-left: 10px;
  position: relative;
}
@media only print {
  .link_primary {
    font: normal 400 24px/1.1666666667 "corporateacondpro";
  }
}
body[data-theme=amg] .link_primary {
  font-style: italic;
  padding-left: 15px;
}
.link_primary:before {
  color: #0090ff;
  content: "\e906";
  display: inline-block;
  font-family: "cn-icons" !important;
  font-size: 6px;
  left: 0;
  margin-top: 0;
  position: absolute;
  right: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body[data-theme=amg] .link_primary:before {
  color: #cc0000;
  content: "\e92b";
  font-size: 15px;
}
.link_primary:hover, .link_primary:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_primary:hover, body[data-theme=amg] .link_primary:focus {
  color: #e23a39;
}
body.corporate-page .link_primary {
  font-family: "Arial", sans-serif;
  font-size: 12px;
  padding: 0;
}
body.corporate-page .link_primary:before {
  content: none;
}
.link_secondary {
  padding-left: 10px;
  position: relative;
}
.link_secondary:before {
  color: #0090ff;
  content: "\e906";
  display: inline-block;
  font-family: "cn-icons" !important;
  font-size: 6px;
  left: 0;
  margin-top: 0;
  position: absolute;
  right: auto;
  top: 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body[data-theme=amg] .link_secondary:before {
  color: #cc0000;
}
.link_secondary:hover, .link_secondary:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_secondary:hover, body[data-theme=amg] .link_secondary:focus {
  color: #cc0000;
}
@media only print {
  .link_secondary {
    font: normal 400 12px/1.5 "Arial", sans-serif;
    font: normal 400 14px/1.5 "Arial", sans-serif;
  }
}
.link_plain-link, body.corporate-page .link_primary {
  color: #00adef;
}
body[data-theme=amg] .link_plain-link, body[data-theme=amg] body.corporate-page .link_primary, body.corporate-page body[data-theme=amg] .link_primary {
  color: #cc0000;
}
.link_plain-link:hover, body.corporate-page .link_primary:hover, .link_plain-link:focus, body.corporate-page .link_primary:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_plain-link:hover, body[data-theme=amg] body.corporate-page .link_primary:hover, body.corporate-page body[data-theme=amg] .link_primary:hover, body[data-theme=amg] .link_plain-link:focus, body[data-theme=amg] body.corporate-page .link_primary:focus, body.corporate-page body[data-theme=amg] .link_primary:focus {
  color: #cc0000;
}
.link_in-text:hover, .link_in-text:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_in-text:hover, body[data-theme=amg] .link_in-text:focus {
  color: #cc0000;
}
.link_bold {
  font-size: 14px;
  font-weight: 700;
}
.link_bold:hover, .link_bold:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_bold:hover, body[data-theme=amg] .link_bold:focus {
  color: #cc0000;
}
.link_bold_sub {
  font-size: 12px;
  font-weight: 700;
}
.link_bold_sub:hover, .link_bold_sub:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_bold_sub:hover, body[data-theme=amg] .link_bold_sub:focus {
  color: #cc0000;
}
.link_icon_text {
  font: normal 400 24px/1.1666666667 "corporateacondpro";
}
@media only print {
  .link_icon_text {
    font: normal 400 28px/1.2142857143 "corporateacondpro";
    font: normal 400 30px/1.2666666667 "corporateacondpro";
  }
}
.link_icon_text [class^=icon-mb],
.link_icon_text [class*=" icon-mb"] {
  vertical-align: middle;
}
.link_icon_text:hover, .link_icon_text:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_icon_text {
  color: #999;
}
body[data-theme=amg] .link_icon_text:hover, body[data-theme=amg] .link_icon_text:focus {
  -webkit-animation: none;
          animation: none;
  color: #cc0000;
}
body[data-theme=amg] .link_icon_text:hover [class^=icon-mb],
body[data-theme=amg] .link_icon_text:hover [class*=" icon-mb"], body[data-theme=amg] .link_icon_text:focus [class^=icon-mb],
body[data-theme=amg] .link_icon_text:focus [class*=" icon-mb"] {
  color: #cc0000;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

#content {
  width: 100%;
  overflow-x: hidden;
}

.back-link {
  font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
  font-size: 14px;
  float: right;
}
@media (max-width: 767px) {
  .back-link {
    font-size: 13px;
  }
}
.back-link a {
  display: inline-block;
  color: #333;
  line-height: normal;
}
.back-link a:hover {
  color: #00adef;
}
body[data-theme=amg] .back-link a {
  color: #fff;
}
body[data-theme=amg] .back-link a:hover {
  color: #c00;
  border-bottom: 3px solid #c00;
}
.back-link a:before {
  content: "\e93f";
  font-family: "cn-icons" !important;
  font-weight: normal;
  font-size: 100%;
  display: inline-block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 15px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .back-link a:before {
    margin-right: 5px;
    font-size: 13px;
  }
}

.expansion-link {
  display: inline-block;
  width: 98px;
  text-align: left;
  padding-right: 5px;
  color: #333;
  border-bottom: 1px solid #333;
  font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
}
@media (max-width: 767px) {
  .expansion-link {
    position: relative;
  }
}
body[data-theme=amg] .expansion-link {
  color: #fff;
  border-bottom-color: #999;
}
.expansion-link:after {
  position: absolute;
  right: 5px;
  content: "\e93f";
  font-family: "cn-icons" !important;
  font-weight: normal;
  font-size: 100%;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-left: 10px;
}
.expansion-link--open:after {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.button {
  font-size: 14px;
}
@media (max-width: 767px) {
  .button {
    font-size: 13px;
  }
}

@media screen and (min-width: 767px) {
  .ll-finishPay-success .ll-successPay-bgImg .ll-successPayIcon {
    top: 10%;
    height: 140px;
    width: 77px;
  }
  .ll-finishPay-success .ll-successPay-bgImg .ll-successPayText {
    bottom: 34%;
    height: 108px;
    width: 349px;
  }
  .ll-finishPay-success .ll-successPay-bgImg .ll-successPayCarName {
    bottom: 22%;
    font-size: 23px;
  }
}
@media screen and (min-width: 1024px) and (max-height: 769px) {
  .ll-finishPay-success .ll-successPay-text {
    font-size: 26px;
  }
  .ll-finishPay-success .ll-successPay-text .ll-to-text {
    height: 60px;
  }
  .ll-finishPay-success .ll-successPay-text .ll-to-text span {
    line-height: 60px;
  }
  .ll-finishPay-success .ll-successPay-text .ll-to-text .ll-carIcon {
    margin-right: 22px;
  }
  .ll-finishPay-success .ll-successPay-text .ll-button-box span {
    width: 260px;
    height: 65px;
    line-height: 65px;
  }
  .ll-finishPay-success .ll-successPay-bgImg .ll-successPayIcon {
    top: 10%;
    height: 136px;
    width: 200px;
  }
  .ll-finishPay-success .ll-successPay-bgImg .ll-successPayText {
    bottom: 28%;
    height: 110px;
    width: 593px;
  }
  .ll-finishPay-success .ll-successPay-bgImg .ll-successPayCarName {
    bottom: 15%;
    width: 100%;
  }
  .ll-finishPay-success .ll-successPay-bgImg .ll-successPayCarName span {
    display: inline-block;
    width: 350px;
  }
}
@media screen and (min-width: 1024px) and (min-height: 1366px) {
  .ll-finishPay-success .ll-successPay-text {
    font-size: 26px;
  }
  .ll-finishPay-success .ll-successPay-text .ll-to-text {
    height: 60px;
  }
  .ll-finishPay-success .ll-successPay-text .ll-to-text span {
    line-height: 60px;
  }
  .ll-finishPay-success .ll-successPay-text .ll-to-text .ll-carIcon {
    margin-right: 22px;
  }
  .ll-finishPay-success .ll-successPay-text .ll-button-box span {
    width: 260px;
    height: 65px;
    line-height: 65px;
  }
  .ll-finishPay-success .ll-successPay-bgImg .ll-successPayIcon {
    top: 10%;
    height: 190px;
    width: 200px;
  }
  .ll-finishPay-success .ll-successPay-bgImg .ll-successPayText {
    bottom: 29%;
    height: 169px;
    width: 593px;
  }
  .ll-finishPay-success .ll-successPay-bgImg .ll-successPayCarName {
    bottom: 16%;
    width: 100%;
  }
  .ll-finishPay-success .ll-successPay-bgImg .ll-successPayCarName span {
    display: inline-block;
    width: 350px;
  }
}
@media screen and (min-width: 1024px) {
  .ll-finishPay-success .ll-successPay-text {
    font-size: 14px;
  }
  .ll-finishPay-success .ll-successPay-text .ll-to-text {
    height: 43px;
  }
  .ll-finishPay-success .ll-successPay-text .ll-to-text span {
    line-height: 43px;
  }
  .ll-finishPay-success .ll-successPay-text .ll-to-text .ll-successPayIcon {
    margin-right: 5px;
    height: 40px;
    width: 20px;
  }
  .ll-finishPay-success .ll-successPay-text .ll-button-box span {
    width: 146px;
    height: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .ll-finishPay-success .ll-successPay-text {
    font-size: 14px;
  }
  .ll-finishPay-success .ll-successPay-text .ll-to-text {
    height: 43px;
  }
  .ll-finishPay-success .ll-successPay-text .ll-to-text span {
    line-height: 43px;
  }
  .ll-finishPay-success .ll-successPay-text .ll-to-text .ll-successPayIcon {
    margin-right: 5px;
    height: 40px;
    width: 20px;
  }
  .ll-finishPay-success .ll-successPay-text .ll-button-box span {
    width: 146px;
    height: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .ll-finishPay-success .ll-successPay-bgImg .ll-successPayIcon {
    top: 10%;
    height: 80px;
    width: 148px;
  }
  .ll-finishPay-success .ll-successPay-bgImg .ll-successPayText {
    bottom: 25%;
    height: 77px;
    width: 216px;
  }
  .ll-finishPay-success .ll-successPay-bgImg .ll-successPayCarName {
    bottom: 19%;
    width: 100%;
    font-size: 12px;
  }
  .ll-finishPay-success .ll-successPay-bgImg .ll-successPayCarName span {
    display: inline-block;
    width: 142px;
  }
}
@media screen and (max-width: 541px) {
  .ll-finishPay-success .ll-successPay-bgImg .ll-successPayText {
    bottom: 30%;
  }
  .ll-finishPay-success .ll-successPay-bgImg .ll-successPayIcon {
    top: 13%;
    height: 76px;
  }
}
@media screen and (max-width: 415px) {
  .ll-finishPay-success .ll-successPay-bgImg .ll-successPayIcon {
    top: 18%;
  }
  .ll-finishPay-success .ll-successPay-bgImg .ll-successPayText {
    bottom: 30%;
  }
  .ll-finishPay-success .ll-successPay-bgImg .ll-successPayCarName {
    bottom: 21%;
  }
  .ll-finishPay-success .ll-successPay-bgImg .ll-successPayText {
    bottom: 32%;
  }
  .ll-finishPay-success .ll-successPay-bgImg .ll-successPayCarName {
    bottom: 18%;
  }
}
@media screen and (max-width: 376px) {
  .ll-finishPay-success .ll-successPay-text .ll-to-text .ll-carIcon {
    height: 18px;
  }
  .ll-finishPay-success .ll-successPay-bgImg .ll-successPayIcon {
    top: 13%;
  }
  .ll-finishPay-success .ll-successPay-bgImg .ll-successPayText {
    bottom: 31%;
  }
  .ll-finishPay-success .ll-successPay-bgImg .ll-successPayCarName {
    bottom: 16%;
  }
}
@media screen and (max-width: 321px) {
  .ll-finishPay-success .ll-successPay-bgImg .ll-successPayIcon {
    height: 78px;
  }
  .ll-finishPay-success .ll-successPay-bgImg .ll-successPayText {
    bottom: 29%;
    height: 63px;
  }
  .ll-finishPay-success .ll-successPay-bgImg .ll-successPayCarName {
    bottom: 11%;
  }
}
@media screen and (max-width: 281px) {
  .ll-finishPay-success .ll-successPay-bgImg .ll-successPayIcon {
    height: 80px;
  }
  .ll-finishPay-success .ll-successPay-bgImg .ll-successPayText {
    width: 184px;
  }
  .ll-finishPay-success .ll-successPay-bgImg .ll-successPayCarName {
    bottom: 19%;
  }
  .ll-finishPay-success .ll-successPay-text .ll-button-box span {
    width: 120px !important;
  }
}
.ll-finishPay-success {
  position: relative;
  height: calc(100vh - 84px - 75px - 40px);
  min-width: 306px;
}
.ll-finishPay-success .ll-successPay-bgImg {
  position: relative;
  height: calc(100% - 133px);
  background-image: url(../img/finishPayBgImg.5d343474.png);
  background-repeat: round;
  background-size: 100% 100%;
}
.ll-finishPay-success .ll-successPay-bgImg .ll-successPayIcon,
.ll-finishPay-success .ll-successPay-bgImg .ll-successPayText,
.ll-finishPay-success .ll-successPay-bgImg .ll-successPayCarName {
  position: absolute;
  margin: 0 auto;
  width: 100%;
}
.ll-finishPay-success .ll-successPay-bgImg .ll-successPayIcon .ll-successPayIconSvg {
  width: 100%;
  height: 100%;
}
.ll-finishPay-success .ll-successPay-bgImg .ll-successPayText .ll-successPayTextSvg {
  width: 100%;
  height: 100%;
}
.ll-finishPay-success .ll-successPay-bgImg .ll-successPayText .ll-welcome-text {
  margin-top: 16px;
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
  color: #ffffff;
  font-family: HYa3gj;
  text-align: center;
}
.ll-finishPay-success .ll-successPay-bgImg .ll-successPayCarName {
  color: #fff;
  text-align: center;
}
.ll-finishPay-success .ll-successPay-text {
  position: absolute;
  text-align: center;
  bottom: 0;
  width: 100%;
}
.ll-finishPay-success .ll-successPay-text .ll-to-text {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  border-bottom: 1px solid #f4f4f4;
}
.ll-finishPay-success .ll-successPay-text .ll-to-text .ll-carIcon {
  font-size: 18px;
  margin-right: 5px;
}
.ll-finishPay-success .ll-successPay-text .ll-button-box {
  padding: 17px 0 33px;
}
.ll-finishPay-success .ll-successPay-text .ll-button-box span {
  display: inline-block;
  border-radius: 2px;
}
.ll-finishPay-success .ll-successPay-text .ll-button-box .ll-returnIndex-button {
  color: #2f2f2f;
  margin-right: 14px;
  border: solid 1px #a9a9a9;
}
.ll-finishPay-success .ll-successPay-text .ll-button-box .ll-returnIndex-button-for-in-app {
  color: #2f2f2f;
  border: solid 1px #a9a9a9;
}
.ll-finishPay-success .ll-successPay-text .ll-button-box .ll-toViewOrder-button {
  background-color: #000;
  color: #fff;
  border: solid 1px #666;
}
.ll-finishPay-success .ll-successPay-text .ll-successPay-button {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  text-align: center;
  height: 40px;
  line-height: 40px;
  width: 208px;
  color: #fff;
  font-size: 14px;
}

.ll-finishPay-success_for_cla {
  position: relative;
  width: 100%;
}
.ll-finishPay-success_for_cla .ll-successPay-bgImg {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../img/cla_l_background_mobile.aa85e455.png) no-repeat center top;
  background-size: cover;
}
.ll-finishPay-success_for_cla .ll-successPay-bgImg .ll-success-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: calc(16px + env(safe-area-inset-bottom, constant(safe-area-inset-bottom)));
  height: 246px;
  padding: 24px;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.44) 0%, rgba(231, 231, 231, 0.52) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.44) 0%, rgba(231, 231, 231, 0.52) 100%);
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.41);
  backdrop-filter: blur(35px);
}
.ll-finishPay-success_for_cla .ll-successPay-bgImg .ll-success-box .ll-success-wording {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.ll-finishPay-success_for_cla .ll-successPay-bgImg .ll-success-box .ll-success-wording .ll-success-text {
  font-size: 16px;
  color: #ffffff;
  line-height: 22px;
}
.ll-finishPay-success_for_cla .ll-successPay-bgImg .ll-success-box .ll-success-wording .ll-success-logo {
  width: 16px;
  height: 16px;
  margin-left: 4px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAAXNSR0IArs4c6QAAAIpQTFRFAAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9jdojQAAAC10Uk5TAAEDBgcMEhgjJCstREZNUFdxcn+Jjpmam5ydoa6yur7HyNPc4urt8vT4+fv9LaJYrwAAAONJREFUOMuFU+kagjAMCwoqnqg48WbqlMO+/+sJ6jfGEJpfsGRbmrWAhhcIqdJUSRF4aMKPEtJIIt+i3TCjGrLQNflhTA3Ew4qf3OkP7hO9/y9fKH5nuDG1IP76CKkV4ae+rF2QldVG1IGoyC/pEiQeAupEANFc3Kxy/S0gG/y5h7n+kVAVc/r4vQ2Ag15TSCu+72yJnmNgWW1KDcHOgSNeC2CamwLjilIxA0YPw5CqmSwURTBX07Gsl1mecayVJKyg9s7aDsqK+vKyo2Yfi39utmH4lmOblm97fnD40eOHt338323vhSrJqJALAAAAAElFTkSuQmCC) no-repeat;
  background-size: 100% 100%;
}
.ll-finishPay-success_for_cla .ll-successPay-bgImg .ll-success-box .ll-welcome-text {
  margin-top: 16px;
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
  color: #ffffff;
  font-family: HYa3gj;
  text-align: center;
}
.ll-finishPay-success_for_cla .ll-successPay-bgImg .ll-success-box .ll-button-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 64px;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ll-finishPay-success_for_cla .ll-successPay-bgImg .ll-success-box .ll-button-box .ll-returnIndex-button,
.ll-finishPay-success_for_cla .ll-successPay-bgImg .ll-success-box .ll-button-box .ll-toViewOrder-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  min-width: 90px;
  height: 40px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
}
.ll-finishPay-success_for_cla .ll-successPay-bgImg .ll-success-box .ll-button-box .ll-returnIndex-button-for-in-app {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-width: 90px;
  height: 40px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
}
.ll-finishPay-success_for_cla .ll-successPay-bgImg .ll-success-box .ll-button-box .ll-returnIndex-button {
  color: #ffffff;
  margin-right: 16px;
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.ll-finishPay-success_for_cla .ll-successPay-bgImg .ll-success-box .ll-button-box .ll-toViewOrder-button {
  background: #ffffff;
  color: #000000;
}
.ll-finishPay-success_for_cla .ll-successPay-bgImg .ll-success-box .ll-return-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0.5rem;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}
.ll-finishPay-success_for_cla .ll-successPay-bgImg .ll-successPayIcon,
.ll-finishPay-success_for_cla .ll-successPay-bgImg .ll-successPayText,
.ll-finishPay-success_for_cla .ll-successPay-bgImg .ll-successPayCarName {
  position: absolute;
  margin: 0 auto;
  width: 100%;
}
.ll-finishPay-success_for_cla .ll-successPay-bgImg .ll-successPayIcon .ll-successPayIconSvg {
  width: 100%;
  height: 100%;
}
.ll-finishPay-success_for_cla .ll-successPay-bgImg .ll-successPayText .ll-successPayTextSvg {
  width: 100%;
  height: 100%;
}
.ll-finishPay-success_for_cla .ll-successPay-bgImg .ll-successPayText .ll-welcome-text {
  margin-top: 16px;
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
  color: #ffffff;
  font-family: HYa3gj;
}
.ll-finishPay-success_for_cla .ll-successPay-bgImg .ll-successPayCarName {
  color: #fff;
  text-align: center;
}
.ll-finishPay-success_for_cla .ll-successPay-text {
  position: absolute;
  text-align: center;
  bottom: 0;
  width: 100%;
}
.ll-finishPay-success_for_cla .ll-successPay-text .ll-to-text {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  border-bottom: 1px solid #f4f4f4;
}
.ll-finishPay-success_for_cla .ll-successPay-text .ll-to-text .ll-carIcon {
  font-size: 18px;
  margin-right: 5px;
}
.ll-finishPay-success_for_cla .ll-successPay-text .ll-successPay-button {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  text-align: center;
  height: 40px;
  line-height: 40px;
  width: 208px;
  color: #fff;
  font-size: 14px;
}

.ll-finishPay-success-in-app {
  height: 100vh;
  background-color: #000;
}

.share-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9999;
  -webkit-animation: fadeIn 0.3s ease-in-out;
          animation: fadeIn 0.3s ease-in-out;
}
.share-overlay .close-btn {
  width: 32px;
  height: 32px;
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.share-overlay .close-btn:hover {
  background: rgba(255, 255, 255, 0.2);
}
.share-overlay .share-content {
  position: relative;
  max-width: 320px;
  width: 95%;
  text-align: center;
  -webkit-animation: slideUp 0.3s ease-out;
          animation: slideUp 0.3s ease-out;
}
.share-overlay .share-content .share-image-container {
  margin-bottom: 20px;
}
.share-overlay .share-content .share-image-container .share-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
.share-overlay .share-content .share-tip {
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  opacity: 0.9;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slideUp {
  from {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
