/* 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;
  }
}

body .ll-wp-myOrder {
  width: 1132px;
  margin: 0 auto;
  padding-bottom: 150px;
}
body .ll-wp-myOrder .ll-wp-header {
  margin-bottom: 32px;
  color: #333;
  font-size: 16px;
}
body .ll-wp-myOrder .ll-wp-header .ll-wp-header-top {
  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: 48px 0 40px 0;
}
body .ll-wp-myOrder .ll-wp-header .ll-wp-header-top .ll-wp-header-select {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  cursor: pointer;
}
body .ll-wp-myOrder .ll-wp-header .ll-wp-header-top .ll-wp-header-select .ll-wp-type {
  box-sizing: border-box;
  position: absolute;
  top: 30px;
  right: 0;
  width: 156px;
  box-shadow: 0 6px 16px -5px rgba(0, 0, 0, 0.17);
  background-color: #ffffff;
  z-index: 9999;
}
body .ll-wp-myOrder .ll-wp-header .ll-wp-header-top .ll-wp-header-select .ll-wp-type div {
  height: 43px;
  line-height: 43px;
  padding: 0 18px;
  border-bottom: 1px solid #e6e6e6;
}
body .ll-wp-myOrder .ll-wp-header .ll-wp-header-top .ll-wp-header-select .ll-wp-type div:last-of-type {
  border-bottom: none;
}
body .ll-wp-myOrder .ll-wp-nav-detail {
  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;
}
body .ll-wp-myOrder .ll-wp-nav-detail .ll-wp-nav-name {
  cursor: pointer;
  color: #000000 !important;
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  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;
  margin-right: 60px;
}
body .ll-wp-myOrder .ll-wp-nav-detail .ll-wp-nav-name span:nth-child(2) {
  width: 32px;
  height: 2px;
  margin-top: 6px;
}
body .ll-wp-myOrder .ll-wp-nav-detail .currentSpan {
  background: #333;
}
body .ll-wp-myOrder .ll-wp-nav-detail .hidden {
  display: none;
}
body .ll-wp-myOrder .el-dialog {
  min-height: 234px;
  height: auto;
  max-height: 60vh;
}
body .ll-wp-myOrder .el-dialog__header {
  padding: 0 !important;
}
body .ll-wp-myOrder .el-dialog__header .el-icon {
  font-size: 25px;
}
body .ll-wp-myOrder .el-dialog__body {
  width: 480px;
  padding: 56px 48px 0px !important;
}
body .ll-wp-myOrder .el-dialog__body .title1 {
  font-size: 20px;
  margin-bottom: 16px;
  text-align: center;
  font-weight: 500;
  color: #333;
}
body .ll-wp-myOrder .el-dialog__body .title2 {
  font-size: 14px;
  margin-bottom: 40px;
  text-align: center;
  color: #333;
}
body .ll-wp-myOrder .el-dialog__footer {
  padding: 0 !important;
  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;
}
body .ll-wp-myOrder .dialog-footer .el-button {
  width: 160px;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  padding: 0;
  cursor: pointer;
  border-radius: 2px;
}
body .ll-wp-myOrder .dialog-footer .el-button:nth-child(1) {
  background-color: #fff;
  border: 1px solid #999;
  color: #333;
}
body .ll-wp-myOrder .dialog-footer .el-button:nth-child(2) {
  background-color: #000;
  border: 1px solid #666;
  color: #fff;
}

.ll-wp-content {
  position: relative;
  box-sizing: border-box;
}
.ll-wp-content .ll-wp-item {
  margin-bottom: 56px;
  padding: 0 48px;
  background-color: #ffffff;
  font-size: 14px;
  border-radius: 0px;
}
.ll-wp-content .ll-wp-item .ll-wp-myOrder-con {
  width: 100%;
  padding-top: 25px;
  height: 400px;
}
.ll-wp-content .ll-wp-item .ll-wp-myOrder-con .order-item {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex;
  box-sizing: border-box;
}
.ll-wp-content .ll-wp-item .ll-wp-myOrder-con .ll-wp-top {
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 1px;
}
.ll-wp-content .ll-wp-item .ll-wp-myOrder-con .ll-wp-center {
  color: #565656;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.ll-wp-content .ll-wp-item .ll-wp-myOrder-con .ll-wp-center .ll-wp-mid-left {
  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;
  width: 560px;
  margin-right: 44px;
}
.ll-wp-content .ll-wp-item .ll-wp-myOrder-con .ll-wp-center .ll-wp-mid-left .ll-wp-top-gray {
  width: 560px;
  height: 222px;
  background: -webkit-linear-gradient(top, #909298 0%, #6b6e76 100%);
  background: linear-gradient(180deg, #909298 0%, #6b6e76 100%);
  margin-right: 44px;
  border-radius: 5px 5px, 0px 0px;
  opacity: 1;
}
.ll-wp-content .ll-wp-item .ll-wp-myOrder-con .ll-wp-center .ll-wp-mid-left .ll-wp-top-gray .ll-myOrder-title {
  text-align: center;
  height: 154px;
  font-size: 120px;
  font-family: MBCorpo;
  font-weight: 400;
  color: #ffffff;
  opacity: 0.2;
}
.ll-wp-content .ll-wp-item .ll-wp-myOrder-con .ll-wp-center .ll-wp-mid-left .ll-wp-top-gray .ll-myOrder-image {
  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;
  position: relative;
  margin-top: -78px;
}
.ll-wp-content .ll-wp-item .ll-wp-myOrder-con .ll-wp-center .ll-wp-mid-left .ll-wp-bottom-white {
  width: 560px;
  height: 90px;
  background: #000000;
  border-radius: 0px 0px 5px 5px;
  opacity: 0.06;
}
.ll-wp-content .ll-wp-item .ll-wp-myOrder-con .ll-wp-center .ll-wp-mid-right {
  width: 48%;
  position: relative;
  padding-top: 2px;
}
.ll-wp-content .ll-wp-item .ll-wp-myOrder-con .ll-wp-center .ll-wp-mid-right .ll-myOrder-title {
  margin-bottom: 16px !important;
}
.ll-wp-content .ll-wp-item .ll-wp-myOrder-con .ll-wp-center .ll-wp-mid-right .ll-myOrder-title .ll-wp-myOrder-carName {
  font-size: 22px;
  color: #000;
  font-family: MB_HYZS-Medium, MB_HYZS;
  margin-bottom: 4px;
}
.ll-wp-content .ll-wp-item .ll-wp-myOrder-con .ll-wp-center .ll-wp-mid-right .ll-myOrder-title .ll-myOrder-amount {
  height: 20px;
  color: #000000;
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
}
.ll-wp-content .ll-wp-item .ll-wp-myOrder-con .ll-wp-center .ll-wp-mid-right .ll-myOrder-id {
  margin: 12px 0 12px;
}
.ll-wp-content .ll-wp-item .ll-wp-myOrder-con .ll-wp-center .ll-wp-mid-right .ll-myOrder-paymentdate {
  margin: 12px 0 12px;
}
.ll-wp-content .ll-wp-item .ll-wp-myOrder-con .ll-wp-center .ll-wp-mid-right .ll-myOrder-creatdate {
  margin: 12px 0 12px;
}
.ll-wp-content .ll-wp-item .ll-wp-myOrder-con .ll-wp-center .ll-wp-mid-right .ll-wp-dyxj-detail {
  margin-top: 33px;
  color: #41adf2;
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
}
.ll-wp-content .ll-wp-item .ll-wp-myOrder-con .ll-wp-center .ll-wp-mid-right .ll-wp-dyxj-detail .ll-myOrder-date {
  color: #666666;
  font-size: 12px;
  margin-left: 21px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
}
.ll-wp-content .ll-wp-item .ll-wp-myOrder-con .ll-wp-center .ll-wp-mid-right .ll-wp-yxj-detail {
  color: #000000;
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
}
.ll-wp-content .ll-wp-item .ll-wp-myOrder-con .ll-myOrder-status {
  width: 48px;
  height: 21px;
  background-color: #e8e8e8;
  border-radius: 2px 2px 2px 2px;
  color: #bdbdbd;
  font-weight: 500;
  line-height: 21px;
  text-align: center;
  font-size: 12px;
}
.ll-wp-content .ll-wp-item .ll-wp-myOrder-con .ll-myOrder-statusFinsh {
  width: 48px;
  height: 21px;
  background-color: rgba(65, 173, 242, 0.1);
  border-radius: 2px 2px 2px 2px;
  line-height: 21px;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  color: #41adf2;
}
.ll-wp-content .ll-wp-item .ll-wp-myOrder-con .ll-wp-btmt {
  width: 432px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  bottom: 0;
}
.ll-wp-content .ll-wp-item .ll-wp-myOrder-con .ll-wp-btmt div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 22px;
}
.ll-wp-content .ll-wp-item .ll-wp-myOrder-con .ll-wp-btmt span {
  line-height: 42px;
  color: #a0a0a0;
}
.ll-wp-content .ll-wp-item .ll-wp-myOrder-con .ll-wp-btmt .ll-myOrder-white {
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  margin-left: 16px;
  color: #2f2f2f;
  cursor: pointer;
  width: 208px;
  height: 40px;
  background-color: #fff;
  border: solid 1px #666666;
}
.ll-wp-content .ll-wp-item .ll-wp-myOrder-con .ll-wp-btmt .ll-myOrder-black {
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  margin-left: 16px;
  color: #fff;
  cursor: pointer;
  width: 208px;
  height: 40px;
  background-color: #000;
  border: solid 1px #666666;
}
.ll-wp-content .ll-wp-item .ll-wp-myOrder-con .ll-wp-btmt .ll-myOrder-white-single {
  width: 175px;
  height: 40px;
  color: #2f2f2f;
  cursor: pointer;
  background-color: #fff;
  border: solid 1px #666666;
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
}
.ll-wp-content .ll-wp-item .ll-wp-myOrder-con .ll-wp-bottom {
  color: #666666;
  font-size: 16px;
  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: 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;
  padding: 18px 0 32px;
}
.ll-wp-content .ll-wp-item .ll-wp-myOrder-con .ll-wp-bottom .ll-wp-dropdown {
  width: 100%;
  margin-top: -24px;
}

.ll-wp-orderDetail-body {
  width: 1132px;
  margin: -150px auto;
  background-color: #ffffff;
}
.ll-wp-orderDetail-body .ll-wp-orderDetail {
  width: 810px;
  margin: 0 auto;
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .ll-wp-detail-content .ll-details-title {
  font-size: 20px;
  padding: 48px 0 40px 0;
  color: #000000;
  font-family: PingFang SC-Medium, PingFang SC;
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .ll-wp-detail-content .ll-wp-details-order {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 14px;
  color: #333;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .ll-wp-detail-content .ll-wp-details-order .ll-details-order-left {
  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: 60%;
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .ll-wp-detail-content .ll-wp-details-order .carinfo {
  margin-bottom: 16px;
  width: 25%;
  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;
  text-align: center;
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .ll-wp-detail-content .ll-wp-details-order .carinfo div:nth-child(1) {
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .ll-wp-detail-content .ll-wp-details-order .carinfo div:nth-child(2) {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 8px;
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .ll-wp-detail-content .ll-wp-details-order .carinfo div:nth-child(2) img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .ll-wp-detail-content .ll-wp-details-order .carinfo div:nth-child(3) {
  margin-top: 12px;
  font-size: 18px;
  color: #000000;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .ll-wp-detail-content .ll-wp-details-order .carinfo div:nth-child(4) {
  font-size: 18px;
  margin-top: 2px;
  color: #000000;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .ll-wp-detail-content .ll-wp-details-order .carinfo div:last-child {
  margin-top: 8px;
  height: 20px;
  color: #999999;
  font-size: 14px;
  padding-bottom: 48px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .ll-wp-detail-content .ll-wp-details-order .carinfo div.sku-name {
  font-size: 18px;
  margin-top: 12px;
  color: #000000;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .ll-wp-detail-content .ll-wp-details-order .carinfo div.sku-name:first-child {
  margin-top: 12px;
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .ll-wp-detail-content .ll-wp-details-order .ll-wp-order-info div,
.ll-wp-orderDetail-body .ll-wp-orderDetail .ll-wp-detail-content .ll-wp-details-order .ll-wp-order-user div,
.ll-wp-orderDetail-body .ll-wp-orderDetail .ll-wp-detail-content .ll-wp-details-order .ll-wp-order-status div {
  height: 28px;
  line-height: 28px;
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .ll-wp-detail-content .ll-wp-details-order .ll-wp-order-status {
  text-align: right;
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .ll-wp-detail-content .ll-wp-details-order .ll-wp-order-status .orderStatus span {
  color: #333;
  font-size: 16px;
  font-weight: 500;
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .ll-wp-detail-content .ll-wp-details-order .ll-wp-order-status div span {
  color: #9f0002;
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .ll-wp-details-info {
  padding: 0px 0px 48px;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  border-bottom: 1px solid #e0e0e0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .ll-wp-details-info div {
  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;
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .ll-wp-details-info div span {
  margin-top: 12px;
  height: 22px;
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .ll-wp-details-info div span:nth-child(1) {
  margin-top: 0;
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .ll-wp-details-info div:nth-child(1) span {
  color: #666666;
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .ll-wp-details-info div:nth-child(2) {
  margin-left: 72px;
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .ll-wp-details-info div:nth-child(2) span {
  color: #000000;
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .ll-wp-details-place {
  padding: 0px 0px 48px;
  border-bottom: 1px solid #e0e0e0;
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .ll-wp-details-place .ll-wp-details-info-place {
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .ll-wp-details-place .ll-wp-details-info-place div {
  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;
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .ll-wp-details-place .ll-wp-details-info-place div span {
  margin-top: 12px;
  height: 22px;
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .ll-wp-details-place .ll-wp-details-info-place div span:nth-child(1) {
  margin-top: 0;
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .ll-wp-details-place .ll-wp-details-info-place div:nth-child(2) {
  margin-left: 112px;
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .ll-wp-details-place .ll-wp-details-info-place div:nth-child(2) span {
  color: #000000;
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .ll-detail-info-num {
  text-decoration: underline;
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .showQRcode {
  font-size: 14px;
  color: #333;
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .showQRcode .qrcode {
  width: 300px;
  height: 300px;
  border: 1px solid #333;
  margin-top: 20px;
  margin-bottom: 36px;
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .showQRcode .qrcode-title1 {
  font-weight: 500;
  margin-left: 0 !important;
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .ll-detail-info-Thefinancialplan {
  text-decoration: underline;
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  cursor: pointer;
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .ll-detail-tips {
  height: 17px;
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 14px;
  margin-top: 12px;
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .ll-wp-details-gifts {
  color: #666666 !important;
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .ll-wp-details-car {
  padding: 28px 10px 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  border-bottom: 1px solid #e0e0e0;
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .ll-wp-details-car .ll-wp-car-img {
  width: 428px;
  height: 150px;
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .ll-wp-details-car .ll-wp-car-img img {
  max-width: 100%;
  height: 100%;
  display: block;
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .ll-wp-details-car .ll-wp-car-info {
  width: calc(100% - 428px);
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .ll-wp-details-car .ll-wp-car-info .ll-wp-car-titlt {
  font-size: 22px;
  color: #333;
  font-weight: 500;
  letter-spacing: 1.4px;
  line-height: 1.45;
  margin-bottom: 16px;
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .ll-wp-details-car .ll-wp-car-info .ll-wp-car-container {
  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: 14px;
  color: #333;
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .ll-wp-details-car .ll-wp-car-info .ll-wp-car-container .ll-wp-leftContext {
  width: 256px;
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .ll-wp-details-car .ll-wp-car-info .ll-wp-car-container .ll-wp-leftContext .wrapColor {
  font-size: 14px;
  margin-bottom: 10px;
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .ll-wp-details-car .ll-wp-car-info .ll-wp-car-container .ll-wp-leftContext .wrapColor .specialColor {
  font-size: 20px;
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .ll-wp-details-status {
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0px 36px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .ll-wp-details-status .ll-wp-left {
  margin-top: 10px;
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .ll-wp-details-status .ll-wp-left span {
  color: #be2626;
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .ll-wp-details-status .ll-amount {
  height: 25px;
  font-size: 14px;
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .ll-wp-details-status .ll-amount b {
  font-weight: normal;
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .ll-wp-details-status .ll-amount .ll-money {
  display: inline-block;
  width: 140px;
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .ll-wp-details-status .ll-wp-details-btn {
  font-size: 14px;
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .ll-wp-details-status .ll-wp-details-btn .specialbgc {
  background-color: #aaa !important;
  border: none;
  color: #fff !important;
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .ll-wp-details-status .ll-wp-details-btn .ll-details-btn {
  width: 160px;
  height: 42px;
  margin-left: 24px;
  line-height: 42px;
  display: inline-block;
  color: #fff;
  text-align: center;
  font-weight: 700;
  border-radius: 2px;
  cursor: pointer;
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .ll-wp-details-status .ll-wp-details-btn .ll-details-button-secondary {
  background-color: #fff;
  border: 1px solid #999;
  color: #333;
  font-size: 16px;
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .ll-wp-details-status .ll-wp-details-btn .ll-details-button-primary {
  background-color: #000;
  border: 1px solid #666;
  color: #fff;
  font-size: 16px;
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .ll-wp-details-status .ll-wp-details-btn .ll-noborder-color {
  border-color: #999;
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .ll-wp-details-dealer {
  font-size: 14px;
  padding: 42px 50px 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  border-bottom: 1px solid #e0e0e0;
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .ll-wp-details-dealer .ll-details-dealer-info {
  width: 60%;
  padding-right: 50px;
  line-height: 2;
  letter-spacing: 0.4px;
  font-size: 14px;
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .ll-wp-details-dealer .ll-details-dealer-info .ll-li-top {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .ll-wp-details-dealer .ll-details-dealer-financial {
  width: 40%;
  line-height: 2;
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .ll-wp-details-dealer .ll-details-dealer-financial .ll-li-top {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .ll-wp-details-dealer .ll-details-dealer-financial .result {
  margin-bottom: 33px;
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .ll-wp-details-dealer .ll-details-dealer-financial .online {
  width: 72px;
  border-bottom: 1px solid #999;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .ll-wp-details-dealer .ll-details-dealer-financial .online span {
  font-size: 14px;
  color: #333;
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .ll-wp-details-dealer .ll-details-dealer-financial .online .ll-icon_up-Icon {
  width: 10px;
  position: relative;
  left: 3px;
  top: 7px;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .ll-wp-details-dealer .ll-details-dealer-financial .online .ll-special-icon {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .ll-disclaimer {
  margin-bottom: 32px;
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .ll-disclaimer .ll-disclaimer-text:before {
  content: "";
  top: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #bfbfbf;
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .ll-disclaimer .ll-disclaimer-text {
  padding-top: 20px;
  margin-top: 48px;
  font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial;
  color: #666;
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .ll-disclaimer .ll-disclaimer-text p {
  margin: 0;
  margin-bottom: 15px;
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 23px;
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .ll-wp-detail-btm {
  height: 22px;
  padding-bottom: 70px;
  text-align: center;
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .ll-wp-detail-btm span {
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
}
.ll-wp-orderDetail-body .ll-wp-orderDetail .ll-wp-detail-btm .ll-pc-order-Icon {
  height: 17px;
  margin-left: 2px;
  padding-bottom: 3px;
  -webkit-transform: rotateX(180deg) !important;
          transform: rotateX(180deg) !important;
}

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

.ll-orderDetail-page {
  font-size: 14px;
  background-color: #f4f4f4;
  color: #333;
}
.ll-orderDetail-page .ll-Div {
  background-color: #fff;
}
.ll-orderDetail-page .ll-orderDetail-header {
  box-sizing: border-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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 17px 25px;
  height: 56px;
  line-height: 56px;
  font-size: 16px;
  color: #333;
  border-bottom: solid 1px #e6e6e6;
  background-color: #1a1a1a;
}
.ll-orderDetail-page .ll-orderDetail-header .ll-orderDetail-title {
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
}
.ll-orderDetail-page .ll-orderDetail-header .ll-order-Icon {
  position: absolute;
  left: 25px;
}
.ll-orderDetail-page .ll-orderDetail-header .ll-orderDetail-back {
  font-size: 12px;
  cursor: pointer;
}
.ll-orderDetail-page .ll-orderDetail-header .ll-orderDetail-back .ll-orderDetail-Icon {
  margin-right: 4px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ll-orderDetail-page .ll-orderDetail-hint {
  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;
  background-color: #41adf2;
  height: 32px;
  font-weight: 400;
  color: #000;
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  background-color: rgba(65, 173, 242, 0.1);
}
.ll-orderDetail-page .ll-orderDetail-hint .ll-orderDetail-hin-yxj {
  font-size: 12px;
  font-weight: 400;
  color: #41adf2;
  margin-left: 3px;
}
.ll-orderDetail-page .ll-orderDetail-content {
  padding: 0 16px 0;
}
.ll-orderDetail-page .ll-orderDetail-info {
  font-size: 14px;
  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-orderDetail-page .ll-orderDetail-info .ll-myOrder-imgTop {
  width: 100%;
  height: 134px;
  background: -webkit-linear-gradient(top, #909298 0%, #6b6e76 100%);
  background: linear-gradient(180deg, #909298 0%, #6b6e76 100%);
  border-radius: 5px 5px 0px 0px;
  opacity: 1;
}
.ll-orderDetail-page .ll-orderDetail-info .ll-myOrder-imgTop .ll-myOrder-bigCarTitle {
  text-align: center;
  height: 92px;
  font-size: 72px;
  font-family: MBCorpo;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 4px;
  opacity: 0.2;
}
.ll-orderDetail-page .ll-orderDetail-info .ll-myOrder-imgTop .ll-myOrder-bigCarImg {
  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;
  position: relative;
  margin-top: -32px;
}
.ll-orderDetail-page .ll-orderDetail-name {
  background-color: #ffffff;
  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;
}
.ll-orderDetail-page .ll-orderDetail-name .ll-myOrder-carName {
  font-size: 24px;
  font-family: MB_HYZS-Medium, MB_HYZS;
  color: #000000;
  padding: 56px 0 7px;
}
.ll-orderDetail-page .ll-orderDetail-name .ll-myOrder-advicePrice {
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 400;
  color: #000000;
  -webkit-transform: scale(0.85) !important;
          transform: scale(0.85) !important;
}
.ll-orderDetail-page .ll-detail-title {
  margin-bottom: 24px;
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #000000;
}
.ll-orderDetail-page .ll-orderDetail-msg {
  padding: 24px 24px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
}
.ll-orderDetail-page .ll-orderDetail-msg .ll-allOrder {
  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;
  padding: 16px 0 30px;
  border-bottom: solid 1px #e6e6e6;
}
.ll-orderDetail-page .ll-detail-model {
  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-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
}
.ll-orderDetail-page .ll-detail-model .ll-detail-color {
  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-orderDetail-page .ll-detail-model .ll-detail-color .ll-detail-color-pic {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 8px;
}
.ll-orderDetail-page .ll-detail-model .ll-detail-color .ll-detail-color-pic img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.ll-orderDetail-page .ll-detail-model .ll-detail-color .ll-detail-color-text div:nth-child(1) {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
}
.ll-orderDetail-page .ll-detail-model .ll-detail-color .ll-detail-color-text .ll-detail-color-text-describe {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  width: 150px;
}
.ll-orderDetail-page .ll-detail-model .ll-detail-wfjf {
  font-weight: 400;
  color: #999999;
  -webkit-transform: scale(0.85) !important;
          transform: scale(0.85) !important;
}
.ll-orderDetail-page .ll-contact-dealers {
  padding: 8px 16px 24px;
  letter-spacing: 1px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
}
.ll-orderDetail-page .ll-contact-dealers .ll-allOrder {
  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;
  padding: 32px 24px 0px;
  border-bottom: solid 1px #e6e6e6;
}
.ll-orderDetail-page .ll-buyers-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-orderDetail-page .ll-buyers-info .ll-buyers-title {
  white-space: nowrap;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
.ll-orderDetail-page .ll-buyers-info .ll-buyers-title div {
  white-space: nowrap;
  padding-bottom: 16px;
}
.ll-orderDetail-page .ll-buyers-info .ll-buyers-title div:last-child {
  margin-bottom: 0;
}
.ll-orderDetail-page .ll-buyers-info .ll-buyers-title .ll_buyers-financial {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.ll-orderDetail-page .ll-buyers-info .ll-buyers-title .ll-buyers-gift {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
}
.ll-orderDetail-page .ll-buyers-info .ll-buyers-info-content {
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}
.ll-orderDetail-page .ll-buyers-info .ll-buyers-info-content div {
  height: 20px;
  margin-bottom: 15px;
}
.ll-orderDetail-page .ll-buyers-info .ll-buyers-info-content div:last-child {
  margin-bottom: 0;
}
.ll-orderDetail-page .ll-buyers-info .ll-buyers-info-content .ll-buyers-info-app {
  margin-top: 11px;
  pointer-events: auto;
  text-decoration: underline;
  color: #41adf2;
}
.ll-orderDetail-page .ll-buyers-info .ll-buyers-info-content .ll-buyers-number {
  text-decoration: underline;
}
.ll-orderDetail-page .ll-buyers-gift-ssdescrib {
  margin-top: 11px;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}
.ll-orderDetail-page .ll-buyers-info-container {
  position: relative;
}
.ll-orderDetail-page .ll-buyers-info-container .ll-detail-tips {
  font-size: 10px;
  font-weight: 400;
  color: #666666;
  position: absolute;
  right: 0;
}
.ll-orderDetail-page .ll-financial-plan {
  padding: 20px 16px 16px;
  border-bottom: solid 1px #e6e6e6;
}
.ll-orderDetail-page .ll-financial-plan .ll-financial-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;
  margin-bottom: 12px;
}
.ll-orderDetail-page .ll-financial-plan .ll-financial-title .ll-plan {
  font-size: 16px;
  font-weight: 600;
}
.ll-orderDetail-page .ll-financial-plan .ll-descrip {
  padding: 12px 16px;
  background-color: #f4f4f4;
  border-radius: 8px;
  color: #666;
}
.ll-orderDetail-page .ll-approval {
  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;
  height: 48px;
}
.ll-orderDetail-page .ll-approval .ll-orderDetailApprovalIconIcon {
  margin-right: 8px;
  width: 18px;
  height: 18px;
}
.ll-orderDetail-page .ll-disclaimer {
  margin-bottom: 8px;
}
.ll-orderDetail-page .ll-disclaimer .ll-disclaimer-text:before {
  content: "";
  top: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #bfbfbf;
}
.ll-orderDetail-page .ll-disclaimer .ll-disclaimer-text {
  font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial;
  color: #666;
  -webkit-transform: scale(0.9) !important;
          transform: scale(0.9) !important;
}
.ll-orderDetail-page .ll-disclaimer .ll-disclaimer-text p {
  margin: 0;
  margin-bottom: 15px;
  padding-right: 14px;
  font-size: 10px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
}

.copy-text {
  display: inline-block;
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  cursor: pointer;
  padding-bottom: 3px;
  vertical-align: middle;
}

.ll-orderDetail-footer {
  background-color: #f4f4f4 !important;
  padding: 0 16px 0;
  height: 130px;
  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-orderDetail-footer .ll-orderDetail-footer-title {
  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;
  height: 40.5px;
  font-size: 12px;
  color: #666;
  border-bottom: solid 1px #e6e6e6;
}
.ll-orderDetail-footer .ll-button-space-between-detail {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ll-orderDetail-footer .ll-button-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ll-orderDetail-footer .ll-orderDetail-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 23.5px 0px 25px;
}
.ll-orderDetail-footer .ll-orderDetail-button div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  width: 311px;
  height: 40px;
  border-radius: 20px;
  border: solid 1px #666666;
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
}
.ll-orderDetail-footer .ll-orderDetail-button .ll-orderDetail-white {
  width: 311px;
  height: 40px;
  pointer-events: auto;
  color: #2f2f2f;
}
.ll-orderDetail-footer .ll-orderDetail-button .ll-orderDetail-black {
  width: 311px;
  height: 40px;
  pointer-events: auto;
  color: #fff;
  background-color: #000;
}
.ll-orderDetail-footer .ll-orderDetail-button .ll-orderDetail-black-s {
  margin-left: 10px;
  width: 150px;
  text-align: center;
  pointer-events: auto;
  color: #fff;
  background-color: #000;
}
.ll-orderDetail-footer .ll-orderDetail-button .ll-orderDetail-white-s {
  width: 150px;
  text-align: center;
  pointer-events: auto;
  color: #2f2f2f;
}
.ll-orderDetail-footer .ll-orderDetail-button .specialbgc {
  background-color: #aaa !important;
  border: none;
  color: #fff !important;
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
}

.expressNo {
  margin-top: 44px;
}

.expressText {
  margin-top: 55px;
}
/* variables for purchase journey scoped sass */
/* change after client confirmation */
/* end change after client confirmation */
/* module */
.button[data-v-562cdef0] {
  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-562cdef0] {
  background-color: #00adef;
  color: #fff;
}
.button_primary[data-v-562cdef0]:hover, .button_primary[data-v-562cdef0]:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #176db7;
}
body[data-theme=amg] .button_primary[data-v-562cdef0] {
  background-color: #cc0000;
  color: #fff;
}
body[data-theme=amg] .button_primary[data-v-562cdef0]:hover, body[data-theme=amg] .button_primary[data-v-562cdef0]:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #e23a39;
}
body[data-theme=amg] .eq-brand .button_primary[data-v-562cdef0] {
  background-color: #00adef;
}
.button_secondary[data-v-562cdef0] {
  background-color: #666;
  color: #fff;
}
.button_secondary[data-v-562cdef0]:hover, .button_secondary[data-v-562cdef0]:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #333;
}
.button_secondary_alt[data-v-562cdef0] {
  background-color: #444;
  color: #fff;
}
.button_secondary_alt[data-v-562cdef0]:hover, .button_secondary_alt[data-v-562cdef0]:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #999;
}
.button_amg[data-v-562cdef0] {
  background-color: #cc0000;
  color: #fff;
}
.button_amg[data-v-562cdef0]:hover, .button_amg[data-v-562cdef0]:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #e23a39;
}
.button_green[data-v-562cdef0] {
  background-color: #63ccad;
  color: #fff;
}
.button_green[data-v-562cdef0]:hover, .button_green[data-v-562cdef0]:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #63ccad;
}
.button_blue[data-v-562cdef0] {
  background-color: #00adef;
  color: #fff;
}
.button_blue[data-v-562cdef0]:hover, .button_blue[data-v-562cdef0]:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #00adef;
}
.button--wide[data-v-562cdef0] {
  padding-left: 30px;
  padding-right: 30px;
}
.link[data-v-562cdef0] {
  color: currentColor;
  text-decoration: none;
}
.link_primary[data-v-562cdef0] {
  font: normal 400 18px/1 "corporateacondpro";
  padding-left: 10px;
  position: relative;
}
@media only print {
.link_primary[data-v-562cdef0] {
    font: normal 400 24px/1.1666666667 "corporateacondpro";
}
}
body[data-theme=amg] .link_primary[data-v-562cdef0] {
  font-style: italic;
  padding-left: 15px;
}
.link_primary[data-v-562cdef0]: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-562cdef0]:before {
  color: #cc0000;
  content: "\e92b";
  font-size: 15px;
}
.link_primary[data-v-562cdef0]:hover, .link_primary[data-v-562cdef0]:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_primary[data-v-562cdef0]:hover, body[data-theme=amg] .link_primary[data-v-562cdef0]:focus {
  color: #e23a39;
}
body.corporate-page .link_primary[data-v-562cdef0] {
  font-family: "Arial", sans-serif;
  font-size: 12px;
  padding: 0;
}
body.corporate-page .link_primary[data-v-562cdef0]:before {
  content: none;
}
.link_secondary[data-v-562cdef0] {
  padding-left: 10px;
  position: relative;
}
.link_secondary[data-v-562cdef0]: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-562cdef0]:before {
  color: #cc0000;
}
.link_secondary[data-v-562cdef0]:hover, .link_secondary[data-v-562cdef0]:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_secondary[data-v-562cdef0]:hover, body[data-theme=amg] .link_secondary[data-v-562cdef0]:focus {
  color: #cc0000;
}
@media only print {
.link_secondary[data-v-562cdef0] {
    font: normal 400 12px/1.5 "Arial", sans-serif;
    font: normal 400 14px/1.5 "Arial", sans-serif;
}
}
.link_plain-link[data-v-562cdef0], body.corporate-page .link_primary[data-v-562cdef0] {
  color: #00adef;
}
body[data-theme=amg] .link_plain-link[data-v-562cdef0], body[data-theme=amg] body.corporate-page .link_primary[data-v-562cdef0], body.corporate-page body[data-theme=amg] .link_primary[data-v-562cdef0] {
  color: #cc0000;
}
.link_plain-link[data-v-562cdef0]:hover, body.corporate-page .link_primary[data-v-562cdef0]:hover, .link_plain-link[data-v-562cdef0]:focus, body.corporate-page .link_primary[data-v-562cdef0]:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_plain-link[data-v-562cdef0]:hover, body[data-theme=amg] body.corporate-page .link_primary[data-v-562cdef0]:hover, body.corporate-page body[data-theme=amg] .link_primary[data-v-562cdef0]:hover, body[data-theme=amg] .link_plain-link[data-v-562cdef0]:focus, body[data-theme=amg] body.corporate-page .link_primary[data-v-562cdef0]:focus, body.corporate-page body[data-theme=amg] .link_primary[data-v-562cdef0]:focus {
  color: #cc0000;
}
.link_in-text[data-v-562cdef0]:hover, .link_in-text[data-v-562cdef0]:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_in-text[data-v-562cdef0]:hover, body[data-theme=amg] .link_in-text[data-v-562cdef0]:focus {
  color: #cc0000;
}
.link_bold[data-v-562cdef0] {
  font-size: 14px;
  font-weight: 700;
}
.link_bold[data-v-562cdef0]:hover, .link_bold[data-v-562cdef0]:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_bold[data-v-562cdef0]:hover, body[data-theme=amg] .link_bold[data-v-562cdef0]:focus {
  color: #cc0000;
}
.link_bold_sub[data-v-562cdef0] {
  font-size: 12px;
  font-weight: 700;
}
.link_bold_sub[data-v-562cdef0]:hover, .link_bold_sub[data-v-562cdef0]:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_bold_sub[data-v-562cdef0]:hover, body[data-theme=amg] .link_bold_sub[data-v-562cdef0]:focus {
  color: #cc0000;
}
.link_icon_text[data-v-562cdef0] {
  font: normal 400 24px/1.1666666667 "corporateacondpro";
}
@media only print {
.link_icon_text[data-v-562cdef0] {
    font: normal 400 28px/1.2142857143 "corporateacondpro";
    font: normal 400 30px/1.2666666667 "corporateacondpro";
}
}
.link_icon_text [class^=icon-mb][data-v-562cdef0],
.link_icon_text [class*=" icon-mb"][data-v-562cdef0] {
  vertical-align: middle;
}
.link_icon_text[data-v-562cdef0]:hover, .link_icon_text[data-v-562cdef0]:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_icon_text[data-v-562cdef0] {
  color: #999;
}
body[data-theme=amg] .link_icon_text[data-v-562cdef0]:hover, body[data-theme=amg] .link_icon_text[data-v-562cdef0]:focus {
  -webkit-animation: none;
          animation: none;
  color: #cc0000;
}
body[data-theme=amg] .link_icon_text:hover [class^=icon-mb][data-v-562cdef0],
body[data-theme=amg] .link_icon_text:hover [class*=" icon-mb"][data-v-562cdef0], body[data-theme=amg] .link_icon_text:focus [class^=icon-mb][data-v-562cdef0],
body[data-theme=amg] .link_icon_text:focus [class*=" icon-mb"][data-v-562cdef0] {
  color: #cc0000;
}
.clearfix[data-v-562cdef0]:after {
  content: "";
  display: table;
  clear: both;
}
#content[data-v-562cdef0] {
  width: 100%;
  overflow-x: hidden;
}
.back-link[data-v-562cdef0] {
  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-562cdef0] {
    font-size: 13px;
}
}
.back-link a[data-v-562cdef0] {
  display: inline-block;
  color: #333;
  line-height: normal;
}
.back-link a[data-v-562cdef0]:hover {
  color: #00adef;
}
body[data-theme=amg] .back-link a[data-v-562cdef0] {
  color: #fff;
}
body[data-theme=amg] .back-link a[data-v-562cdef0]:hover {
  color: #c00;
  border-bottom: 3px solid #c00;
}
.back-link a[data-v-562cdef0]: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-562cdef0]:before {
    margin-right: 5px;
    font-size: 13px;
}
}
.expansion-link[data-v-562cdef0] {
  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-562cdef0] {
    position: relative;
}
}
body[data-theme=amg] .expansion-link[data-v-562cdef0] {
  color: #fff;
  border-bottom-color: #999;
}
.expansion-link[data-v-562cdef0]: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-562cdef0]:after {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.button[data-v-562cdef0] {
  font-size: 14px;
}
@media (max-width: 767px) {
.button[data-v-562cdef0] {
    font-size: 13px;
}
}
.order-memo[data-v-562cdef0] {
  font-size: 11px;
  color: rgb(102, 102, 102);
}
/* 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;
}
}
.order-details {
  font-size: 14px;
  font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial;
  color: #333;
}
@media screen and (max-width: 767px) {
.order-details .section__userinfo {
    padding-top: 0;
}
}
.order-details .section__userinfo .section__userinfo-title-wrapper {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
.order-details .section__userinfo .section__userinfo-title-wrapper {
    margin-bottom: 0;
}
}
.order-details .section__wallbox input:disabled {
  outline: none;
  background: none;
}
@media screen and (min-width: 767px) {
.order-details .section__wallbox .section__userinfo-item.address {
    width: 63%;
}
.order-details .section__wallbox .section__userinfo-item.name, .order-details .section__wallbox .section__userinfo-item.mobile {
    width: 17%;
}
}
.order-details__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 25px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.order-details__header {
    display: -ms-flexbox;
    position: relative;
}
}
.order-details__header--title {
  font-size: 36px;
  font-family: "SimSun";
  color: #666;
  -webkit-transform: scaleX(0.7);
          transform: scaleX(0.7);
  -webkit-transform-origin: left;
          transform-origin: left;
}
@media (max-width: 767px) {
.order-details__header--title {
    font-size: 24px;
    font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial;
    font-weight: 300;
    letter-spacing: 0.8px;
    color: #333;
}
}
.order-details__header--back {
  font-size: 16px;
  color: #333;
  cursor: pointer;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.order-details__header--back {
    position: absolute;
    right: 0;
    top: 43px;
}
}
@media (max-width: 767px) {
.order-details__header--back {
    font-size: 13px;
}
}
.order-details__header--back:before {
  content: "\e93f";
  font-family: "cn-icons" !important;
  font-weight: normal;
  font-size: 100%;
  font-size: 14px;
  color: #333;
  margin-right: 10px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  display: inline-block;
}
@media (max-width: 767px) {
.order-details__header--back:before {
    font-size: 12px;
}
}
.order-details__order {
  padding: 20px 30px;
  margin-top: 40px;
  margin-bottom: 30px;
  background: #f2f2f2;
}
@media (max-width: 767px) {
.order-details__order {
    font-size: 13px;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: -20px;
    margin-right: -20px;
    padding: 10px 20px;
}
}
.order-details__order-info {
  width: 40%;
  float: left;
}
@media (max-width: 767px) {
.order-details__order-info {
    width: 100%;
}
}
.order-details__order-user {
  width: 30%;
  float: left;
}
@media (max-width: 767px) {
.order-details__order-user {
    width: 100%;
}
}
.order-details__order-status {
  width: 30%;
  float: left;
  text-align: right;
}
@media (max-width: 767px) {
.order-details__order-status {
    width: 100%;
    text-align: left;
}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
.order-details__order-status {
    position: relative;
    top: -4px;
}
}
.order-details__order-status--text {
  font-size: 16px;
  font-weight: 500;
  color: #00adef;
}
@media (max-width: 767px) {
.order-details__order-status--text {
    font-size: 13px;
}
}
.order-details__order-status--time {
  color: #9f0002;
}
.order-details__order p {
  line-height: 2;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
.order-details__order p {
    line-height: 1.85;
    letter-spacing: 0.9px;
}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
.order-details__order {
    font-size: 12px;
}
}
.order-details__car {
  padding: 0 40px 25px;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 767px) {
.order-details__car {
    display: block;
    padding: 0;
    padding-bottom: 20px;
}
}
.order-details__car-wrapper {
  width: 60%;
  float: left;
}
@media (max-width: 767px) {
.order-details__car-wrapper {
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
    width: 100%;
}
}
.order-details__car-container {
  display: grid;
  grid-template-columns: 52% 42%;
  -webkit-flex-flow: nowrap;
      -ms-flex-flow: nowrap;
          flex-flow: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
.order-details__car-container {
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
    grid-template-columns: 100%;
}
}
.order-details__car p {
  line-height: 2;
}
@media (max-width: 767px) {
.order-details__car p {
    font-size: 13px;
    line-height: 1.85;
    letter-spacing: 0.9px;
}
}
.order-details__car-img {
  width: 40%;
  height: 150px;
  float: left;
  padding-right: 10px;
}
@media (max-width: 767px) {
.order-details__car-img {
    width: 100%;
    padding-right: 0;
}
}
.order-details__car-img img {
  max-width: 100%;
  height: 100%;
  display: block;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
.order-details__car-img img {
    width: 100%;
    height: auto;
}
}
.order-details__car-info {
  width: 100%;
}
.order-details__car-info--title {
  width: 94%;
  font-size: 20px;
  font-weight: 500;
  color: #222;
  letter-spacing: 1.4px;
  line-height: 2;
}
@media (max-width: 767px) {
.order-details__car-info--title {
    width: 100%;
    font-size: 13px;
    font-weight: 600;
}
}
.order-details__car-info--exterior_label, .order-details__car-info--interior_label, .order-details__car-info--wheel_label {
  display: inline-block;
  vertical-align: text-top;
}
.order-details__car-info--exterior_name, .order-details__car-info--interior_name, .order-details__car-info--wheel_name {
  width: calc(100% - 50px);
  display: inline-block;
  vertical-align: text-top;
}
.order-details__car-option {
  width: 100%;
  margin-left: 5%;
}
.order-details__car-option--online-gift {
  margin-left: 0;
}
@media (max-width: 767px) {
.order-details__car-option--gift-pc {
    display: none !important;
}
}
@media (min-width: 768px) {
.order-details__car-option--gift-mobile {
    display: none !important;
}
}
@media (max-width: 767px) {
.order-details__car-option {
    padding-top: 0;
    width: 100%;
    margin-left: 0;
}
}
.order-details__car-option--single_label, .order-details__car-option--op_label, .order-details__car-option--gift_label, .order-details__car-option--ta_label {
  display: inline-block;
  vertical-align: text-top;
}
.order-details__car-option--single_name, .order-details__car-option--op_name, .order-details__car-option--gift_name, .order-details__car-option--ta_name {
  width: calc(100% - 90px);
  display: inline-block;
  vertical-align: text-top;
}
.order-details__car-option--gift__disclaimer {
  font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial;
  color: #999;
  font-size: 15px;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  display: inline-block;
  width: 150%;
}
.entity-gift .order-details__car-option--gift__disclaimer {
  width: 183.3333333333%;
}
.order-details__car-option--gift__disclaimer p {
  font-size: 15px;
  line-height: normal;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
.order-details__car {
    font-size: 12px;
}
}
.order-details__status {
  text-align: right;
  padding: 20px 30px 30px 0;
}
@media (max-width: 767px) {
.order-details__status {
    font-size: 13px;
    padding: 20px 0;
}
}
.order-details__status--button {
  padding: 20px 0;
}
.order-details__status--price {
  min-width: 140px;
  display: inline-block;
  font-weight: 500;
}
.order-details__dealer {
  font-size: 14px;
  margin-bottom: 50px;
  padding: 46px 47px 49px 68px;
  background: #f2f2f2;
}
@media (max-width: 767px) {
.order-details__dealer {
    font-size: 13px;
    padding: 30px 20px;
    margin-left: -20px;
    margin-right: -20px;
}
}
.order-details__dealer-info {
  width: 60%;
  float: left;
  border-right: 1px solid #ccc;
  padding-right: 50px;
}
.order-details__dealer-info ul li {
  line-height: 2;
  letter-spacing: 0.4px;
}
@media (max-width: 767px) {
.order-details__dealer-info {
    width: 100%;
    float: none;
    padding-bottom: 20px;
    border-right: 0;
    padding-right: 0px;
}
.order-details__dealer-info--phone {
    color: #333;
}
}
.order-details__dealer-info--title {
  font-weight: 600;
}
.order-details__dealer-financial {
  width: 40%;
  float: left;
  padding-left: 45px;
}
@media (max-width: 767px) {
.order-details__dealer-financial {
    width: 100%;
    font-size: 13px;
    float: none;
    padding-left: 0;
    padding-top: 20px;
    border-top: 1px solid #ccc;
}
}
.order-details__dealer-financial .financial-plan--title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
.order-details__dealer-financial .financial-plan--title {
    font-size: 13px;
}
}
.order-details__dealer-financial .financial-plan--desc {
  color: #333;
}
@media (max-width: 767px) {
.order-details__dealer-financial .financial-plan--desc {
    font-size: 13px;
}
}
.order-details__dealer-financial .apply-now {
  margin-top: 20px;
}
.order-details__dealer-financial .apply-now--link {
  color: #333;
  padding-bottom: 5px;
  border-bottom: 2px solid #333;
  cursor: pointer;
}
.order-details__dealer-financial .apply-now--link:after {
  content: "\e93f";
  font-family: "cn-icons" !important;
  font-weight: normal;
  font-size: 100%;
  font-size: 11px;
  margin-left: 10px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  display: inline-block;
}
.order-details__dealer-financial .apply-now--link.active:after {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.order-details__dealer-financial .qrcode {
  margin-top: 15px;
}
.order-details__dealer-financial .qrcode .financial__application-qr-container {
  width: auto;
  text-align: left;
}
.order-details__dealer-financial .qrcode .financial__application-qr-container canvas {
  width: 260px;
  height: 260px;
}
.order-details__dealer-financial .qrcode .financial__application-qr-title, .order-details__dealer-financial .qrcode .financial__application-qr-desc {
  font-size: 14px;
  color: #333;
  letter-spacing: 0.5px;
}
.order-details__dealer--noborder {
  border-right-color: transparent;
}
.order-details .disclaimer {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
.order-details .disclaimer {
    margin-left: 0;
}
}
.order-details__dealer-financial .financial-plan--title {
  margin-bottom: 10px !important;
}
