@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;
  }
}
