html,
body {
  margin: 0;
  padding: 0;
}

#msapp .ms-head {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  z-index: 999;
}
#msapp .ms-head.head-toggle .head-bar-sub:after {
  height: 100%;
  -webkit-transition: height 0.6s ease;
  transition: height 0.6s ease;
}
#msapp .head-bar {
  height: 40px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #000;
  text-align: center;
}
#msapp .head-bar a {
  display: inline-block;
}
#msapp .head-bar .head-bar-inner {
  width: 100%;
  height: 100%;
}
#msapp .head-logo-scmp {
  width: 200px;
  height: 100%;
  margin-left: 10px;
  background-image: url("https://multimedia.scmp.com/native/infographics/article/common/images/logo_white.png");
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
#msapp .head-logo-ms-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
#msapp .head-logo-ms {
  position: relative;
  width: 200px;
  height: 28px;
  background-image: url("https://multimedia.scmp.com/native/infographics/article/common/images/morning_studio_full_white.png");
  background-position: center;
  background-size: cover;
}
#msapp .btn-menu {
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 45px;
  height: 43px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#msapp .btn-menu .btn-menu-inner {
  position: relative;
  width: 22px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#msapp .btn-menu .btn-menu-inner > div {
  position: relative;
  top: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 3px;
  -webkit-transition: top 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
  transition: top 0.3s ease, transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
#msapp .btn-menu .btn-menu-inner > div + div {
  margin-top: 4px;
}

@media only screen and (max-width: 1023px) {
  #msapp .btn-menu {
    margin-left: 0;
  }
}
#msapp .btn-menu.active .btn-menu-inner > div:nth-child(1) {
  top: 7px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: top 0.5s ease, -webkit-transform 0.5s ease;
  transition: top 0.5s ease, -webkit-transform 0.5s ease;
  transition: top 0.5s ease, transform 0.5s ease;
  transition: top 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}
#msapp .btn-menu.active .btn-menu-inner > div:nth-child(2) {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#msapp .btn-menu.active .btn-menu-inner > div:nth-child(3) {
  top: -7px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 0.5s ease, -webkit-transform 0.5s ease;
  transition: top 0.5s ease, -webkit-transform 0.5s ease;
  transition: top 0.5s ease, transform 0.5s ease;
  transition: top 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}
#msapp .head-bar-sub {
  position: absolute;
  left: 0%;
  top: 40px;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  height: 40px;
  font-family: "Open Sans", sans-serif;
}
#msapp .head-bar-sub > div {
  position: relative;
  z-index: 10;
}
#msapp .head-bar-sub:before {
  width: 100%;
  height: 40px;
  background-color: #fff;
  position: absolute;
  background-color: #191a9f;
  z-index: 2;
}
#msapp .head-bar-sub:after {
  -webkit-transition: height 1s ease;
  transition: height 1s ease;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 400%;
  background: rgba(0, 0, 0, 0.6);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}
#msapp .clfix:before,
#msapp .head-bar-sub:before,
#msapp .clfix:after,
#msapp .head-bar-sub:after {
  content: " ";
  display: table;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
#msapp .clfix:after,
#msapp .head-bar-sub:after {
  clear: both;
}
#msapp .w-inline-block {
  max-width: 100%;
  display: inline-block;
}
#msapp .head-txt-client {
  height: 40px;
  margin-left: 15px;
  float: left;
  color: #fff;
  font-size: 12px;
  line-height: 40px;
  font-weight: 300;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
}

@media only screen and (max-width: 767px) {
  #msapp .head-txt-client {
    font-size: 9px;
  }
}
@media screen and (max-width: 400px) {
  #msapp .head-txt-client {
    margin-left: 7.5px;
  }
}
#msapp .head-txt-client span {
  font-family: Roboto, sans-serif;
}

#msapp .head-sns {
  width: 125px;
  height: 35px;
  margin-top: 5px;
  margin-right: 5px;
  float: right;
  text-align: right;
}

@media screen and (max-width: 400px) {
  #msapp .head-sns {
    width: 100px;
  }
}
#msapp .socialmedia {
  display: inline-block;
  width: 25px;
  height: 30px;
  margin-right: 5px;
  padding: 6px 12px;
  background-image: url("./assets/image/ui/brand/socialMedia.svg");
  background-position: 0% 40%;
  background-size: 55px;
  background-repeat: no-repeat;
}
#msapp .socialmedia.twitter {
  background-position: 1% 40%;
  cursor: pointer;
  background-image: url("./assets/image/ui/brand/socialMediaTwitter.svg");
  background-size: 70% auto;
  background-position: center center;
}
#msapp .socialmedia.twitter:hover {
  background-image: url("./assets/image/ui/brand/socialMediaTwitterH.svg");
}
#msapp .socialmedia.facebook {
  background-position: 106% 40%;
  cursor: pointer;
}
#msapp .socialmedia.facebook:hover {
  background-image: url("./assets/image/ui/brand/socialMediaH.svg");
}
#msapp .socialmedia.linkedin {
  background-image: url("./assets/image/ui/brand/social_media_linkedinW.svg");
  background-size: 110%;
  cursor: pointer;
}
#msapp .socialmedia.linkedin:hover {
  background-image: url("./assets/image/ui/brand/social_media_linkedinH.svg");
}

@media screen and (max-width: 991px) {
  #msapp .head-logo-scmp {
    width: 40px;
    background-image: url("./assets/image/ui/brand/scmp_icon_white.svg");
    background-size: 65%;
  }
}
@media screen and (max-width: 767px) {
  #msapp .head-logo-ms.logo {
    width: 150px;
    max-width: 150px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #msapp .footer-nav-item {
    width: 100px;
  }
}
.mobileicon {
  display: none !important;
}

.hidden {
  display: none !important;
}

.mainmenu {
  position: fixed;
  top: 40px;
  right: 0;
  width: 220px;
  height: 0 !important;
  display: block;
  overflow: hidden;
  border: 1px solid #eee;
  border-top: 2px solid #eee;
  border-right: 0 solid #fff;
  background: #fff;
  color: #888;
  z-index: 1000;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
}
.mainmenu.theme-black {
  border: 0;
  border-right: 0;
  background: #000000;
}
.mainmenu.theme-black ul .list-item {
  border-bottom: 1px solid #222222;
}
.mainmenu.theme-black ul .list-item:last-child {
  border: none;
}
.mainmenu.theme-black ul .list-item a {
  color: #ffffff;
}
.mainmenu.theme-black ul .list-item a:hover {
  text-decoration: underline !important;
}
.mainmenu.theme-black ul .list-item svg#Layer_1 {
  fill: #ffffff !important;
}
.mainmenu.theme-black ul .list-item .list-item-container .followus {
  color: #ffffff;
}
.mainmenu.theme-black.active {
  border: 1px solid #222222;
  border-top: 2px solid #222222;
  border-right: 0 solid #000000;
  z-index: 9999999;
}
.mainmenu.active {
  width: 220px;
  right: 0;
  top: 38px;
  height: 474px !important;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
}
.mainmenu ul {
  padding: 0;
  margin: 0;
}
.mainmenu ul.list {
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  display: -ms-inline-grid;
  display: inline-grid;
  margin: 0;
  padding: 0;
}
.mainmenu ul .list-item {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  border-bottom: 1px solid #ccc;
  display: inline-block;
  padding: 14px 0;
  padding-left: 18px;
}
.mainmenu ul .list-item:last-child {
  border-bottom: 0 solid #fff;
  padding: 4px;
  padding-left: 18px;
}
.mainmenu ul .list-item .first {
  padding: 0;
  padding-left: 18px;
}
.mainmenu ul .list-item a {
  display: block;
  line-height: 22px;
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #444;
}
.mainmenu ul .list-item a:hover {
  color: #888;
}
.mainmenu ul .list-item svg {
  position: relative;
  display: inline-block;
  width: 22px;
  top: 3px;
  padding: 0 2px 0 1px;
}
.mainmenu ul .list-item .list-item-container {
  min-height: 48px;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
  border-radius: 0;
}
.mainmenu ul .list-item .list-item-container .centermenu li {
  margin-bottom: 5px;
  list-style-type: none;
  list-style: none;
}
.mainmenu ul .list-item .list-item-container .followus {
  position: relative;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 24px;
}
.mainmenu ul .list-item .list-item-container .pull-left {
  float: left !important;
}
.mainmenu ul .list-item .list-item-container .pull-right {
  float: right !important;
  position: relative;
  width: 110px;
  left: 10px;
  text-align: center;
}
.mainmenu ul .list-item .list-item-container .social-media a {
  position: relative;
  width: 26px;
  height: 26px;
  display: inline-block;
  overflow: hidden;
  background: #eee;
  text-align: center;
  border-radius: 50%;
  margin: 0 3px;
}
.mainmenu ul .list-item .list-item-container .social-media a svg {
  width: 12px;
  height: 11px;
  fill: #888;
  top: 2px;
  left: 0;
}

footer {
  position: relative;
  z-index: 999;
  width: 100%;
  text-align: center;
  background-color: #e7ecef;
}
footer p {
  max-width: 400px;
  margin: 10px auto;
  color: #676767;
  font-weight: 100;
  font-size: 12px;
}
footer .footer-content {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #e7ecf2;
  text-align: center;
}
footer .footer-content img {
  margin-left: auto;
  margin-right: auto;
}
footer .footer-content .footer-share-tit {
  margin-bottom: 15px;
  clear: none;
  font-family: Roboto, sans-serif;
  color: #383838;
  font-size: 12px;
  text-transform: uppercase;
}
footer .footer-content .footer-share-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 60px;
}
footer .footer-content .footer-desc {
  font-family: Roboto, sans-serif;
  color: #676769;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  margin-bottom: 15px;
}
footer .footer-content .link-block {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #d9d9da;
  border-radius: 50%;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
}
footer .footer-content .link-block:hover {
  border-color: #001246;
}
footer .footer-content .link-block.socialtwitter {
  background-image: url("./assets/image/ui/footer/footer-twitter-logo.svg");
  background-position: center center;
  background-size: 15px auto;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  background-repeat: no-repeat;
}
footer .footer-content .link-block.socialtwitter:hover {
  border-color: #001246;
}
footer .footer-content .link-block.footerfacebook {
  background-image: url("./assets/image/ui/brand/social_media_facebook.svg");
  background-position: center center;
  background-size: cover;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
}
footer .footer-content .link-block.footerlinkedin {
  background-image: url("./assets/image/ui/brand/social_media_linkedin.svg");
  background-position: center center;
  background-size: cover;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
}
footer .footer-content .link-block.footeremail {
  background-image: url("./assets/image/ui/brand/social_media_email.svg");
  background-position: center center;
  background-size: cover;
}
footer .footer-content .visit-home-page {
  margin-top: 100px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
}
footer .footer-content .visit-home-page a {
  color: #1f2151;
  font-style: italic;
  font-weight: 700;
}
footer .footer-content .footer-ico-ms {
  width: 32px;
}
footer .footer-nav {
  padding-top: 0px;
  padding-bottom: 4px;
  background-color: #001246;
  text-align: center;
}
footer .footer-nav .footer-nav-item {
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer;
}
footer .footer-nav .footer-nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
footer .footer-nav .footer-nav-item a {
  display: inline-block;
  padding-right: 8px;
  padding-left: 8px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}
footer .footer-nav .footer-nav-item_name {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
footer.theme-dark {
  background-color: #141414;
}
footer.theme-dark p {
  color: #646464;
}
footer.theme-dark .footer-content {
  background-color: #141414;
}
footer.theme-dark .footer-content .footer-share-tit {
  color: #646464;
}
footer.theme-dark .footer-content .footer-desc {
  color: #646464;
}
footer.theme-dark .footer-content .link-block {
  border-color: #ffffff;
  opacity: 0.5;
}
footer.theme-dark .footer-content .link-block:hover {
  opacity: 1;
}
footer.theme-dark .footer-content .link-block.socialtwitter {
  background-image: url("https://multimedia.scmp.com/native/infographics/article/common/images/social_media_twitter_white.svg");
}
footer.theme-dark .footer-content .link-block.socialtwitter:hover {
  border-color: #ffffff;
}
footer.theme-dark .footer-content .link-block.footerfacebook {
  background-image: url("https://multimedia.scmp.com/native/infographics/article/common/images/social_media_facebook_white.svg");
}
footer.theme-dark .footer-content .link-block.footerlinkedin {
  background-image: url("https://multimedia.scmp.com/native/infographics/article/common/images/social_media_linkedin_white.svg");
}
footer.theme-dark .footer-content .link-block.footeremail {
  background-image: url("https://multimedia.scmp.com/native/infographics/article/common/images/social_media_email_white.svg");
}
footer.theme-dark .footer-content .visit-home-page {
  color: #646464;
}
footer.theme-dark .footer-content .visit-home-page a {
  color: #646464;
}
footer.theme-dark .footer-content F.visit-home-page a:hover {
  color: #ffcb04;
}
footer.theme-dark .footer-nav {
  background-color: #111111;
  border-top: 1px solid #363636;
}
footer.theme-dark .footer-nav .footer-nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
footer.theme-dark .footer-nav .footer-nav-item:hover a {
  color: #ffffff;
}
footer.theme-dark .footer-nav .footer-nav-item:hover .footer-nav-item_name {
  color: #ffffff;
}
footer.theme-dark .footer-nav .footer-nav-item a {
  color: #292929;
}
footer.theme-dark .footer-nav .footer-nav-item_name {
  color: #646464;
}

.fade-enter-active,
.fade-leave-active {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

@-webkit-keyframes mousescrolldot {
  from {
    height: 3px;
  }
  50% {
    height: 0px;
  }
  to {
    height: 3px;
  }
}
@keyframes mousescrolldot {
  from {
    height: 3px;
  }
  50% {
    height: 0px;
  }
  to {
    height: 3px;
  }
}
@-webkit-keyframes loadingblink {
  from {
    bottom: -100%;
  }
  to {
    bottom: 100%;
  }
}
@keyframes loadingblink {
  from {
    bottom: -100%;
  }
  to {
    bottom: 100%;
  }
}
@-webkit-keyframes dotfade {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes dotfade {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes pointcenter {
  from {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  90% {
    opacity: 1;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pointcenter {
  from {
    opacity: 0;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  90% {
    opacity: 1;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes landscapephone {
  from {
    opacity: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  10% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  30% {
    opacity: 1;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  50% {
    opacity: 1;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  90% {
    opacity: 1;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  to {
    opacity: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@keyframes landscapephone {
  from {
    opacity: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  10% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  30% {
    opacity: 1;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  50% {
    opacity: 1;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  90% {
    opacity: 1;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  to {
    opacity: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@-webkit-keyframes landscapephonecon {
  from {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg) scale(1);
            transform: translateX(-50%) translateY(-50%) rotate(0deg) scale(1);
  }
  40% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg) scale(1);
            transform: translateX(-50%) translateY(-50%) rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg) scale(0.55);
            transform: translateX(-50%) translateY(-50%) rotate(-90deg) scale(0.55);
  }
  90% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg) scale(0.55);
            transform: translateX(-50%) translateY(-50%) rotate(-90deg) scale(0.55);
  }
  to {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg) scale(0.55);
            transform: translateX(-50%) translateY(-50%) rotate(-90deg) scale(0.55);
  }
}
@keyframes landscapephonecon {
  from {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg) scale(1);
            transform: translateX(-50%) translateY(-50%) rotate(0deg) scale(1);
  }
  40% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg) scale(1);
            transform: translateX(-50%) translateY(-50%) rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg) scale(0.55);
            transform: translateX(-50%) translateY(-50%) rotate(-90deg) scale(0.55);
  }
  90% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg) scale(0.55);
            transform: translateX(-50%) translateY(-50%) rotate(-90deg) scale(0.55);
  }
  to {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg) scale(0.55);
            transform: translateX(-50%) translateY(-50%) rotate(-90deg) scale(0.55);
  }
}
@-webkit-keyframes kvtitle {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes kvtitle {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.ms-loading {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
}
.ms-loading:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100%;
  background-color: #001246;
}
.ms-loading .ms-loading-inner {
  position: relative;
  width: 100%;
  max-width: 90%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ms-loading .loader-logos {
  margin-bottom: 50px;
}
.ms-loading .loader-logos .logo-rolex {
  position: relative;
  top: 0px;
  display: block;
  text-align: center;
}
.ms-loading .loader-logos .logo-ms {
  display: none;
  position: relative;
  width: 70px;
  height: 54px;
  left: 0;
}
.ms-loading .loader-logos .logo-ms .logo-ms-innner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ms-loading .loader-logos .logo-ms .logo-ms-innner .ms-logo-frame {
  position: absolute;
  z-index: 99;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url("https://multimedia.scmp.com/native/infographics/article/common/images/ms_window.png") center center;
  background-size: 100% 100%;
}
.ms-loading .loader-logos .logo-ms .logo-ms-innner .ms-logo-sun {
  position: absolute;
  z-index: 9;
  bottom: -20px;
  right: -5px;
  width: 50px;
  height: 50px;
  background-color: #ffcb08;
  border-radius: 50%;
}
.ms-loading .loader-bar {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.ms-loading .loader-bar .loading-progress {
  width: 100%;
  height: 2px;
  background-color: #f1f1f1;
}
.ms-loading .loader-bar .loading-progress .loading-progress-bar {
  position: relative;
  width: 0%;
  height: 100%;
  background-color: #001246;
}
.ms-loading .loader-bar .loading-progress .loading-progress-bar .loading-progress-text {
  opacity: 1;
  position: absolute;
  top: 10px;
  right: 0px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #001246;
}
.ms-loading.after-full-load {
  width: 100%;
}
.ms-loading.after-full-load:after {
  width: 0%;
  top: 0;
  -webkit-transition: width 3s ease;
  transition: width 3s ease;
}
.ms-loading.after-full-load .loader-logos .logo-ms {
  opacity: 0;
  left: 100px;
  -webkit-transition: opacity 1s ease, left 1s ease;
  transition: opacity 1s ease, left 1s ease;
}
.ms-loading.after-full-load .loader-logos .logo-rolex {
  opacity: 0;
  top: -32px;
  -webkit-transition: opacity 1s ease, top 1s ease;
  transition: opacity 1s ease, top 1s ease;
}
.ms-loading.after-full-load .ms-loading-inner .loader-bar {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.ms-loading.after-full-load .ms-loading-inner .loader-bar .loading-progress {
  width: 0%;
  -webkit-transition: width 1s ease;
  transition: width 1s ease;
}
.ms-loading.after-full-load .ms-loading-inner .loader-bar .loading-progress-text {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.loading-ani {
  position: relative;
  width: 75px;
  height: 54px;
  text-align: center;
  opacity: 1;
}

.loading-ani.type-scmp-white .scmp-outline > div {
  background-color: #ffffff;
}

.loading-ani.loaded {
  width: 0px;
  height: 0px;
  opacity: 0;
  -webkit-transition: width 1s ease-in-out, height 1s ease-in-out, opacity 0.4s ease;
  transition: width 1s ease-in-out, height 1s ease-in-out, opacity 0.4s ease;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

.loading-ani.loaded .loading-count {
  opacity: 0;
  top: 10px;
  -webkit-transition: opacity 0.5s ease, top 0.5s ease-in-out;
  transition: opacity 0.5s ease, top 0.5s ease-in-out;
}

.loading-ani.loaded .scmp-inline .in-block-l,
.loading-ani.loaded .scmp-inline .in-block-r {
  height: 0px;
  -webkit-transition: height 1s ease-in-out;
  transition: height 1s ease-in-out;
}

.loading-ani.loaded .scmp-ms-sun .obj-sun {
  bottom: -20%;
  -webkit-transition: bottom 1s ease;
  transition: bottom 1s ease;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.loading-ani.loaded.type-scmp-white .scmp-outline > div {
  background-color: #001246;
  -webkit-transition: background-color 1s ease;
  transition: background-color 1s ease;
}

.loading-ani .loading-ani-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.loading-ani .loading-count {
  position: relative;
  top: 0px;
  margin-top: 10px;
}

.loading-ani .loading-count span {
  font-family: Roboto, sans-serif;
  font-size: 10px;
  font-style: italic;
}

.loading-ani .scmp-outline {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.loading-ani .scmp-outline > div {
  position: absolute;
  background-color: #001246;
}

.loading-ani .scmp-outline .line-l,
.loading-ani .scmp-outline .line-r,
.loading-ani .scmp-outline .line-c {
  top: 0px;
  display: block;
  width: 6px;
  height: 100%;
}

.loading-ani .scmp-outline .line-t,
.loading-ani .scmp-outline .line-b {
  left: 0;
  width: 100%;
  height: 6px;
}

.loading-ani .scmp-outline .line-t {
  top: 0;
}

.loading-ani .scmp-outline .line-b {
  bottom: 0;
}

.loading-ani .scmp-outline .line-l {
  left: 0;
}

.loading-ani .scmp-outline .line-r {
  right: 0;
}

.loading-ani .scmp-outline .line-c {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.loading-ani .scmp-inline {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.loading-ani .scmp-inline .in-block-l,
.loading-ani .scmp-inline .in-block-r {
  position: absolute;
  width: 28.5px;
  height: 42px;
  background-color: #f1f1f1;
}

.loading-ani .scmp-inline .in-block-l .in-color,
.loading-ani .scmp-inline .in-block-r .in-color {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.loading-ani .scmp-inline .in-block-l .in-color > div,
.loading-ani .scmp-inline .in-block-r .in-color > div {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 0%;
}

.loading-ani .scmp-inline .in-block-l .in-color:after,
.loading-ani .scmp-inline .in-block-r .in-color:after {
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, #fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-animation-name: loadingblink;
          animation-name: loadingblink;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.loading-ani .scmp-inline .in-block-l {
  top: 6px;
  left: 6px;
}

.loading-ani .scmp-inline .in-block-l .in-color > div {
  background-color: #ffca05;
}

.loading-ani .scmp-inline .in-block-r {
  top: 6px;
  right: 6px;
}

.loading-ani .scmp-inline .in-block-r .in-color > div {
  background-color: #001246;
}

.loading-ani .scmp-ms-sun {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.loading-ani .scmp-ms-sun .obj-sun {
  position: absolute;
  bottom: -100%;
  left: 38%;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #ffca05;
}

.msg-landscape {
  position: fixed;
  z-index: 99999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}
.msg-landscape img {
  pointer-events: none;
}
.msg-landscape .msg-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
}
.msg-landscape .alert-landscape {
  font-family: Roboto, sans-serif;
  font-weight: 100;
  line-height: 1.4;
  text-align: center;
}
.msg-landscape .alert-landscape a {
  display: block;
  margin-top: 20px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 100;
  text-decoration: underline !important;
}
.msg-landscape .alert-ie {
  font-family: Roboto, sans-serif;
  font-weight: 100;
  line-height: 1.4;
  text-align: center;
}
.msg-landscape .alert-ie h2 {
  font-family: Merriweather, serif !important;
  text-align: center !important;
  color: #ffffff;
}
.msg-landscape .alert-ie p {
  font-family: Roboto, sans-serif;
  font-size: 14;
  width: 600px;
  max-width: 90%;
  margin: 0 auto;
  color: #ffffff;
}
.msg-landscape .alert-ie a {
  display: block;
  margin-top: 20px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 100;
  text-decoration: underline !important;
}
.msg-landscape .alert-phone {
  width: 180px;
  height: 180px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.msg-landscape .alert-phone .obj-phone {
  display: block;
  width: 130px;
  height: 70px;
  border: 2px solid #ffffff;
  border-radius: 10px;
  margin: 0 auto;
  overflow: hidden;
  -webkit-animation-name: landscapephone;
          animation-name: landscapephone;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.msg-landscape .alert-phone .obj-phone .obj-phone-con {
  width: 100px;
  height: 178px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url("https://multimedia.scmp.com/native/infographics/article/common/images/landscape.png") center center no-repeat;
  background-size: 100% 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation-name: landscapephonecon;
          animation-name: landscapephonecon;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.msg-landscape .alert-phone .obj-phone:after {
  content: "";
  width: 2px;
  height: 30px;
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ms-cursor {
  position: fixed;
  z-index: 9999;
  pointer-events: none;
}
.ms-cursor .ms-cursor-inner {
  position: relative;
}
.ms-cursor .ms-cursor-inner .ms-cursor-circle {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #001246;
  top: -10px;
  left: -10px;
}

.ms-ico-scroll {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.ms-ico-scroll .ms-ico-scroll-inner {
  text-align: center;
}
.ms-ico-scroll .ms-ico-scroll-inner .ms-scroll-mouse {
  pointer-events: none;
  width: 24px;
  margin: 0 auto;
}
.ms-ico-scroll .ms-ico-scroll-inner .ms-scroll-mouse .ms-scroll-mouse-outer {
  position: relative;
  z-index: 1;
  width: 24px;
  height: 50px;
  border-radius: 15px;
  border: 2px solid #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.35);
}
.ms-ico-scroll .ms-ico-scroll-inner .ms-scroll-mouse .ms-scroll-mouse-outer .ms-scroll-mouse-inner {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid transparent;
  border-radius: 12px;
}
.ms-ico-scroll .ms-ico-scroll-inner .ms-scroll-mouse .ms-scroll-mouse-outer .ms-scroll-mouse-inner > div {
  display: block;
  width: 3px;
  height: 3px;
  margin: 0 auto;
  border-radius: 3px;
  background-color: #fff;
}
.ms-ico-scroll .ms-ico-scroll-inner .ms-scroll-mouse .ms-scroll-mouse-outer .ms-scroll-mouse-inner > div:nth-child(1), .ms-ico-scroll .ms-ico-scroll-inner .ms-scroll-mouse .ms-scroll-mouse-outer .ms-scroll-mouse-inner > div:nth-child(2) {
  -webkit-animation-name: mousescrolldot;
          animation-name: mousescrolldot;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.ms-ico-scroll .ms-ico-scroll-inner .ms-scroll-mouse .ms-scroll-mouse-outer .ms-scroll-mouse-inner > div:nth-child(4), .ms-ico-scroll .ms-ico-scroll-inner .ms-scroll-mouse .ms-scroll-mouse-outer .ms-scroll-mouse-inner > div:nth-child(5) {
  -webkit-animation-name: mousescrolldot;
          animation-name: mousescrolldot;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.ms-ico-scroll .ms-ico-scroll-inner .ms-scroll-mouse .ms-scroll-mouse-outer .ms-scroll-mouse-inner > div + div {
  margin-top: 2px;
}
.ms-ico-scroll .ms-ico-scroll-inner .ms-scroll-mouse .ms-scroll-mouse-outer .ms-scroll-mouse-inner .line-long {
  height: 14px;
}
.ms-ico-scroll .ms-ico-scroll-inner .scroll-text {
  text-align: center;
  margin-top: 5px;
}
.ms-ico-scroll .ms-ico-scroll-inner .scroll-text span {
  font-family: Roboto, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .ms-ico-scroll {
    bottom: 10px;
  }
}
.ms-remark-plz {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
}
.ms-remark-plz img {
  display: inline-block;
  width: 12px;
  vertical-align: middle;
  line-height: 1;
  margin-left: 5px;
}

#progress {
  position: fixed;
  z-index: 999999;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
}
#progress span {
  position: absolute;
  top: 0;
  display: inline-block;
  padding: 0;
  margin: 0;
  font-size: 1px;
  line-height: 1;
  height: 4px;
  background-color: #ffcb04;
}

.ms-backtotop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999999;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.ms-backtotop a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ffcb04;
  color: #000000;
}
.ms-backtotop a:before {
  position: relative;
  z-index: 2;
  content: "";
  display: block;
  width: 6px;
  height: 4px;
  background: url("assets/image/ico_arrow_up.png") center center no-repeat;
  background-size: 100% 100%;
  margin-bottom: 5px;
}
.ms-backtotop a:hover {
  text-decoration: none;
}
.ms-backtotop a span {
  display: block;
  position: relative;
  z-index: 2;
  font-family: Roboto, sans-serif;
  font-size: 10px;
  color: #000000;
  text-transform: uppercase;
}
.ms-backtotop a:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: -10%;
  left: -10%;
  width: 120%;
  height: 120%;
  border-radius: 50%;
  background-color: rgba(255, 203, 4, 0.5);
}
.ms-backtotop.pos-top {
  -webkit-transform: translate(0px, 100px) !important;
      -ms-transform: translate(0px, 100px) !important;
          transform: translate(0px, 100px) !important;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

::-moz-selection {
  color: #000000;
  background: #ffcb04;
  text-shadow: none;
}

::selection {
  color: #000000 !important;
  background: #ffcb04 !important;
  text-shadow: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
}

html.loaded #msapp {
  display: block;
}

html:not(.msie) {
  position: relative;
}

#msapp {
  display: none;
  position: relative;
  overflow-x: hidden;
  min-width: 300px;
}

#msapp *,
#msapp *::before,
#msapp *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}/*# sourceMappingURL=global.css.map */