/* 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: 1024px) {
  .ll-common-picture .ll-common-big .ll-img {
    height: 240px;
  }
  .ll-common-picture .ll-common-big .ll-img img {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .ll-common-picture .ll-common-big .ll-img {
    height: 240px;
  }
  .ll-common-picture .ll-common-big .ll-img img {
    margin-top: 0;
  }
}
@media screen and (min-width: 460px) {
  .ll-common-picture .ll-common-big .ll-img,
  .ll-common-picture .ll-common-big .ll-c3img {
    height: 200px;
  }
}
@media screen and (max-width: 459px) {
  .ll-common-picture .ll-common-big .ll-img {
    height: 126px;
  }
  .ll-common-picture .ll-common-big .ll-c3img {
    height: 145px;
  }
}
.ll-start {
  background-image: url(../img/mobileStars.png);
}

.ll-bg {
  background: url(../img/bg_gray_moblie.png) no-repeat;
}

.ll-common-picture {
  position: relative;
  text-align: center;
  background-size: 100%;
  background-repeat: round;
}
.ll-common-picture .disNone {
  display: none;
}
.ll-common-picture .disBlock {
  display: block;
}
.ll-common-picture .ll-top-banner-sticky {
  width: 100%;
}
.ll-common-picture .ll-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}
.ll-common-picture .ll-top-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 16px;
  height: 64px;
  font-size: 14px;
  color: #fff;
  background-color: #000;
}
.ll-common-picture .ll-top-banner .ll-top-banner-name {
  margin: auto 0;
  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;
  width: 198px;
  line-height: 25px;
  text-align: left;
  font-size: 18px;
}
.ll-common-picture .ll-top-banner .ll-top-banner-all {
  width: 89px;
  height: 30px;
  line-height: 30px;
  margin: 17px 0;
  border-radius: 15px;
  box-shadow: 0 2px 19px 0 rgba(204, 204, 204, 0.4);
  border: solid 1px #f9f9f9;
}
.ll-common-picture .ll-common-big .ll-collect {
  position: absolute;
  top: 16px;
  right: 20px;
  height: 14px;
  line-height: 16px;
  font-size: 14px;
  color: #8b8a8a;
  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;
}
.ll-common-picture .ll-common-big .ll-collect span {
  margin-left: 4px;
  display: inline-block;
  font-size: 12px;
}
.ll-common-picture .ll-common-big .ll-collect .ll-collection-icon {
  font-size: 14px;
}
.ll-common-picture .ll-common-big .ll-collect .ll-fff {
  color: #fff;
}
.ll-common-picture .ll-common-big .ll-img img,
.ll-common-picture .ll-common-big .ll-c3img img {
  max-width: 484px;
  margin-top: 6px;
}
.ll-common-picture .ll-common-big .ll-img .ll-c3,
.ll-common-picture .ll-common-big .ll-c3img .ll-c3 {
  margin-top: 46px;
}
.ll-common-picture .ll-common-big .ll-pic-text {
  width: 100%;
}
.ll-common-picture .ll-common-big .ll-pic-text .ll-name {
  margin: 0 auto;
  width: 289px;
  line-height: 24px;
  font-size: 18px;
  font-weight: 600;
}
.ll-common-picture .ll-common-big .ll-pic-text .ll-name .ll-white {
  margin: 34px 0px;
  display: inline-block;
  font-weight: 500;
  color: white;
}
.ll-common-picture .ll-common-big .ll-pic-text .ll-all-button {
  display: inline-block;
  margin: 12px 0 16px 0;
  border-radius: 20px;
  border: 1px solid #f6f6f6;
  background-color: #fff;
  box-shadow: 0 2px 19px 0 rgba(204, 204, 204, 0.4);
  font-size: 14px;
  font-weight: 600;
  color: #666;
  width: 87px;
  height: 28px;
  line-height: 28px;
  white-space: nowrap;
}
.ll-common-picture .ll-common-big .ll-pic-text .ll-pic-tips {
  height: 30px;
  color: #c8d0d4;
  font-size: 9px;
}

.ll-allCarTypePop {
  font-size: 16px;
}
.ll-allCarTypePop .ll-bottomDialog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
  border-bottom: 1px solid #f0f0f0;
}
.ll-allCarTypePop .ll-bottomDialog .ll-allCarType-title {
  margin: 16px 0;
  font-weight: 600;
  color: #333;
}
.ll-allCarTypePop .ll-bottomDialog .ll-allCarType-title span {
  color: rgba(51, 51, 51, 0.8);
}
.ll-allCarTypePop .ll-bottomDialog .ll-iconButtomDialogClose {
  margin: auto 0;
  font-size: 25.45px;
}
.ll-allCarTypePop .ll-dialog-content {
  padding: 0 20px;
  height: 84%;
  text-align: left;
  overflow: auto;
}
.ll-allCarTypePop .ll-dialog-content .ll-dialog-item:last-of-type {
  border-bottom: none;
}
.ll-allCarTypePop .ll-dialog-content .ll-dialog-item {
  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;
  height: 64px;
  border-bottom: 1px solid #f0f0f0;
  overflow: hidden;
  font-size: 15px;
}

.van-toast--html,
.van-toast--text {
  min-width: 100px !important;
  min-height: 56px !important;
  padding: 0 10px !important;
}

.van-toast--top {
  top: 333px !important;
  border-radius: 2px !important;
}

.favorite-icon {
  width: 20px;
}

.ll-collect.new-location[data-v-62421ec4] {
  left: 0.53333rem;
  right: auto;
}

/* 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: 1024px) {
  .ll-tips-big {
    padding: 16px 130px;
  }
}
@media screen and (max-width: 1023px) {
  .ll-tips-big {
    padding: 16px 100px;
  }
  .ll-tips-big .ll-tips-msg .ll-tips-all {
    bottom: -14px;
  }
}
@media screen and (max-width: 767px) {
  .ll-tips-big {
    padding: 16px;
  }
  .ll-tips-big .ll-tips-msg .ll-tips-all {
    bottom: 0;
  }
}
.ll-tips-big {
  box-sizing: border-box;
  font-size: 12px;
  background-color: #f4f4f4;
  color: #999;
  text-align: left;
}
.ll-tips-big .ll-top-tips {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
  margin-bottom: 16px;
}
.ll-tips-big .ll-top-tips .ll-top-Icon .ll-top-tips-icon {
  float: left;
  padding: 0px 2px 0 0;
  width: 18px;
  height: 18px;
}
.ll-tips-big .ll-line {
  width: 34px;
  border-bottom: 1px solid #999;
  margin-bottom: 16px;
}
.ll-tips-big .ll-tips-msg {
  position: relative;
}
.ll-tips-big .ll-tips-msg .ll-text {
  line-height: 1.8;
}
.ll-tips-big .ll-tips-msg .ll-tips-text {
  position: relative;
  height: 36px;
  line-height: 1.5;
}
.ll-tips-big .ll-tips-msg .ll-tips-all {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #333;
}
.ll-tips-big .ll-tips-msg .ll-text-right {
  text-align: right;
  color: #333;
  padding-top: 6px;
}

.ll-campaign-text {
  padding: 24px 20px 0;
  box-sizing: border-box;
  height: 82%;
  line-height: 24px;
  font-size: 12px;
  overflow: auto;
}
.ll-campaign-text p,
.ll-campaign-text .wx-t {
  padding-bottom: 29px;
}
.ll-campaign-text pre {
  height: 100%;
  padding-bottom: 32px;
}
/* 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;
  }
}

.mobile-online-gift {
  padding-bottom: 40px;
  font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial;
}
.mobile-online-gift .wx-wrap-top-lp {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.mobile-online-gift .wx-wrap-top-lp::-webkit-scrollbar {
  display: none;
}
.mobile-online-gift .wx-wrap-top-lp .wx-gift {
  width: 156px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
  border: 2px solid #e3e3e3;
  border-radius: 2px;
  margin-right: 30px;
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.mobile-online-gift .wx-wrap-top-lp .wx-gift .wx-gift-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mobile-online-gift .wx-wrap-top-lp .wx-gift .wx-gift-image .vertical-image {
  height: 100%;
  width: auto;
  margin: 0 auto;
}
.mobile-online-gift .wx-wrap-top-lp .wx-gift .wx-gift-image .horizontal-image {
  width: 100%;
  height: auto;
  margin: auto 0;
}
.mobile-online-gift .wx-wrap-top-lp .wx-gift .gift-stock {
  position: absolute;
  top: 30px;
  left: 10px;
  color: #fff;
  font-size: 14px;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
}
.mobile-online-gift .wx-wrap-top-lp .wx-gift .gift-top-name {
  width: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mobile-online-gift .wx-wrap-top-lp .wx-gift .gift-name {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  font-size: 14px;
  padding: 3px 12px;
  box-sizing: border-box;
  background-color: #f8f8f8;
  word-break: break-all;
  white-space: break-spaces;
  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;
}
.mobile-online-gift .wx-wrap-top-lp .wx-gift .ww-giftbutton {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 36px;
  height: 34px;
  z-index: 1000;
}
.mobile-online-gift .wx-wrap-top-lp .current-gift {
  border-radius: 2px;
  border: 2px solid #333;
}
.mobile-online-gift .wx-wrap-top-lp .current-gift img {
  width: auto;
  margin: 0 auto;
  height: 125px;
}
.mobile-online-gift .wx-gift-entity__title {
  font-size: 12px;
  color: #999;
  margin-bottom: 20px;
  margin-top: 12px;
}
.mobile-online-gift .wx-gift-entity__address--title {
  color: #333;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 24px;
  text-align: center;
}
.mobile-online-gift .wx-gift-entity__address--disclaimer {
  font-size: 12px;
  line-height: 14px;
  color: #999;
  margin-top: 10px;
  -webkit-transform: scale(0.833);
          transform: scale(0.833);
  -webkit-transform-origin: left;
          transform-origin: left;
  text-align: left;
}
.mobile-online-gift .wx-gift-entity__address--disclaimer p {
  padding: 0;
  text-align: left;
  font-weight: normal;
}
.mobile-online-gift .wx-gift-entity .el-form-item {
  margin-bottom: 0;
  position: relative;
  line-height: 28px;
  height: 28px;
}
.mobile-online-gift .wx-gift-entity .el-form-item.is-error {
  height: 40px;
}
.mobile-online-gift .wx-gift-entity .el-form-item:last-child.is-error {
  height: 34px;
}
.mobile-online-gift .wx-gift-entity .el-form-item__content {
  position: unset;
  line-height: 28px;
}
.mobile-online-gift .wx-gift-entity .el-form-item__label {
  color: #333;
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
  padding: 0;
}
.mobile-online-gift .wx-gift-entity .el-input {
  line-height: 28px;
}
.mobile-online-gift .wx-gift-entity .el-input__inner {
  border: none;
  text-indent: 0px;
  color: #666;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  padding: 0;
}
.mobile-online-gift .wx-gift-entity .el-input__inner::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
}
.mobile-online-gift .wx-gift-entity .el-input__inner::-moz-placeholder {
  color: #999;
  font-size: 14px;
}
.mobile-online-gift .wx-gift-entity .el-input__inner:-ms-input-placeholder {
  color: #999;
  font-size: 14px;
}
.mobile-online-gift .wx-gift-entity .el-input__inner::placeholder {
  color: #999;
  font-size: 14px;
}
.mobile-online-gift .wx-gift-entity .el-form-item.is-error .el-input__inner,
.mobile-online-gift .wx-gift-entity .el-form-item.is-error .el-input__inner:focus,
.mobile-online-gift .wx-gift-entity .el-form-item.is-error .el-textarea__inner,
.mobile-online-gift .wx-gift-entity .el-form-item.is-error .el-textarea__inner:focus {
  border: none;
}
.mobile-online-gift .wx-gift-entity .el-form-item__error {
  color: #c80000;
  font-size: 10px;
  top: 24px;
  z-index: 10;
  -webkit-transform: scale(0.833);
          transform: scale(0.833);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.mobile-online-gift .wx-gift-entity .el-cascader {
  width: 100%;
  height: 28px;
  line-height: 28px;
}
.mobile-online-gift .wx-gift-virtual__title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #333;
  margin: 28px 0 15px;
  text-align: center;
}
.mobile-online-gift .wx-gift-virtual__content {
  padding: 15px 14px;
  font-size: 12px;
  background: #f4f4f4;
  line-height: 20px;
  border-radius: 2px;
}
.mobile-online-gift .el-form-item__location {
  position: relative;
}
.mobile-online-gift .el-form-item__location .el-cascader__location {
  position: relative;
  z-index: 1;
}
.mobile-online-gift .el-form-item__location .el-input .el-icon-arrow-down {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAOCAMAAAAVBLyFAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAzUExURUdwTDQ0NDQ0NDMzMz09PUBAQDQ0NDQ0NDMzMzY2NjMzMzMzMzMzMzMzMzU1NTQ0NDMzM0xX0IsAAAAQdFJOUwB2iUEMBDHH8x6bZObbUq2WwTcMAAAAVElEQVQY013LSQ7AIAxDUVPCPN7/tG1EGcJfWU8yWr9qCF6KD0CSlPDlTnEs4so3Tm1SQ2DW1ZmfYCdZrJ4hzxZQYSl0EDSThij2HqWAcqaLUOtcL3LdB+mV+Dr2AAAAAElFTkSuQmCC) center center no-repeat;
  background-size: 9px;
}
.mobile-online-gift .el-form-item__location .el-input .el-icon-arrow-down:before {
  content: "";
  font-size: 9px;
  visibility: hidden;
}
.mobile-online-gift .el-cascader__location-cascader.el-cascader__dropdown.el-popper .el-cascader-panel .el-cascader-menu .el-cascader-menu__list .is-active {
  background-color: #fff;
  color: #333;
}
.mobile-online-gift .el-cascader__location .el-input .el-icon-arrow-down {
  line-height: 28px;
}
.mobile-online-gift .el-cascader__location-cascader.el-cascader__dropdown.el-popper {
  top: 25px !important;
  left: 0 !important;
  right: 0;
  box-shadow: 0 5px 22px -4px rgba(0, 0, 0, 0.19);
  border-radius: 4px;
  padding: 0 14px;
}
.mobile-online-gift .el-cascader__location-cascader.el-cascader__dropdown.el-popper .el-popper__arrow {
  background: transparent;
}
.mobile-online-gift .el-cascader__location-cascader.el-cascader__dropdown.el-popper .el-popper__arrow::before {
  background: transparent;
  border: 1px solid transparent;
}
.mobile-online-gift .el-cascader__location-cascader.el-cascader__dropdown.el-popper .el-popper.is-light .el-popper__arrow::before {
  background: transparent;
  border: 1px solid transparent;
}
.mobile-online-gift .el-cascader__location-cascader.el-cascader__dropdown.el-popper .el-popper__arrow {
  display: none;
}
.mobile-online-gift .el-cascader__location-cascader.el-cascader__dropdown.el-popper .el-cascader-menu__list {
  padding: 0;
}
.mobile-online-gift .el-cascader__location-cascader.el-cascader__dropdown.el-popper .el-cascader-panel {
  height: 140px;
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mobile-online-gift .el-cascader__location-cascader.el-cascader__dropdown.el-popper .el-cascader-node {
  padding: 0;
  height: 22px;
  line-height: 22px;
  margin-top: 4px;
}
.mobile-online-gift .el-cascader__location-cascader.el-cascader__dropdown.el-popper .el-cascader-node__label {
  padding: 0;
  color: #666;
}
.mobile-online-gift .el-cascader__location-cascader.el-cascader__dropdown.el-popper .el-icon-arrow-right:before {
  display: none;
}
.mobile-online-gift .el-cascader__location-cascader.el-cascader__dropdown.el-popper .el-icon-check:before {
  display: none;
}
.mobile-online-gift .el-cascader__location-cascader.el-cascader__dropdown.el-popper .el-cascader-menu {
  border: none;
  min-width: unset;
  width: 33.3%;
}
.mobile-online-gift .el-cascader__location-cascader.el-cascader__dropdown.el-popper .el-cascader-node.in-active-path,
.mobile-online-gift .el-cascader__location-cascader.el-cascader__dropdown.el-popper .el-cascader-node.is-active {
  font-weight: normal;
}
.mobile-online-gift .el-cascader__location-cascader.el-cascader__dropdown.el-popper .el-cascader-node.in-active-path .el-cascader-node__label,
.mobile-online-gift .el-cascader__location-cascader.el-cascader__dropdown.el-popper .el-cascader-node.is-active .el-cascader-node__label {
  color: #000000;
}
.mobile-online-gift .el-cascader__location-cascader.el-cascader__dropdown.el-popper .el-cascader-node.is-disabled {
  cursor: default;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-online-gift .el-cascader__location-cascader.el-cascader__dropdown.el-popper .el-cascader-node.is-disabled .el-cascader-node__label {
  color: rgba(0, 0, 0, 0.6);
}
.mobile-online-gift .el-cascader__location-cascader.el-cascader__dropdown.el-popper .el-cascader-node:not(.is-disabled):focus,
.mobile-online-gift .el-cascader__location-cascader.el-cascader__dropdown.el-popper .el-cascader-node:not(.is-disabled):hover {
  background: none;
}
.mobile-online-gift .el-cascader__location-cascader.el-cascader__dropdown.el-popper .el-cascader-menu:last-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.mobile-online-gift .el-cascader__location-cascader.el-cascader__dropdown.el-popper .el-cascader-node.is-disabled {
  padding: 0;
  margin: 0;
  line-height: 34px;
  height: 34px;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  padding-top: 4px;
  z-index: 1;
  background: #fff;
}
.mobile-online-gift .el-cascader__location-cascader.el-cascader__dropdown.el-popper .el-cascader-menu__wrap.el-scrollbar__wrap {
  height: 140px;
}
.mobile-online-gift .el-cascader__location-cascader.el-cascader__dropdown.el-popper .el-cascader-menu__wrap:first-child ul li {
  padding-left: 5px;
}
.mobile-online-gift .el-cascader__location-cascader.el-cascader__dropdown.el-popper .el-scrollbar__bar.is-vertical {
  display: none !important;
}
/* variables for purchase journey scoped sass */
/* change after client confirmation */
/* end change after client confirmation */
/* module */
.button[data-v-0992dcc8] {
  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-0992dcc8] {
  background-color: #00adef;
  color: #fff;
}
.button_primary[data-v-0992dcc8]:hover, .button_primary[data-v-0992dcc8]:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #176db7;
}
body[data-theme=amg] .button_primary[data-v-0992dcc8] {
  background-color: #cc0000;
  color: #fff;
}
body[data-theme=amg] .button_primary[data-v-0992dcc8]:hover, body[data-theme=amg] .button_primary[data-v-0992dcc8]:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #e23a39;
}
body[data-theme=amg] .eq-brand .button_primary[data-v-0992dcc8] {
  background-color: #00adef;
}
.button_secondary[data-v-0992dcc8] {
  background-color: #666;
  color: #fff;
}
.button_secondary[data-v-0992dcc8]:hover, .button_secondary[data-v-0992dcc8]:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #333;
}
.button_secondary_alt[data-v-0992dcc8] {
  background-color: #444;
  color: #fff;
}
.button_secondary_alt[data-v-0992dcc8]:hover, .button_secondary_alt[data-v-0992dcc8]:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #999;
}
.button_amg[data-v-0992dcc8] {
  background-color: #cc0000;
  color: #fff;
}
.button_amg[data-v-0992dcc8]:hover, .button_amg[data-v-0992dcc8]:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #e23a39;
}
.button_green[data-v-0992dcc8] {
  background-color: #63ccad;
  color: #fff;
}
.button_green[data-v-0992dcc8]:hover, .button_green[data-v-0992dcc8]:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #63ccad;
}
.button_blue[data-v-0992dcc8] {
  background-color: #00adef;
  color: #fff;
}
.button_blue[data-v-0992dcc8]:hover, .button_blue[data-v-0992dcc8]:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #00adef;
}
.button--wide[data-v-0992dcc8] {
  padding-left: 30px;
  padding-right: 30px;
}
.link[data-v-0992dcc8] {
  color: currentColor;
  text-decoration: none;
}
.link_primary[data-v-0992dcc8] {
  font: normal 400 18px/1 "corporateacondpro";
  padding-left: 10px;
  position: relative;
}
@media only print {
.link_primary[data-v-0992dcc8] {
    font: normal 400 24px/1.1666666667 "corporateacondpro";
}
}
body[data-theme=amg] .link_primary[data-v-0992dcc8] {
  font-style: italic;
  padding-left: 15px;
}
.link_primary[data-v-0992dcc8]: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-0992dcc8]:before {
  color: #cc0000;
  content: "\e92b";
  font-size: 15px;
}
.link_primary[data-v-0992dcc8]:hover, .link_primary[data-v-0992dcc8]:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_primary[data-v-0992dcc8]:hover, body[data-theme=amg] .link_primary[data-v-0992dcc8]:focus {
  color: #e23a39;
}
body.corporate-page .link_primary[data-v-0992dcc8] {
  font-family: "Arial", sans-serif;
  font-size: 12px;
  padding: 0;
}
body.corporate-page .link_primary[data-v-0992dcc8]:before {
  content: none;
}
.link_secondary[data-v-0992dcc8] {
  padding-left: 10px;
  position: relative;
}
.link_secondary[data-v-0992dcc8]: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-0992dcc8]:before {
  color: #cc0000;
}
.link_secondary[data-v-0992dcc8]:hover, .link_secondary[data-v-0992dcc8]:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_secondary[data-v-0992dcc8]:hover, body[data-theme=amg] .link_secondary[data-v-0992dcc8]:focus {
  color: #cc0000;
}
@media only print {
.link_secondary[data-v-0992dcc8] {
    font: normal 400 12px/1.5 "Arial", sans-serif;
    font: normal 400 14px/1.5 "Arial", sans-serif;
}
}
.link_plain-link[data-v-0992dcc8], body.corporate-page .link_primary[data-v-0992dcc8] {
  color: #00adef;
}
body[data-theme=amg] .link_plain-link[data-v-0992dcc8], body[data-theme=amg] body.corporate-page .link_primary[data-v-0992dcc8], body.corporate-page body[data-theme=amg] .link_primary[data-v-0992dcc8] {
  color: #cc0000;
}
.link_plain-link[data-v-0992dcc8]:hover, body.corporate-page .link_primary[data-v-0992dcc8]:hover, .link_plain-link[data-v-0992dcc8]:focus, body.corporate-page .link_primary[data-v-0992dcc8]:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_plain-link[data-v-0992dcc8]:hover, body[data-theme=amg] body.corporate-page .link_primary[data-v-0992dcc8]:hover, body.corporate-page body[data-theme=amg] .link_primary[data-v-0992dcc8]:hover, body[data-theme=amg] .link_plain-link[data-v-0992dcc8]:focus, body[data-theme=amg] body.corporate-page .link_primary[data-v-0992dcc8]:focus, body.corporate-page body[data-theme=amg] .link_primary[data-v-0992dcc8]:focus {
  color: #cc0000;
}
.link_in-text[data-v-0992dcc8]:hover, .link_in-text[data-v-0992dcc8]:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_in-text[data-v-0992dcc8]:hover, body[data-theme=amg] .link_in-text[data-v-0992dcc8]:focus {
  color: #cc0000;
}
.link_bold[data-v-0992dcc8] {
  font-size: 14px;
  font-weight: 700;
}
.link_bold[data-v-0992dcc8]:hover, .link_bold[data-v-0992dcc8]:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_bold[data-v-0992dcc8]:hover, body[data-theme=amg] .link_bold[data-v-0992dcc8]:focus {
  color: #cc0000;
}
.link_bold_sub[data-v-0992dcc8] {
  font-size: 12px;
  font-weight: 700;
}
.link_bold_sub[data-v-0992dcc8]:hover, .link_bold_sub[data-v-0992dcc8]:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_bold_sub[data-v-0992dcc8]:hover, body[data-theme=amg] .link_bold_sub[data-v-0992dcc8]:focus {
  color: #cc0000;
}
.link_icon_text[data-v-0992dcc8] {
  font: normal 400 24px/1.1666666667 "corporateacondpro";
}
@media only print {
.link_icon_text[data-v-0992dcc8] {
    font: normal 400 28px/1.2142857143 "corporateacondpro";
    font: normal 400 30px/1.2666666667 "corporateacondpro";
}
}
.link_icon_text [class^=icon-mb][data-v-0992dcc8],
.link_icon_text [class*=" icon-mb"][data-v-0992dcc8] {
  vertical-align: middle;
}
.link_icon_text[data-v-0992dcc8]:hover, .link_icon_text[data-v-0992dcc8]:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_icon_text[data-v-0992dcc8] {
  color: #999;
}
body[data-theme=amg] .link_icon_text[data-v-0992dcc8]:hover, body[data-theme=amg] .link_icon_text[data-v-0992dcc8]:focus {
  -webkit-animation: none;
          animation: none;
  color: #cc0000;
}
body[data-theme=amg] .link_icon_text:hover [class^=icon-mb][data-v-0992dcc8],
body[data-theme=amg] .link_icon_text:hover [class*=" icon-mb"][data-v-0992dcc8], body[data-theme=amg] .link_icon_text:focus [class^=icon-mb][data-v-0992dcc8],
body[data-theme=amg] .link_icon_text:focus [class*=" icon-mb"][data-v-0992dcc8] {
  color: #cc0000;
}
.clearfix[data-v-0992dcc8]:after {
  content: "";
  display: table;
  clear: both;
}
#content[data-v-0992dcc8] {
  width: 100%;
  overflow-x: hidden;
}
.back-link[data-v-0992dcc8] {
  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-0992dcc8] {
    font-size: 13px;
}
}
.back-link a[data-v-0992dcc8] {
  display: inline-block;
  color: #333;
  line-height: normal;
}
.back-link a[data-v-0992dcc8]:hover {
  color: #00adef;
}
body[data-theme=amg] .back-link a[data-v-0992dcc8] {
  color: #fff;
}
body[data-theme=amg] .back-link a[data-v-0992dcc8]:hover {
  color: #c00;
  border-bottom: 3px solid #c00;
}
.back-link a[data-v-0992dcc8]: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-0992dcc8]:before {
    margin-right: 5px;
    font-size: 13px;
}
}
.expansion-link[data-v-0992dcc8] {
  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-0992dcc8] {
    position: relative;
}
}
body[data-theme=amg] .expansion-link[data-v-0992dcc8] {
  color: #fff;
  border-bottom-color: #999;
}
.expansion-link[data-v-0992dcc8]: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-0992dcc8]:after {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.button[data-v-0992dcc8] {
  font-size: 14px;
}
@media (max-width: 767px) {
.button[data-v-0992dcc8] {
    font-size: 13px;
}
}
.ll-instructions-text[data-v-0992dcc8] {
  padding: 24px 20px 0px !important;
}
.ll-instructions-text[data-v-0992dcc8] p {
  padding-bottom: 29px !important;
}
pre[data-v-0992dcc8] {
  white-space: pre-wrap;
  line-height: 16px;
  font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial;
}
/* 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 (max-width: 1025px) {
  .ll-fixed .ll-footer .ll-suggested-retail-price {
    margin: 0 16px;
  }
}
@media screen and (max-width: 321px) {
  .ll-fixed .ll-footer .ll-suggested-retail-price {
    margin: 0 13px;
  }
}
.ll-fixed {
  background-color: #fff;
  z-index: 0;
}
.ll-fixed .ll-footer {
  position: fixed;
  bottom: 0;
  box-sizing: border-box;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.08);
  z-index: 11;
}
.ll-fixed .ll-footer .ll-suggested-retail-price {
  box-sizing: border-box;
  padding: 12px 0 9.5px 0;
  height: 41.5px;
  text-align: center;
  font-size: 12px;
  color: #666;
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
  white-space: nowrap;
}
.ll-fixed .ll-footer .ll-suggested-retail-price .ll-price {
  font-size: 14px;
  color: #333;
}
.ll-fixed .ll-footer .ll-next {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 16px;
  height: 85px;
  font-size: 12px;
}
.ll-fixed .ll-footer .ll-next .ll-next-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 26px 20px 20px 0;
  height: 42px;
}
.ll-fixed .ll-footer .ll-next .ll-next-content .ll-next-img {
  width: 16px;
  height: 16px;
  color: #838383;
}
.ll-fixed .ll-footer .ll-next .ll-next-content .ll-jisuanqi,
.ll-fixed .ll-footer .ll-next .ll-next-content .ll-credit-limit {
  padding-top: 4px;
  margin-right: 12px;
}
@media screen and (min-width: 495px) {
  .ll-fixed .ll-footer .ll-next .ll-next-content .ll-jisuanqi,
  .ll-fixed .ll-footer .ll-next .ll-next-content .ll-credit-limit {
    margin-right: 24px;
  }
}
.ll-fixed .ll-footer .ll-next .ll-next-content .ll-next-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  vertical-align: middle;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
}
.ll-fixed .ll-footer .ll-next .ll-next-content .ll-next-item .ll-next-calculator,
.ll-fixed .ll-footer .ll-next .ll-next-content .ll-next-item .ll-next-credit-limit {
  white-space: nowrap;
}
.ll-fixed .ll-footer .ll-next .ll-next-content .ll-next-item .ll-next-intentionFee-num {
  font-size: 16px;
  font-weight: 600;
  font-family: PingFangSC;
}
.ll-fixed .ll-footer .ll-next .ll-next-content .ll-next-item .ll-next-intentionFee-name,
.ll-fixed .ll-footer .ll-next .ll-next-content .ll-next-item .ll-next-calculator,
.ll-fixed .ll-footer .ll-next .ll-next-content .ll-next-item .ll-next-credit-limit {
  color: #999;
}
.ll-fixed .ll-footer .ll-next .ll-next-content .ll-next-item .ll-use-calculator {
  margin: 7px 0 0;
  width: 66px;
  color: #333;
}
.ll-fixed .ll-footer .ll-next .ll-next-content .ll-next-intentionFee {
  position: relative;
  width: 42px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (width: 720px) {
  .ll-fixed .ll-footer .ll-next .ll-next-content .ll-next-intentionFee {
    margin-top: -4.5px;
  }
}
.ll-fixed .ll-footer .ll-next .ll-next-content .ll-suishiketui {
  position: absolute;
  top: -23px;
  left: -6px;
}
.ll-fixed .ll-footer .ll-next .ll-next-content .ll-suishiketui .ll-anyTimeBack-img {
  width: 63px;
  height: 27px;
}
.ll-fixed .ll-footer .ll-next .ll-button {
  box-sizing: border-box;
  margin: 26px 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  text-align: center;
  font-size: 14px;
}
.ll-fixed .ll-footer .ll-next .ll-button .ll-gray {
  opacity: 0.6;
}
.ll-fixed .ll-footer .ll-next .ll-button .ll-button-up,
.ll-fixed .ll-footer .ll-next .ll-button .ll-button-next {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-radius: 2px;
}
.ll-fixed .ll-footer .ll-next .ll-button .ll-button-up {
  width: 100%;
  min-width: 60px;
  border: solid 1px #a9a9a9;
  margin-right: 10px;
}
.ll-fixed .ll-footer .ll-next .ll-button .ll-button-next {
  width: 100%;
  color: #fff;
  background-color: #000;
}
.ll-fixed .ll-footer .ll-next .ll-button .ll-button-next .van-button__text {
  min-width: 42px;
}
.ll-fixed .ll-footer .ll-calculator-dialog {
  font-size: 18px;
}
.ll-fixed .ll-footer .ll-calculator-dialog .ll-calculator-title {
  padding: 20px;
  text-align: center;
}
.ll-fixed .ll-footer .ll-calculator-dialog .ll-calculator-footer {
  position: absolute;
  bottom: 31px;
  height: 40px;
  line-height: 40px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ll-fixed .ll-footer .ll-calculator-dialog .ll-calculator-footer span {
  width: 48%;
  text-align: center;
  background: #ccc;
}
.ll-fixed .ll-footer .ll-calculator-dialog .ll-calculator-footer .ll-calculator-save {
  margin-left: 10px;
}
.ll-fixed .ll-footer .van-popup--top {
  top: 64px;
}
/* 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: 457px) {
  .ll-earnestMoney-content .ll-tips-box .ll-tips-box-content .ll-tips-warning .ll-tips-right {
    position: static !important;
    display: inline-block !important;
  }
}
@media screen and (min-width: 373px) {
  .ll-earnestMoney-content .ll-tips-box .ll-tips-box-content .ll-tips-warning .ll-tips-right-sorry {
    position: static !important;
    display: inline-block !important;
  }
}
.ll-earnestMoney-content {
  padding: 0 16px;
  font-size: 18px;
  color: #333;
  background-color: #fff;
}
.ll-earnestMoney-content p {
  margin: 0;
  padding: 24px 0 20px 0;
  font-weight: 600;
  text-align: center;
}
.ll-earnestMoney-content .ll-fixed {
  position: fixed;
  top: 0;
  width: 92%;
  z-index: 1;
}
.ll-earnestMoney-content .ll-tips-box .ll-height24 {
  height: 24px;
  background-color: #fff;
}
.ll-earnestMoney-content .ll-tips-box .ll-warning1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
}
.ll-earnestMoney-content .ll-tips-box .ll-warning1 .ll-warning1-Icon {
  margin: 7px 0 0 14px;
}
.ll-earnestMoney-content .ll-tips-box .ll-warning1 .ll-tips-warning {
  margin: 6px 14px 6px 0;
  padding: 0;
}
.ll-earnestMoney-content .ll-tips-box .ll-warning1 .ll-tips-warning .ll-tips-left {
  display: inline-block;
}
.ll-earnestMoney-content .ll-tips-box .ll-warning2 {
  padding: 6px 14px;
  height: 29px;
  line-height: 19px;
}
.ll-earnestMoney-content .ll-tips-box .ll-tips-box-content {
  text-align: left;
  border-radius: 2px;
  background-color: #f7f7f7;
  color: #e1292b;
  font-size: 12px;
}
.ll-earnestMoney-content .ll-tips-box .ll-tips-box-content .ll-icon-warning {
  font-size: 15px;
  margin: 0px 10px 0 0px;
}
.ll-earnestMoney-content .ll-tips-box .ll-tips-box-content .ll-tips-warning {
  position: relative;
  width: 100%;
  text-align: left;
}
.ll-earnestMoney-content .ll-tips-box .ll-tips-box-content .ll-tips-warning .ll-tips-right,
.ll-earnestMoney-content .ll-tips-box .ll-tips-box-content .ll-tips-warning .ll-tips-right-sorry {
  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;
  width: 61px;
  color: #999;
}
.ll-earnestMoney-content .ll-tips-box .ll-tips-box-content .ll-tips-warning .ll-tips-right .ll-tips-text,
.ll-earnestMoney-content .ll-tips-box .ll-tips-box-content .ll-tips-warning .ll-tips-right-sorry .ll-tips-text {
  position: absolute;
  bottom: 0;
  right: 0;
}
.ll-earnestMoney-content .ll-tips-box .ll-tips-box-content .ll-tips-warning .ll-tips-right .ll-icon-more,
.ll-earnestMoney-content .ll-tips-box .ll-tips-box-content .ll-tips-warning .ll-tips-right-sorry .ll-icon-more {
  margin-left: 6px;
  font-size: 7px;
}
.ll-earnestMoney-content .ll-tips-box .ll-tips-box-content .ll-tips-warning .ll-tips-right .ll-text10px,
.ll-earnestMoney-content .ll-tips-box .ll-tips-box-content .ll-tips-warning .ll-tips-right-sorry .ll-text10px {
  font-size: 10px;
}
.ll-earnestMoney-content .ll-box-item {
  border-bottom: 1px solid #e6e6e6;
}
.ll-earnestMoney-content .ll-box-item:last-of-type {
  border-bottom: none;
}
.ll-earnestMoney-content .ll-box-item .ll-star {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 13px -100px 16px 0;
}
.ll-earnestMoney-content .ll-box-item .ll-star .ll-star-item {
  margin-right: 14px;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  color: #333;
  display: inline-block;
  padding: 0;
}
.ll-earnestMoney-content .ll-box-item .ll-star .ll-star-item span {
  font-weight: 500;
}
.ll-earnestMoney-content .ll-box-item .ll-dealer,
.ll-earnestMoney-content .ll-box-item .ll-WeChat,
.ll-earnestMoney-content .ll-box-item .ll-Alipay {
  border-radius: 4px;
}
.ll-earnestMoney-content .ll-box-item .ll-WeChat,
.ll-earnestMoney-content .ll-box-item .ll-Alipay,
.ll-earnestMoney-content .ll-box-item .ll-gift {
  margin: 0 0 16px;
  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: 162px;
  height: 56px;
  line-height: 56px;
  border: solid 1px #999;
  border-radius: 2px;
}
.ll-earnestMoney-content .ll-box-item .ll-WeChat img,
.ll-earnestMoney-content .ll-box-item .ll-Alipay img {
  width: 45px;
}
.ll-earnestMoney-content .ll-box-item .ll-customization {
  box-sizing: border-box;
  margin-bottom: 40px;
  padding: 14px 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  font-size: 14px;
  border: solid 1px #dfdfdf;
  background-color: rgba(230, 230, 230, 0.32);
}
.ll-earnestMoney-content .ll-box-item .ll-customization .ll-width100 {
  width: 100%;
}
.ll-earnestMoney-content .ll-box-item .ll-customization .ll-width65 {
  width: 65%;
}
.ll-earnestMoney-content .ll-box-item .ll-customization .ll-left {
  text-align: left;
}
.ll-earnestMoney-content .ll-box-item .ll-customization .ll-left .ll-company .ll-com-name {
  display: inline-block;
  margin: 0 0 0 4px;
  padding: 0 4px;
  height: 16px;
  line-height: 16px;
  border-radius: 2px;
  background-color: #666;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.ll-earnestMoney-content .ll-box-item .ll-customization .ll-left .ll-address {
  margin: 6px 0;
  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;
}
.ll-earnestMoney-content .ll-box-item .ll-customization .ll-left .ll-address,
.ll-earnestMoney-content .ll-box-item .ll-customization .ll-left .ll-telephone {
  font-size: 12px;
  color: #999;
}
.ll-earnestMoney-content .ll-box-item .ll-customization .ll-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ll-earnestMoney-content .ll-box-item .ll-customization .ll-right .ll-distance {
  text-align: right;
  min-width: 62px;
  height: 20px;
  line-height: 20px;
  color: #999;
}
.ll-earnestMoney-content .ll-box-item .ll-customization .ll-right .ll-select-icon {
  margin: 0 0 0 7px;
  width: 13px;
}
.ll-earnestMoney-content .ll-box-item .ll-customization .ll-right .cc-wrap-myFavorite {
  text-align: center;
  margin-top: 47px;
}
.ll-earnestMoney-content .ll-box-item .ll-customization .ll-right .cc-wrap-myFavorite div {
  font-size: 12px;
  white-space: nowrap;
}
.ll-earnestMoney-content .ll-box-item .ll-order-form .ll-boxInfo,
.ll-earnestMoney-content .ll-box-item .ll-finance-info .ll-boxInfo {
  position: relative;
}
.ll-earnestMoney-content .ll-box-item .ll-order-form .ll-boxInfo span,
.ll-earnestMoney-content .ll-box-item .ll-finance-info .ll-boxInfo span {
  padding: 3px 0 0;
  position: absolute;
  right: 0;
  width: 63px;
  height: 24px;
  border-radius: 2px;
  border: solid 1px #666;
  color: #666;
  font-size: 12px;
  font-weight: 500;
}
.ll-earnestMoney-content .ll-box-item .ll-order-form ul,
.ll-earnestMoney-content .ll-box-item .ll-finance-info ul {
  margin-bottom: 40px;
  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-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
}
.ll-earnestMoney-content .ll-box-item .ll-order-form ul li:last-of-type,
.ll-earnestMoney-content .ll-box-item .ll-finance-info ul li:last-of-type {
  margin-bottom: 0;
}
.ll-earnestMoney-content .ll-box-item .ll-order-form ul .ll-custom,
.ll-earnestMoney-content .ll-box-item .ll-finance-info ul .ll-custom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ll-earnestMoney-content .ll-box-item .ll-order-form ul .ll-equip,
.ll-earnestMoney-content .ll-box-item .ll-finance-info ul .ll-equip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ll-earnestMoney-content .ll-box-item .ll-order-form ul .ll-finance-box,
.ll-earnestMoney-content .ll-box-item .ll-finance-info ul .ll-finance-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 12px;
}
.ll-earnestMoney-content .ll-box-item .ll-order-form ul .ll-finance-box span,
.ll-earnestMoney-content .ll-box-item .ll-finance-info ul .ll-finance-box span {
  font-size: 14px;
  color: #333;
}
.ll-earnestMoney-content .ll-box-item .ll-order-form ul li,
.ll-earnestMoney-content .ll-box-item .ll-finance-info ul li {
  color: #333;
  font-size: 14px;
  margin-bottom: 7px;
}
.ll-earnestMoney-content .ll-box-item .ll-order-form ul li .ll-li-title,
.ll-earnestMoney-content .ll-box-item .ll-finance-info ul li .ll-li-title {
  font-weight: 600;
}
.ll-earnestMoney-content .ll-box-item .ll-order-form ul li .ll-icon,
.ll-earnestMoney-content .ll-box-item .ll-finance-info ul li .ll-icon {
  width: 22px;
}
.ll-earnestMoney-content .ll-box-item .ll-order-form ul li .ll-buy-car-info,
.ll-earnestMoney-content .ll-box-item .ll-finance-info ul li .ll-buy-car-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ll-earnestMoney-content .ll-box-item .ll-order-form ul li .ll-buy-car-info .ll-buy-info,
.ll-earnestMoney-content .ll-box-item .ll-order-form ul li .ll-buy-car-info .ll-buy-icon,
.ll-earnestMoney-content .ll-box-item .ll-finance-info ul li .ll-buy-car-info .ll-buy-info,
.ll-earnestMoney-content .ll-box-item .ll-finance-info ul li .ll-buy-car-info .ll-buy-icon {
  display: inline;
}
.ll-earnestMoney-content .ll-box-item .ll-order-form ul li .ll-edit-error,
.ll-earnestMoney-content .ll-box-item .ll-finance-info ul li .ll-edit-error {
  color: #c72526;
  font-size: 12px;
}
.ll-earnestMoney-content .ll-box-item .ll-order-form ul li input,
.ll-earnestMoney-content .ll-box-item .ll-finance-info ul li input {
  color: #333 !important;
  background-color: #fff;
  border: none;
}
.ll-earnestMoney-content .ll-box-item .ll-payfor {
  padding-bottom: 40px;
}
.ll-earnestMoney-content .ll-box-item .ll-payfor p {
  font-size: 18px;
}
.ll-earnestMoney-content .ll-box-item .ll-payfor .ll-img-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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ll-earnestMoney-content .ll-box-item .ll-payfor .ll-img-box div {
  border: solid 1px #999;
}
.ll-earnestMoney-content .ll-box-item .ll-payfor .ll-img-box .ll-chooseImg {
  border: solid 2px #333;
}
.ll-earnestMoney-content .ll-box-item .ll-payfor .ll-img-box {
  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;
}
.ll-earnestMoney-content .ll-box-item .ll-payfor .ll-img-box .ll-Alipay {
  margin-right: 7px;
}
.ll-earnestMoney-content .ll-box-item .ll-payfor .ll-agreement {
  margin: 0 auto;
  width: 301px;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
}
.ll-earnestMoney-content .ll-box-item .ll-payfor .ll-agreement .ll-agree {
  margin-left: 8px;
}
.ll-earnestMoney-content .ll-box-item .ll-payfor .ll-agreement .ll-img-icon {
  height: 12px;
}
.ll-earnestMoney-content .ll-box-item .ll-payfor .ll-agreement .el-checkbox {
  z-index: 0;
}
.ll-earnestMoney-content .ll-box-item .ll-payfor .ll-agreement .el-checkbox__input.is-checked .el-checkbox__inner,
.ll-earnestMoney-content .ll-box-item .ll-payfor .ll-agreement .el-checkbox__input.is-indeterminate .el-checkbox__inner {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.ll-earnestMoney-content .ll-box-item .ll-payfor .ll-agreement .el-checkbox__inner:hover {
  border-color: #000;
}
.ll-earnestMoney-content .ll-box-item .ll-payfor u {
  margin-left: 3px;
  color: #666;
}

.overf {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.ll-dealer-pop {
  color: #333;
  text-align: left;
}
.ll-dealer-pop .ll-dealer-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  padding: 20px;
  border-bottom: 1px solid #f0f0f0;
  font-weight: 600;
}
.ll-dealer-pop .ll-dealer-title .ll-iconButtomDialogClose {
  margin: auto 0;
  font-size: 25px;
}
.ll-dealer-pop .ll-dealer-content {
  overflow: auto;
  height: 80%;
}
.ll-dealer-pop .ll-dealer-content .ll-dealer__info {
  padding: 14px 20px 20px;
}
.ll-dealer-pop .ll-dealer-content .ll-dealer__info img {
  display: inline-block;
  -webkit-transform: none;
          transform: none;
  width: 10px;
  height: 10px;
  margin-top: -3px;
}
.ll-dealer-pop .ll-dealer-content .ll-dealer__info p {
  font-size: 10px;
  color: #000;
  opacity: 0.4;
  margin: 0;
  padding: 0;
  line-height: normal;
  display: inline-block;
}
.ll-dealer-pop .ll-dealer-content .ll-dealer__info .logo {
  white-space: nowrap;
}
.ll-dealer-pop .ll-dealer-item:last-of-type {
  border-bottom: none;
}
.ll-dealer-pop .ll-dealer-item {
  padding: 20px;
  font-size: 12px;
  color: #666;
  border-bottom: 1px solid #f0f0f0;
}
.ll-dealer-pop .ll-dealer-item .ll-dialog-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ll-dealer-pop .ll-dealer-item .ll-dealer-left .ll-dealer-name {
  color: #333;
  font-size: 16px;
}
.ll-dealer-pop .ll-dealer-item .ll-dealer-left .ll-dealer-name .ll-dealerName {
  padding-right: 10px;
}
.ll-dealer-pop .ll-dealer-item .ll-dealer-left .ll-dealer-name .ll-havecar {
  display: inline-block;
  padding: 0 4px;
  height: 16px;
  line-height: 16px;
  border-radius: 2px;
  background-color: #666;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.ll-dealer-pop .ll-dealer-item .ll-dealer-left .ll-dealer__star {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 13px;
  margin-bottom: 16px;
  width: 120%;
}
.ll-dealer-pop .ll-dealer-item .ll-dealer-left .ll-dealer__star .ll-dealer__star-item {
  margin-right: 14px;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  color: #333;
}
.ll-dealer-pop .ll-dealer-item .ll-dealer-left .ll-dealer__star .ll-dealer__star-item span {
  font-weight: 500;
}
.ll-dealer-pop .ll-dealer-item .ll-dealer-left .ll-dealer-address {
  margin: 6px 0;
  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;
}
.ll-dealer-pop .ll-dealer-item .ll-dealer-right .ll-dealer-distance {
  margin: 4px 0 0 0;
  text-align: center;
}
.ll-dealer-pop .ll-dealer-item .ll-dealer-right .cc-wrap-myFavorite {
  text-align: center;
  margin-top: 35px;
}
.ll-dealer-pop .ll-dealer-item .ll-dealer-right .cc-wrap-myFavorite div {
  font-size: 12px;
  white-space: nowrap;
}
.ll-dealer-pop .ll-dealer-item .ll-dealer-choose {
  background-color: #f4f4f4;
}

.ll-instructions,
.ll-compact {
  color: #333;
  text-align: left;
}
.ll-instructions .legal-affairs,
.ll-compact .legal-affairs {
  width: 100%;
  height: 100%;
  padding-bottom: 30px;
}
.ll-instructions .legal-affairs .ll-wrap-iconButtomDialogClose,
.ll-compact .legal-affairs .ll-wrap-iconButtomDialogClose {
  width: 100%;
  height: 42px;
  padding: 6px;
  margin: auto 0;
  font-size: 25px;
  overflow: hidden;
}
.ll-instructions .legal-affairs .ll-wrap-iconButtomDialogClose .ll-iconButtomDialogClose,
.ll-compact .legal-affairs .ll-wrap-iconButtomDialogClose .ll-iconButtomDialogClose {
  float: right;
}
.ll-instructions .ll-instructions-title > span,
.ll-compact .ll-instructions-title > span {
  width: 92%;
  display: inline-block;
}
.ll-instructions .ll-instructions-title,
.ll-instructions .ll-compact-title,
.ll-compact .ll-instructions-title,
.ll-compact .ll-compact-title {
  width: 100%;
  padding: 20px 14px 22px 20px;
  border-bottom: 1px solid #f0f0f0;
  font-weight: 600;
  height: 22px;
}
.ll-instructions .ll-instructions-title .ll-wrap-iconButtomDialogClose,
.ll-instructions .ll-compact-title .ll-wrap-iconButtomDialogClose,
.ll-compact .ll-instructions-title .ll-wrap-iconButtomDialogClose,
.ll-compact .ll-compact-title .ll-wrap-iconButtomDialogClose {
  width: 100%;
  height: 42px;
  padding: 6px;
  margin: auto 0;
  font-size: 25px;
  overflow: hidden;
}
.ll-instructions .ll-instructions-title .ll-wrap-iconButtomDialogClose .ll-iconButtomDialogClose,
.ll-instructions .ll-compact-title .ll-wrap-iconButtomDialogClose .ll-iconButtomDialogClose,
.ll-compact .ll-instructions-title .ll-wrap-iconButtomDialogClose .ll-iconButtomDialogClose,
.ll-compact .ll-compact-title .ll-wrap-iconButtomDialogClose .ll-iconButtomDialogClose {
  float: right;
}
.ll-instructions .ll-instructions-text,
.ll-instructions .ll-compact-text,
.ll-compact .ll-instructions-text,
.ll-compact .ll-compact-text {
  padding: 0;
  box-sizing: border-box;
  height: 82%;
  line-height: 24px;
  font-size: 12px;
  overflow: auto;
}
.ll-instructions .ll-instructions-text .popup-legal-description,
.ll-instructions .ll-compact-text .popup-legal-description,
.ll-compact .ll-instructions-text .popup-legal-description,
.ll-compact .ll-compact-text .popup-legal-description {
  padding: 20px 14px 0 20px;
}

.van-popup--bottom.van-popup--round {
  border-radius: 2px 2px 0 0 !important;
}

.ll-compact .ll-compact-text .ll-compact-t {
  font-weight: 600;
}

.ll-reconfigureDialog .van-dialog__header {
  font-weight: 600;
  color: #303030;
}
.ll-reconfigureDialog .van-dialog__content div {
  padding: 20px 16px 28px 16px;
  text-align: center;
  color: #7e7e7e;
}
.ll-reconfigureDialog .van-dialog__footer .van-button--default {
  font-size: 16px;
}
.ll-reconfigureDialog .van-dialog__footer .van-dialog__cancel {
  color: #848484;
}
.ll-reconfigureDialog .van-dialog__footer .van-dialog__confirm {
  border-left: none;
  color: #333;
}

@media (max-width: 768px) {
  .footer-social-and-links {
    padding-bottom: 133px;
  }
}
/* variables for purchase journey scoped sass */
/* change after client confirmation */
/* end change after client confirmation */
/* module */
.button[data-v-3cf936dc] {
  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-3cf936dc] {
  background-color: #00adef;
  color: #fff;
}
.button_primary[data-v-3cf936dc]:hover, .button_primary[data-v-3cf936dc]:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #176db7;
}
body[data-theme=amg] .button_primary[data-v-3cf936dc] {
  background-color: #cc0000;
  color: #fff;
}
body[data-theme=amg] .button_primary[data-v-3cf936dc]:hover, body[data-theme=amg] .button_primary[data-v-3cf936dc]:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #e23a39;
}
body[data-theme=amg] .eq-brand .button_primary[data-v-3cf936dc] {
  background-color: #00adef;
}
.button_secondary[data-v-3cf936dc] {
  background-color: #666;
  color: #fff;
}
.button_secondary[data-v-3cf936dc]:hover, .button_secondary[data-v-3cf936dc]:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #333;
}
.button_secondary_alt[data-v-3cf936dc] {
  background-color: #444;
  color: #fff;
}
.button_secondary_alt[data-v-3cf936dc]:hover, .button_secondary_alt[data-v-3cf936dc]:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #999;
}
.button_amg[data-v-3cf936dc] {
  background-color: #cc0000;
  color: #fff;
}
.button_amg[data-v-3cf936dc]:hover, .button_amg[data-v-3cf936dc]:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #e23a39;
}
.button_green[data-v-3cf936dc] {
  background-color: #63ccad;
  color: #fff;
}
.button_green[data-v-3cf936dc]:hover, .button_green[data-v-3cf936dc]:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #63ccad;
}
.button_blue[data-v-3cf936dc] {
  background-color: #00adef;
  color: #fff;
}
.button_blue[data-v-3cf936dc]:hover, .button_blue[data-v-3cf936dc]:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #00adef;
}
.button--wide[data-v-3cf936dc] {
  padding-left: 30px;
  padding-right: 30px;
}
.link[data-v-3cf936dc] {
  color: currentColor;
  text-decoration: none;
}
.link_primary[data-v-3cf936dc] {
  font: normal 400 18px/1 "corporateacondpro";
  padding-left: 10px;
  position: relative;
}
@media only print {
.link_primary[data-v-3cf936dc] {
    font: normal 400 24px/1.1666666667 "corporateacondpro";
}
}
body[data-theme=amg] .link_primary[data-v-3cf936dc] {
  font-style: italic;
  padding-left: 15px;
}
.link_primary[data-v-3cf936dc]: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-3cf936dc]:before {
  color: #cc0000;
  content: "\e92b";
  font-size: 15px;
}
.link_primary[data-v-3cf936dc]:hover, .link_primary[data-v-3cf936dc]:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_primary[data-v-3cf936dc]:hover, body[data-theme=amg] .link_primary[data-v-3cf936dc]:focus {
  color: #e23a39;
}
body.corporate-page .link_primary[data-v-3cf936dc] {
  font-family: "Arial", sans-serif;
  font-size: 12px;
  padding: 0;
}
body.corporate-page .link_primary[data-v-3cf936dc]:before {
  content: none;
}
.link_secondary[data-v-3cf936dc] {
  padding-left: 10px;
  position: relative;
}
.link_secondary[data-v-3cf936dc]: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-3cf936dc]:before {
  color: #cc0000;
}
.link_secondary[data-v-3cf936dc]:hover, .link_secondary[data-v-3cf936dc]:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_secondary[data-v-3cf936dc]:hover, body[data-theme=amg] .link_secondary[data-v-3cf936dc]:focus {
  color: #cc0000;
}
@media only print {
.link_secondary[data-v-3cf936dc] {
    font: normal 400 12px/1.5 "Arial", sans-serif;
    font: normal 400 14px/1.5 "Arial", sans-serif;
}
}
.link_plain-link[data-v-3cf936dc], body.corporate-page .link_primary[data-v-3cf936dc] {
  color: #00adef;
}
body[data-theme=amg] .link_plain-link[data-v-3cf936dc], body[data-theme=amg] body.corporate-page .link_primary[data-v-3cf936dc], body.corporate-page body[data-theme=amg] .link_primary[data-v-3cf936dc] {
  color: #cc0000;
}
.link_plain-link[data-v-3cf936dc]:hover, body.corporate-page .link_primary[data-v-3cf936dc]:hover, .link_plain-link[data-v-3cf936dc]:focus, body.corporate-page .link_primary[data-v-3cf936dc]:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_plain-link[data-v-3cf936dc]:hover, body[data-theme=amg] body.corporate-page .link_primary[data-v-3cf936dc]:hover, body.corporate-page body[data-theme=amg] .link_primary[data-v-3cf936dc]:hover, body[data-theme=amg] .link_plain-link[data-v-3cf936dc]:focus, body[data-theme=amg] body.corporate-page .link_primary[data-v-3cf936dc]:focus, body.corporate-page body[data-theme=amg] .link_primary[data-v-3cf936dc]:focus {
  color: #cc0000;
}
.link_in-text[data-v-3cf936dc]:hover, .link_in-text[data-v-3cf936dc]:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_in-text[data-v-3cf936dc]:hover, body[data-theme=amg] .link_in-text[data-v-3cf936dc]:focus {
  color: #cc0000;
}
.link_bold[data-v-3cf936dc] {
  font-size: 14px;
  font-weight: 700;
}
.link_bold[data-v-3cf936dc]:hover, .link_bold[data-v-3cf936dc]:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_bold[data-v-3cf936dc]:hover, body[data-theme=amg] .link_bold[data-v-3cf936dc]:focus {
  color: #cc0000;
}
.link_bold_sub[data-v-3cf936dc] {
  font-size: 12px;
  font-weight: 700;
}
.link_bold_sub[data-v-3cf936dc]:hover, .link_bold_sub[data-v-3cf936dc]:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_bold_sub[data-v-3cf936dc]:hover, body[data-theme=amg] .link_bold_sub[data-v-3cf936dc]:focus {
  color: #cc0000;
}
.link_icon_text[data-v-3cf936dc] {
  font: normal 400 24px/1.1666666667 "corporateacondpro";
}
@media only print {
.link_icon_text[data-v-3cf936dc] {
    font: normal 400 28px/1.2142857143 "corporateacondpro";
    font: normal 400 30px/1.2666666667 "corporateacondpro";
}
}
.link_icon_text [class^=icon-mb][data-v-3cf936dc],
.link_icon_text [class*=" icon-mb"][data-v-3cf936dc] {
  vertical-align: middle;
}
.link_icon_text[data-v-3cf936dc]:hover, .link_icon_text[data-v-3cf936dc]:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_icon_text[data-v-3cf936dc] {
  color: #999;
}
body[data-theme=amg] .link_icon_text[data-v-3cf936dc]:hover, body[data-theme=amg] .link_icon_text[data-v-3cf936dc]:focus {
  -webkit-animation: none;
          animation: none;
  color: #cc0000;
}
body[data-theme=amg] .link_icon_text:hover [class^=icon-mb][data-v-3cf936dc],
body[data-theme=amg] .link_icon_text:hover [class*=" icon-mb"][data-v-3cf936dc], body[data-theme=amg] .link_icon_text:focus [class^=icon-mb][data-v-3cf936dc],
body[data-theme=amg] .link_icon_text:focus [class*=" icon-mb"][data-v-3cf936dc] {
  color: #cc0000;
}
.clearfix[data-v-3cf936dc]:after {
  content: "";
  display: table;
  clear: both;
}
#content[data-v-3cf936dc] {
  width: 100%;
  overflow-x: hidden;
}
.back-link[data-v-3cf936dc] {
  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-3cf936dc] {
    font-size: 13px;
}
}
.back-link a[data-v-3cf936dc] {
  display: inline-block;
  color: #333;
  line-height: normal;
}
.back-link a[data-v-3cf936dc]:hover {
  color: #00adef;
}
body[data-theme=amg] .back-link a[data-v-3cf936dc] {
  color: #fff;
}
body[data-theme=amg] .back-link a[data-v-3cf936dc]:hover {
  color: #c00;
  border-bottom: 3px solid #c00;
}
.back-link a[data-v-3cf936dc]: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-3cf936dc]:before {
    margin-right: 5px;
    font-size: 13px;
}
}
.expansion-link[data-v-3cf936dc] {
  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-3cf936dc] {
    position: relative;
}
}
body[data-theme=amg] .expansion-link[data-v-3cf936dc] {
  color: #fff;
  border-bottom-color: #999;
}
.expansion-link[data-v-3cf936dc]: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-3cf936dc]:after {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.button[data-v-3cf936dc] {
  font-size: 14px;
}
@media (max-width: 767px) {
.button[data-v-3cf936dc] {
    font-size: 13px;
}
}
.text-xs[data-v-3cf936dc] {
  font-size: 12px;
  line-height: 12px;
}
