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

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

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

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

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

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

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

.cc-repeat-payment {
  width: 100%;
  height: calc(100vh - 216px);
  overflow-x: hidden;
  overflow-y: auto;
}
.cc-repeat-payment .cc-banner-title {
  width: 100%;
  margin-top: 48px;
  margin-bottom: 36px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #333;
}
.cc-repeat-payment .cc-content-orderId {
  width: 720px;
  height: 224px;
  margin: 0 auto;
  margin-bottom: 72px;
  padding: 58px 70px 0;
  box-sizing: border-box;
  color: #333;
  background-color: #fafafa;
}
.cc-repeat-payment .cc-content-orderId .cc-paymoney-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;
}
.cc-repeat-payment .cc-content-orderId .cc-paymoney-top .span-left {
  font-size: 16px;
  line-height: 34px;
}
.cc-repeat-payment .cc-content-orderId .cc-paymoney-top .span-right {
  font-family: "MB_HYZS";
  font-size: 28px;
}
.cc-repeat-payment .cc-content-orderId .cc-payment-heng {
  width: 600px;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 24px;
  background-color: rgba(0, 0, 0, 0.1);
}
.cc-repeat-payment .cc-content-orderId .cc-payment-warning {
  text-align: center;
  color: #999;
  font-size: 14px;
}
.cc-repeat-payment .cc-payment-context {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 24px;
}
.cc-repeat-payment .cc-payment-choose {
  width: 100%;
  height: 87px;
  margin-bottom: 72px;
  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;
}
.cc-repeat-payment .cc-payment-choose .cc-payment-buttonBox {
  width: 512px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.cc-repeat-payment .cc-payment-choose .cc-payment-buttonBox .cc-payment-left {
  width: 246px;
  height: 87px;
  border: 1px solid #999;
  border-radius: 2px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.cc-repeat-payment .cc-payment-choose .cc-payment-buttonBox .cc-margin-left {
  margin-left: 20px;
}
.cc-repeat-payment .cc-payment-choose .cc-payment-buttonBox .currentWechat {
  border: 2px solid #000;
}
.cc-repeat-payment .cc-payment-mid {
  width: 720px;
  margin: 0 auto;
}
.cc-repeat-payment .cc-payment-mid .cc-payment-bottom {
  width: 44px;
  height: 2px;
  margin-bottom: 22px;
  background-color: #bfbfbf;
}
.cc-repeat-payment .cc-payment-mid .cc-payment-underText {
  font-size: 12px;
  color: #999;
}

.cc-repeat-payment::-webkit-scrollbar {
  width: 0;
  height: 0;
  background-color: transparent;
}

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