/* 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;
}
body .ll-wp-myOrder .ll-wp-header {
  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-title {
  font-size: 22px !important;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #000000;
}
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-sub-nav {
  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;
  margin: 32px 0 44px;
}
body .ll-wp-myOrder .ll-wp-sub-nav span {
  cursor: pointer;
  color: #000000;
  display: block;
  margin-right: 60px;
  padding-bottom: 6px;
  border-bottom: 2px solid #f9f9f9;
}
body .ll-wp-myOrder .ll-wp-sub-nav .currentSpan {
  color: #333;
  border-color: #333;
}
body .ll-wp-myOrder .hulian-sub-nav span {
  border-bottom: 2px solid transparent;
}
body .ll-wp-myOrder .ll-wp-nav {
  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;
}
body .ll-wp-myOrder .ll-wp-nav .ll-wp-nav-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body .ll-wp-myOrder .ll-wp-nav .ll-wp-nav-left .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 .ll-wp-nav-left .ll-wp-nav-name span:nth-child(2) {
  width: 32px;
  height: 2px;
  margin-top: 6px;
}
body .ll-wp-myOrder .ll-wp-nav .ll-wp-nav-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
body .ll-wp-myOrder .ll-wp-nav .ll-wp-nav-right img {
  height: 20px;
  width: 20px;
  margin-right: 5px;
}
body .ll-wp-myOrder .ll-wp-nav .currentSpan {
  background: #333;
}
body .ll-wp-myOrder .ll-wp-nav .hidden {
  display: none;
}
body .ll-wp-myOrder .ll-wp-content {
  position: relative;
  min-height: 550px;
  box-sizing: border-box;
}
body .ll-wp-myOrder .ll-wp-content .ll-wp-item {
  margin-bottom: 56px;
  padding: 0 48px;
  background-color: #ffffff;
  font-size: 14px;
  border-radius: 10px;
}
body .ll-wp-myOrder .ll-wp-content .ll-wp-item .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;
}
body .ll-wp-myOrder .ll-wp-content .ll-wp-item .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;
  padding-top: 34px;
}
body .ll-wp-myOrder .ll-wp-content .ll-wp-item .ll-wp-myOrder-top {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px 0 20px 0;
  height: 92px;
  border-bottom: 1px solid #e0e0e0;
}
body .ll-wp-myOrder .ll-wp-content .ll-wp-item .ll-wp-myOrder-top .ll-wp-myOrder-Num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 48px;
}
body .ll-wp-myOrder .ll-wp-content .ll-wp-item .ll-wp-myOrder-top .ll-wp-myOrder-Num div {
  height: 24px;
}
body .ll-wp-myOrder .ll-wp-content .ll-wp-item .ll-wp-myOrder-top .ll-myOrder-status-hulian span {
  font-size: 16px;
  font-weight: 600;
}
body .ll-wp-myOrder .ll-wp-content .ll-wp-item .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;
  margin-top: 14px;
}
body .ll-wp-myOrder .ll-wp-content .ll-wp-item .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;
}
body .ll-wp-myOrder .ll-wp-content .ll-wp-item .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;
}
body .ll-wp-myOrder .ll-wp-content .ll-wp-item .ll-wp-center .ll-wp-mid-left .ll-wp-top-gray .ll-myOrder-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;
  padding: 0 12px 0;
  height: 154px;
  font-size: 120px;
  font-family: MBCorpo;
  font-weight: 400;
  color: #ffffff;
  opacity: 0.2;
}
body .ll-wp-myOrder .ll-wp-content .ll-wp-item .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: -60px;
}
body .ll-wp-myOrder .ll-wp-content .ll-wp-item .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;
}
body .ll-wp-myOrder .ll-wp-content .ll-wp-item .ll-wp-center .ll-wp-mid-right {
  width: 48%;
  position: relative;
  padding-top: 2px;
}
body .ll-wp-myOrder .ll-wp-content .ll-wp-item .ll-wp-center .ll-wp-mid-right .ll-myOrder-title {
  margin-bottom: 26px;
}
body .ll-wp-myOrder .ll-wp-content .ll-wp-item .ll-wp-center .ll-wp-mid-right .ll-myOrder-title .ll-wp-myOrder-carName {
  margin-bottom: 4px;
  font-size: 36px;
  font-family: MB_HYZS-Medium, MB_HYZS;
  color: #000000;
}
body .ll-wp-myOrder .ll-wp-content .ll-wp-item .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;
}
body .ll-wp-myOrder .ll-wp-content .ll-wp-item .ll-wp-center .ll-wp-mid-right .ll-myOrder-info {
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
}
body .ll-wp-myOrder .ll-wp-content .ll-wp-item .ll-wp-center .ll-wp-mid-right .ll-myOrder-id {
  margin: 12px 0 12px;
}
body .ll-wp-myOrder .ll-wp-content .ll-wp-item .ll-wp-center .ll-wp-mid-right .ll-myOrder-paymentdate {
  margin: 12px 0 12px;
}
body .ll-wp-myOrder .ll-wp-content .ll-wp-item .ll-wp-center .ll-wp-mid-right .ll-myOrder-creatdate {
  margin: 12px 0 12px;
}
body .ll-wp-myOrder .ll-wp-content .ll-wp-item .ll-wp-center .ll-wp-mid-right .ll-wp-dyxj {
  color: #41adf2;
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
}
body .ll-wp-myOrder .ll-wp-content .ll-wp-item .ll-wp-center .ll-wp-mid-right .ll-wp-dyxj .ll-myOrder-date {
  color: #666666;
  font-size: 12px;
  margin-left: 21px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
}
body .ll-wp-myOrder .ll-wp-content .ll-wp-item .ll-wp-center .ll-wp-mid-right .ll-wp-yxj {
  color: #000000;
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
}
body .ll-wp-myOrder .ll-wp-content .ll-wp-item .ll-wp-myOrder-mid .mid-item {
  display: flex;
  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;
  padding: 28px 0;
  height: 179px;
  border-bottom: 1px solid #e0e0e0;
}
body .ll-wp-myOrder .ll-wp-content .ll-wp-item .ll-wp-myOrder-mid .ll-wp-mid-left {
  width: 244px;
  height: 100px;
  margin-right: 56px;
  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 .ll-wp-content .ll-wp-item .ll-wp-myOrder-mid .ll-wp-mid-right {
  color: #141414;
}
body .ll-wp-myOrder .ll-wp-content .ll-wp-item .ll-wp-myOrder-mid .ll-wp-mid-right .ll-wp-myOrder-carName {
  margin-bottom: 16px;
  font-size: 22px;
  font-family: MB_HYZS-Medium, MB_HYZS;
  color: #333;
}
body .ll-wp-myOrder .ll-wp-content .ll-wp-item .ll-wp-myOrder-mid .ll-wp-mid-right .ll-myOrder-interiorColour {
  margin: 4px 0 11px;
}
body .ll-wp-myOrder .ll-wp-content .ll-wp-item .ll-wp-myOrder-mid .ll-wp-mid-right .ll-myOrder-amount span {
  color: #333;
  font-size: 18px;
}
body .ll-wp-myOrder .ll-wp-content .ll-wp-item .ll-myOrder-status {
  width: 48px;
  height: 21px;
  background-color: #e8e8e8;
  border-radius: 2px 2px 2px 2px;
  color: #bdbdbd;
  line-height: 21px;
  text-align: center;
  font-size: 12px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
}
body .ll-wp-myOrder .ll-wp-content .ll-wp-item .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-size: 12px;
  text-align: center;
  color: #41adf2;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
}
body .ll-wp-myOrder .ll-wp-content .ll-wp-item .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;
}
body .ll-wp-myOrder .ll-wp-content .ll-wp-item .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;
}
body .ll-wp-myOrder .ll-wp-content .ll-wp-item .ll-wp-btmt span {
  line-height: 42px;
  color: #a0a0a0;
}
body .ll-wp-myOrder .ll-wp-content .ll-wp-item .ll-wp-btmt .ll-myOrder-white {
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  margin-left: 16px;
  color: #2f2f2f;
  cursor: pointer;
  width: 208px;
  height: 40px;
  background-color: #fff;
  border: solid 1px #666666;
}
body .ll-wp-myOrder .ll-wp-content .ll-wp-item .ll-wp-btmt .ll-myOrder-black {
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  margin-left: 16px;
  color: #fff;
  cursor: pointer;
  width: 208px;
  height: 40px;
  background-color: #000;
  border: solid 1px #666666;
}
body .ll-wp-myOrder .ll-wp-content .ll-wp-item .ll-wp-btmt .ll-myOrder-white-single {
  font-size: 14px;
  width: 175px;
  height: 40px;
  color: #2f2f2f;
  cursor: pointer;
  background-color: #fff;
  border: solid 1px #666666;
  font-family: PingFang SC-Medium, PingFang SC;
}
body .ll-wp-myOrder .ll-wp-content .ll-wp-item .ll-wp-myOrder-btm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 0 37px;
}
body .ll-wp-myOrder .ll-wp-content .ll-wp-item .ll-wp-myOrder-btm .ll-wp-btm-left {
  cursor: pointer;
}
body .ll-wp-myOrder .ll-wp-content .ll-wp-item .ll-wp-myOrder-btm .ll-wp-btm-left .ll-pc-order-Icon {
  margin-right: 4px;
}
body .ll-wp-myOrder .ll-wp-content .ll-wp-item .ll-wp-myOrder-btm .ll-wp-btm-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body .ll-wp-myOrder .ll-wp-content .ll-wp-item .ll-wp-myOrder-btm .ll-wp-btm-right 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;
  width: 146px;
  height: 40px;
  border-radius: 2px;
  border: solid 1px #666666;
}
body .ll-wp-myOrder .ll-wp-content .ll-wp-item .ll-wp-myOrder-btm .ll-wp-btm-right span {
  line-height: 42px;
  color: #a0a0a0;
}
body .ll-wp-myOrder .ll-wp-content .ll-wp-item .ll-wp-myOrder-btm .ll-wp-btm-right .ll-myOrder-white {
  margin: 0 20px;
  color: #2f2f2f;
  cursor: pointer;
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
}
body .ll-wp-myOrder .ll-wp-content .ll-wp-item .ll-wp-myOrder-btm .ll-wp-btm-right .ll-myOrder-black {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
}
body .ll-wp-myOrder .ll-wp-content .ll-wp-item .ll-wp-myOrder-btm .ll-wp-btm-right .specialbgc {
  background-color: #aaa !important;
  border: none;
  color: #fff !important;
}
body .ll-wp-myOrder .ll-wp-content .ll-wp-item .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: 32px 0 32px;
}
body .ll-wp-myOrder .ll-wp-content .ll-wp-item .ll-wp-bottom .ll-wp-dropdown {
  width: 100%;
  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;
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
}
body .ll-wp-myOrder .ll-wp-content .ll-wp-item .ll-pc-order-Icon {
  height: 17px;
  margin-left: 4px;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}
body .ll-wp-myOrder .ll-wp-content .ll-wp-item .ll-special-icon {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
body .ll-wp-myOrder .ll-wp-message {
  width: 1132px;
  height: 446px;
  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;
}
body .ll-wp-myOrder .ll-wp-message .ll-image-bgc {
  width: 36px;
  height: 36px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAAXNSR0IArs4c6QAAApFJREFUWEfNmL+rTmEcwD+3DAYDMRCDf0G5g0GIQobLYBCiMAhlUQxCBgZFIQtFBiShCEXXjTJQBn8AA10DZVAMij5v30fnnpz3Pb+u9zx1OsM5z/f5PN/n+/MZofpYCKyLZx6wGPDt+AJ8iPdjwOdTlSVGKvy8A9gfAC70EPicAVBUApwPbAhoAS8A18qsVQZoLXAa+A6cAJ4Dv8oIB2YAK4FjwCzgMPCk39x+QAo7HwKPAPdKQhT9thE4FRs6ULSpIqDZwG3gJ7AltNOQpzddLd0AZgKbgW95of8CEuZVaORoheMpC6zmTwJqbFkeKg/kz4+AN4DHNJ3D41sKrM9uOg90CVgEbJoGzeQ35+bvAh+BveljFkhvOgeMtmgzgzSsTb0GDibvywK9Dbdu6k2DIPLftSXDwhI/JCCD3k5gVVVp8f94vOvOfwFcNngmILVzCHg6JKA1EaNGBdKIBVrwHwy5aL8a+KTHJtCuiMbba2qnrWnXjeICGZHvADcbSG5qQy69DRgTSIMyIps0647fMbFMsi5ao5eEFfA+vMsyoe5oA8i6alygH8CcSKTDBDJITnYSqHNHplGb2V/WPS+gDRv6a9RmXF3+1pCBtlojaUO7gRVAk8DYhoYMjBNtpY6mQFNShydlTWJH8KzmsTUFWh2dTS+5Oiw9zGnLawI1TR061hXgar5AOw7crwlVd9oY4LpTCjSF2R6fHUIJ+w7Yk2qxThf5aqlzbZBQnWoUk2F2qpVOUNnLBmNUU+/Tm86E8Va+bMi6sN5n2+t1jO45UaEZcFOmJedZ7wzsbKqUnAbPfZkLqweZC6uvsYO58d1OJt2yWYleNOiVCVRVgJK8tJitd78rPS+mvGmzdy89/gBO+J+c1lQZfwAAAABJRU5ErkJggg==);
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
}
body .ll-wp-myOrder .ll-wp-message .ll-wp-message-text {
  font-size: 22px;
  font-family: MB_HYZS-Medium, MB_HYZS, "MB_HYZSJBT";
  color: #000000;
  margin-top: 16px;
}
body .ll-wp-myOrder .ll-wp-message .ll-wp-message-advice {
  margin-top: 12px;
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
}
body .ll-wp-myOrder .ll-wp-message .ll-wp-message-btm {
  margin-top: 24px;
  width: 208px;
  height: 40px;
  background: #000000;
  border-radius: 22px 22px 22px 22px;
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

.ll-wp-detail-btm {
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  cursor: pointer;
}

.specialbgc {
  background-color: #999 !important;
  color: #fff !important;
}

.el-dialog {
  margin-top: 25vh !important;
  padding-top: 20px;
}

#commonDialog .el-dialog__footer .el-button {
  padding: 0 !important;
}

.ll-wp-item-w {
  margin-bottom: 56px;
  padding: 0 50px;
  background-color: #fafafa;
  color: #333;
  font-size: 14px;
}
.ll-wp-item-w .ll-wp-myOrder-top {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px 0 20px 0;
  height: 92px;
  border-bottom: 1px solid #e0e0e0;
}
.ll-wp-item-w .ll-wp-myOrder-top .ll-wp-myOrder-Num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 48px;
}
.ll-wp-item-w .ll-wp-myOrder-top .ll-wp-myOrder-Num div {
  height: 24px;
}
.ll-wp-item-w .ll-wp-myOrder-top .ll-myOrder-status span {
  font-size: 16px;
  font-weight: 600;
}
.ll-wp-item-w .ll-wp-myOrder-mid .mid-item {
  display: flex;
  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;
  padding: 28px 0;
  height: 179px;
  border-bottom: 1px solid #e0e0e0;
}
.ll-wp-item-w .ll-wp-myOrder-mid .ll-wp-mid-left {
  width: 244px;
  height: 100px;
  margin-right: 56px;
  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-wp-item-w .ll-wp-myOrder-mid .ll-wp-mid-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #141414;
}
.ll-wp-item-w .ll-wp-myOrder-mid .ll-wp-mid-right .flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ll-wp-item-w .ll-wp-myOrder-mid .ll-wp-mid-right .ll-wp-myOrder-carName {
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 500;
  color: #333;
}
.ll-wp-item-w .ll-wp-myOrder-mid .ll-wp-mid-right .suborder-refund-status {
  font-size: 16px;
  line-height: 22px;
  text-align: right;
  color: #666;
}
.ll-wp-item-w .ll-wp-myOrder-mid .ll-wp-mid-right .ll-myOrder-interiorColour {
  margin: 4px 0 11px;
}
.ll-wp-item-w .ll-wp-myOrder-mid .ll-wp-mid-right .ll-myOrder-amount span {
  color: #333;
  font-size: 18px;
}
.ll-wp-item-w .ll-wp-myOrder-btm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 0 37px;
}
.ll-wp-item-w .ll-wp-myOrder-btm .ll-wp-btm-left {
  cursor: pointer;
}
.ll-wp-item-w .ll-wp-myOrder-btm .ll-wp-btm-left .ll-pc-order-Icon {
  margin-right: 4px;
}
.ll-wp-item-w .ll-wp-myOrder-btm .ll-wp-btm-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ll-wp-item-w .ll-wp-myOrder-btm .ll-wp-btm-right 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;
  width: 146px;
  height: 40px;
  border-radius: 2px;
  border: solid 1px #666666;
}
.ll-wp-item-w .ll-wp-myOrder-btm .ll-wp-btm-right span {
  line-height: 42px;
  color: #a0a0a0;
}
.ll-wp-item-w .ll-wp-myOrder-btm .ll-wp-btm-right .ll-myOrder-white {
  margin: 0 20px;
  color: #2f2f2f;
  cursor: pointer;
}
.ll-wp-item-w .ll-wp-myOrder-btm .ll-wp-btm-right .ll-myOrder-black {
  color: #fff;
  cursor: pointer;
  background-color: #000;
}
.ll-wp-item-w .ll-wp-myOrder-btm .ll-wp-btm-right .specialbgc {
  background-color: #aaa !important;
  border: none;
  color: #fff !important;
}
/* variables for purchase journey scoped sass */
/* change after client confirmation */
/* end change after client confirmation */
/* module */
.button[data-v-28823a53] {
  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-28823a53] {
  background-color: #00adef;
  color: #fff;
}
.button_primary[data-v-28823a53]:hover, .button_primary[data-v-28823a53]:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #176db7;
}
body[data-theme=amg] .button_primary[data-v-28823a53] {
  background-color: #cc0000;
  color: #fff;
}
body[data-theme=amg] .button_primary[data-v-28823a53]:hover, body[data-theme=amg] .button_primary[data-v-28823a53]:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #e23a39;
}
body[data-theme=amg] .eq-brand .button_primary[data-v-28823a53] {
  background-color: #00adef;
}
.button_secondary[data-v-28823a53] {
  background-color: #666;
  color: #fff;
}
.button_secondary[data-v-28823a53]:hover, .button_secondary[data-v-28823a53]:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #333;
}
.button_secondary_alt[data-v-28823a53] {
  background-color: #444;
  color: #fff;
}
.button_secondary_alt[data-v-28823a53]:hover, .button_secondary_alt[data-v-28823a53]:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #999;
}
.button_amg[data-v-28823a53] {
  background-color: #cc0000;
  color: #fff;
}
.button_amg[data-v-28823a53]:hover, .button_amg[data-v-28823a53]:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #e23a39;
}
.button_green[data-v-28823a53] {
  background-color: #63ccad;
  color: #fff;
}
.button_green[data-v-28823a53]:hover, .button_green[data-v-28823a53]:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #63ccad;
}
.button_blue[data-v-28823a53] {
  background-color: #00adef;
  color: #fff;
}
.button_blue[data-v-28823a53]:hover, .button_blue[data-v-28823a53]:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #00adef;
}
.button--wide[data-v-28823a53] {
  padding-left: 30px;
  padding-right: 30px;
}
.link[data-v-28823a53] {
  color: currentColor;
  text-decoration: none;
}
.link_primary[data-v-28823a53] {
  font: normal 400 18px/1 "corporateacondpro";
  padding-left: 10px;
  position: relative;
}
@media only print {
.link_primary[data-v-28823a53] {
    font: normal 400 24px/1.1666666667 "corporateacondpro";
}
}
body[data-theme=amg] .link_primary[data-v-28823a53] {
  font-style: italic;
  padding-left: 15px;
}
.link_primary[data-v-28823a53]: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-28823a53]:before {
  color: #cc0000;
  content: "\e92b";
  font-size: 15px;
}
.link_primary[data-v-28823a53]:hover, .link_primary[data-v-28823a53]:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_primary[data-v-28823a53]:hover, body[data-theme=amg] .link_primary[data-v-28823a53]:focus {
  color: #e23a39;
}
body.corporate-page .link_primary[data-v-28823a53] {
  font-family: "Arial", sans-serif;
  font-size: 12px;
  padding: 0;
}
body.corporate-page .link_primary[data-v-28823a53]:before {
  content: none;
}
.link_secondary[data-v-28823a53] {
  padding-left: 10px;
  position: relative;
}
.link_secondary[data-v-28823a53]: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-28823a53]:before {
  color: #cc0000;
}
.link_secondary[data-v-28823a53]:hover, .link_secondary[data-v-28823a53]:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_secondary[data-v-28823a53]:hover, body[data-theme=amg] .link_secondary[data-v-28823a53]:focus {
  color: #cc0000;
}
@media only print {
.link_secondary[data-v-28823a53] {
    font: normal 400 12px/1.5 "Arial", sans-serif;
    font: normal 400 14px/1.5 "Arial", sans-serif;
}
}
.link_plain-link[data-v-28823a53], body.corporate-page .link_primary[data-v-28823a53] {
  color: #00adef;
}
body[data-theme=amg] .link_plain-link[data-v-28823a53], body[data-theme=amg] body.corporate-page .link_primary[data-v-28823a53], body.corporate-page body[data-theme=amg] .link_primary[data-v-28823a53] {
  color: #cc0000;
}
.link_plain-link[data-v-28823a53]:hover, body.corporate-page .link_primary[data-v-28823a53]:hover, .link_plain-link[data-v-28823a53]:focus, body.corporate-page .link_primary[data-v-28823a53]:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_plain-link[data-v-28823a53]:hover, body[data-theme=amg] body.corporate-page .link_primary[data-v-28823a53]:hover, body.corporate-page body[data-theme=amg] .link_primary[data-v-28823a53]:hover, body[data-theme=amg] .link_plain-link[data-v-28823a53]:focus, body[data-theme=amg] body.corporate-page .link_primary[data-v-28823a53]:focus, body.corporate-page body[data-theme=amg] .link_primary[data-v-28823a53]:focus {
  color: #cc0000;
}
.link_in-text[data-v-28823a53]:hover, .link_in-text[data-v-28823a53]:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_in-text[data-v-28823a53]:hover, body[data-theme=amg] .link_in-text[data-v-28823a53]:focus {
  color: #cc0000;
}
.link_bold[data-v-28823a53] {
  font-size: 14px;
  font-weight: 700;
}
.link_bold[data-v-28823a53]:hover, .link_bold[data-v-28823a53]:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_bold[data-v-28823a53]:hover, body[data-theme=amg] .link_bold[data-v-28823a53]:focus {
  color: #cc0000;
}
.link_bold_sub[data-v-28823a53] {
  font-size: 12px;
  font-weight: 700;
}
.link_bold_sub[data-v-28823a53]:hover, .link_bold_sub[data-v-28823a53]:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_bold_sub[data-v-28823a53]:hover, body[data-theme=amg] .link_bold_sub[data-v-28823a53]:focus {
  color: #cc0000;
}
.link_icon_text[data-v-28823a53] {
  font: normal 400 24px/1.1666666667 "corporateacondpro";
}
@media only print {
.link_icon_text[data-v-28823a53] {
    font: normal 400 28px/1.2142857143 "corporateacondpro";
    font: normal 400 30px/1.2666666667 "corporateacondpro";
}
}
.link_icon_text [class^=icon-mb][data-v-28823a53],
.link_icon_text [class*=" icon-mb"][data-v-28823a53] {
  vertical-align: middle;
}
.link_icon_text[data-v-28823a53]:hover, .link_icon_text[data-v-28823a53]:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_icon_text[data-v-28823a53] {
  color: #999;
}
body[data-theme=amg] .link_icon_text[data-v-28823a53]:hover, body[data-theme=amg] .link_icon_text[data-v-28823a53]:focus {
  -webkit-animation: none;
          animation: none;
  color: #cc0000;
}
body[data-theme=amg] .link_icon_text:hover [class^=icon-mb][data-v-28823a53],
body[data-theme=amg] .link_icon_text:hover [class*=" icon-mb"][data-v-28823a53], body[data-theme=amg] .link_icon_text:focus [class^=icon-mb][data-v-28823a53],
body[data-theme=amg] .link_icon_text:focus [class*=" icon-mb"][data-v-28823a53] {
  color: #cc0000;
}
.clearfix[data-v-28823a53]:after {
  content: "";
  display: table;
  clear: both;
}
#content[data-v-28823a53] {
  width: 100%;
  overflow-x: hidden;
}
.back-link[data-v-28823a53] {
  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-28823a53] {
    font-size: 13px;
}
}
.back-link a[data-v-28823a53] {
  display: inline-block;
  color: #333;
  line-height: normal;
}
.back-link a[data-v-28823a53]:hover {
  color: #00adef;
}
body[data-theme=amg] .back-link a[data-v-28823a53] {
  color: #fff;
}
body[data-theme=amg] .back-link a[data-v-28823a53]:hover {
  color: #c00;
  border-bottom: 3px solid #c00;
}
.back-link a[data-v-28823a53]: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-28823a53]:before {
    margin-right: 5px;
    font-size: 13px;
}
}
.expansion-link[data-v-28823a53] {
  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-28823a53] {
    position: relative;
}
}
body[data-theme=amg] .expansion-link[data-v-28823a53] {
  color: #fff;
  border-bottom-color: #999;
}
.expansion-link[data-v-28823a53]: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-28823a53]:after {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.button[data-v-28823a53] {
  font-size: 14px;
}
@media (max-width: 767px) {
.button[data-v-28823a53] {
    font-size: 13px;
}
}
.checkbox[data-v-28823a53] {
  width: 48px !important;
  height: 48px !important;
  border: solid 1px #bbb;
  background-color: #f8f8f8;
}
.checkbox img[data-v-28823a53] {
  width: 100%;
  height: auto;
  vertical-align: 0;
}
.checkbox.active[data-v-28823a53] {
  background-color: black;
}
@charset "UTF-8";
/* variables for purchase journey scoped sass */
/* change after client confirmation */
/* end change after client confirmation */
/* module */
.button[data-v-11c1ab83] {
  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-11c1ab83] {
  background-color: #00adef;
  color: #fff;
}
.button_primary[data-v-11c1ab83]:hover, .button_primary[data-v-11c1ab83]:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #176db7;
}
body[data-theme=amg] .button_primary[data-v-11c1ab83] {
  background-color: #cc0000;
  color: #fff;
}
body[data-theme=amg] .button_primary[data-v-11c1ab83]:hover, body[data-theme=amg] .button_primary[data-v-11c1ab83]:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #e23a39;
}
body[data-theme=amg] .eq-brand .button_primary[data-v-11c1ab83] {
  background-color: #00adef;
}
.button_secondary[data-v-11c1ab83] {
  background-color: #666;
  color: #fff;
}
.button_secondary[data-v-11c1ab83]:hover, .button_secondary[data-v-11c1ab83]:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #333;
}
.button_secondary_alt[data-v-11c1ab83] {
  background-color: #444;
  color: #fff;
}
.button_secondary_alt[data-v-11c1ab83]:hover, .button_secondary_alt[data-v-11c1ab83]:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #999;
}
.button_amg[data-v-11c1ab83] {
  background-color: #cc0000;
  color: #fff;
}
.button_amg[data-v-11c1ab83]:hover, .button_amg[data-v-11c1ab83]:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #e23a39;
}
.button_green[data-v-11c1ab83] {
  background-color: #63ccad;
  color: #fff;
}
.button_green[data-v-11c1ab83]:hover, .button_green[data-v-11c1ab83]:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #63ccad;
}
.button_blue[data-v-11c1ab83] {
  background-color: #00adef;
  color: #fff;
}
.button_blue[data-v-11c1ab83]:hover, .button_blue[data-v-11c1ab83]:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #00adef;
}
.button--wide[data-v-11c1ab83] {
  padding-left: 30px;
  padding-right: 30px;
}
.link[data-v-11c1ab83] {
  color: currentColor;
  text-decoration: none;
}
.link_primary[data-v-11c1ab83] {
  font: normal 400 18px/1 "corporateacondpro";
  padding-left: 10px;
  position: relative;
}
@media only print {
.link_primary[data-v-11c1ab83] {
    font: normal 400 24px/1.1666666667 "corporateacondpro";
}
}
body[data-theme=amg] .link_primary[data-v-11c1ab83] {
  font-style: italic;
  padding-left: 15px;
}
.link_primary[data-v-11c1ab83]: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-11c1ab83]:before {
  color: #cc0000;
  content: "\e92b";
  font-size: 15px;
}
.link_primary[data-v-11c1ab83]:hover, .link_primary[data-v-11c1ab83]:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_primary[data-v-11c1ab83]:hover, body[data-theme=amg] .link_primary[data-v-11c1ab83]:focus {
  color: #e23a39;
}
body.corporate-page .link_primary[data-v-11c1ab83] {
  font-family: "Arial", sans-serif;
  font-size: 12px;
  padding: 0;
}
body.corporate-page .link_primary[data-v-11c1ab83]:before {
  content: none;
}
.link_secondary[data-v-11c1ab83] {
  padding-left: 10px;
  position: relative;
}
.link_secondary[data-v-11c1ab83]: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-11c1ab83]:before {
  color: #cc0000;
}
.link_secondary[data-v-11c1ab83]:hover, .link_secondary[data-v-11c1ab83]:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_secondary[data-v-11c1ab83]:hover, body[data-theme=amg] .link_secondary[data-v-11c1ab83]:focus {
  color: #cc0000;
}
@media only print {
.link_secondary[data-v-11c1ab83] {
    font: normal 400 12px/1.5 "Arial", sans-serif;
    font: normal 400 14px/1.5 "Arial", sans-serif;
}
}
.link_plain-link[data-v-11c1ab83], body.corporate-page .link_primary[data-v-11c1ab83] {
  color: #00adef;
}
body[data-theme=amg] .link_plain-link[data-v-11c1ab83], body[data-theme=amg] body.corporate-page .link_primary[data-v-11c1ab83], body.corporate-page body[data-theme=amg] .link_primary[data-v-11c1ab83] {
  color: #cc0000;
}
.link_plain-link[data-v-11c1ab83]:hover, body.corporate-page .link_primary[data-v-11c1ab83]:hover, .link_plain-link[data-v-11c1ab83]:focus, body.corporate-page .link_primary[data-v-11c1ab83]:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_plain-link[data-v-11c1ab83]:hover, body[data-theme=amg] body.corporate-page .link_primary[data-v-11c1ab83]:hover, body.corporate-page body[data-theme=amg] .link_primary[data-v-11c1ab83]:hover, body[data-theme=amg] .link_plain-link[data-v-11c1ab83]:focus, body[data-theme=amg] body.corporate-page .link_primary[data-v-11c1ab83]:focus, body.corporate-page body[data-theme=amg] .link_primary[data-v-11c1ab83]:focus {
  color: #cc0000;
}
.link_in-text[data-v-11c1ab83]:hover, .link_in-text[data-v-11c1ab83]:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_in-text[data-v-11c1ab83]:hover, body[data-theme=amg] .link_in-text[data-v-11c1ab83]:focus {
  color: #cc0000;
}
.link_bold[data-v-11c1ab83] {
  font-size: 14px;
  font-weight: 700;
}
.link_bold[data-v-11c1ab83]:hover, .link_bold[data-v-11c1ab83]:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_bold[data-v-11c1ab83]:hover, body[data-theme=amg] .link_bold[data-v-11c1ab83]:focus {
  color: #cc0000;
}
.link_bold_sub[data-v-11c1ab83] {
  font-size: 12px;
  font-weight: 700;
}
.link_bold_sub[data-v-11c1ab83]:hover, .link_bold_sub[data-v-11c1ab83]:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_bold_sub[data-v-11c1ab83]:hover, body[data-theme=amg] .link_bold_sub[data-v-11c1ab83]:focus {
  color: #cc0000;
}
.link_icon_text[data-v-11c1ab83] {
  font: normal 400 24px/1.1666666667 "corporateacondpro";
}
@media only print {
.link_icon_text[data-v-11c1ab83] {
    font: normal 400 28px/1.2142857143 "corporateacondpro";
    font: normal 400 30px/1.2666666667 "corporateacondpro";
}
}
.link_icon_text [class^=icon-mb][data-v-11c1ab83],
.link_icon_text [class*=" icon-mb"][data-v-11c1ab83] {
  vertical-align: middle;
}
.link_icon_text[data-v-11c1ab83]:hover, .link_icon_text[data-v-11c1ab83]:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_icon_text[data-v-11c1ab83] {
  color: #999;
}
body[data-theme=amg] .link_icon_text[data-v-11c1ab83]:hover, body[data-theme=amg] .link_icon_text[data-v-11c1ab83]:focus {
  -webkit-animation: none;
          animation: none;
  color: #cc0000;
}
body[data-theme=amg] .link_icon_text:hover [class^=icon-mb][data-v-11c1ab83],
body[data-theme=amg] .link_icon_text:hover [class*=" icon-mb"][data-v-11c1ab83], body[data-theme=amg] .link_icon_text:focus [class^=icon-mb][data-v-11c1ab83],
body[data-theme=amg] .link_icon_text:focus [class*=" icon-mb"][data-v-11c1ab83] {
  color: #cc0000;
}
.clearfix[data-v-11c1ab83]:after {
  content: "";
  display: table;
  clear: both;
}
#content[data-v-11c1ab83] {
  width: 100%;
  overflow-x: hidden;
}
.back-link[data-v-11c1ab83] {
  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-11c1ab83] {
    font-size: 13px;
}
}
.back-link a[data-v-11c1ab83] {
  display: inline-block;
  color: #333;
  line-height: normal;
}
.back-link a[data-v-11c1ab83]:hover {
  color: #00adef;
}
body[data-theme=amg] .back-link a[data-v-11c1ab83] {
  color: #fff;
}
body[data-theme=amg] .back-link a[data-v-11c1ab83]:hover {
  color: #c00;
  border-bottom: 3px solid #c00;
}
.back-link a[data-v-11c1ab83]: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-11c1ab83]:before {
    margin-right: 5px;
    font-size: 13px;
}
}
.expansion-link[data-v-11c1ab83] {
  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-11c1ab83] {
    position: relative;
}
}
body[data-theme=amg] .expansion-link[data-v-11c1ab83] {
  color: #fff;
  border-bottom-color: #999;
}
.expansion-link[data-v-11c1ab83]: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-11c1ab83]:after {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.button[data-v-11c1ab83] {
  font-size: 14px;
}
@media (max-width: 767px) {
.button[data-v-11c1ab83] {
    font-size: 13px;
}
}
.pcMyOrderRefund[data-v-11c1ab83] {
  padding: 0 78px;
}
.pcMyOrderRefund .title[data-v-11c1ab83] {
  padding-top: 42px;
  color: #333333;
  font-weight: 500;
  font-size: 24px;
  text-align: center;
}
.pcMyOrderRefund .tips[data-v-11c1ab83] {
  padding-bottom: 21px;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: baseline;
      -ms-flex-line-pack: baseline;
          align-content: baseline;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
.pcMyOrderRefund .tips .select-all[data-v-11c1ab83] {
  margin-left: 12px;
  font-size: 14px;
}
.pcMyOrderRefund .tips .tips-text[data-v-11c1ab83] {
  margin-left: 20px;
  font-size: 16px;
}
.pcMyOrderRefund .product-list[data-v-11c1ab83] {
  height: 265px;
  overflow-y: scroll;
  margin: 32px 0;
  /*滚动条整体样式*/
  /*滚动条里面小方块*/
  /*滚动条里面轨道*/
}
.pcMyOrderRefund .product-list[data-v-11c1ab83]::-webkit-scrollbar {
  width: 10px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.pcMyOrderRefund .product-list[data-v-11c1ab83]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.1);
}
.pcMyOrderRefund .product-list[data-v-11c1ab83]::-webkit-scrollbar-track {
  /*box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);*/
  border-radius: 6px;
  background: rgba(0, 0, 0, 0);
}
.pcMyOrderRefund .product-list .product[data-v-11c1ab83] {
  width: calc(50% - 20px);
  float: left;
  margin-bottom: 32px;
  /*&:nth-child(even){*/
  /*	margin-right: 40px;*/
  /*}*/
}
.pcMyOrderRefund .product-list .product .product-header[data-v-11c1ab83] {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.pcMyOrderRefund .product-list .product .product-header .product-title[data-v-11c1ab83] {
  font-size: 20px;
  font-weight: 500;
  color: #333;
  margin-left: 16px;
}
.pcMyOrderRefund .product-list .product .product-info[data-v-11c1ab83] {
  padding-top: 12px;
  padding-left: 36px;
}
.pcMyOrderRefund .product-list .product .product-info .info-content[data-v-11c1ab83] {
  line-height: 23px;
  font-size: 14px;
  color: #333;
}
/* variables for purchase journey scoped sass */
/* change after client confirmation */
/* end change after client confirmation */
/* module */
.button[data-v-8ba66210] {
  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-8ba66210] {
  background-color: #00adef;
  color: #fff;
}
.button_primary[data-v-8ba66210]:hover, .button_primary[data-v-8ba66210]:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #176db7;
}
body[data-theme=amg] .button_primary[data-v-8ba66210] {
  background-color: #cc0000;
  color: #fff;
}
body[data-theme=amg] .button_primary[data-v-8ba66210]:hover, body[data-theme=amg] .button_primary[data-v-8ba66210]:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #e23a39;
}
body[data-theme=amg] .eq-brand .button_primary[data-v-8ba66210] {
  background-color: #00adef;
}
.button_secondary[data-v-8ba66210] {
  background-color: #666;
  color: #fff;
}
.button_secondary[data-v-8ba66210]:hover, .button_secondary[data-v-8ba66210]:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #333;
}
.button_secondary_alt[data-v-8ba66210] {
  background-color: #444;
  color: #fff;
}
.button_secondary_alt[data-v-8ba66210]:hover, .button_secondary_alt[data-v-8ba66210]:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #999;
}
.button_amg[data-v-8ba66210] {
  background-color: #cc0000;
  color: #fff;
}
.button_amg[data-v-8ba66210]:hover, .button_amg[data-v-8ba66210]:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #e23a39;
}
.button_green[data-v-8ba66210] {
  background-color: #63ccad;
  color: #fff;
}
.button_green[data-v-8ba66210]:hover, .button_green[data-v-8ba66210]:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #63ccad;
}
.button_blue[data-v-8ba66210] {
  background-color: #00adef;
  color: #fff;
}
.button_blue[data-v-8ba66210]:hover, .button_blue[data-v-8ba66210]:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #00adef;
}
.button--wide[data-v-8ba66210] {
  padding-left: 30px;
  padding-right: 30px;
}
.link[data-v-8ba66210] {
  color: currentColor;
  text-decoration: none;
}
.link_primary[data-v-8ba66210] {
  font: normal 400 18px/1 "corporateacondpro";
  padding-left: 10px;
  position: relative;
}
@media only print {
.link_primary[data-v-8ba66210] {
    font: normal 400 24px/1.1666666667 "corporateacondpro";
}
}
body[data-theme=amg] .link_primary[data-v-8ba66210] {
  font-style: italic;
  padding-left: 15px;
}
.link_primary[data-v-8ba66210]: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-8ba66210]:before {
  color: #cc0000;
  content: "\e92b";
  font-size: 15px;
}
.link_primary[data-v-8ba66210]:hover, .link_primary[data-v-8ba66210]:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_primary[data-v-8ba66210]:hover, body[data-theme=amg] .link_primary[data-v-8ba66210]:focus {
  color: #e23a39;
}
body.corporate-page .link_primary[data-v-8ba66210] {
  font-family: "Arial", sans-serif;
  font-size: 12px;
  padding: 0;
}
body.corporate-page .link_primary[data-v-8ba66210]:before {
  content: none;
}
.link_secondary[data-v-8ba66210] {
  padding-left: 10px;
  position: relative;
}
.link_secondary[data-v-8ba66210]: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-8ba66210]:before {
  color: #cc0000;
}
.link_secondary[data-v-8ba66210]:hover, .link_secondary[data-v-8ba66210]:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_secondary[data-v-8ba66210]:hover, body[data-theme=amg] .link_secondary[data-v-8ba66210]:focus {
  color: #cc0000;
}
@media only print {
.link_secondary[data-v-8ba66210] {
    font: normal 400 12px/1.5 "Arial", sans-serif;
    font: normal 400 14px/1.5 "Arial", sans-serif;
}
}
.link_plain-link[data-v-8ba66210], body.corporate-page .link_primary[data-v-8ba66210] {
  color: #00adef;
}
body[data-theme=amg] .link_plain-link[data-v-8ba66210], body[data-theme=amg] body.corporate-page .link_primary[data-v-8ba66210], body.corporate-page body[data-theme=amg] .link_primary[data-v-8ba66210] {
  color: #cc0000;
}
.link_plain-link[data-v-8ba66210]:hover, body.corporate-page .link_primary[data-v-8ba66210]:hover, .link_plain-link[data-v-8ba66210]:focus, body.corporate-page .link_primary[data-v-8ba66210]:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_plain-link[data-v-8ba66210]:hover, body[data-theme=amg] body.corporate-page .link_primary[data-v-8ba66210]:hover, body.corporate-page body[data-theme=amg] .link_primary[data-v-8ba66210]:hover, body[data-theme=amg] .link_plain-link[data-v-8ba66210]:focus, body[data-theme=amg] body.corporate-page .link_primary[data-v-8ba66210]:focus, body.corporate-page body[data-theme=amg] .link_primary[data-v-8ba66210]:focus {
  color: #cc0000;
}
.link_in-text[data-v-8ba66210]:hover, .link_in-text[data-v-8ba66210]:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_in-text[data-v-8ba66210]:hover, body[data-theme=amg] .link_in-text[data-v-8ba66210]:focus {
  color: #cc0000;
}
.link_bold[data-v-8ba66210] {
  font-size: 14px;
  font-weight: 700;
}
.link_bold[data-v-8ba66210]:hover, .link_bold[data-v-8ba66210]:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_bold[data-v-8ba66210]:hover, body[data-theme=amg] .link_bold[data-v-8ba66210]:focus {
  color: #cc0000;
}
.link_bold_sub[data-v-8ba66210] {
  font-size: 12px;
  font-weight: 700;
}
.link_bold_sub[data-v-8ba66210]:hover, .link_bold_sub[data-v-8ba66210]:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_bold_sub[data-v-8ba66210]:hover, body[data-theme=amg] .link_bold_sub[data-v-8ba66210]:focus {
  color: #cc0000;
}
.link_icon_text[data-v-8ba66210] {
  font: normal 400 24px/1.1666666667 "corporateacondpro";
}
@media only print {
.link_icon_text[data-v-8ba66210] {
    font: normal 400 28px/1.2142857143 "corporateacondpro";
    font: normal 400 30px/1.2666666667 "corporateacondpro";
}
}
.link_icon_text [class^=icon-mb][data-v-8ba66210],
.link_icon_text [class*=" icon-mb"][data-v-8ba66210] {
  vertical-align: middle;
}
.link_icon_text[data-v-8ba66210]:hover, .link_icon_text[data-v-8ba66210]:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_icon_text[data-v-8ba66210] {
  color: #999;
}
body[data-theme=amg] .link_icon_text[data-v-8ba66210]:hover, body[data-theme=amg] .link_icon_text[data-v-8ba66210]:focus {
  -webkit-animation: none;
          animation: none;
  color: #cc0000;
}
body[data-theme=amg] .link_icon_text:hover [class^=icon-mb][data-v-8ba66210],
body[data-theme=amg] .link_icon_text:hover [class*=" icon-mb"][data-v-8ba66210], body[data-theme=amg] .link_icon_text:focus [class^=icon-mb][data-v-8ba66210],
body[data-theme=amg] .link_icon_text:focus [class*=" icon-mb"][data-v-8ba66210] {
  color: #cc0000;
}
.clearfix[data-v-8ba66210]:after {
  content: "";
  display: table;
  clear: both;
}
#content[data-v-8ba66210] {
  width: 100%;
  overflow-x: hidden;
}
.back-link[data-v-8ba66210] {
  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-8ba66210] {
    font-size: 13px;
}
}
.back-link a[data-v-8ba66210] {
  display: inline-block;
  color: #333;
  line-height: normal;
}
.back-link a[data-v-8ba66210]:hover {
  color: #00adef;
}
body[data-theme=amg] .back-link a[data-v-8ba66210] {
  color: #fff;
}
body[data-theme=amg] .back-link a[data-v-8ba66210]:hover {
  color: #c00;
  border-bottom: 3px solid #c00;
}
.back-link a[data-v-8ba66210]: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-8ba66210]:before {
    margin-right: 5px;
    font-size: 13px;
}
}
.expansion-link[data-v-8ba66210] {
  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-8ba66210] {
    position: relative;
}
}
body[data-theme=amg] .expansion-link[data-v-8ba66210] {
  color: #fff;
  border-bottom-color: #999;
}
.expansion-link[data-v-8ba66210]: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-8ba66210]:after {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.button[data-v-8ba66210] {
  font-size: 14px;
}
@media (max-width: 767px) {
.button[data-v-8ba66210] {
    font-size: 13px;
}
}
.ll-wp-btm-right.mmc .ll-myOrder-white[data-v-8ba66210]:last-child {
  color: #fff;
  background-color: #000;
}
body .global-header__right-menu-localtion-wrap[data-v-8ba66210] {
  display: none !important;
}
.el-dropdown-link[data-v-8ba66210] {
  cursor: pointer;
  color: #409eff;
}
.el-icon-arrow-down[data-v-8ba66210] {
  font-size: 12px;
}
.isActive[data-v-8ba66210] {
  background-color: #f4f4f4;
}
.refund[data-v-8ba66210] .el-dialog__headerbtn .el-dialog__close {
  font-size: 20px;
}
.refund[data-v-8ba66210] .el-dialog__body {
  width: 100%;
}
.refund[data-v-8ba66210] .el-dialog__footer {
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  margin: 0 78px;
  padding-top: 32px;
}
/* variables for purchase journey scoped sass */
/* change after client confirmation */
/* end change after client confirmation */
/* module */
.button {
  border-radius: 2px;
  color: currentColor;
  display: inline-block;
  font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.8333333333;
  padding: 5px 10px;
  text-decoration: none;
  cursor: pointer;
}
.button_primary {
  background-color: #00adef;
  color: #fff;
}
.button_primary:hover, .button_primary:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #176db7;
}
body[data-theme=amg] .button_primary {
  background-color: #cc0000;
  color: #fff;
}
body[data-theme=amg] .button_primary:hover, body[data-theme=amg] .button_primary:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #e23a39;
}
body[data-theme=amg] .eq-brand .button_primary {
  background-color: #00adef;
}
.button_secondary {
  background-color: #666;
  color: #fff;
}
.button_secondary:hover, .button_secondary:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #333;
}
.button_secondary_alt {
  background-color: #444;
  color: #fff;
}
.button_secondary_alt:hover, .button_secondary_alt:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #999;
}
.button_amg {
  background-color: #cc0000;
  color: #fff;
}
.button_amg:hover, .button_amg:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #e23a39;
}
.button_green {
  background-color: #63ccad;
  color: #fff;
}
.button_green:hover, .button_green:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #63ccad;
}
.button_blue {
  background-color: #00adef;
  color: #fff;
}
.button_blue:hover, .button_blue:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #00adef;
}
.button--wide {
  padding-left: 30px;
  padding-right: 30px;
}
.link {
  color: currentColor;
  text-decoration: none;
}
.link_primary {
  font: normal 400 18px/1 "corporateacondpro";
  padding-left: 10px;
  position: relative;
}
@media only print {
.link_primary {
    font: normal 400 24px/1.1666666667 "corporateacondpro";
}
}
body[data-theme=amg] .link_primary {
  font-style: italic;
  padding-left: 15px;
}
.link_primary:before {
  color: #0090ff;
  content: "\e906";
  display: inline-block;
  font-family: "cn-icons" !important;
  font-size: 6px;
  left: 0;
  margin-top: 0;
  position: absolute;
  right: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body[data-theme=amg] .link_primary:before {
  color: #cc0000;
  content: "\e92b";
  font-size: 15px;
}
.link_primary:hover, .link_primary:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_primary:hover, body[data-theme=amg] .link_primary:focus {
  color: #e23a39;
}
body.corporate-page .link_primary {
  font-family: "Arial", sans-serif;
  font-size: 12px;
  padding: 0;
}
body.corporate-page .link_primary:before {
  content: none;
}
.link_secondary {
  padding-left: 10px;
  position: relative;
}
.link_secondary:before {
  color: #0090ff;
  content: "\e906";
  display: inline-block;
  font-family: "cn-icons" !important;
  font-size: 6px;
  left: 0;
  margin-top: 0;
  position: absolute;
  right: auto;
  top: 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body[data-theme=amg] .link_secondary:before {
  color: #cc0000;
}
.link_secondary:hover, .link_secondary:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_secondary:hover, body[data-theme=amg] .link_secondary:focus {
  color: #cc0000;
}
@media only print {
.link_secondary {
    font: normal 400 12px/1.5 "Arial", sans-serif;
    font: normal 400 14px/1.5 "Arial", sans-serif;
}
}
.link_plain-link, body.corporate-page .link_primary {
  color: #00adef;
}
body[data-theme=amg] .link_plain-link, body[data-theme=amg] body.corporate-page .link_primary, body.corporate-page body[data-theme=amg] .link_primary {
  color: #cc0000;
}
.link_plain-link:hover, body.corporate-page .link_primary:hover, .link_plain-link:focus, body.corporate-page .link_primary:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_plain-link:hover, body[data-theme=amg] body.corporate-page .link_primary:hover, body.corporate-page body[data-theme=amg] .link_primary:hover, body[data-theme=amg] .link_plain-link:focus, body[data-theme=amg] body.corporate-page .link_primary:focus, body.corporate-page body[data-theme=amg] .link_primary:focus {
  color: #cc0000;
}
.link_in-text:hover, .link_in-text:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_in-text:hover, body[data-theme=amg] .link_in-text:focus {
  color: #cc0000;
}
.link_bold {
  font-size: 14px;
  font-weight: 700;
}
.link_bold:hover, .link_bold:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_bold:hover, body[data-theme=amg] .link_bold:focus {
  color: #cc0000;
}
.link_bold_sub {
  font-size: 12px;
  font-weight: 700;
}
.link_bold_sub:hover, .link_bold_sub:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_bold_sub:hover, body[data-theme=amg] .link_bold_sub:focus {
  color: #cc0000;
}
.link_icon_text {
  font: normal 400 24px/1.1666666667 "corporateacondpro";
}
@media only print {
.link_icon_text {
    font: normal 400 28px/1.2142857143 "corporateacondpro";
    font: normal 400 30px/1.2666666667 "corporateacondpro";
}
}
.link_icon_text [class^=icon-mb],
.link_icon_text [class*=" icon-mb"] {
  vertical-align: middle;
}
.link_icon_text:hover, .link_icon_text:focus {
  -webkit-animation: none;
          animation: none;
  color: #0090ff;
}
body[data-theme=amg] .link_icon_text {
  color: #999;
}
body[data-theme=amg] .link_icon_text:hover, body[data-theme=amg] .link_icon_text:focus {
  -webkit-animation: none;
          animation: none;
  color: #cc0000;
}
body[data-theme=amg] .link_icon_text:hover [class^=icon-mb],
body[data-theme=amg] .link_icon_text:hover [class*=" icon-mb"], body[data-theme=amg] .link_icon_text:focus [class^=icon-mb],
body[data-theme=amg] .link_icon_text:focus [class*=" icon-mb"] {
  color: #cc0000;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
#content {
  width: 100%;
  overflow-x: hidden;
}
.back-link {
  font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
  font-size: 14px;
  float: right;
}
@media (max-width: 767px) {
.back-link {
    font-size: 13px;
}
}
.back-link a {
  display: inline-block;
  color: #333;
  line-height: normal;
}
.back-link a:hover {
  color: #00adef;
}
body[data-theme=amg] .back-link a {
  color: #fff;
}
body[data-theme=amg] .back-link a:hover {
  color: #c00;
  border-bottom: 3px solid #c00;
}
.back-link a:before {
  content: "\e93f";
  font-family: "cn-icons" !important;
  font-weight: normal;
  font-size: 100%;
  display: inline-block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 15px;
  font-size: 14px;
}
@media (max-width: 767px) {
.back-link a:before {
    margin-right: 5px;
    font-size: 13px;
}
}
.expansion-link {
  display: inline-block;
  width: 98px;
  text-align: left;
  padding-right: 5px;
  color: #333;
  border-bottom: 1px solid #333;
  font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
}
@media (max-width: 767px) {
.expansion-link {
    position: relative;
}
}
body[data-theme=amg] .expansion-link {
  color: #fff;
  border-bottom-color: #999;
}
.expansion-link:after {
  position: absolute;
  right: 5px;
  content: "\e93f";
  font-family: "cn-icons" !important;
  font-weight: normal;
  font-size: 100%;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-left: 10px;
}
.expansion-link--open:after {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.button {
  font-size: 14px;
}
@media (max-width: 767px) {
.button {
    font-size: 13px;
}
}
.ll-wp-content {
  position: relative;
  min-height: 550px;
}
.ll-wp-loading {
  width: 100%;
  height: 100%;
  background: #fff;
  min-height: 350px;
}
.ll-wp-loading .el-loading-spinner {
  top: 250px;
}
.ll-wp-mmyOrder-item-wrapper {
  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-wp-mmyOrder-item-wrapper div + div {
  margin-left: 16px;
}
#commonDialog .el-dialog__body {
  padding: 0 20px 0 20px !important;
}
#commonDialog .el-dialog__body .title1 {
  margin: 12px 0 16px 8px;
  font-family: PingFangSC;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #333;
}
#commonDialog .el-dialog__body .title2 {
  margin: 16px 0 40px 9px;
  font-family: PingFangSC;
  font-size: 16px;
  text-align: center;
  color: #333;
}
#commonDialog .el-dialog__footer {
  text-align: center !important;
  padding-bottom: 40px !important;
}
#commonDialog .el-dialog__footer .el-button--default {
  width: 160px;
  height: 42px;
  padding: 10px 16px;
  border-radius: 2px;
  border: solid 1px #999;
  background-color: #fff;
}
#commonDialog .el-dialog__footer .el-button--default:hover {
  color: #333;
}
#commonDialog .el-dialog__footer .el-button--primary {
  width: 160px;
  height: 42px;
  padding: 10px 16px;
  border-radius: 2px;
  border: solid 1px #666;
  background-color: #000;
}
@charset "UTF-8";
/* variables for purchase journey scoped sass */
/* change after client confirmation */
/* end change after client confirmation */
/* module */
.button {
  border-radius: 2px;
  color: currentColor;
  display: inline-block;
  font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.8333333333;
  padding: 5px 10px;
  text-decoration: none;
  cursor: pointer;
}
.button_primary {
  background-color: #00adef;
  color: #fff;
}
.button_primary:hover, .button_primary:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #176db7;
}
body[data-theme=amg] .button_primary {
  background-color: #cc0000;
  color: #fff;
}
body[data-theme=amg] .button_primary:hover, body[data-theme=amg] .button_primary:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #e23a39;
}
body[data-theme=amg] .eq-brand .button_primary {
  background-color: #00adef;
}
.button_secondary {
  background-color: #666;
  color: #fff;
}
.button_secondary:hover, .button_secondary:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #333;
}
.button_secondary_alt {
  background-color: #444;
  color: #fff;
}
.button_secondary_alt:hover, .button_secondary_alt:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #999;
}
.button_amg {
  background-color: #cc0000;
  color: #fff;
}
.button_amg:hover, .button_amg:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #e23a39;
}
.button_green {
  background-color: #63ccad;
  color: #fff;
}
.button_green:hover, .button_green:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #63ccad;
}
.button_blue {
  background-color: #00adef;
  color: #fff;
}
.button_blue:hover, .button_blue:focus {
  -webkit-animation: none;
          animation: none;
  background-color: #00adef;
}
.button--wide {
  padding-left: 30px;
  padding-right: 30px;
}

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

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

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

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

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

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

@media screen and (max-width: 1025px) {
  .ll-myOrder-page .ll-myOrder-header .ll-myOrder-nav ul {
    margin: 0 16px;
  }
  .ll-myOrder-page .ll-myOrder-content .ll-myOrder-item .ll-myOrder-button div {
    width: 146px;
  }
  .ll-myOrder-page .ll-myOrder-content .ll-myOrder-item .ll-myOrder-button-square div {
    width: 146px;
  }
  .ll-myOrder-page .ll-myOrder-content .ll-myOrder-item .ll-button-space-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 767px) {
  .ll-myOrder-page .ll-myOrder-content .ll-myOrder-item .ll-button-space-between {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .ll-myOrder-page .ll-myOrder-content .ll-myOrder-item .ll-button-space-between .ll-myOrder-black {
    margin-left: 20px;
  }
  .ll-myOrder-page .ll-myOrder-header .ll-myOrder-nav ul {
    margin: 0 36px;
  }
}
@media screen and (max-width: 321px) {
  .ll-myOrder-page .ll-myOrder-content .ll-myOrder-item .ll-myOrder-button div {
    width: 120px;
  }
  .ll-myOrder-page .ll-myOrder-content .ll-myOrder-item .ll-myOrder-top .ll-myOrder-status {
    width: 80px;
  }
}
@media screen and (max-width: 281px) {
  .ll-myOrder-page .ll-myOrder-content .ll-myOrder-item .ll-myOrder-button div {
    width: 104px;
  }
}
.ll-myOrder-page {
  font-size: 12px;
  background-color: #f4f4f4;
  height: 100vh;
  color: #333;
  overflow-y: scroll;
}
.ll-myOrder-page .ll-myOrder-header {
  background-color: #fff;
}
.ll-myOrder-page .ll-myOrder-header .ll-myOrder-top {
  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: 12px 0 12px;
  border-bottom: 1px solid #e6e6e6;
  background-color: #1a1a1a;
  position: relative;
}
.ll-myOrder-page .ll-myOrder-header .ll-myOrder-top .ll-myOrder-title {
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
}
.ll-myOrder-page .ll-myOrder-header .ll-myOrder-top .ll-order-Icon {
  position: absolute;
  left: 25px;
}
.ll-myOrder-page .ll-myOrder-header .ll-myOrder-top .ll-myOrder-byTypeCheck {
  margin-right: 6px;
  height: 20px;
}
.ll-myOrder-page .ll-myOrder-header .ll-myOrder-nav {
  height: 50px;
  font-size: 14px;
  margin: 0 36px;
}
.ll-myOrder-page .ll-myOrder-header .ll-myOrder-nav ul {
  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;
  height: 100%;
  color: #666;
}
.ll-myOrder-page .ll-myOrder-header .ll-myOrder-nav ul .ll-currentSpan {
  background-color: #1e1e1e;
}
.ll-myOrder-page .ll-myOrder-header .ll-myOrder-nav ul li {
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #000000;
  height: 100%;
  line-height: 58px;
}
.ll-myOrder-page .ll-myOrder-header .ll-myOrder-nav ul li p:nth-child(1) {
  height: 48px;
}
.ll-myOrder-page .ll-myOrder-header .ll-myOrder-nav ul li p:nth-child(2) {
  width: 100%;
  height: 2px;
  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-myOrder-page .ll-myOrder-header .ll-myOrder-nav ul li p:nth-child(2) span {
  display: block;
  width: 20px;
  height: 2px;
}
.ll-myOrder-page .ll-myOrder-header .ll-myOrder-nav ul .hidden {
  display: none;
}
.ll-myOrder-page .ll-myOrder-header .ll-myOrder-sub-nav {
  height: 50px;
  font-size: 14px;
  margin: 0 36px;
}
.ll-myOrder-page .ll-myOrder-header .ll-myOrder-sub-nav ul {
  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;
  height: 100%;
  color: #666;
}
.ll-myOrder-page .ll-myOrder-header .ll-myOrder-sub-nav ul .ll-currentSpan {
  color: #333;
  border-bottom: 2px solid #1e1e1e;
}
.ll-myOrder-page .ll-myOrder-header .ll-myOrder-sub-nav ul li {
  height: 100%;
  line-height: 58px;
}
.ll-myOrder-page .ll-loading-icon {
  margin: 49px auto;
  width: 30px;
}
.ll-myOrder-page .ll-myOrder-invoice-center {
  background-color: #fff;
  font-size: 14px;
  padding: 8px;
  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;
  margin: 16px 16px 0;
  cursor: pointer;
}
.ll-myOrder-page .ll-myOrder-invoice-center img {
  height: 16px;
  width: 16px;
  margin-right: 6px;
}
.ll-myOrder-page .ll-myOrder-invoice-center .dashed {
  width: 28px;
  height: 1px;
  margin: 0 11.5px;
  background-image: -webkit-linear-gradient(right, #767676 0%, #767676 3px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-linear-gradient(left, #767676 0%, #767676 3px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, #767676 0%, #767676 3px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0) 100%);
  background-size: 6px 1px;
  background-repeat: repeat-x;
}
.ll-myOrder-page .ll-myOrder-content {
  font-size: 12px;
  padding: 16px;
  background-color: #f4f4f4;
}
.ll-myOrder-page .ll-myOrder-content .ll-myOrder-item {
  margin: 0 0 16px 0;
  border-radius: 5px;
  background-color: #ffffff;
  position: relative;
  pointer-events: none;
}
.ll-myOrder-page .ll-myOrder-content .ll-myOrder-item .ll-orderDetail {
  pointer-events: auto;
}
.ll-myOrder-page .ll-myOrder-content .ll-myOrder-item .ll-myOrder-top-hulian {
  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: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  pointer-events: auto;
}
.ll-myOrder-page .ll-myOrder-content .ll-myOrder-item .ll-myOrder-top-hulian .ll-myOrder-carName-hl {
  width: 200px;
  font-size: 16px;
  font-weight: 600;
  padding: 20px 0 15px;
}
.ll-myOrder-page .ll-myOrder-content .ll-myOrder-item .ll-myOrder-top-hulian .ll-myOrder-div {
  height: 20px;
}
.ll-myOrder-page .ll-myOrder-content .ll-myOrder-item .ll-myOrder-top-hulian .ll-cancel {
  color: #959595;
}
.ll-myOrder-page .ll-myOrder-content .ll-myOrder-item .ll-myOrder-top-hulian .ll-myOrder-status {
  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-myOrder-page .ll-myOrder-content .ll-myOrder-item .ll-myOrder-top-hulian .ll-myOrder-status span {
  display: block;
  margin: 0px 6px 0 0;
  white-space: nowrap;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #333;
}
.ll-myOrder-page .ll-myOrder-content .ll-myOrder-item .ll-myOrder-mid {
  pointer-events: auto;
  padding-bottom: 25.5px;
  border-bottom: 1px solid #e6e6e6;
  color: #595959;
}
.ll-myOrder-page .ll-myOrder-content .ll-myOrder-item .ll-myOrder-mid .ll-myOrder-carName {
  width: 200px;
  font-size: 16px;
  font-weight: 600;
  padding: 20px 0 15px;
}
.ll-myOrder-page .ll-myOrder-content .ll-myOrder-item .ll-myOrder-mid .ll-dispFlex {
  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-myOrder-page .ll-myOrder-content .ll-myOrder-item .ll-myOrder-mid .ll-dispFlex .ll-myOrder-refund-paidAmount {
  margin-right: 8px;
}
.ll-myOrder-page .ll-myOrder-content .ll-myOrder-item .ll-myOrder-mid .ll-myOrder-configuration {
  padding: 1px 0;
}
.ll-myOrder-page .ll-myOrder-content .ll-myOrder-item .ll-myOrder-mid .ll-myOrder-id {
  margin: 4px 0;
}
.ll-myOrder-page .ll-myOrder-content .ll-myOrder-item .ll-myOrder-mid .ll-myOrder-div {
  height: 20px;
}
.ll-myOrder-page .ll-myOrder-content .ll-myOrder-item .ll-myOrder-mid .flex-container {
  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;
  margin: 40px 0 24px;
}
.ll-myOrder-page .ll-myOrder-content .ll-myOrder-item .ll-myOrder-mid .flex-container .ll-myOrder-carName {
  padding: 0;
}
.ll-myOrder-page .ll-myOrder-content .ll-myOrder-item .ll-myOrder-mid .flex-container .suborder-refund-status {
  font-size: 14px;
  line-height: 20px;
  color: #666;
}
.ll-myOrder-page .ll-myOrder-content .ll-myOrder-item .ll-myOrder-bigCarBtm {
  position: absolute;
  top: 30px;
  left: 295px;
  width: 28px;
  height: 4px;
  pointer-events: auto;
}
.ll-myOrder-page .ll-myOrder-content .ll-myOrder-item .ll-myOrder-bigCarBtm div {
  width: 4px;
  height: 4px;
  float: right;
  border-radius: 50%;
  margin-right: 4px;
  background-color: #333333;
}
.ll-myOrder-page .ll-myOrder-content .ll-myOrder-item .ll-myOrder-bigCarTips {
  position: absolute;
  z-index: 2;
  top: 42px;
  left: 242px;
  width: 86px;
  height: 44px;
  pointer-events: auto;
}
.ll-myOrder-page .ll-myOrder-content .ll-myOrder-item .ll-myOrder-bigCarTips div:nth-child(1) {
  width: 0px;
  height: 0px;
  border-width: 0 7px 8px 7px;
  border-style: solid;
  border-color: transparent transparent #ececec transparent;
  margin-left: 58px;
}
.ll-myOrder-page .ll-myOrder-content .ll-myOrder-item .ll-myOrder-bigCarTips div:nth-child(2) {
  width: 86px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #ececec;
  border-radius: 3px 3px 3px 3px;
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #000000;
}
.ll-myOrder-page .ll-myOrder-content .ll-myOrder-item .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-myOrder-page .ll-myOrder-content .ll-myOrder-item .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-myOrder-page .ll-myOrder-content .ll-myOrder-item .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: -28px;
}
.ll-myOrder-page .ll-myOrder-content .ll-myOrder-item .ll-myOrder-top {
  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: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ll-myOrder-page .ll-myOrder-content .ll-myOrder-item .ll-myOrder-top .ll-myOrder-carName {
  font-size: 24px;
  font-family: MB_HYZS-Medium, MB_HYZS;
  color: #000000;
  padding: 0px 0 7px;
  margin-top: 56px;
  text-align: center;
}
.ll-myOrder-page .ll-myOrder-content .ll-myOrder-item .ll-myOrder-top .ll-myOrder-div {
  line-height: 20px;
}
.ll-myOrder-page .ll-myOrder-content .ll-myOrder-item .ll-myOrder-top .ll-myOrder-div.refund {
  color: #595959;
}
.ll-myOrder-page .ll-myOrder-content .ll-myOrder-item .ll-myOrder-top .ll-cancel {
  color: #959595;
}
.ll-myOrder-page .ll-myOrder-content .ll-myOrder-item .ll-myOrder-mid-new {
  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;
  color: #595959;
}
.ll-myOrder-page .ll-myOrder-content .ll-myOrder-item .ll-myOrder-mid-new .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-myOrder-page .ll-myOrder-content .ll-myOrder-item .ll-myOrder-bottom .ll-myOrder-status-gray {
  margin-top: 3px;
  margin-left: 4px;
  display: block;
  color: rgb(102, 102, 102);
  width: 39px;
  height: 17px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 2px 2px 2px 2px;
}
.ll-myOrder-page .ll-myOrder-content .ll-myOrder-item .ll-myOrder-bottom .ll-myOrder-status-gray .status—text {
  height: 15px;
  display: block;
  font-size: 12px;
  -webkit-transform: scale(0.75) !important;
          transform: scale(0.75) !important;
}
.ll-myOrder-page .ll-myOrder-content .ll-myOrder-item .ll-myOrder-bottom .ll-myOrder-status-blue {
  margin-top: 3px;
  margin-left: 4px;
  display: block;
  color: #41adf2;
  width: 39px;
  height: 17px;
  background-color: rgba(65, 173, 242, 0.1);
  border-radius: 2px 2px 2px 2px;
  font-size: 12px;
}
.ll-myOrder-page .ll-myOrder-content .ll-myOrder-item .ll-myOrder-bottom .ll-myOrder-status-blue .status—text {
  height: 15px;
  display: block;
  font-size: 12px;
  -webkit-transform: scale(0.75) !important;
          transform: scale(0.75) !important;
}
.ll-myOrder-page .ll-myOrder-content .ll-myOrder-item .ll-myOrder-bottom .ll-myOrder-bottom-yxj {
  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;
  font-size: 14px;
  font-family: PingFang SC-Regular;
  font-weight: 400;
  color: #000000;
  margin: 53px 0 4px;
}
.ll-myOrder-page .ll-myOrder-content .ll-myOrder-item .ll-myOrder-bottom .ll-myOrder-djs {
  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;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  -webkit-transform: scale(0.75) !important;
          transform: scale(0.75) !important;
}
.ll-myOrder-page .ll-myOrder-content .ll-myOrder-item .ll-myOrder-bottom-serve {
  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;
  padding: 14px 0 40px;
}
.ll-myOrder-page .ll-myOrder-content .ll-myOrder-item .ll-myOrder-bottom-serve div {
  color: #010101;
  font-size: 18px;
  font-weight: 600;
}
.ll-myOrder-page .ll-myOrder-content .ll-myOrder-item .ll-myOrder-bottom-mmc {
  padding: 14px 0 32px;
}
.ll-myOrder-page .ll-myOrder-content .ll-myOrder-item .ll-myOrder-bottom-mmc .ll-myOrder-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  font-size: 12px;
  line-height: 20px;
  color: #595959;
}
.ll-myOrder-page .ll-myOrder-content .ll-myOrder-item .ll-myOrder-bottom-mmc .ll-myOrder-bottom + .ll-myOrder-bottom {
  margin-top: 6px;
}
.ll-myOrder-page .ll-myOrder-content .ll-myOrder-item .ll-myOrder-bottom-mmc .ll-myOrder-bottom div {
  font-size: 12px;
  font-weight: normal;
  color: #333;
}
.ll-myOrder-page .ll-myOrder-content .ll-myOrder-item .ll-myOrder-bottom-mmc .ll-myOrder-bottom div.highlight {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}
.ll-myOrder-page .ll-myOrder-content .ll-myOrder-item .ll-myOrder-bottom-mmc .ll-myOrder-bottom .ll-myOrder-bottom-refund {
  color: #010101;
  font-size: 18px;
  font-weight: 500;
}
.ll-myOrder-page .ll-myOrder-content .ll-myOrder-item .ll-button-space-between {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.ll-myOrder-page .ll-myOrder-content .ll-myOrder-item .ll-button-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.ll-myOrder-page .ll-myOrder-content .ll-myOrder-item .ll-myOrder-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  margin-top: 16px;
}
.ll-myOrder-page .ll-myOrder-content .ll-myOrder-item .ll-myOrder-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-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  border-radius: 20px;
  border: solid 1px #666666;
}
.ll-myOrder-page .ll-myOrder-content .ll-myOrder-item .ll-myOrder-button .ll-myOrder-white {
  pointer-events: auto;
  color: #2f2f2f;
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
}
.ll-myOrder-page .ll-myOrder-content .ll-myOrder-item .ll-myOrder-button .ll-myOrder-black {
  pointer-events: auto;
  color: #fff;
  background-color: #000;
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
}
.ll-myOrder-page .ll-myOrder-content .ll-myOrder-item .ll-myOrder-button .specialbgc {
  background-color: #aaa !important;
  border: none;
  color: #fff !important;
}
.ll-myOrder-page .ll-myOrder-content .ll-myOrder-item .ll-myOrder-button-square {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ll-myOrder-page .ll-myOrder-content .ll-myOrder-item .ll-myOrder-button-square 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;
  height: 40px;
  border-radius: 2px;
  border: solid 1px #666666;
}
.ll-myOrder-page .ll-myOrder-content .ll-myOrder-item .ll-myOrder-button-square .ll-myOrder-white {
  color: #2f2f2f;
  pointer-events: auto;
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
}
.ll-myOrder-page .ll-myOrder-content .ll-myOrder-item .ll-myOrder-button-square .ll-myOrder-black {
  color: #fff;
  background-color: #000;
  pointer-events: auto;
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
}
.ll-myOrder-page .ll-myOrder-content .ll-myOrder-item .ll-myOrder-button-square .specialbgc {
  background-color: #aaa !important;
  border: none;
  color: #fff !important;
  pointer-events: auto;
}
.ll-myOrder-page .ll-myOrder-content .ll-myOrder-item .ll-myOrder-detail {
  margin: 0 auto;
  padding: 0 0 20px 0;
  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;
  text-decoration: underline;
  font-weight: 400;
  color: #666666;
  pointer-events: auto;
  cursor: pointer;
  font-family: PingFang SC-Regular, PingFang SC;
  -webkit-transform: scale(0.85) !important;
          transform: scale(0.85) !important;
}

.ll-myOrder-noData {
  height: 416px;
  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;
  background-color: #ffffff;
  margin: 16px;
}
.ll-myOrder-noData .ll-image-bgc {
  width: 32px;
  height: 32px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAAXNSR0IArs4c6QAAApFJREFUWEfNmL+rTmEcwD+3DAYDMRCDf0G5g0GIQobLYBCiMAhlUQxCBgZFIQtFBiShCEXXjTJQBn8AA10DZVAMij5v30fnnpz3Pb+u9zx1OsM5z/f5PN/n+/MZofpYCKyLZx6wGPDt+AJ8iPdjwOdTlSVGKvy8A9gfAC70EPicAVBUApwPbAhoAS8A18qsVQZoLXAa+A6cAJ4Dv8oIB2YAK4FjwCzgMPCk39x+QAo7HwKPAPdKQhT9thE4FRs6ULSpIqDZwG3gJ7AltNOQpzddLd0AZgKbgW95of8CEuZVaORoheMpC6zmTwJqbFkeKg/kz4+AN4DHNJ3D41sKrM9uOg90CVgEbJoGzeQ35+bvAh+BveljFkhvOgeMtmgzgzSsTb0GDibvywK9Dbdu6k2DIPLftSXDwhI/JCCD3k5gVVVp8f94vOvOfwFcNngmILVzCHg6JKA1EaNGBdKIBVrwHwy5aL8a+KTHJtCuiMbba2qnrWnXjeICGZHvADcbSG5qQy69DRgTSIMyIps0647fMbFMsi5ao5eEFfA+vMsyoe5oA8i6alygH8CcSKTDBDJITnYSqHNHplGb2V/WPS+gDRv6a9RmXF3+1pCBtlojaUO7gRVAk8DYhoYMjBNtpY6mQFNShydlTWJH8KzmsTUFWh2dTS+5Oiw9zGnLawI1TR061hXgar5AOw7crwlVd9oY4LpTCjSF2R6fHUIJ+w7Yk2qxThf5aqlzbZBQnWoUk2F2qpVOUNnLBmNUU+/Tm86E8Va+bMi6sN5n2+t1jO45UaEZcFOmJedZ7wzsbKqUnAbPfZkLqweZC6uvsYO58d1OJt2yWYleNOiVCVRVgJK8tJitd78rPS+mvGmzdy89/gBO+J+c1lQZfwAAAABJRU5ErkJggg==);
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
}
.ll-myOrder-noData .ll-wp-message-text {
  height: 22px;
  font-size: 22px;
  font-family: MB_HYZS-Medium, MB_HYZS;
  font-weight: 500;
  color: #000000;
  line-height: 22px;
  margin-top: 16px;
}
.ll-myOrder-noData .ll-wp-message-advice {
  margin-top: 8px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  -webkit-transform: scale(0.8) !important;
          transform: scale(0.8) !important;
}
.ll-myOrder-noData .ll-wp-message-btm {
  margin-top: 24px;
  width: 175px;
  height: 40px;
  background: #000000;
  border-radius: 20px 20px 20px 20px;
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

.ll-popupOrderType {
  font-size: 16px;
}
.ll-popupOrderType .ll-bottomDialog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  height: 64px;
  border-bottom: 1px solid #f0f0f0;
}
.ll-popupOrderType .ll-bottomDialog .ll-bottomDialog-title {
  font-weight: 600;
  color: #333;
  text-align: left;
}
.ll-popupOrderType .ll-bottomDialog .ll-bottomDialog-title span {
  color: rgba(51, 51, 51, 0.8);
}
.ll-popupOrderType .ll-bottomDialog .ll-iconButtomDialogClose {
  margin: auto 0;
  font-size: 25.45px;
}
.ll-popupOrderType .ll-dialog-content {
  text-align: left;
}
.ll-popupOrderType .ll-dialog-content .ll-dialog-item {
  padding: 0 20px;
  height: 64px;
  line-height: 64px;
  border-bottom: 1px solid #f0f0f0;
}
.ll-popupOrderType .ll-dialog-content .isActive {
  background-color: #f4f4f4;
}

.ll-cancelDialog {
  border-radius: 4px;
  color: #000;
}
.ll-cancelDialog .van-dialog__header {
  font-size: 16px;
  font-weight: 600;
}
.ll-cancelDialog .van-dialog__content div {
  padding: 20px 0 28px 0;
  text-align: center;
  color: #7e7e7e;
}
.ll-cancelDialog .van-dialog__footer .van-dialog__cancel {
  color: #7b7b7b;
  border-right: none;
}

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