@charset "UTF-8";
/**设置cssfun方法**/
.c-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.iconfont {
  font-family: 'iconfont' !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'meiryo-ui';
  src: url("../lib/font/meiryo-ui.woff2");
}

@font-face {
  font-family: 'Accord';
  src: url("../lib/font/accord-alternate-light.otf");
}

@font-face {
  font-family: 'SansSerif';
  src: url("../lib/font/SansSerif.ttf");
}

@font-face {
  font-family: 'GT-Sectra';
  src: url("../lib/font/gt-sectra-bold.woff2");
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-size: 100%;
  height: 100%;
  font-family: '微软雅黑';
}

body {
  line-height: 1.42857;
  min-height: 100%;
  font-family: '微软雅黑';
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.c-container {
  width: 100%;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.img_auto {
  display: block;
  width: 100%;
  height: auto;
}

/** 多行省略 **/
.ellipsisTwo {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
  word-break: break-word;
}

.by-locked-cta {
  margin: 0;
  padding: 0;
  position: fixed;
  top: 620px;
  right: 0;
  display: block;
  overflow: hidden;
  transform: rotate(90deg);
  transform-origin: top right;
  border-radius: 0 0 10px 10px;
  z-index: 10;
}

.by-locked-cta .score-button {
  display: inline-block;
  line-height: 12px;
  margin: 0;
  position: relative;
  padding: 16px 30px 15px 30px;
  font-size: 1rem;
  color: #fff;
  border: none;
  border-radius: 0;
  background-color: #eb5207;
  font-weight: bold;
  cursor: pointer;
  transition: all ease 0.3s;
  text-align: center;
}

.by-locked-cta .score-button::after {
  position: absolute;
  bottom: 7px;
  left: 50%;
  width: calc(100% - 60px);
  height: 0px;
  content: '';
  transition: all ease-out 0.4s;
  transform: translateX(-50%);
  background-color: #fff;
}

.by-locked-cta .score-button:hover::after {
  height: 3px;
}

.by-locked-cta .score-button:nth-child(2) {
  border-left: 1px solid #001b50;
}

@media screen and (max-width: 992px) {
  .by-locked-cta .by-locked-cta {
    display: none;
  }
}

@media (min-width: 768px) {
  .c-container {
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  .c-container {
    max-width: 970px;
  }
}

@media (min-width: 1200px) {
  .c-container {
    max-width: 1170px;
  }
}

@media (min-width: 1440px) {
  .c-container {
    max-width: 1260px;
  }
}

@media (min-width: 1900px) {
  .c-container {
    max-width: 1440px;
  }
}

@media (max-width: 991px) {
  .c-container {
    padding: 0 30px;
  }
  .by-locked-cta {
    display: none;
  }
}

footer {
  color: #f6f6f6;
  background-color: #001b50;
  padding-top: 86px;
}

footer p, footer a, footer li {
  text-align: start;
}

footer .score-text {
  text-align: center;
}

footer .container {
  padding: 0 15px;
}

footer .container .score-column2 {
  display: flex;
  padding-bottom: 56px;
}

footer .container .score-column2 .score-left {
  width: 25%;
  padding: 0;
}

footer .container .score-column2 .score-left .score-image-button img {
  max-width: 190px;
  margin-bottom: 34px;
  transition: all ease-out 0.3s;
}

footer .container .score-column2 .score-left .score-image-button:hover img {
  transform: scale(1.1);
}

footer .container .score-column2 .score-left .score-button-group {
  display: flex;
  flex-direction: column;
}

footer .container .score-column2 .score-left .score-button-group .score-phone::before {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 8px 0 0;
  content: "";
  background-image: url(https://medialibrarycdn.blueyonder.com/Areas/BlueYonder/img/phone-icon.svg);
  background-repeat: no-repeat;
  background-size: 16px;
}

footer .container .score-column2 .score-left .score-button-group a {
  width: 100%;
  max-width: 190px;
  font-weight: bold;
  line-height: 15px;
  display: inline-block;
  padding: 18px 32px 15px 32px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  color: #203367;
  border-radius: 5px;
  font-size: 0.9375rem;
  background-color: #00b8f1;
  border: 2px solid #00b8f1;
  box-sizing: border-box;
  margin: 0 0 14px;
  letter-spacing: -1px;
  transition: all ease-out 0.3s;
}

footer .container .score-column2 .score-left .score-button-group a:hover {
  background-color: #fff;
}

footer .container .score-column2 .score-right {
  width: 75%;
  display: flex;
  bottom: -12px;
  justify-content: space-between;
}

footer .container .score-column2 .score-right .score-list {
  padding: 0 25px;
  width: 25%;
}

footer .container .score-column2 .score-right .score-lead {
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 25px;
  position: relative;
  font-weight: bold;
  letter-spacing: -1px;
  color: #f6f6f6;
}

footer .container .score-column2 .score-right .score-lead::after {
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  opacity: 0.25;
  background-color: #f6f6f6;
}

footer .container .score-column2 .score-right ul li {
  list-style: none;
}

footer .container .score-column2 .score-right ul li a {
  font-size: 0.875rem;
  line-height: 17px;
  display: inline-block;
  margin-bottom: 14px;
  color: #f6f6f6;
  text-decoration: none;
}

footer .container .score-column2 .score-right ul li a:hover {
  text-decoration: underline;
}

footer .score-style {
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
  padding: 20px 0 40px 0;
  color: #f6f6f6;
  border-top: 1px solid rgba(246, 246, 246, 0.2);
}

footer .score-style .score-button-group .score-image-button {
  display: inline-block;
  width: auto;
  height: 16px;
  margin-left: 14px;
  cursor: pointer;
  transition: all ease-out 0.3s;
}

footer .score-style .score-button-group .score-image-button:hover {
  transform: scale(1.2);
}

@media (max-width: 992px) {
  footer {
    padding-top: 50px;
  }
  footer .container {
    max-width: 100%;
    padding: 0 30px;
  }
  footer .container .score-column2 {
    flex-direction: column;
  }
  footer .container .score-column2 .score-left {
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
  }
  footer .container .score-column2 .score-left .score-image-button {
    flex: 1;
    margin-right: 25px;
    max-width: 190px;
  }
  footer .container .score-column2 .score-left .score-image-button img {
    margin: 0;
  }
  footer .container .score-column2 .score-left .score-button-group {
    flex-direction: row;
  }
  footer .container .score-column2 .score-left .score-button-group a {
    margin: 0 50px 0 0;
    white-space: nowrap;
  }
  footer .container .score-column2 .score-left .score-button-group a:last-child {
    margin: 0;
  }
  footer .container .score-column2 .score-right {
    width: 100%;
  }
  footer .score-style {
    line-height: 24px;
  }
}

@media (max-width: 768px) {
  footer {
    padding-top: 30px;
  }
  footer .container .score-column2 {
    flex-direction: column;
    padding-bottom: 0;
  }
  footer .container .score-column2 .score-left {
    margin-bottom: 0;
    flex-direction: column;
  }
  footer .container .score-column2 .score-left .score-image-button {
    margin-right: 0;
    margin-bottom: 50px;
  }
  footer .container .score-column2 .score-left .score-button-group {
    flex-direction: column;
    align-items: center;
  }
  footer .container .score-column2 .score-left .score-button-group a {
    margin: 0 0 14px;
    white-space: nowrap;
  }
  footer .container .score-column2 .score-left .score-button-group a:last-child {
    margin: 0 0 14px;
  }
  footer .container .score-column2 .score-right {
    width: 100%;
  }
  footer .container .score-column2 .score-right .score-lead {
    display: none;
  }
  footer .container .score-column2 .score-right .score-list {
    width: 100%;
    text-align: center;
  }
  footer .container .score-column2 .score-right .score-list:nth-of-type(-n + 2) {
    display: none;
  }
  footer .container .score-column2 .score-right ul li {
    text-align: center;
  }
  footer .score-style {
    padding: 24px 0;
    line-height: 24px;
    width: 100%;
    flex-direction: column-reverse;
  }
  footer .score-style .score-button-group {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
}
