/* 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.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.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;
}
/* 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.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-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-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-in-app {
  height: 100vh;
  background-color: #000;
}
