@charset "utf-8";
/**
 * @Author   zcool
 * @Date     2017-11-20
 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
ol {
  margin: 0;
  padding: 0;
}
*,
::after,
::before {
  box-sizing: border-box;
}
body {
  font: 12px "PingFang", "Microsoft YaHei", "Arial";
  color: #333;
  line-height: 1.5;
  overflow-x: hidden;
}
ol,
ul,
li {
  list-style-type: none;
  vertical-align: middle;
}
img {
  vertical-align: top;
  border: 0;
}
input,
select,
textarea,
button {
  vertical-align: middle;
}
textarea,
input {
  text-indent: 10px;
}
/*表单元素默认有10像素的缩进*/
input[type='submit'],
input[type='button'],
button {
  text-indent: 0;
  text-align: center;
  cursor: pointer;
}
label,
button,
a {
  cursor: pointer;
}
ins,
em,
b,
i {
  text-decoration: none;
  font-style: normal;
}
/* 去掉浏览器激活样式 */
select:focus,
textarea:focus,
input:focus,
button {
  outline: none;
}
/* 提示文字的初始样式 */
input::-webkit-input-placeholder,
input::-moz-input-placeholder,
textarea::-webkit-textarea-placeholder,
textarea::-moz-textarea-placeholder {
  color: #999;
  transition: color .5s;
}
/* 提示文字的激活样式 */
input:focus::-webkit-input-placeholder,
input:focus::-moz-input-placeholder,
input:hover::-webkit-input-placeholder,
input:hover::-moz-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-input-placeholder,
textarea:hover::-webkit-input-placeholder,
textarea:hover::-moz-input-placeholder {
  color: #c2c2c2;
}
/* table */
table {
  border-collapse: collapse;
  border-spacing: 0;
  font: inherit;
}
/* a_link */
a {
  color: inherit;
  text-decoration: none;
}
a[href] {
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}
a:focus {
  background-color: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6,
em {
  font-weight: normal;
}
a,
span,
li,
b,
i,
label,
p,
strong,
div,
h1,
h2,
h3,
h4,
h5,
h6,
font,
small,
em,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  font-size: 14px;
}
span {
  display: inline-block;
}
p {
  line-height: 2;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
/*用来解决在安卓上的点击出现篮框问题*/
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*解决ios上去除微信点击蓝色边框 */
a:focus,
input:focus,
p:focus,
div:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img[src=""],
img:not([src]) {
  opacity: 0;
}
font {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  text-transform: inherit;
}
body,
html {
  height: 100%;
}
::-webkit-scrollbar {
  width: 4px;
  background-color: #000;
}
::-webkit-scrollbar-thumb {
  border: solid 1px #000;
  width: 2px;
  border-radius: 4px;
  background-color: #f94f73;
}
::-webkit-scrollbar-corner {
  background-color: #000;
}
::-webkit-scrollbar:horizontal {
  height: 9px;
}
::-webkit-selection {
  background: #f94f73;
  color: #fff;
}
::-moz-selection {
  background: #f94f73;
  color: #fff;
}
::selection {
  background: #f94f73;
  color: #fff;
}
/*滚动动画的样式*/
.disable-hover {
  pointer-events: none;
}
.scroll-animate.animated {
  visibility: hidden;
}
.font-fadeIn font {
  display: inline-block;
}
.scrolly {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
/* 浮动与清浮动 */
.fl {
  float: left;
}
.fr {
  float: right;
}
.cl::after {
  content: '\20';
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.text_overflow {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
[data-ahref] {
  cursor: pointer;
}
.over-2 {
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.over-3 {
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
html {
  font-size: 100px;
}
/* 初始定义 */
@font-face {
  font-family: 'word';
  src: url('../css/font/GOTHAM-BOOK_0.otf');
}
.word {
  font-family: word;
}
/* 定义网站色值 */
.mc {
  color: #00aa98;
}
.fc {
  color: #6ea97f;
}
.wc {
  color: #ffffff;
}
.gc {
  color: #eeeeee;
}
.d-gc {
  color: #8e8e8e;
}
.rc {
  color: #ff231c;
}
.oc {
  color: #ffb11e;
}
.yc {
  color: #fff714;
}
.gc {
  color: #8aff3c;
}
.bc {
  color: #4060ff;
}
.transi {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.linear-bg {
  background: linear-gradient(0deg, #3beccd 0%, #02b1ee 100%);
}
.linear-txt {
  background: linear-gradient(0deg, #03aedb 0%, #137acc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.shadow {
  box-shadow: 0 16px 50px -5px rgba(27, 197, 199, 0.2);
}
.max-wid {
  width: 70%;
  max-width: 1200px;
  margin: auto;
}
.full {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.txt-bg {
  background: linear-gradient(90deg, #00e5bb 30%, #00e7f7 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.swiper-container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 60px;
}
/*图片容器*/
.pic {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.pic img.w-h {
  width: 100%;
  max-width: 100%;
  opacity: 0;
}
.pic img.lazy {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
}
.f-120 {
  font-size: 120px;
}
.f-50 {
  font-size: 50px;
}
.f-48 {
  font-size: 48px;
}
.f-46 {
  font-size: 46px;
}
.f-44 {
  font-size: 44px;
}
.f-42 {
  font-size: 42px;
}
.f-40 {
  font-size: 40px;
}
.f-38 {
  font-size: 38px;
}
.f-36 {
  font-size: 36px;
}
.f-34 {
  font-size: 34px;
}
.f-32 {
  font-size: 32px;
}
.f-30 {
  font-size: 30px;
}
.f-28 {
  font-size: 28px;
}
.f-26 {
  font-size: 26px;
}
.f-24 {
  font-size: 24px;
}
.f-22 {
  font-size: 22px;
}
.f-20 {
  font-size: 20px;
}
.f-18 {
  font-size: 18px;
}
.f-16 {
  font-size: 16px;
}
.f-14 {
  font-size: 14px;
}
.f-12 {
  font-size: 12px;
}
.f-light {
  font-weight: lighter;
}
.f-bold {
  font-weight: bold;
}
.f-500 {
  font-weight: 500;
}
.f-left {
  text-align: left;
}
.f-center {
  text-align: center;
}
.f-right {
  text-align: right;
}
.up-word {
  text-transform: uppercase;
}
.v-show {
  visibility: visible;
}
.v-hide {
  visibility: hidden;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.back-cover {
  background-size: cover;
}
.back-contain {
  background-size: contain;
}
.wid-10 {
  width: 10%;
}
.wid-15 {
  width: 15%;
}
.wid-20 {
  width: 20%;
}
.wid-25 {
  width: 25%;
}
.wid-30 {
  width: 30%;
}
.wid-35 {
  width: 35%;
}
.wid-40 {
  width: 40%;
}
.wid-45 {
  width: 45%;
}
.wid-50 {
  width: 50%;
}
.wid-55 {
  width: 55%;
}
.wid-60 {
  width: 60%;
}
.wid-65 {
  width: 65%;
}
.wid-70 {
  width: 70%;
}
.wid-75 {
  width: 75%;
}
.wid-80 {
  width: 80%;
}
.wid-85 {
  width: 85%;
}
.wid-90 {
  width: 90%;
}
.wid-95 {
  width: 95%;
}
.wid-100 {
  width: 100%;
}
.op-0 {
  opacity: 0;
}
.op-1 {
  opacity: 0.1;
}
.op-2 {
  opacity: 0.2;
}
.op-3 {
  opacity: 0.3;
}
.op-4 {
  opacity: 0.4;
}
.op-5 {
  opacity: 0.5;
}
.op-6 {
  opacity: 0.6;
}
.op-7 {
  opacity: 0.7;
}
.op-8 {
  opacity: 0.8;
}
.op-9 {
  opacity: 0.9;
}
.op-10 {
  opacity: 1;
}
.layout-middle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.layout-v-middle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.layout-h-middle {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.pa-v {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.pa-h {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.pa-mid {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.mt-1 {
  margin-top: 1px;
}
.mt-2 {
  margin-top: 2px;
}
.mt-3 {
  margin-top: 3px;
}
.mt-4 {
  margin-top: 4px;
}
.mt-5 {
  margin-top: 5px;
}
.mt-6 {
  margin-top: 6px;
}
.mt-7 {
  margin-top: 7px;
}
.mt-8 {
  margin-top: 8px;
}
.mt-9 {
  margin-top: 9px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-12 {
  margin-top: 12px;
}
.mt-14 {
  margin-top: 14px;
}
.mt-16 {
  margin-top: 16px;
}
.mt-18 {
  margin-top: 18px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-22 {
  margin-top: 22px;
}
.mt-24 {
  margin-top: 24px;
}
.mt-26 {
  margin-top: 26px;
}
.mt-28 {
  margin-top: 28px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-32 {
  margin-top: 32px;
}
.mt-34 {
  margin-top: 34px;
}
.mt-36 {
  margin-top: 36px;
}
.mt-38 {
  margin-top: 38px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-42 {
  margin-top: 42px;
}
.mt-44 {
  margin-top: 44px;
}
.mt-46 {
  margin-top: 46px;
}
.mt-48 {
  margin-top: 48px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-100 {
  margin-top: 100px;
}
.mb-1 {
  margin-bottom: 1px;
}
.mb-3 {
  margin-bottom: 3px;
}
.mb-4 {
  margin-bottom: 4px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-6 {
  margin-bottom: 6px;
}
.mb-7 {
  margin-bottom: 7px;
}
.mb-8 {
  margin-bottom: 8px;
}
.mb-9 {
  margin-bottom: 9px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-12 {
  margin-bottom: 12px;
}
.mb-14 {
  margin-bottom: 14px;
}
.mb-16 {
  margin-bottom: 16px;
}
.mb-18 {
  margin-bottom: 18px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-22 {
  margin-bottom: 22px;
}
.mb-24 {
  margin-bottom: 24px;
}
.mb-26 {
  margin-bottom: 26px;
}
.mb-28 {
  margin-bottom: 28px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-32 {
  margin-bottom: 32px;
}
.mb-34 {
  margin-bottom: 34px;
}
.mb-36 {
  margin-bottom: 36px;
}
.mb-38 {
  margin-bottom: 38px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-42 {
  margin-bottom: 42px;
}
.mb-44 {
  margin-bottom: 44px;
}
.mb-46 {
  margin-bottom: 46px;
}
.mb-48 {
  margin-bottom: 48px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-100 {
  margin-bottom: 100px;
}
.ml-1 {
  margin-left: 1px;
}
.ml-3 {
  margin-left: 3px;
}
.ml-4 {
  margin-left: 4px;
}
.ml-5 {
  margin-left: 5px;
}
.ml-6 {
  margin-left: 6px;
}
.ml-7 {
  margin-left: 7px;
}
.ml-8 {
  margin-left: 8px;
}
.ml-9 {
  margin-left: 9px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-12 {
  margin-left: 12px;
}
.ml-14 {
  margin-left: 14px;
}
.ml-16 {
  margin-left: 16px;
}
.ml-18 {
  margin-left: 18px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-22 {
  margin-left: 22px;
}
.ml-24 {
  margin-left: 24px;
}
.ml-26 {
  margin-left: 26px;
}
.ml-28 {
  margin-left: 28px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-32 {
  margin-left: 32px;
}
.ml-34 {
  margin-left: 34px;
}
.ml-36 {
  margin-left: 36px;
}
.ml-38 {
  margin-left: 38px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-42 {
  margin-left: 42px;
}
.ml-44 {
  margin-left: 44px;
}
.ml-46 {
  margin-left: 46px;
}
.ml-48 {
  margin-left: 48px;
}
.ml-50 {
  margin-left: 50px;
}
.ml-60 {
  margin-left: 60px;
}
.ml-70 {
  margin-left: 70px;
}
.ml-80 {
  margin-left: 80px;
}
.ml-90 {
  margin-left: 90px;
}
.ml-100 {
  margin-left: 100px;
}
.mr-1 {
  margin-right: 1px;
}
.mr-3 {
  margin-right: 3px;
}
.mr-4 {
  margin-right: 4px;
}
.mr-5 {
  margin-right: 5px;
}
.mr-6 {
  margin-right: 6px;
}
.mr-7 {
  margin-right: 7px;
}
.mr-8 {
  margin-right: 8px;
}
.mr-9 {
  margin-right: 9px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-12 {
  margin-right: 12px;
}
.mr-14 {
  margin-right: 14px;
}
.mr-16 {
  margin-right: 16px;
}
.mr-18 {
  margin-right: 18px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-22 {
  margin-right: 22px;
}
.mr-24 {
  margin-right: 24px;
}
.mr-26 {
  margin-right: 26px;
}
.mr-28 {
  margin-right: 28px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-32 {
  margin-right: 32px;
}
.mr-34 {
  margin-right: 34px;
}
.mr-36 {
  margin-right: 36px;
}
.mr-38 {
  margin-right: 38px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-42 {
  margin-right: 42px;
}
.mr-44 {
  margin-right: 44px;
}
.mr-46 {
  margin-right: 46px;
}
.mr-48 {
  margin-right: 48px;
}
.mr-50 {
  margin-right: 50px;
}
.mr-60 {
  margin-right: 60px;
}
.mr-70 {
  margin-right: 70px;
}
.mr-80 {
  margin-right: 80px;
}
.mr-90 {
  margin-right: 90px;
}
.mr-100 {
  margin-right: 100px;
}
.pt-1 {
  padding-top: 1px;
}
.pt-3 {
  padding-top: 3px;
}
.pt-4 {
  padding-top: 4px;
}
.pt-5 {
  padding-top: 5px;
}
.pt-6 {
  padding-top: 6px;
}
.pt-7 {
  padding-top: 7px;
}
.pt-8 {
  padding-top: 8px;
}
.pt-9 {
  padding-top: 9px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-12 {
  padding-top: 12px;
}
.pt-14 {
  padding-top: 14px;
}
.pt-16 {
  padding-top: 16px;
}
.pt-18 {
  padding-top: 18px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-22 {
  padding-top: 22px;
}
.pt-24 {
  padding-top: 24px;
}
.pt-26 {
  padding-top: 26px;
}
.pt-28 {
  padding-top: 28px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-32 {
  padding-top: 32px;
}
.pt-34 {
  padding-top: 34px;
}
.pt-36 {
  padding-top: 36px;
}
.pt-38 {
  padding-top: 38px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-42 {
  padding-top: 42px;
}
.pt-44 {
  padding-top: 44px;
}
.pt-46 {
  padding-top: 46px;
}
.pt-48 {
  padding-top: 48px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-90 {
  padding-top: 90px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-1 {
  padding-bottom: 1px;
}
.pb-3 {
  padding-bottom: 3px;
}
.pb-4 {
  padding-bottom: 4px;
}
.pb-5 {
  padding-bottom: 5px;
}
.pb-6 {
  padding-bottom: 6px;
}
.pb-7 {
  padding-bottom: 7px;
}
.pb-8 {
  padding-bottom: 8px;
}
.pb-9 {
  padding-bottom: 9px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-12 {
  padding-bottom: 12px;
}
.pb-14 {
  padding-bottom: 14px;
}
.pb-16 {
  padding-bottom: 16px;
}
.pb-18 {
  padding-bottom: 18px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-22 {
  padding-bottom: 22px;
}
.pb-24 {
  padding-bottom: 24px;
}
.pb-26 {
  padding-bottom: 26px;
}
.pb-28 {
  padding-bottom: 28px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-32 {
  padding-bottom: 32px;
}
.pb-34 {
  padding-bottom: 34px;
}
.pb-36 {
  padding-bottom: 36px;
}
.pb-38 {
  padding-bottom: 38px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-42 {
  padding-bottom: 42px;
}
.pb-44 {
  padding-bottom: 44px;
}
.pb-46 {
  padding-bottom: 46px;
}
.pb-48 {
  padding-bottom: 48px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pl-1 {
  padding-left: 1px;
}
.pl-3 {
  padding-left: 3px;
}
.pl-4 {
  padding-left: 4px;
}
.pl-5 {
  padding-left: 5px;
}
.pl-6 {
  padding-left: 6px;
}
.pl-7 {
  padding-left: 7px;
}
.pl-8 {
  padding-left: 8px;
}
.pl-9 {
  padding-left: 9px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-12 {
  padding-left: 12px;
}
.pl-14 {
  padding-left: 14px;
}
.pl-16 {
  padding-left: 16px;
}
.pl-18 {
  padding-left: 18px;
}
.pl-20 {
  padding-left: 20px;
}
.pl-22 {
  padding-left: 22px;
}
.pl-24 {
  padding-left: 24px;
}
.pl-26 {
  padding-left: 26px;
}
.pl-28 {
  padding-left: 28px;
}
.pl-30 {
  padding-left: 30px;
}
.pl-32 {
  padding-left: 32px;
}
.pl-34 {
  padding-left: 34px;
}
.pl-36 {
  padding-left: 36px;
}
.pl-38 {
  padding-left: 38px;
}
.pl-40 {
  padding-left: 40px;
}
.pl-42 {
  padding-left: 42px;
}
.pl-44 {
  padding-left: 44px;
}
.pl-46 {
  padding-left: 46px;
}
.pl-48 {
  padding-left: 48px;
}
.pl-50 {
  padding-left: 50px;
}
.pl-60 {
  padding-left: 60px;
}
.pl-70 {
  padding-left: 70px;
}
.pl-80 {
  padding-left: 80px;
}
.pl-90 {
  padding-left: 90px;
}
.pl-100 {
  padding-left: 100px;
}
.pr-1 {
  padding-right: 1px;
}
.pr-3 {
  padding-right: 3px;
}
.pr-4 {
  padding-right: 4px;
}
.pr-5 {
  padding-right: 5px;
}
.pr-6 {
  padding-right: 6px;
}
.pr-7 {
  padding-right: 7px;
}
.pr-8 {
  padding-right: 8px;
}
.pr-9 {
  padding-right: 9px;
}
.pr-10 {
  padding-right: 10px;
}
.pr-12 {
  padding-right: 12px;
}
.pr-14 {
  padding-right: 14px;
}
.pr-16 {
  padding-right: 16px;
}
.pr-18 {
  padding-right: 18px;
}
.pr-20 {
  padding-right: 20px;
}
.pr-22 {
  padding-right: 22px;
}
.pr-24 {
  padding-right: 24px;
}
.pr-26 {
  padding-right: 26px;
}
.pr-28 {
  padding-right: 28px;
}
.pr-30 {
  padding-right: 30px;
}
.pr-32 {
  padding-right: 32px;
}
.pr-34 {
  padding-right: 34px;
}
.pr-36 {
  padding-right: 36px;
}
.pr-38 {
  padding-right: 38px;
}
.pr-40 {
  padding-right: 40px;
}
.pr-42 {
  padding-right: 42px;
}
.pr-44 {
  padding-right: 44px;
}
.pr-46 {
  padding-right: 46px;
}
.pr-48 {
  padding-right: 48px;
}
.pr-50 {
  padding-right: 50px;
}
.pr-60 {
  padding-right: 60px;
}
.pr-70 {
  padding-right: 70px;
}
.pr-80 {
  padding-right: 80px;
}
.pr-90 {
  padding-right: 90px;
}
.pr-100 {
  padding-right: 100px;
}
@media screen and (max-width: 1500px) {
  html {
    font-size: 80px;
  }
  .f-60 {
    font-size: 58px;
  }
  .f-50 {
    font-size: 42px;
  }
  .f-48 {
    font-size: 46px;
  }
  .f-46 {
    font-size: 44px;
  }
  .f-44 {
    font-size: 42px;
  }
  .f-42 {
    font-size: 40px;
  }
  .f-40 {
    font-size: 38px;
  }
  .f-38 {
    font-size: 36px;
  }
  .f-36 {
    font-size: 34px;
  }
  .f-34 {
    font-size: 32px;
  }
  .f-32 {
    font-size: 30px;
  }
  .f-30 {
    font-size: 28px;
  }
  .f-28 {
    font-size: 24px;
  }
  .f-26 {
    font-size: 24px;
  }
  .f-24 {
    font-size: 22px;
  }
  .f-22 {
    font-size: 20px;
  }
  .f-20 {
    font-size: 18px;
  }
  .f-18 {
    font-size: 16px;
  }
  .f-16 {
    font-size: 14px;
  }
  .f-14 {
    font-size: 12px;
  }
  .f-12 {
    font-size: 12px;
  }
}
@media screen and (max-width: 1366px) {
  html {
    font-size: 80px;
  }
  a,
  span,
  li,
  b,
  i,
  label,
  p,
  strong,
  div,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  small,
  em,
  li,
  pre,
  form,
  fieldset,
  legend,
  button,
  input,
  textarea,
  th,
  td {
    font-size: 14px;
  }
  .f-60 {
    font-size: 58px;
  }
  .f-50 {
    font-size: 48px;
  }
  .f-48 {
    font-size: 46px;
  }
  .f-46 {
    font-size: 44px;
  }
  .f-44 {
    font-size: 42px;
  }
  .f-42 {
    font-size: 40px;
  }
  .f-40 {
    font-size: 30px;
  }
  .f-38 {
    font-size: 36px;
  }
  .f-36 {
    font-size: 34px;
  }
  .f-34 {
    font-size: 32px;
  }
  .f-32 {
    font-size: 30px;
  }
  .f-30 {
    font-size: 28px;
  }
  .f-28 {
    font-size: 24px;
  }
  .f-26 {
    font-size: 24px;
  }
  .f-24 {
    font-size: 22px;
  }
  .f-22 {
    font-size: 20px;
  }
  .f-20 {
    font-size: 18px;
  }
  .f-18 {
    font-size: 16px;
  }
  .f-16 {
    font-size: 14px;
  }
  .f-14 {
    font-size: 12px;
  }
  .f-12 {
    font-size: 12px;
  }
  p {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 1280px) {
  html {
    font-size: 80px;
  }
  .f-60 {
    font-size: 40px;
  }
  .f-50 {
    font-size: 34px;
  }
  .f-48 {
    font-size: 32px;
  }
  .f-46 {
    font-size: 30px;
  }
  .f-44 {
    font-size: 28px;
  }
  .f-42 {
    font-size: 26px;
  }
  .f-40 {
    font-size: 24px;
  }
  .f-38 {
    font-size: 22px;
  }
  .f-36 {
    font-size: 20px;
  }
  .f-34 {
    font-size: 20px;
  }
  .f-32 {
    font-size: 18px;
  }
  .f-30 {
    font-size: 18px;
  }
  .f-28 {
    font-size: 16px;
  }
  .f-26 {
    font-size: 16px;
  }
  .f-24 {
    font-size: 16px;
  }
  .f-22 {
    font-size: 14px;
  }
  .f-20 {
    font-size: 14px;
  }
  .f-18 {
    font-size: 14px;
  }
  .f-16 {
    font-size: 12px;
  }
  .f-14 {
    font-size: 12px;
  }
  .f-12 {
    font-size: 12px;
  }
  p {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 700px) {
  html {
    font-size: 50px;
  }
  p {
    font-size: 13px;
    line-height: 180%;
  }
  small,
  span {
    font-size: 13px;
  }
  .f-120 {
    font-size: 32px;
  }
  .f-80 {
    font-size: 32px;
  }
  .f-72 {
    font-size: 32px;
  }
  .f-60 {
    font-size: 18px;
  }
  .f-50 {
    font-size: 16px;
  }
  .f-48 {
    font-size: 16px;
  }
  .f-46 {
    font-size: 16px;
  }
  .f-44 {
    font-size: 16px;
  }
  .f-42 {
    font-size: 16px;
  }
  .f-40 {
    font-size: 16px;
  }
  .f-38 {
    font-size: 16px;
  }
  .f-36 {
    font-size: 16px;
  }
  .f-34 {
    font-size: 16px;
  }
  .f-32 {
    font-size: 16px;
  }
  .f-30 {
    font-size: 14px;
  }
  .f-28 {
    font-size: 44px;
  }
  .f-26 {
    font-size: 14px;
  }
  .f-24 {
    font-size: 14px;
  }
  .f-22 {
    font-size: 14px;
  }
  .f-20 {
    font-size: 14px;
  }
  .f-18 {
    font-size: 14px;
  }
  .f-16 {
    font-size: 14px;
  }
  .f-14 {
    font-size: 12px;
  }
  .f-12 {
    font-size: 12px;
  }
  .mt-1 {
    margin-top: 1px;
  }
  .mt-3 {
    margin-top: 3px;
  }
  .mt-4 {
    margin-top: 4px;
  }
  .mt-5 {
    margin-top: 4px;
  }
  .mt-6 {
    margin-top: 4px;
  }
  .mt-7 {
    margin-top: 4px;
  }
  .mt-8 {
    margin-top: 4px;
  }
  .mt-9 {
    margin-top: 4px;
  }
  .mt-10 {
    margin-top: 6px;
  }
  .mt-12 {
    margin-top: 6px;
  }
  .mt-14 {
    margin-top: 6px;
  }
  .mt-16 {
    margin-top: 6px;
  }
  .mt-18 {
    margin-top: 6px;
  }
  .mt-20 {
    margin-top: 8px;
  }
  .mt-22 {
    margin-top: 8px;
  }
  .mt-24 {
    margin-top: 8px;
  }
  .mt-26 {
    margin-top: 8px;
  }
  .mt-28 {
    margin-top: 10px;
  }
  .mt-30 {
    margin-top: 10px;
  }
  .mt-32 {
    margin-top: 10px;
  }
  .mt-34 {
    margin-top: 10px;
  }
  .mt-36 {
    margin-top: 12px;
  }
  .mt-38 {
    margin-top: 12px;
  }
  .mt-40 {
    margin-top: 12px;
  }
  .mt-42 {
    margin-top: 14px;
  }
  .mt-44 {
    margin-top: 14px;
  }
  .mt-46 {
    margin-top: 16px;
  }
  .mt-48 {
    margin-top: 16px;
  }
  .mt-50 {
    margin-top: 18px;
  }
  .mt-60 {
    margin-top: 18px;
  }
  .mt-70 {
    margin-top: 20px;
  }
  .mt-80 {
    margin-top: 22px;
  }
  .mt-90 {
    margin-top: 26px;
  }
  .mt-100 {
    margin-top: 30px;
  }
  .mb-1 {
    margin-bottom: 1px;
  }
  .mb-3 {
    margin-bottom: 3px;
  }
  .mb-4 {
    margin-bottom: 4px;
  }
  .mb-5 {
    margin-bottom: 4px;
  }
  .mb-6 {
    margin-bottom: 4px;
  }
  .mb-7 {
    margin-bottom: 4px;
  }
  .mb-8 {
    margin-bottom: 4px;
  }
  .mb-9 {
    margin-bottom: 4px;
  }
  .mb-10 {
    margin-bottom: 6px;
  }
  .mb-12 {
    margin-bottom: 6px;
  }
  .mb-14 {
    margin-bottom: 6px;
  }
  .mb-16 {
    margin-bottom: 6px;
  }
  .mb-18 {
    margin-bottom: 6px;
  }
  .mb-20 {
    margin-bottom: 8px;
  }
  .mb-22 {
    margin-bottom: 8px;
  }
  .mb-24 {
    margin-bottom: 8px;
  }
  .mb-26 {
    margin-bottom: 8px;
  }
  .mb-28 {
    margin-bottom: 10px;
  }
  .mb-30 {
    margin-bottom: 10px;
  }
  .mb-32 {
    margin-bottom: 10px;
  }
  .mb-34 {
    margin-bottom: 10px;
  }
  .mb-36 {
    margin-bottom: 12px;
  }
  .mb-38 {
    margin-bottom: 12px;
  }
  .mb-40 {
    margin-bottom: 12px;
  }
  .mb-42 {
    margin-bottom: 14px;
  }
  .mb-44 {
    margin-bottom: 14px;
  }
  .mb-46 {
    margin-bottom: 16px;
  }
  .mb-48 {
    margin-bottom: 16px;
  }
  .mb-50 {
    margin-bottom: 18px;
  }
  .mb-60 {
    margin-bottom: 18px;
  }
  .mb-70 {
    margin-bottom: 20px;
  }
  .mb-80 {
    margin-bottom: 22px;
  }
  .mb-90 {
    margin-bottom: 26px;
  }
  .mb-100 {
    margin-bottom: 30px;
  }
  .ml-1 {
    margin-left: 1px;
  }
  .ml-3 {
    margin-left: 3px;
  }
  .ml-4 {
    margin-left: 4px;
  }
  .ml-5 {
    margin-left: 4px;
  }
  .ml-6 {
    margin-left: 4px;
  }
  .ml-7 {
    margin-left: 4px;
  }
  .ml-8 {
    margin-left: 4px;
  }
  .ml-9 {
    margin-left: 4px;
  }
  .ml-10 {
    margin-left: 6px;
  }
  .ml-12 {
    margin-left: 6px;
  }
  .ml-14 {
    margin-left: 6px;
  }
  .ml-16 {
    margin-left: 6px;
  }
  .ml-18 {
    margin-left: 6px;
  }
  .ml-20 {
    margin-left: 8px;
  }
  .ml-22 {
    margin-left: 8px;
  }
  .ml-24 {
    margin-left: 8px;
  }
  .ml-26 {
    margin-left: 8px;
  }
  .ml-28 {
    margin-left: 10px;
  }
  .ml-30 {
    margin-left: 10px;
  }
  .ml-32 {
    margin-left: 10px;
  }
  .ml-34 {
    margin-left: 10px;
  }
  .ml-36 {
    margin-left: 12px;
  }
  .ml-38 {
    margin-left: 12px;
  }
  .ml-40 {
    margin-left: 12px;
  }
  .ml-42 {
    margin-left: 14px;
  }
  .ml-44 {
    margin-left: 14px;
  }
  .ml-46 {
    margin-left: 16px;
  }
  .ml-48 {
    margin-left: 16px;
  }
  .ml-50 {
    margin-left: 18px;
  }
  .ml-60 {
    margin-left: 18px;
  }
  .ml-70 {
    margin-left: 20px;
  }
  .ml-80 {
    margin-left: 22px;
  }
  .ml-90 {
    margin-left: 26px;
  }
  .ml-100 {
    margin-left: 30px;
  }
  .mr-1 {
    margin-right: 1px;
  }
  .mr-3 {
    margin-right: 3px;
  }
  .mr-4 {
    margin-right: 4px;
  }
  .mr-5 {
    margin-right: 4px;
  }
  .mr-6 {
    margin-right: 4px;
  }
  .mr-7 {
    margin-right: 4px;
  }
  .mr-8 {
    margin-right: 4px;
  }
  .mr-9 {
    margin-right: 4px;
  }
  .mr-10 {
    margin-right: 6px;
  }
  .mr-12 {
    margin-right: 6px;
  }
  .mr-14 {
    margin-right: 6px;
  }
  .mr-16 {
    margin-right: 6px;
  }
  .mr-18 {
    margin-right: 6px;
  }
  .mr-20 {
    margin-right: 8px;
  }
  .mr-22 {
    margin-right: 8px;
  }
  .mr-24 {
    margin-right: 8px;
  }
  .mr-26 {
    margin-right: 8px;
  }
  .mr-28 {
    margin-right: 10px;
  }
  .mr-30 {
    margin-right: 10px;
  }
  .mr-32 {
    margin-right: 10px;
  }
  .mr-34 {
    margin-right: 10px;
  }
  .mr-36 {
    margin-right: 12px;
  }
  .mr-38 {
    margin-right: 12px;
  }
  .mr-40 {
    margin-right: 12px;
  }
  .mr-42 {
    margin-right: 14px;
  }
  .mr-44 {
    margin-right: 14px;
  }
  .mr-46 {
    margin-right: 16px;
  }
  .mr-48 {
    margin-right: 16px;
  }
  .mr-50 {
    margin-right: 18px;
  }
  .mr-60 {
    margin-right: 18px;
  }
  .mr-70 {
    margin-right: 20px;
  }
  .mr-80 {
    margin-right: 22px;
  }
  .mr-90 {
    margin-right: 26px;
  }
  .mr-100 {
    margin-right: 30px;
  }
  .pt-1 {
    padding-top: 1px;
  }
  .pt-3 {
    padding-top: 3px;
  }
  .pt-4 {
    padding-top: 4px;
  }
  .pt-5 {
    padding-top: 4px;
  }
  .pt-6 {
    padding-top: 4px;
  }
  .pt-7 {
    padding-top: 4px;
  }
  .pt-8 {
    padding-top: 4px;
  }
  .pt-9 {
    padding-top: 4px;
  }
  .pt-10 {
    padding-top: 6px;
  }
  .pt-12 {
    padding-top: 6px;
  }
  .pt-14 {
    padding-top: 6px;
  }
  .pt-16 {
    padding-top: 6px;
  }
  .pt-18 {
    padding-top: 6px;
  }
  .pt-20 {
    padding-top: 8px;
  }
  .pt-22 {
    padding-top: 8px;
  }
  .pt-24 {
    padding-top: 8px;
  }
  .pt-26 {
    padding-top: 8px;
  }
  .pt-28 {
    padding-top: 10px;
  }
  .pt-30 {
    padding-top: 10px;
  }
  .pt-32 {
    padding-top: 10px;
  }
  .pt-34 {
    padding-top: 10px;
  }
  .pt-36 {
    padding-top: 12px;
  }
  .pt-38 {
    padding-top: 12px;
  }
  .pt-40 {
    padding-top: 12px;
  }
  .pt-42 {
    padding-top: 14px;
  }
  .pt-44 {
    padding-top: 14px;
  }
  .pt-46 {
    padding-top: 16px;
  }
  .pt-48 {
    padding-top: 16px;
  }
  .pt-50 {
    padding-top: 18px;
  }
  .pt-60 {
    padding-top: 18px;
  }
  .pt-70 {
    padding-top: 20px;
  }
  .pt-80 {
    padding-top: 22px;
  }
  .pt-90 {
    padding-top: 26px;
  }
  .pt-100 {
    padding-top: 30px;
  }
  .pb-1 {
    padding-bottom: 1px;
  }
  .pb-3 {
    padding-bottom: 3px;
  }
  .pb-4 {
    padding-bottom: 4px;
  }
  .pb-5 {
    padding-bottom: 4px;
  }
  .pb-6 {
    padding-bottom: 4px;
  }
  .pb-7 {
    padding-bottom: 4px;
  }
  .pb-8 {
    padding-bottom: 4px;
  }
  .pb-9 {
    padding-bottom: 4px;
  }
  .pb-10 {
    padding-bottom: 6px;
  }
  .pb-12 {
    padding-bottom: 6px;
  }
  .pb-14 {
    padding-bottom: 6px;
  }
  .pb-16 {
    padding-bottom: 6px;
  }
  .pb-18 {
    padding-bottom: 6px;
  }
  .pb-20 {
    padding-bottom: 8px;
  }
  .pb-22 {
    padding-bottom: 8px;
  }
  .pb-24 {
    padding-bottom: 8px;
  }
  .pb-26 {
    padding-bottom: 8px;
  }
  .pb-28 {
    padding-bottom: 10px;
  }
  .pb-30 {
    padding-bottom: 10px;
  }
  .pb-32 {
    padding-bottom: 10px;
  }
  .pb-34 {
    padding-bottom: 10px;
  }
  .pb-36 {
    padding-bottom: 12px;
  }
  .pb-38 {
    padding-bottom: 12px;
  }
  .pb-40 {
    padding-bottom: 12px;
  }
  .pb-42 {
    padding-bottom: 14px;
  }
  .pb-44 {
    padding-bottom: 14px;
  }
  .pb-46 {
    padding-bottom: 16px;
  }
  .pb-48 {
    padding-bottom: 16px;
  }
  .pb-50 {
    padding-bottom: 18px;
  }
  .pb-60 {
    padding-bottom: 18px;
  }
  .pb-70 {
    padding-bottom: 20px;
  }
  .pb-80 {
    padding-bottom: 22px;
  }
  .pb-90 {
    padding-bottom: 26px;
  }
  .pb-100 {
    padding-bottom: 30px;
  }
  .pl-1 {
    padding-left: 1px;
  }
  .pl-3 {
    padding-left: 3px;
  }
  .pl-4 {
    padding-left: 4px;
  }
  .pl-5 {
    padding-left: 4px;
  }
  .pl-6 {
    padding-left: 4px;
  }
  .pl-7 {
    padding-left: 4px;
  }
  .pl-8 {
    padding-left: 4px;
  }
  .pl-9 {
    padding-left: 4px;
  }
  .pl-10 {
    padding-left: 6px;
  }
  .pl-12 {
    padding-left: 6px;
  }
  .pl-14 {
    padding-left: 6px;
  }
  .pl-16 {
    padding-left: 6px;
  }
  .pl-18 {
    padding-left: 6px;
  }
  .pl-20 {
    padding-left: 8px;
  }
  .pl-22 {
    padding-left: 8px;
  }
  .pl-24 {
    padding-left: 8px;
  }
  .pl-26 {
    padding-left: 8px;
  }
  .pl-28 {
    padding-left: 10px;
  }
  .pl-30 {
    padding-left: 10px;
  }
  .pl-32 {
    padding-left: 10px;
  }
  .pl-34 {
    padding-left: 10px;
  }
  .pl-36 {
    padding-left: 12px;
  }
  .pl-38 {
    padding-left: 12px;
  }
  .pl-40 {
    padding-left: 12px;
  }
  .pl-42 {
    padding-left: 14px;
  }
  .pl-44 {
    padding-left: 14px;
  }
  .pl-46 {
    padding-left: 16px;
  }
  .pl-48 {
    padding-left: 16px;
  }
  .pl-50 {
    padding-left: 18px;
  }
  .pl-60 {
    padding-left: 18px;
  }
  .pl-70 {
    padding-left: 20px;
  }
  .pl-80 {
    padding-left: 22px;
  }
  .pl-90 {
    padding-left: 26px;
  }
  .pl-100 {
    padding-left: 30px;
  }
  .pr-1 {
    padding-right: 1px;
  }
  .pr-3 {
    padding-right: 3px;
  }
  .pr-4 {
    padding-right: 4px;
  }
  .pr-5 {
    padding-right: 4px;
  }
  .pr-6 {
    padding-right: 4px;
  }
  .pr-7 {
    padding-right: 4px;
  }
  .pr-8 {
    padding-right: 4px;
  }
  .pr-9 {
    padding-right: 4px;
  }
  .pr-10 {
    padding-right: 6px;
  }
  .pr-12 {
    padding-right: 6px;
  }
  .pr-14 {
    padding-right: 6px;
  }
  .pr-16 {
    padding-right: 6px;
  }
  .pr-18 {
    padding-right: 6px;
  }
  .pr-20 {
    padding-right: 8px;
  }
  .pr-22 {
    padding-right: 8px;
  }
  .pr-24 {
    padding-right: 8px;
  }
  .pr-26 {
    padding-right: 8px;
  }
  .pr-28 {
    padding-right: 10px;
  }
  .pr-30 {
    padding-right: 10px;
  }
  .pr-32 {
    padding-right: 10px;
  }
  .pr-34 {
    padding-right: 10px;
  }
  .pr-36 {
    padding-right: 12px;
  }
  .pr-38 {
    padding-right: 12px;
  }
  .pr-40 {
    padding-right: 12px;
  }
  .pr-42 {
    padding-right: 14px;
  }
  .pr-44 {
    padding-right: 14px;
  }
  .pr-46 {
    padding-right: 16px;
  }
  .pr-48 {
    padding-right: 16px;
  }
  .pr-50 {
    padding-right: 18px;
  }
  .pr-60 {
    padding-right: 18px;
  }
  .pr-70 {
    padding-right: 20px;
  }
  .pr-80 {
    padding-right: 22px;
  }
  .pr-90 {
    padding-right: 26px;
  }
  .pr-100 {
    padding-right: 30px;
  }
}
/*animate补充动画*/
@keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    transform: translate3d(-10px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftSmall {
  animation-name: fadeInLeftSmall;
}
@keyframes fadeInRightSmall {
  from {
    opacity: 0;
    transform: translate3d(10px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightSmall {
  animation-name: fadeInRightSmall;
}
@keyframes fadeInDownSmall {
  from {
    opacity: 0;
    transform: translate3d(0%, -10px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownSmall {
  animation-name: fadeInDownSmall;
}
@keyframes fadeOutDownSmall {
  from {
    opacity: 1;
    transform: none;
  }
  to {
    opacity: 0;
    transform: translate3d(0%, 10px, 0);
  }
}
.fadeOutDownSmall {
  animation-name: fadeInDownSmall;
}
@keyframes fadeOut1 {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    transform: translate3d(0%, 10px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpSmall {
  animation-name: fadeInUpSmall;
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }
}
.f-700 {
  font-weight: 700;
}
h2,
h3,
h4 {
  font-weight: 700;
}
body.on {
  padding-top: 0;
}
body.on .nav {
  opacity: 0;
  transform: translateY(-60px);
  -webkit-transform: translateY(-60px);
  -moz-transform: translateY(-60px);
  -o-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
body.on .nav_h {
  opacity: 0;
  transform: translateY(-60px);
  -webkit-transform: translateY(-60px);
  -moz-transform: translateY(-60px);
  -o-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
body.on .r_bottom_box {
  opacity: 0;
  transform: translateY(-60px);
  -webkit-transform: translateY(-60px);
  -moz-transform: translateY(-60px);
  -o-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
body.on #subject_test #top {
  position: fixed;
}
/*页面结构*/
#subject {
  background-color: #000;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
#subject #top {
  position: fixed;
  top: 0;
  background-color: #000;
  width: 100%;
  left: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 14.5vw;
  padding: 0 5%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
#subject #top .col.left h2 {
  font-weight: 700;
  color: #fff;
}
#subject #top .col.right > small {
  opacity: 0.3;
  color: #fff;
  display: inline-block;
  margin-right: 14px;
  font-size: 14px;
}
#subject #top .col.right .go-buy {
  padding: 2px 14px;
  background-color: #00aa98;
  border-radius: 150px;
  color: #fff;
  font-weight: 500;
  display: inline-block;
  font-size: 14px;
}
#subject #main {
  position: relative;
  width: 100%;
  min-height: 100vh;
}
#subject #main .row {
  position: relative;
  width: 100%;
  height: 100vh;
}
#subject #main .frame {
  pointer-events: none;
}
#subject #main .go-box {
  position: fixed;
  width: 64vw;
  height: 97.28vw;
  pointer-events: none;
  left: 0;
  top: 60px;
  right: 0;
  bottom: 0;
  margin: auto;
  animation-name: fx1;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
#subject #main .go-box .cv {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
}
#subject #main .go-box .cv canvas {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#subject #main .go-box .cv#c1 {
  animation-name: c1;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
#subject #main .go-box .cv#c1 canvas {
  opacity: 0;
  animation: cv_In 2s ease-in-out;
  animation-fill-mode: both;
}
#subject #main .go-box .cv#c2 {
  opacity: 0.3;
  height: 105.7vw;
  width: 106.56vw;
  left: -21.18vw;
  top: -6.86vw;
  animation-name: c2;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
#subject #main .go-box .cv#c3 {
  opacity: 0.4;
  height: 105.7vw;
  width: 106.56vw;
  left: -21.18vw;
  top: -6.86vw;
  transform: scale(0.9);
  animation-name: c3;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
#subject #main .go-box .cv#c3 #flashing {
  position: absolute;
  width: 8%;
  left: 37.1%;
  top: 3.8%;
  z-index: 3;
  mix-blend-mode: screen;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  opacity: 0;
}
#subject #main .go-box .cv#c3 #flashing > img {
  opacity: 0;
  width: 100%;
  animation: c1 0.8s linear infinite alternate;
}
#subject #main .go-box .cv#c3 #flashing.on {
  opacity: 1;
}
#subject #main .go-box .cv#c4 {
  height: 131.44vw;
  width: 106.56vw;
  left: -21.06vw;
  top: -24.96vw;
  transform: scale(0.9);
  animation-name: c4;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
#subject #main .go-box .cv#c5 {
  height: 131.44vw;
  width: 106.56vw;
  left: -21.06vw;
  top: -24.96vw;
  transform: scale(1) translateY(-50px);
  animation-name: c5;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
#subject #main .go-box .cv#c6 {
  height: 131.44vw;
  width: 106.56vw;
  left: -21.06vw;
  top: -24.96vw;
  transform: scale(1) translateY(-50px);
  animation-name: c6;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
#subject #main .go-box .cv#c7 {
  height: 131.44vw;
  width: 106.56vw;
  left: -21.06vw;
  top: -24.96vw;
  transform: scale(1) translateY(-50px);
  animation-name: c7;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
#subject #main .go-box .cv#c8 {
  height: 171.5vw;
  width: 106.56vw;
  left: -21.06vw;
  top: -52.66vw;
  transform: scale(1) translateY(-50px);
  animation-name: c8;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
#subject #main .go-box .cv#c9 {
  height: 171.5vw;
  width: 106.56vw;
  left: -21.06vw;
  top: -52.66vw;
  z-index: 4;
  transform: translateY(-10px);
  animation-name: c9;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
#subject #main .go-box .cv#c10 {
  height: 140vw;
  width: 106.56vw;
  left: -21.06vw;
  top: -32vw;
  z-index: 5;
  animation-name: c10;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
#subject #main .go-box .cv#c11 {
  height: 140vw;
  width: 106.56vw;
  left: -21.06vw;
  top: -32vw;
  z-index: 5;
  animation-name: c11;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
#subject #main .go-box .cv#c12 {
  background-color: #000;
  height: 140vw;
  width: 106.56vw;
  left: -21.06vw;
  top: -32vw;
  z-index: 5;
}
#subject #main .go-box .cv#c12 > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#subject #main .go-box .cv#c12 #img1 {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
#subject #main .go-box .cv#c12 #img1.on {
  opacity: 0;
}
#subject #main .go-box .cv#c12 #img2 {
  animation-name: c12;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
#subject #main .go-box .cv#c-cir {
  visibility: visible;
  height: 171.5vw;
  width: 106.56vw;
  left: -21.06vw;
  top: -52.66vw;
  z-index: 4;
  animation-name: c9_1;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
#subject #main .go-box .cv#c-cir #cir {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: none;
}
#subject #main .go-box .cv#c-cir #cir > img {
  position: absolute;
  width: 62.9%;
  left: 3%;
  right: 0;
  margin: auto;
  top: 50.8%;
  opacity: 0;
}
#subject #main .go-box .cv#c-cir #cir.on {
  display: block;
}
#subject #main .go-box .cv#c-cir #cir.on > img {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1;
}
#subject #main .go-box .cv.in {
  visibility: visible;
}
#subject #main #r1 {
  opacity: 0;
}
#subject #main #r1 .txt-box {
  position: fixed;
  width: 100%;
  bottom: 31%;
  text-align: center;
  animation-name: to0;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
#subject #main #r1 .txt-box > small {
  font-weight: 700;
}
#subject #main #r1 #scr {
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
#subject #main #r1 #scr > span {
  color: #fff;
  text-align: center;
  opacity: 0.5;
  display: block;
  width: 100%;
  margin-bottom: 3px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
#subject #main #r1 #scr > i {
  display: inline-block;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  width: 100%;
  text-align: center;
  color: #fff;
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  animation: scr_ 0.7s cubic-bezier(0.57, 0.1, 0.23, 0.81) infinite alternate;
}
#subject #main #r1 #scr.go-to {
  opacity: 1;
}
#subject #main #r1 #scr.go-out {
  opacity: 0;
}
#subject #main #r1.on {
  animation: fadeIn 1.2s ease-in-out;
  animation-delay: 1s;
  animation-fill-mode: both;
}
#subject #main #r2 .txt-box {
  position: fixed;
  width: 100%;
  bottom: 36%;
  padding: 0 13%;
  text-align: center;
  left: 0;
  animation-name: fadeIn1;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
#subject #main #r2 .txt-box h2 {
  text-shadow: 0 0 24px #000000;
}
#subject #main #r2 .txt-box h2 font {
  text-shadow: none;
}
#subject #main #r3 .txt-box {
  position: fixed;
  width: 100%;
  padding: 0 13%;
  text-align: center;
  left: 0;
}
#subject #main #r3 .txt-box.t2 {
  bottom: 60%;
  animation-name: tr3;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
#subject #main #r3 .txt-box.t2 font {
  vertical-align: sub;
  font-size: 45px;
}
#subject #main #r3 .txt-box.t3 {
  bottom: 16%;
  animation-name: tr4;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
#subject #main #r3 .txt-box > div {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#subject #main #r3 .txt-box > div .btn_ {
  padding: 7px 24px;
  background-color: #fff;
  display: inline-block;
  border-radius: 50px;
  font-weight: bold;
}
#subject #main #r3 .txt-box > div > span {
  width: 100%;
  display: block;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 10px;
}
#subject #main #r4 .txt-box {
  position: fixed;
  width: 100%;
  bottom: 60%;
  text-align: center;
  animation-name: tr5;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
#subject #main #r4 .txt-box > small {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.2);
  font-size: 13px;
}
#subject #main #r5 .scr_box {
  position: fixed;
  pointer-events: none;
  width: 77%;
  bottom: 29%;
  height: 19.78vw;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
}
#subject #main #r5 .scr_box img {
  width: 100%;
}
#subject #main #r5 .scr_box > div {
  opacity: 0;
  transition: margin-bottom 1s ease-in-out;
  -webkit-transition: margin-bottom 1s ease-in-out;
  -moz-transition: margin-bottom 1s ease-in-out;
  -o-transition: margin-bottom 1s ease-in-out;
  -ms-transition: margin-bottom 1s ease-in-out;
}
#subject #main #r5 .scr_box .img_bg {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}
#subject #main #r5 .scr_box .img_bg > img {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
#subject #main #r5 .scr_box .img_ {
  width: 8vw;
  margin: 0 5.2%;
}
#subject #main #r5 .scr_box .img_ > img {
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
}
#subject #main #r5 .scr_box .img_.i_1 {
  margin-bottom: 2%;
}
#subject #main #r5 .scr_box .img_.i_2 {
  margin-bottom: -3%;
}
#subject #main #r5 .scr_box .img_.i_3 {
  margin-bottom: -4%;
}
#subject #main #r5 .scr_box .img_.i_4 {
  margin-bottom: -3%;
}
#subject #main #r5 .scr_box .img_.i_5 {
  margin-bottom: 2%;
}
#subject #main #r5 .scr_box.go-out {
  opacity: 0;
}
#subject #main #r5 .scr_box.go-to {
  pointer-events: auto;
}
#subject #main #r5 .scr_box.type1 {
  bottom: 14%;
}
#subject #main #r5 .scr_box.type1 .img_bg > img {
  opacity: 0;
}
#subject #main #r5 .scr_box.type1 .img_.i_1 {
  margin-bottom: 0%;
}
#subject #main #r5 .scr_box.type1 .img_.i_1 > img {
  opacity: 1;
}
#subject #main #r5 .scr_box.type1 .img_.i_2 {
  margin-bottom: 0%;
}
#subject #main #r5 .scr_box.type1 .img_.i_2 > img {
  opacity: 0.3;
}
#subject #main #r5 .scr_box.type1 .img_.i_3 {
  margin-bottom: 0%;
}
#subject #main #r5 .scr_box.type1 .img_.i_3 > img {
  opacity: 0.3;
}
#subject #main #r5 .scr_box.type1 .img_.i_4 {
  margin-bottom: 0%;
}
#subject #main #r5 .scr_box.type1 .img_.i_4 > img {
  opacity: 0.3;
}
#subject #main #r5 .scr_box.type1 .img_.i_5 {
  margin-bottom: 0%;
}
#subject #main #r5 .scr_box.type1 .img_.i_5 > img {
  opacity: 0.3;
}
#subject #main #r5 .scr_box.type2 {
  bottom: 10%;
}
#subject #main #r5 .scr_box.type2 .img_.i_1 > img {
  opacity: 0.3;
}
#subject #main #r5 .scr_box.type2 .img_.i_2 > img {
  opacity: 1;
}
#subject #main #r5 .scr_box.type2 .img_.i_3 > img {
  opacity: 0.3;
}
#subject #main #r5 .scr_box.type2 .img_.i_4 > img {
  opacity: 0.3;
}
#subject #main #r5 .scr_box.type2 .img_.i_5 > img {
  opacity: 0.3;
}
#subject #main #r5 .scr_box.type3 .img_.i_1 > img {
  opacity: 0.3;
}
#subject #main #r5 .scr_box.type3 .img_.i_2 > img {
  opacity: 0.3;
}
#subject #main #r5 .scr_box.type3 .img_.i_3 > img {
  opacity: 1;
}
#subject #main #r5 .scr_box.type3 .img_.i_4 > img {
  opacity: 0.3;
}
#subject #main #r5 .scr_box.type3 .img_.i_5 > img {
  opacity: 0.3;
}
#subject #main #r5 .scr_box.type4 {
  bottom: 13%;
}
#subject #main #r5 .scr_box.type4 .img_.i_1 > img {
  opacity: 0.3;
}
#subject #main #r5 .scr_box.type4 .img_.i_2 > img {
  opacity: 0.3;
}
#subject #main #r5 .scr_box.type4 .img_.i_3 > img {
  opacity: 0.3;
}
#subject #main #r5 .scr_box.type4 .img_.i_4 > img {
  opacity: 1;
}
#subject #main #r5 .scr_box.type4 .img_.i_5 > img {
  opacity: 0.3;
}
#subject #main #r5 .scr_box.type5 {
  bottom: 10%;
}
#subject #main #r5 .scr_box.type5 .img_.i_1 > img {
  opacity: 0.3;
}
#subject #main #r5 .scr_box.type5 .img_.i_2 > img {
  opacity: 0.3;
}
#subject #main #r5 .scr_box.type5 .img_.i_3 > img {
  opacity: 0.3;
}
#subject #main #r5 .scr_box.type5 .img_.i_4 > img {
  opacity: 0.3;
}
#subject #main #r5 .scr_box.type5 .img_.i_5 > img {
  opacity: 1;
}
#subject #main #r6 .txt-box {
  position: fixed;
  bottom: 32%;
  width: 70%;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
  animation-name: tr6;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
#subject #main #r6 .txt-box > h3 {
  font-size: 22px;
  margin-bottom: 12px;
  line-height: 1.4;
  font-weight: 500;
}
#subject #main #r6 .txt-box > p {
  color: #b2b2b2;
  font-size: 14px;
  line-height: 1.5;
}
#subject #main #r7 .wrap .t6 {
  position: fixed;
  bottom: 46%;
  width: 70%;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
  animation-name: tr7;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
#subject #main #r7 .wrap .t7 {
  position: fixed;
  bottom: calc(46% - 38px);
  width: 70%;
  margin: auto;
  left: 0;
  right: 0;
  font-size: 20px;
  text-align: center;
  animation-name: tr8;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
#subject #main #r7 .wrap .t8 {
  position: fixed;
  bottom: calc(46% - 98px);
  width: 200px;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 7px 10px;
  font-weight: 500;
  border-radius: 100px;
  animation-name: tr9;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
#subject #main #r8 .wrap .t9 {
  position: fixed;
  bottom: calc(36% - 38px);
  width: 78%;
  margin: auto;
  left: 0;
  right: 0;
  font-size: 20px;
  text-align: center;
  animation-name: tr10;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
#subject #main #r8 .wrap #flashing {
  position: fixed;
  width: 8%;
  left: 37.5%;
  top: calc(33.4% + 17px);
  mix-blend-mode: screen;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  opacity: 0;
}
#subject #main #r8 .wrap #flashing > img {
  opacity: 0;
  width: 100%;
  animation: c1 0.8s linear infinite alternate;
}
#subject #main #r8 .wrap #flashing.on {
  opacity: 1;
}
#subject #main #r9 .txt-box {
  position: fixed;
  width: 100%;
  padding: 0 13%;
  text-align: center;
  left: 0;
}
#subject #main #r9 .txt-box.t10 {
  bottom: 60%;
  text-align: left;
  animation-name: tr11;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
#subject #main #r9 .txt-box.t10 span {
  font-size: 20px;
  color: #fff;
}
#subject #main #r9 .txt-box.t10 small {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.2);
}
#subject #main #r9 .txt-box.t11 {
  bottom: 18%;
  text-align: right;
  padding: 0 6%;
  animation-name: tr12;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
#subject #main #r9 .txt-box.t11 span {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}
#subject #main #r10 .txt-box {
  position: fixed;
  width: 100%;
  padding: 0 13%;
  text-align: center;
  left: 0;
}
#subject #main #r10 .txt-box.t12 {
  bottom: 16%;
  text-align: left;
  animation-name: tr13;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
#subject #main #r10 .txt-box.t12 span {
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}
#subject #main #r10 .txt-box.t12 p {
  color: #fff;
  font-weight: 400;
  line-height: 1.5;
}
#subject #main #r11 .txt-box {
  position: fixed;
  width: 100%;
  padding: 0 13%;
  text-align: center;
  left: 0;
}
#subject #main #r11 .txt-box.t13 {
  bottom: 66%;
  text-align: center;
  animation-name: tr14;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
#subject #main #r11 .txt-box.t13 span {
  font-size: 20px;
  color: #fff;
}
#subject #main #r11 .txt-box.t13 small {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.2);
}
#subject #main #r11 .txt-box.t14 {
  bottom: 18%;
  text-align: center;
  padding: 0 6%;
  animation-name: tr15;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
#subject #main #r11 .txt-box.t14 span {
  font-size: 13px;
  color: #ffffff;
}
#subject #main #r12 .txt-box {
  position: fixed;
  width: 100%;
  padding: 0 13%;
  text-align: center;
  left: 0;
}
#subject #main #r12 .txt-box.t15 {
  bottom: 16%;
  text-align: center;
  animation-name: tr16;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
#subject #main #r12 .txt-box.t15 span {
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
  font-size: 26px;
}
#subject #main #r12 .txt-box.t15 p {
  color: rgba(255, 255, 255, 0.5);
  font-weight: bold;
  line-height: 1.4;
}
#subject #main #r13 .txt-box {
  position: fixed;
  width: 100%;
  padding: 0 13%;
  text-align: center;
  left: 0;
}
#subject #main #r13 .txt-box.t16 {
  bottom: 63%;
  text-align: center;
  animation-name: tr17;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
#subject #main #r13 .txt-box.t16 h2 {
  line-height: 1.2;
}
#subject #main #r13 .txt-box.t16 h2 b {
  font-size: 60px;
  vertical-align: sub;
  margin: 0 12px;
}
#subject #main #r13 .txt-box.t16 small {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.23);
}
#subject #main #r13 .txt-box.t17 {
  bottom: 20%;
  text-align: center;
  padding: 0 6%;
  animation-name: tr18;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
#subject #main #r13 .txt-box.t17 span {
  font-size: 13px;
  color: #ffffff;
}
#subject #main #r14 .txt-box {
  position: fixed;
  width: 100%;
  padding: 0 13%;
  text-align: center;
  left: 0;
}
#subject #main #r14 .txt-box.t18 {
  bottom: 18%;
  text-align: center;
  animation-name: tr19;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
#subject #main #r14 .txt-box.t18 span {
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
  font-size: 26px;
  text-align: center;
  line-height: 1.3;
}
#subject #main #r14 .txt-box.t18 p {
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 1px;
  font-family: Arial;
}
#subject #main #r15 .txt-box {
  position: fixed;
  width: 100%;
  padding: 0 13%;
  text-align: center;
  left: 0;
}
#subject #main #r15 .txt-box.t19 {
  bottom: 62%;
  text-align: center;
  transform-origin: 50% 50%;
  animation-name: tr20;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
#subject #main #r15 .txt-box.t19 h2 b {
  font-size: 48px;
  color: #fff;
  line-height: 1.3;
}
#subject #main #r15 .txt-box.t19 h2 span {
  display: block;
  font-size: 32px;
  margin-bottom: 10px;
}
#subject #main #r15 .txt-box.t19 h2 small {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 1px;
  font-family: Arial;
}
#subject #main #r15 .txt-box.t20 {
  bottom: 17%;
  text-align: center;
  transform-origin: 50% 50%;
  animation-name: tr21;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
#subject #main #r15 .txt-box.t20 p {
  text-align: center;
}
#subject #main #r15 .txt-box.t20 p span {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 1px;
  font-family: Arial;
}
#subject #main #r15 .txt-box.t21 {
  bottom: 20%;
  text-align: center;
  transform-origin: 50% 50%;
  animation-name: tr22;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
#subject #main #r15 .txt-box.t21 h3 {
  margin-bottom: 5vw;
}
#subject #main #r15 .txt-box.t21 h3 span {
  display: block;
  font-size: 24px;
  margin-bottom: 10px;
}
#subject #main #r15 .txt-box.t21 h3 small {
  display: block;
  text-align: center;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 1px;
  font-family: Arial;
}
#subject #main #r15 .txt-box.t21 .items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#subject #main #r15 .txt-box.t21 .items > li {
  width: 100%;
  text-align: center;
  margin: 3vw 0;
  color: #fff;
  font-size: 25px;
}
#subject #main .other {
  position: relative;
  background-color: #000;
}
#subject #main .other .part {
  display: flex;
  align-items: center;
  padding: 15vw 0;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  position: relative;
}
#subject #main .other .part .m-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position-y: 12.5vw;
}
#subject #main .other .part .topic {
  text-align: center;
  position: relative;
  z-index: 5;
  width: 100%;
  padding: 0 10%;
}
#subject #main .other .part .mid {
  position: relative;
  width: 100%;
  padding-bottom: 64%;
  z-index: 5;
}
#subject #main .other .part .mid .vi {
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  height: 80%;
  top: 0;
  bottom: 0;
  margin: auto;
}
#subject #main .other .part .mid .vi .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: contain;
  z-index: 2;
}
#subject #main .other .part .msg {
  width: 100%;
  padding: 0 10%;
  position: relative;
  z-index: 5;
}
#subject #main .other #row-1 .m-bg {
  background-position-y: 0;
  margin-top: 12.5vw;
  z-index: 1;
}
#subject #main .other #row-1 .topic h2 {
  margin-bottom: 5px;
}
#subject #main .other #row-1 .topic > small {
  display: inline-block;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.3);
}
#subject #main .other #row-1 .mid {
  z-index: 3;
}
#subject #main .other #row-1 .mid .vi .cv {
  z-index: 5;
}
#subject #main .other #row-1 .msg .items {
  display: flex;
  align-items: flex-start;
  margin-top: -20px;
  justify-content: space-between;
  flex-wrap: wrap;
}
#subject #main .other #row-1 .msg .items > li {
  margin-top: 24px;
  width: 48%;
}
#subject #main .other #row-1 .msg .items > li .sum {
  display: flex;
  align-items: flex-end;
  max-width: 110px;
  justify-content: flex-start;
  position: relative;
}
#subject #main .other #row-1 .msg .items > li .sum > em {
  color: #fff;
  line-height: 0.7;
  margin-right: 8px;
}
#subject #main .other #row-1 .msg .items > li .sum > em:nth-of-type(1) {
  font-weight: 600;
  font-size: 32px;
}
#subject #main .other #row-1 .msg .items > li .sum > img {
  height: 22px;
  position: absolute;
  bottom: 0;
  right: 0;
}
#subject #main .other #row-1 .msg .items > li > small {
  display: block;
  padding: 6px 4px 0 4px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.3);
  max-width: 110px;
}
#subject #main .other #row-1 .msg .items > li .note {
  max-width: 110px;
  display: block;
  padding: 0 4px;
  font-weight: 600;
  line-height: 1.3;
  font-size: 25px;
}
#subject #main .other #row-1 .msg .items > li:nth-of-type(2n+2) {
  text-align: right;
}
#subject #main .other #row-2 .mid {
  padding-bottom: 100%;
  margin: 2vw 0;
  z-index: 3;
}
#subject #main .other #row-2 .mid .vi {
  height: 98%;
  width: 100%;
  left: 0;
}
#subject #main .other #row-2 .msg .box {
  display: flex;
  justify-content: center;
  align-items: center;
}
#subject #main .other #row-2 .msg .box .col.c1 .du {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  line-height: 90px;
  text-align: center;
  position: relative;
  margin-right: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #d71139;
}
#subject #main .other #row-2 .msg .box .col.c1 .du > img {
  height: 32px;
}
#subject #main .other #row-2 .msg .box .col.c1 .du .rip {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #d71139;
}
#subject #main .other #row-2 .msg .box .col.c1 .du .rip.p1 {
  -webkit-animation: ripple 3200ms ease-out 225ms infinite;
  -moz-animation: ripple 3200ms ease-out 225ms infinite;
  -o-animation: ripple 3200ms ease-out 225ms infinite;
  animation: ripple 3200ms ease-out 225ms infinite;
}
#subject #main .other #row-2 .msg .box .col.c1 .du .rip.p2 {
  -webkit-animation: ripple 3200ms ease-out 1400ms infinite;
  -moz-animation: ripple 3200ms ease-out 1400ms infinite;
  -o-animation: ripple 3200ms ease-out 1400ms infinite;
  animation: ripple 3200ms ease-out 1400ms infinite;
}
#subject #main .other #row-2 .msg .box .col.c1 .du .rip.p3 {
  -webkit-animation: ripple 3200ms ease-out 2400ms infinite;
  -moz-animation: ripple 3200ms ease-out 2400ms infinite;
  -o-animation: ripple 3200ms ease-out 2400ms infinite;
  animation: ripple 3200ms ease-out 2400ms infinite;
}
#subject #main .other #row-2 .msg .box .col.c2 p {
  font-weight: 400;
  line-height: 1.6;
}
#subject #main .other #row-3 .m-bg {
  background-position: center;
}
#subject #main .other #row-3 .topic h2 {
  text-align: left;
  font-size: 30px;
  letter-spacing: 2px;
}
#subject #main .other #row-3 .topic h2 > b {
  font-size: 48px;
  vertical-align: text-top;
  margin-right: 8px;
  display: inline-block;
}
#subject #main .other #row-3 .mid {
  z-index: 3;
}
#subject #main .other #row-3 .msg {
  z-index: 5;
}
#subject #main .other #row-3 .msg p {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}
#subject #main .other #row-4 .mid {
  padding-bottom: 76%;
  margin: 5vw 0;
  z-index: 3;
}
#subject #main .other #row-4 .msg p {
  font-size: 18px;
  color: #fff;
  line-height: 1.6;
  font-weight: 600;
  text-align: center;
}
#subject #main .other .video-parent .cv {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  height: 49.8vw;
  bottom: 0;
  margin: auto;
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  opacity: 0;
}
#subject #main .other .video-parent .cv.on {
  transition-delay: 2s;
  opacity: 1;
}
#subject #main .other .video-parent .cv.on + .mask {
  opacity: 1;
}
#subject #main .other .video-parent .mask {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100vh;
  top: -20vh;
  left: 0;
  opacity: 0;
  background-color: #000;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition-delay: 2s;
}
#subject #btm {
  min-height: 100vh;
  background-color: #000;
  position: relative;
  z-index: 100;
}
#subject #btm #p1 {
  position: relative;
  padding: 23vw 0;
}
#subject #btm #p1 .topic {
  padding: 0 12% 0  12%;
  width: 100%;
  margin-bottom: -12vw;
  position: relative;
}
#subject #btm #p1 .topic h2 {
  line-height: 1.2;
  margin-bottom: 10px;
  display: block;
}
#subject #btm #p1 .topic small {
  color: rgba(255, 255, 255, 0.2);
  font-weight: 700;
  display: inline-block;
}
#subject #btm #p1 .wrap {
  position: relative;
  min-height: 134vw;
}
#subject #btm #p1 .wrap > img {
  width: 100%;
}
#subject #btm #p1 .note {
  padding: 0 12% 0  12%;
  margin-top: -20vw;
}
#subject #btm #p1 .note .col {
  margin-bottom: 6vw;
}
#subject #btm #p1 .note .col p {
  color: rgba(255, 255, 255, 0.3);
}
#subject #btm #p1 .note .col:last-of-type {
  margin-bottom: 0;
}
#subject #btm #p2 {
  padding: 23vw 0;
}
#subject #btm #p2 .topic {
  padding: 0 12% 0  12%;
  width: 100%;
  position: relative;
}
#subject #btm #p2 .topic h2 {
  line-height: 1.2;
  margin-bottom: 10px;
}
#subject #btm #p2 .topic small {
  color: rgba(255, 255, 255, 0.2);
  font-weight: 700;
  display: inline-block;
}
#subject #btm #p2 .wrap {
  position: relative;
  min-height: 80.8vw;
}
#subject #btm #p2 .wrap > img {
  width: 100%;
}
#subject #btm #p2 .note {
  padding: 0 15% 0  12%;
}
#subject #btm #p2 .note .col {
  margin-bottom: 6vw;
}
#subject #btm #p2 .note .col h3 {
  margin-bottom: 10px;
}
#subject #btm #p2 .note .col p {
  color: rgba(255, 255, 255, 0.3);
  line-height: 1.5;
}
#subject #btm #p2 .note .col:last-of-type {
  margin-bottom: 0;
}
#subject #btm #p3 {
  position: relative;
  padding: 23vw 0;
}
#subject #btm #p3 .topic {
  padding: 0 12% 0  12%;
  width: 100%;
  margin-bottom: 0vw;
  position: relative;
}
#subject #btm #p3 .topic h2 {
  line-height: 1.2;
  margin-bottom: 10px;
}
#subject #btm #p3 .topic small {
  color: rgba(255, 255, 255, 0.2);
  font-weight: 700;
  display: inline-block;
}
#subject #btm #p3 .wrap .swiper-container {
  position: relative;
  width: 100%;
}
#subject #btm #p3 .wrap .swiper-container .swiper-wrapper {
  width: 100%;
}
#subject #btm #p3 .wrap .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  padding-bottom: 112%;
}
#subject #btm #p3 .wrap .swiper-container .swiper-wrapper .swiper-slide .photo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#subject #btm #p3 .wrap .swiper-container .swiper-wrapper .swiper-slide .photo > img {
  max-width: 100%;
  max-height: 100%;
}
#subject #btm #p3 .wrap .swiper-container .swiper-wrapper .swiper-slide .msg {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 12% 0 12%;
  width: 100%;
}
#subject #btm #p3 .wrap .swiper-container .swiper-wrapper .swiper-slide .msg h4 {
  padding-right: 75px;
}
#subject #btm #p3 .wrap .swiper-container .swiper-pagination {
  position: absolute;
  right: 12%;
  bottom: 0;
  z-index: 10;
}
#subject #btm #p3 .wrap .swiper-container .swiper-pagination > span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  line-height: 8px;
  text-align: center;
  margin: 0 5px;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
#subject #btm #p3 .wrap .swiper-container .swiper-pagination > span.swiper-pagination-bullet-active {
  background-color: #fff;
}
#subject #btm #p3 .wrap .swiper-container:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
  width: calc(18% + 75px);
  background: linear-gradient(-90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  height: 80px;
}
#subject #btm #p4 {
  padding: 13vw 0;
  position: relative;
  background-color: #0f0f0f;
}
#subject #btm #p4 .topic {
  padding: 0 12%;
}
#subject #btm #p4 .topic h2 {
  border-bottom: 0.4vw solid #fff;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
#subject #btm #p4 .topic h3 {
  color: #fff;
  margin-bottom: 2px;
  font-weight: 400;
}
#subject #btm #p4 .topic h4 {
  color: rgba(255, 255, 255, 0.5);
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-weight: 400;
}
#subject #btm #p4 .wrap {
  padding: 0 12%;
}
#subject #btm #p4 .wrap .box {
  padding: 6vw 0;
}
#subject #btm #p4 .wrap .box .list {
  margin-bottom: 20px;
  width: 100%;
  margin-top: 10px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#subject #btm #p4 .wrap .box .list > span {
  width: 90px;
  line-height: 28px;
  olor: rgba(255, 255, 255, 0.6);
}
#subject #btm #p4 .wrap .box .list > div {
  width: calc(100% - 90px);
}
#subject #btm #p4 .wrap .box .list > div > span {
  color: rgba(255, 255, 255, 0.6);
  line-height: 28px;
}
#subject #btm #p4 .wrap .box .list > div > p {
  color: #fff;
  line-height: 28px;
  margin-bottom: 16px;
}
#subject #btm #p4 .wrap .box .list > div > p > small {
  font-size: inherit;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
}
#subject #btm #p4 .wrap .box .list > div > p:last-of-type {
  margin-bottom: 0;
}
#subject #btm #p4 .wrap .btm {
  text-align: center;
  position: relative;
  margin-top: 2vw;
}
#subject #btm #p4 .wrap .btm > img.pro3 {
  display: inline-block;
  width: 42.75vw;
}
#subject #btm #p4 .wrap .btm .pro2 {
  width: 50vw;
  position: absolute;
  top: 2vw;
  left: calc(50% + 12vw);
}
#subject #btm #p4 .wrap .btm .pro1 {
  width: 50vw;
  position: absolute;
  top: 2vw;
  right: calc(50% + 12vw);
}
#subject #btm #p4 .wrap .other {
  width: 100%;
  text-align: center;
}
#subject #btm #p4 .wrap .other .go-btn {
  border-radius: 100px;
  display: inline-block;
  width: 54vw;
  background: linear-gradient(90deg, #00e5bb 0%, #00e7f7 50%, #00e5bb 100%);
  background-size: 200% 100%;
  background-repeat: repeat-x;
  animation: gradientBG 3s linear infinite;
}
#subject #btm #p4 .wrap .other .go-btn > span {
  background-color: #000;
  margin: 2px;
  border-radius: 100px;
  display: flex;
  padding: 9px 24px;
  align-items: center;
  justify-content: space-between;
}
#subject #btm #p4 .wrap .other .go-btn > span > small {
  color: #fff;
  font-weight: 700;
  display: inline-block;
}
#subject #btm #p4 .wrap .other .go-btn > span > i {
  color: #00e7e8;
}
#subject #btm #p4 .wrap .other > small {
  color: rgba(255, 255, 255, 0.5);
  padding: 12px 0;
  display: block;
  width: 100%;
  text-align: center;
}
#subject_test {
  background-color: #000;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
#subject_test #mask {
  pointer-events: none;
  z-index: 1000;
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
#subject_test #mask > img {
  max-width: 100%;
  max-height: 100%;
}
#subject_test #top {
  position: fixed;
  top: 0;
  background-color: #000;
  width: 100%;
  left: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 14.5vw;
  padding: 0 5%;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.24);
}
#subject_test #top .col.left h2 {
  font-weight: 700;
  color: #fff;
}
#subject_test #top .col.right > small {
  opacity: 0.3;
  color: #fff;
  display: inline-block;
  margin-right: 14px;
  font-size: 14px;
}
#subject_test #top .col.right .go-buy {
  padding: 2px 14px;
  border-radius: 150px;
  color: #fff;
  font-weight: 500;
  display: inline-block;
  font-size: 14px;
  background: linear-gradient(90deg, #00cca6 0%, #00becc 100%);
}
#subject_test #top.on {
  position: relative;
}
#subject_test #loading {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1001;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
#subject_test #loading > a {
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
}
#subject_test #loading > a > span {
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
#subject_test #loading > a > span > img {
  display: inline-block;
  max-width: 500px;
  width: 50%;
}
#subject_test #loading > div {
  width: 70%;
  text-align: center;
  margin: auto;
  margin-top: 30px;
}
@media screen and (min-width: 800px) {
  #subject_test #loading > div {
    margin-top: 30px;
    width: 50%;
  }
}
#subject_test #loading > div > div {
  width: 100%;
  height: 2px;
  position: relative;
  margin-bottom: 30px;
  background-color: #a3a3a3;
}
#subject_test #loading > div > div #l-pro {
  position: absolute;
  height: 100%;
  width: 0;
  background: linear-gradient(-90deg, #00e5bb 30%, #00e7f7 70%);
  left: 0;
  top: 0;
}
#subject_test #loading > div > span {
  display: inline-block;
  color: #fff;
  line-height: 1;
}
#subject_test #loading > div > span > em {
  color: #fff;
}
#subject_test #loading > div > small {
  color: rgba(255, 255, 255, 0.2);
  font-weight: bold;
  display: block;
  text-align: center;
}
#subject_test #loading .box_ {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}
#subject_test #loading .box_ .btn-shine {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 12px 48px;
  color: #fff;
  background: linear-gradient(to right, #989aa0 0, #ffffff 20%, #abaeb5 40%, #ffffff 55%, #abaeb5 75%, #ffffff 85%, #989aa0 100%);
  background-position: 0;
  animation: shine 3s infinite linear alternate;
  animation-fill-mode: forwards;
  -webkit-text-size-adjust: none;
  font-weight: 600;
  font-size: 30px;
  text-decoration: none;
  white-space: nowrap;
  mix-blend-mode: overlay;
}
@media screen and (min-width: 800px) {
  #subject_test #loading .box_ .btn-shine {
    animation-duration: 1s;
  }
}
#subject_test #loading .box_.on {
  display: block;
}
@-moz-keyframes shine {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 280px;
  }
}
@-webkit-keyframes shine {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 280px;
  }
}
@-o-keyframes shine {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 280px;
  }
}
@keyframes shine {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 100vw;
  }
}
#subject_test #loading.on {
  opacity: 0;
}
#subject_test #main {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000;
  top: 0;
  left: 0;
}
#subject_test #main .go-box {
  position: fixed;
  width: 64vw;
  height: 97.28vw;
  pointer-events: none;
  left: 0;
  top: 60px;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
}
#subject_test #main .go-box.on {
  opacity: 1;
  animation: cv_In 2s ease-in-out;
}
#subject_test #main .go-box .cv {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  display: none;
  background-color: #000;
  transform-style: preserve-3d;
}
#subject_test #main .go-box .cv canvas {
  z-index: 5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#subject_test #main .go-box .cv#c1 {
  transition: all 1.2s ease-in-out;
  -webkit-transition: all 1.2s ease-in-out;
  -moz-transition: all 1.2s ease-in-out;
  -o-transition: all 1.2s ease-in-out;
  -ms-transition: all 1.2s ease-in-out;
}
#subject_test #main .go-box .cv#c1.on {
  transform: translateY(35px);
  -webkit-transform: translateY(35px);
  -moz-transform: translateY(35px);
  -o-transform: translateY(35px);
  -ms-transform: translateY(35px);
}
#subject_test #main .go-box .cv#c1.go {
  opacity: 0.3;
}
#subject_test #main .go-box .cv#c1.cOut {
  animation: fadeOut1 0.7s ease-in-out;
  animation-fill-mode: both;
}
#subject_test #main .go-box .cv#c2 {
  opacity: 0.3;
  transform: translateY(35px);
  -webkit-transform: translateY(35px);
  -moz-transform: translateY(35px);
  -o-transform: translateY(35px);
  -ms-transform: translateY(35px);
  transition: opacity 0.4s ease-in-out 0.8s, transform 0.8s ease-in-out;
  height: 105.7vw;
  width: 106.56vw;
  left: -21.18vw;
  top: -6.86vw;
}
#subject_test #main .go-box .cv#c2 canvas {
  transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
}
#subject_test #main .go-box .cv#c2.on {
  transition: opacity 0.4s ease-in-out, transform 0.8s ease-in-out;
  transition-delay: 0s;
  opacity: 1;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -o-transform: translateY(40px);
  -ms-transform: translateY(40px);
}
#subject_test #main .go-box .cv#c2.on canvas {
  transition-delay: 1.2s;
  opacity: 0.4;
}
#subject_test #main .go-box .cv#c3 {
  opacity: 0.4;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -o-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transition: opacity 0.4s ease-in-out 0.4s;
  height: 105.7vw;
  width: 106.56vw;
  left: -21.18vw;
  top: -6.86vw;
}
#subject_test #main .go-box .cv#c3.on {
  opacity: 1;
}
#subject_test #main .go-box .cv#c3 #flashing {
  position: absolute;
  width: 8%;
  left: 37.1%;
  top: 3.8%;
  z-index: 30;
  mix-blend-mode: screen;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  opacity: 0;
}
#subject_test #main .go-box .cv#c3 #flashing > img {
  opacity: 0;
  width: 100%;
  animation: c1 0.8s linear infinite alternate;
}
#subject_test #main .go-box .cv#c3 #flashing.on {
  transition-delay: 0.7s;
  opacity: 1;
}
#subject_test #main .go-box .cv#c4 {
  transition: opacity 0.4s ease-in-out, transform 0.8s ease-in-out;
  height: 131.44vw;
  width: 106.56vw;
  left: -21.06vw;
  top: -24.96vw;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -o-transform: translateY(40px);
  -ms-transform: translateY(40px);
}
#subject_test #main .go-box .cv#c4.on {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
}
#subject_test #main .go-box .cv#c5 {
  transition: opacity 0.4s ease-in-out, transform 0.8s ease-in-out;
  height: 131.44vw;
  width: 106.56vw;
  left: -21.06vw;
  top: -24.96vw;
}
#subject_test #main .go-box .cv#c5.on {
  opacity: 0.4;
}
#subject_test #main .go-box .cv#c6 {
  opacity: 0.4;
  transition: opacity 0.4s ease-in-out 0.4s, transform 0.8s ease-in-out;
  height: 131.44vw;
  width: 106.56vw;
  left: -21.06vw;
  top: -24.96vw;
}
#subject_test #main .go-box .cv#c6.on {
  transition: opacity 0.4s ease-in-out, transform 0.8s ease-in-out;
  opacity: 1;
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -o-transform: translateY(30px);
  -ms-transform: translateY(30px);
}
#subject_test #main .go-box .cv#c7 {
  transition: opacity 0.4s ease-in-out 0.4s, transform 0.8s ease-in-out;
  height: 131.44vw;
  width: 106.56vw;
  left: -21.06vw;
  top: -24.96vw;
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -o-transform: translateY(30px);
  -ms-transform: translateY(30px);
}
#subject_test #main .go-box .cv#c7.on {
  transition: opacity 0.4s ease-in-out, transform 0.8s ease-in-out;
  opacity: 0.4;
}
#subject_test #main .go-box .cv#c8 {
  opacity: 0.4;
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -o-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transition: opacity 0.4s ease-in-out 1.1s, transform 0.8s ease-in-out;
  height: 171.5vw;
  width: 106.56vw;
  left: -21.06vw;
  top: -52.66vw;
}
#subject_test #main .go-box .cv#c8.on {
  transition: opacity 0.4s ease-in-out, transform 0.8s ease-in-out;
  opacity: 1;
}
#subject_test #main .go-box .cv#c9 {
  transition: opacity 0.4s ease-in-out, transform 0.8s ease-in-out;
  height: 171.5vw;
  width: 106.56vw;
  left: -21.06vw;
  top: -52.66vw;
  z-index: 4;
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -o-transform: translateY(30px);
  -ms-transform: translateY(30px);
}
#subject_test #main .go-box .cv#c9 canvas {
  transition: opacity 0.4s ease-in-out;
}
#subject_test #main .go-box .cv#c9 #cir {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
}
#subject_test #main .go-box .cv#c9 #cir > img {
  position: absolute;
  width: 62.9%;
  left: 3%;
  right: 0;
  margin: auto;
  top: 50.8%;
}
#subject_test #main .go-box .cv#c9.on {
  transform: translateY(-80px);
  -webkit-transform: translateY(-80px);
  -moz-transform: translateY(-80px);
  -o-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
}
#subject_test #main .go-box .cv#c9.on #cir {
  opacity: 1;
}
#subject_test #main .go-box .cv#c9.on canvas {
  opacity: 0.3;
}
#subject_test #main .go-box .cv#c9.cvIn {
  animation: fadeIn 0.5s ease-in-out;
}
#subject_test #main .go-box .cv#c10 {
  transition: opacity 0.4s ease-in-out 0.8s, transform 0.8s ease-in-out;
  height: 140vw;
  width: 106.56vw;
  left: -21.06vw;
  top: -32vw;
  z-index: 5;
}
#subject_test #main .go-box .cv#c10.on {
  transition: opacity 0.4s ease-in-out, transform 0.8s ease-in-out;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -o-transform: translateY(40px);
  -ms-transform: translateY(40px);
}
#subject_test #main .go-box .cv#c11 {
  height: 140vw;
  width: 106.56vw;
  left: -21.06vw;
  top: -32vw;
  z-index: 5;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -o-transform: translateY(40px);
  -ms-transform: translateY(40px);
}
#subject_test #main .go-box .cv#c12 {
  background-color: #000;
  height: 140vw;
  width: 106.56vw;
  left: -21.06vw;
  top: -32vw;
  z-index: 5;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -o-transform: translateY(40px);
  -ms-transform: translateY(40px);
}
#subject_test #main .go-box .cv#c12 > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
}
#subject_test #main .go-box .cv#c12 > img.z1.on {
  animation: fadeInRightSmall 1s ease-in-out;
  animation-fill-mode: both;
}
#subject_test #main .go-box .cv#c12 > img.z2.on {
  animation: fadeInLeftSmall 1s ease-in-out;
  animation-fill-mode: both;
}
#subject_test #main .go-box .cv#c12 > img.z3.on {
  animation: fadeInRightSmall 1s ease-in-out;
  animation-fill-mode: both;
}
#subject_test #main .go-box .cv#c12 > img.z4.on {
  animation: fadeInLeftSmall 1s ease-in-out;
  animation-fill-mode: both;
}
#subject_test #main .go-box .cv#c12 #img1 {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
#subject_test #main .go-box .cv#c12 #img1.on {
  opacity: 0;
}
#subject_test #main .go-box .cv#c12 #img2 {
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
}
#subject_test #main .go-box .cv#c12.on #img2 {
  opacity: 0;
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
}
#subject_test #main .go-box .cv.in {
  display: block;
  visibility: visible;
}
#subject_test #main .go-box .cv.cOut {
  animation: fadeOut 0.7s ease-in-out;
  animation-fill-mode: both;
}
#subject_test #main .go-box .cv.cIn {
  animation: fadeIn 0.6s ease-in-out;
  animation-fill-mode: both;
}
@media screen and (min-width: 800px) {
  #subject_test #main .go-box .cv.l-bg:before {
    z-index: 10;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    left: -1px;
    width: calc(100% + 2px);
    height: 101%;
    background: url("../img/bg0-1.png");
    background-size: 100% 100%;
  }
  #subject_test #main .go-box .cv.l-bg:after {
    z-index: 10;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    left: -1px;
    width: calc(100% + 2px);
    height: 101%;
    background: url("../img/bg0-2.png");
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 800px) {
  #subject_test #main .go-box .cv.l-bg2:before {
    z-index: 10;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    left: -1px;
    width: calc(100% + 2px);
    height: 101%;
    background: url("../img/bg0-1.png");
    background-size: 100% 100%;
  }
}
#subject_test #main .go-box.out {
  opacity: 0;
}
#subject_test #main #con {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  transition: all 1.2s ease-in-out;
  -webkit-transition: all 1.2s ease-in-out;
  -moz-transition: all 1.2s ease-in-out;
  -o-transition: all 1.2s ease-in-out;
  -ms-transition: all 1.2s ease-in-out;
  opacity: 0;
}
#subject_test #main #con.on {
  animation: fadeIn 0.8s ease-in-out;
  animation-delay: 1s;
  animation-fill-mode: both;
}
#subject_test #main #con .row {
  position: relative;
  width: 100%;
  height: 100vh;
}
#subject_test #main #con .row > .wrap {
  transition: opacity 0.6s ease-in-out;
  -webkit-transition: opacity 0.6s ease-in-out;
  -moz-transition: opacity 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out;
  -ms-transition: opacity 0.6s ease-in-out;
  transition-delay: 0.8s;
  -webkit-backface-visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}
#subject_test #main #con .row.go > .wrap {
  opacity: 0;
  display: block;
}
#subject_test #main #con .row.on > .wrap {
  opacity: 1;
  display: block;
}
#subject_test #main #con .row.out > .wrap:not(.no_hide) {
  transition-delay: 0s;
  opacity: 0;
}
#subject_test #main #con .row.out1 > .wrap:not(.no_hide) {
  transition-delay: 0s;
  opacity: 0;
}
#subject_test #main #con #r1 .txt-box {
  opacity: 0;
  position: fixed;
  width: 100%;
  bottom: 31%;
  text-align: center;
}
#subject_test #main #con #r1 .txt-box > small {
  font-weight: 700;
}
#subject_test #main #con #r1 #scr {
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100px;
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
#subject_test #main #con #r1 #scr > span {
  color: #fff;
  text-align: center;
  opacity: 0.5;
  display: block;
  width: 100%;
  margin-bottom: 3px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
#subject_test #main #con #r1 #scr > i {
  display: inline-block;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  width: 100%;
  text-align: center;
  color: #fff;
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  animation: scr_ 0.7s cubic-bezier(0.57, 0.1, 0.23, 0.81) infinite alternate;
}
#subject_test #main #con #r1 #scr.go-to {
  opacity: 1;
}
#subject_test #main #con #r1 #scr.go-out {
  opacity: 0;
}
#subject_test #main #con #r1 #scr.on > span {
  opacity: 0;
}
#subject_test #main #con #r2 .txt-box {
  position: fixed;
  width: 100%;
  bottom: 40%;
  padding: 0 13%;
  text-align: center;
  left: 0;
}
#subject_test #main #con #r2 .txt-box h2 {
  text-shadow: 0 0 24px #000000;
}
#subject_test #main #con #r2 .txt-box h2 font {
  text-shadow: none;
}
#subject_test #main #con #r3 .txt-box {
  position: fixed;
  width: 100%;
  padding: 0 13%;
  text-align: center;
  left: 0;
}
#subject_test #main #con #r3 .txt-box.t2 {
  bottom: 73%;
}
#subject_test #main #con #r3 .txt-box.t2 font {
  vertical-align: sub;
  font-size: 45px;
}
#subject_test #main #con #r3 .txt-box.t3 {
  bottom: 17%;
}
#subject_test #main #con #r3 .txt-box > div {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#subject_test #main #con #r3 .txt-box > div .btn_ {
  padding: 7px 24px;
  background-color: #fff;
  display: inline-block;
  border-radius: 50px;
  font-weight: bold;
}
#subject_test #main #con #r3 .txt-box > div > span {
  width: 100%;
  display: block;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 10px;
}
#subject_test #main #con #r4 .t4 {
  position: fixed;
  width: 100%;
  bottom: 73%;
  text-align: center;
}
#subject_test #main #con #r4 .t4 > small {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  letter-spacing: 1px;
  font-family: Arial;
}
#subject_test #main #con #r4 .t5 {
  position: fixed;
  bottom: 36%;
  width: 70%;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
}
#subject_test #main #con #r4 .t5 > h3 {
  font-size: 20px;
  margin-bottom: 12px;
  line-height: 1.4;
  font-weight: 600;
}
#subject_test #main #con #r4 .t5 > p {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}
#subject_test #main #con #r4 .scr_box {
  position: fixed;
  pointer-events: none;
  width: 77%;
  bottom: 29%;
  height: 19.78vw;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
}
#subject_test #main #con #r4 .scr_box img {
  width: 100%;
}
#subject_test #main #con #r4 .scr_box > div {
  opacity: 0;
  transition: margin-bottom 1s ease-in-out;
  -webkit-transition: margin-bottom 1s ease-in-out;
  -moz-transition: margin-bottom 1s ease-in-out;
  -o-transition: margin-bottom 1s ease-in-out;
  -ms-transition: margin-bottom 1s ease-in-out;
}
#subject_test #main #con #r4 .scr_box .img_bg {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}
#subject_test #main #con #r4 .scr_box .img_bg > img {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
#subject_test #main #con #r4 .scr_box .img_ {
  width: 8vw;
  margin: 0 5.2%;
  cursor: pointer;
}
#subject_test #main #con #r4 .scr_box .img_ > img {
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
}
#subject_test #main #con #r4 .scr_box .img_.i_1 {
  margin-bottom: 2%;
}
#subject_test #main #con #r4 .scr_box .img_.i_2 {
  margin-bottom: -3%;
}
#subject_test #main #con #r4 .scr_box .img_.i_3 {
  margin-bottom: -4%;
}
#subject_test #main #con #r4 .scr_box .img_.i_4 {
  margin-bottom: -3%;
}
#subject_test #main #con #r4 .scr_box .img_.i_5 {
  margin-bottom: 2%;
}
#subject_test #main #con #r4 .scr_box.go-out {
  opacity: 0;
}
#subject_test #main #con #r4 .scr_box.go-to {
  pointer-events: auto;
}
#subject_test #main #con #r4 .scr_box.type1 {
  bottom: 14%;
  pointer-events: auto;
}
#subject_test #main #con #r4 .scr_box.type1 .img_bg > img {
  opacity: 0;
}
#subject_test #main #con #r4 .scr_box.type1 .img_.i_1 {
  margin-bottom: 0%;
  pointer-events: none;
}
#subject_test #main #con #r4 .scr_box.type1 .img_.i_1 > img {
  opacity: 1;
}
#subject_test #main #con #r4 .scr_box.type1 .img_.i_2 {
  margin-bottom: 1px;
}
#subject_test #main #con #r4 .scr_box.type1 .img_.i_2 > img {
  opacity: 0.3;
}
#subject_test #main #con #r4 .scr_box.type1 .img_.i_3 {
  margin-bottom: 4px;
}
#subject_test #main #con #r4 .scr_box.type1 .img_.i_3 > img {
  opacity: 0.3;
}
#subject_test #main #con #r4 .scr_box.type1 .img_.i_4 {
  margin-bottom: 1px;
}
#subject_test #main #con #r4 .scr_box.type1 .img_.i_4 > img {
  opacity: 0.3;
}
#subject_test #main #con #r4 .scr_box.type1 .img_.i_5 {
  margin-bottom: 1px;
}
#subject_test #main #con #r4 .scr_box.type1 .img_.i_5 > img {
  opacity: 0.3;
}
#subject_test #main #con #r4 .scr_box.type2 {
  bottom: 10%;
  pointer-events: auto;
}
#subject_test #main #con #r4 .scr_box.type2 .img_bg > img {
  opacity: 0;
}
#subject_test #main #con #r4 .scr_box.type2 .img_.i_1 {
  margin-bottom: 0%;
}
#subject_test #main #con #r4 .scr_box.type2 .img_.i_1 > img {
  opacity: 0.3;
}
#subject_test #main #con #r4 .scr_box.type2 .img_.i_2 {
  margin-bottom: 1px;
  pointer-events: none;
}
#subject_test #main #con #r4 .scr_box.type2 .img_.i_2 > img {
  opacity: 1;
}
#subject_test #main #con #r4 .scr_box.type2 .img_.i_3 {
  margin-bottom: 4px;
}
#subject_test #main #con #r4 .scr_box.type2 .img_.i_3 > img {
  opacity: 0.3;
}
#subject_test #main #con #r4 .scr_box.type2 .img_.i_4 {
  margin-bottom: 1px;
}
#subject_test #main #con #r4 .scr_box.type2 .img_.i_4 > img {
  opacity: 0.3;
}
#subject_test #main #con #r4 .scr_box.type2 .img_.i_5 {
  margin-bottom: 1px;
}
#subject_test #main #con #r4 .scr_box.type2 .img_.i_5 > img {
  opacity: 0.3;
}
#subject_test #main #con #r4 .scr_box.type3 {
  bottom: 10%;
  pointer-events: auto;
}
#subject_test #main #con #r4 .scr_box.type3 .img_bg > img {
  opacity: 0;
}
#subject_test #main #con #r4 .scr_box.type3 .img_.i_1 {
  margin-bottom: 0;
}
#subject_test #main #con #r4 .scr_box.type3 .img_.i_1 > img {
  opacity: 0.3;
}
#subject_test #main #con #r4 .scr_box.type3 .img_.i_2 {
  margin-bottom: 1px;
}
#subject_test #main #con #r4 .scr_box.type3 .img_.i_2 > img {
  opacity: 0.3;
}
#subject_test #main #con #r4 .scr_box.type3 .img_.i_3 {
  margin-bottom: 4px;
  pointer-events: none;
}
#subject_test #main #con #r4 .scr_box.type3 .img_.i_3 > img {
  opacity: 1;
}
#subject_test #main #con #r4 .scr_box.type3 .img_.i_4 {
  margin-bottom: 1px;
}
#subject_test #main #con #r4 .scr_box.type3 .img_.i_4 > img {
  opacity: 0.3;
}
#subject_test #main #con #r4 .scr_box.type3 .img_.i_5 {
  margin-bottom: 1px;
}
#subject_test #main #con #r4 .scr_box.type3 .img_.i_5 > img {
  opacity: 0.3;
}
#subject_test #main #con #r4 .scr_box.type4 {
  bottom: 13%;
  pointer-events: auto;
}
#subject_test #main #con #r4 .scr_box.type4 .img_bg > img {
  opacity: 0;
}
#subject_test #main #con #r4 .scr_box.type4 .img_.i_1 {
  margin-bottom: 0%;
}
#subject_test #main #con #r4 .scr_box.type4 .img_.i_1 > img {
  opacity: 0.3;
}
#subject_test #main #con #r4 .scr_box.type4 .img_.i_2 {
  margin-bottom: 1px;
}
#subject_test #main #con #r4 .scr_box.type4 .img_.i_2 > img {
  opacity: 0.3;
}
#subject_test #main #con #r4 .scr_box.type4 .img_.i_3 {
  margin-bottom: 4px;
}
#subject_test #main #con #r4 .scr_box.type4 .img_.i_3 > img {
  opacity: 0.3;
}
#subject_test #main #con #r4 .scr_box.type4 .img_.i_4 {
  margin-bottom: 1px;
  pointer-events: none;
}
#subject_test #main #con #r4 .scr_box.type4 .img_.i_4 > img {
  opacity: 1;
}
#subject_test #main #con #r4 .scr_box.type4 .img_.i_5 {
  margin-bottom: 1px;
}
#subject_test #main #con #r4 .scr_box.type4 .img_.i_5 > img {
  opacity: 0.3;
}
#subject_test #main #con #r4 .scr_box.type5 {
  bottom: 10%;
  pointer-events: auto;
}
#subject_test #main #con #r4 .scr_box.type5 .img_bg > img {
  opacity: 0;
}
#subject_test #main #con #r4 .scr_box.type5 .img_.i_1 {
  margin-bottom: 0%;
}
#subject_test #main #con #r4 .scr_box.type5 .img_.i_1 > img {
  opacity: 0.3;
}
#subject_test #main #con #r4 .scr_box.type5 .img_.i_2 {
  margin-bottom: 0%;
}
#subject_test #main #con #r4 .scr_box.type5 .img_.i_2 > img {
  opacity: 0.3;
}
#subject_test #main #con #r4 .scr_box.type5 .img_.i_3 {
  margin-bottom: 0%;
}
#subject_test #main #con #r4 .scr_box.type5 .img_.i_3 > img {
  opacity: 0.3;
}
#subject_test #main #con #r4 .scr_box.type5 .img_.i_4 {
  margin-bottom: 0%;
}
#subject_test #main #con #r4 .scr_box.type5 .img_.i_4 > img {
  opacity: 0.3;
}
#subject_test #main #con #r4 .scr_box.type5 .img_.i_5 {
  margin-bottom: 0%;
  pointer-events: none;
}
#subject_test #main #con #r4 .scr_box.type5 .img_.i_5 > img {
  opacity: 1;
}
#subject_test #main #con #r4.go .wrap .txt-box.t5 {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
}
#subject_test #main #con #r5 .wrap .t6 {
  position: fixed;
  bottom: 54%;
  width: 70%;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
}
#subject_test #main #con #r5 .wrap .t7 {
  position: fixed;
  bottom: calc(54% - 38px);
  width: 70%;
  margin: auto;
  left: 0;
  right: 0;
  font-size: 20px;
  text-align: center;
}
#subject_test #main #con #r5 .wrap .t8 {
  position: fixed;
  bottom: calc(54% - 98px);
  width: 200px;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 14px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 7px 10px;
  font-weight: 500;
  border-radius: 100px;
}
#subject_test #main #con #r5 .wrap .t9 {
  display: none;
  position: fixed;
  bottom: calc(28% - 38px);
  width: 78%;
  margin: auto;
  left: 0;
  right: 0;
  font-size: 20px;
  text-align: center;
}
#subject_test #main #con #r5.go .wrap .t6 {
  animation: fn6 0.8s ease-in-out;
  animation-fill-mode: both;
}
#subject_test #main #con #r5.go .wrap .t7 {
  animation: fn7 0.2s linear;
  animation-fill-mode: both;
}
#subject_test #main #con #r5.go .wrap .t8 {
  animation: fn8 0.7s ease-in-out;
  animation-fill-mode: both;
}
#subject_test #main #con #r5.go .wrap .t9 {
  display: block;
}
#subject_test #main #con #r5.go1 .wrap .t6 {
  animation: fn6_back 0.8s ease-in-out;
  animation-delay: 0.1s!important;
  animation-fill-mode: both;
}
#subject_test #main #con #r5.go1 .wrap .t7 {
  animation: fn7_back 0.3s linear;
  animation-delay: 0.7s!important;
  animation-fill-mode: both;
}
#subject_test #main #con #r5.go1 .wrap .t8 {
  animation: fn8_back 0.7s ease-in-out;
  animation-fill-mode: both;
}
#subject_test #main #con #r5.go1 .wrap .t9 {
  display: block;
  animation: fadeOutDownSmall 1s ease-in-out;
  animation-delay: 0s!important;
  animation-fill-mode: both;
}
#subject_test #main #con #r6 .wrap .txt-box {
  position: fixed;
  width: 100%;
  padding: 0 13%;
  text-align: center;
  left: 0;
}
#subject_test #main #con #r6 .wrap .txt-box.t10 {
  bottom: 68%;
  text-align: left;
}
#subject_test #main #con #r6 .wrap .txt-box.t10 span {
  font-size: 20px;
  color: #fff;
}
#subject_test #main #con #r6 .wrap .txt-box.t10 small {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 1px;
  font-family: Arial;
}
#subject_test #main #con #r6 .wrap .txt-box.t11 {
  bottom: 18%;
  text-align: right;
  padding: 0 6%;
}
#subject_test #main #con #r6 .wrap .txt-box.t11 span {
  opacity: 1;
  font-size: 13px;
  color: #ffffff;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
}
#subject_test #main #con #r6 .wrap .txt-box.t12 {
  display: none;
  bottom: 18%;
  text-align: left;
}
#subject_test #main #con #r6 .wrap .txt-box.t12 span {
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
  font-size: 20px;
}
#subject_test #main #con #r6 .wrap .txt-box.t12 p {
  color: #fff;
  font-weight: 400;
  line-height: 1.5;
  font-size: 14px;
}
#subject_test #main #con #r6.go .wrap .txt-box.t11 span {
  opacity: 0;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
}
#subject_test #main #con #r6.go .wrap .txt-box.t12 {
  display: block;
}
#subject_test #main #con #r7 .wrap .txt-box {
  position: fixed;
  width: 100%;
  padding: 0 13%;
  text-align: center;
  left: 0;
}
#subject_test #main #con #r7 .wrap .txt-box.t13 {
  bottom: 74%;
  text-align: center;
}
#subject_test #main #con #r7 .wrap .txt-box.t13 span {
  font-size: 20px;
  color: #fff;
}
#subject_test #main #con #r7 .wrap .txt-box.t13 small {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 1px;
  font-family: Arial;
}
#subject_test #main #con #r7 .wrap .txt-box.t14 {
  bottom: 18%;
  text-align: center;
  padding: 0 6%;
}
#subject_test #main #con #r7 .wrap .txt-box.t14 span {
  font-size: 13px;
  color: #ffffff;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
}
#subject_test #main #con #r7 .wrap .txt-box.t15 {
  bottom: 18%;
  text-align: center;
  display: none;
}
#subject_test #main #con #r7 .wrap .txt-box.t15 span {
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
  font-size: 20px;
}
#subject_test #main #con #r7 .wrap .txt-box.t15 p {
  color: #ffffff;
  font-weight: 400;
  line-height: 1.4;
  font-size: 14px;
}
#subject_test #main #con #r7.go .wrap .txt-box.t14 span {
  opacity: 0;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
}
#subject_test #main #con #r7.go .wrap .txt-box.t15 {
  display: block;
}
#subject_test #main #con #r8 .wrap .txt-box {
  position: fixed;
  width: 100%;
  padding: 0 13%;
  text-align: center;
  left: 0;
}
#subject_test #main #con #r8 .wrap .txt-box.t16 {
  bottom: 75%;
  text-align: center;
}
#subject_test #main #con #r8 .wrap .txt-box.t16 h2 {
  line-height: 1.2;
}
#subject_test #main #con #r8 .wrap .txt-box.t16 h2 b {
  font-size: 60px;
  vertical-align: sub;
  margin: 0 12px;
}
#subject_test #main #con #r8 .wrap .txt-box.t16 small {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 1px;
  font-family: Arial;
}
#subject_test #main #con #r8 .wrap .txt-box.t17 {
  bottom: 20%;
  text-align: center;
  padding: 0 6%;
}
#subject_test #main #con #r8 .wrap .txt-box.t17 span {
  font-size: 13px;
  color: #ffffff;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
}
#subject_test #main #con #r8 .wrap .txt-box.t18 {
  bottom: 21%;
  text-align: center;
  display: none;
}
#subject_test #main #con #r8 .wrap .txt-box.t18 span {
  color: #fff;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  line-height: 1.3;
}
#subject_test #main #con #r8 .wrap .txt-box.t18 p {
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  line-height: 1.4;
}
#subject_test #main #con #r8.go .wrap .txt-box.t17 span {
  opacity: 0;
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
}
#subject_test #main #con #r8.go .wrap .txt-box.t18 {
  display: block;
}
#subject_test #main #con #r9 .wrap .txt-box {
  position: fixed;
  width: 100%;
  padding: 0 13%;
  text-align: center;
  left: 0;
}
#subject_test #main #con #r9 .wrap .txt-box.t19 {
  bottom: 65%;
  text-align: center;
  transform-origin: 50% 50%;
}
#subject_test #main #con #r9 .wrap .txt-box.t19 h2 {
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
}
#subject_test #main #con #r9 .wrap .txt-box.t19 h2 b {
  font-size: 32px;
  color: #fff;
  line-height: 1.3;
}
#subject_test #main #con #r9 .wrap .txt-box.t19 h2 span {
  display: block;
  font-size: 32px;
  margin-bottom: 10px;
}
#subject_test #main #con #r9 .wrap .txt-box.t19 h2 small {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 1px;
  font-family: Arial;
}
#subject_test #main #con #r9 .wrap .txt-box.t20 {
  bottom: 17%;
  text-align: center;
  transform-origin: 50% 50%;
}
#subject_test #main #con #r9 .wrap .txt-box.t20 p {
  text-align: center;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
}
#subject_test #main #con #r9 .wrap .txt-box.t20 p span {
  font-size: 13px;
  color: #ffffff;
}
#subject_test #main #con #r9 .wrap .txt-box.t21 {
  bottom: 69%;
  text-align: center;
  transform-origin: 50% 50%;
  display: none;
}
#subject_test #main #con #r9 .wrap .txt-box.t21 h3 {
  margin-bottom: 10vw;
}
#subject_test #main #con #r9 .wrap .txt-box.t21 h3 span {
  display: block;
  font-size: 25px;
  margin-bottom: 10px;
}
#subject_test #main #con #r9 .wrap .txt-box.t21 h3 small {
  display: block;
  text-align: center;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 1px;
  font-family: Arial;
}
#subject_test #main #con #r9 .wrap .txt-box.t21 .items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#subject_test #main #con #r9 .wrap .txt-box.t21 .items > li {
  width: 100%;
  text-align: center;
  margin: 3vw 0;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
#subject_test #main #con #r9.go .wrap .txt-box.t19 h2 {
  opacity: 0;
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
}
#subject_test #main #con #r9.go .wrap .txt-box.t20 p {
  opacity: 0;
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
}
#subject_test #main #con #r9.go .wrap .txt-box.t21 {
  display: block;
}
#subject_test #main #con .part {
  padding: 15vw 0;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
}
#subject_test #main #con .part .wrap {
  display: none;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  padding: 15vw 0 5vw 0;
}
#subject_test #main #con .part.on > .wrap {
  display: flex;
}
#subject_test #main #con .part .m-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position-y: 12.5vw;
}
#subject_test #main #con .part .topic {
  text-align: center;
  position: relative;
  z-index: 5;
  width: 100%;
  padding: 0 10%;
}
#subject_test #main #con .part .mid {
  position: relative;
  width: 100%;
  padding-bottom: 64%;
  z-index: 5;
}
#subject_test #main #con .part .mid .vi {
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  height: 80%;
  top: 0;
  bottom: 0;
  margin: auto;
}
#subject_test #main #con .part .mid .vi .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: contain;
  z-index: 2;
}
#subject_test #main #con .part .msg {
  width: 100%;
  padding: 0 10%;
  position: relative;
  z-index: 5;
}
#subject_test #main #con #row-1 .m-bg {
  background-position-y: 0;
  margin-top: 12.5vw;
  z-index: 1;
}
#subject_test #main #con #row-1 .topic h2 {
  margin-bottom: 5px;
}
#subject_test #main #con #row-1 .topic > small {
  display: inline-block;
  font-weight: 400;
  color: #ffffff;
  font-size: 14px;
}
#subject_test #main #con #row-1 .mid {
  z-index: 3;
}
#subject_test #main #con #row-1 .mid .vi .cv {
  z-index: 5;
}
#subject_test #main #con #row-1 .msg .items {
  display: flex;
  align-items: flex-start;
  margin-top: -20px;
  justify-content: space-between;
  flex-wrap: wrap;
}
#subject_test #main #con #row-1 .msg .items > li {
  margin-top: 24px;
  width: 48%;
}
#subject_test #main #con #row-1 .msg .items > li .sum {
  display: flex;
  align-items: flex-end;
  max-width: 110px;
  justify-content: flex-start;
  position: relative;
}
#subject_test #main #con #row-1 .msg .items > li .sum > em {
  color: #fff;
  line-height: 0.7;
  margin-right: 8px;
}
#subject_test #main #con #row-1 .msg .items > li .sum > em:nth-of-type(1) {
  font-weight: 600;
  font-size: 32px;
}
#subject_test #main #con #row-1 .msg .items > li .sum > img {
  height: 22px;
  position: absolute;
  bottom: 0;
  right: 0;
}
#subject_test #main #con #row-1 .msg .items > li > small {
  display: block;
  padding: 6px 4px 0 4px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  max-width: 110px;
}
#subject_test #main #con #row-1 .msg .items > li .note {
  max-width: 110px;
  display: block;
  padding: 0 4px;
  font-weight: 600;
  line-height: 1.3;
  font-size: 25px;
}
#subject_test #main #con #row-1 .msg .items > li:nth-of-type(2n+2) {
  text-align: right;
}
#subject_test #main #con #row-1 .msg .items > li:nth-of-type(2n+2) > small {
  text-align: left;
}
#subject_test #main #con #row-1 .msg .items > div {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}
#subject_test #main #con #row-1 .msg .items > div > li {
  margin-top: 24px;
}
#subject_test #main #con #row-1 .msg .items > div > li .sum {
  display: flex;
  align-items: flex-end;
  max-width: 110px;
  justify-content: flex-start;
  position: relative;
}
#subject_test #main #con #row-1 .msg .items > div > li .sum > em {
  color: #fff;
  line-height: 0.7;
  margin-right: 8px;
}
#subject_test #main #con #row-1 .msg .items > div > li .sum > em:nth-of-type(1) {
  font-weight: 600;
  font-size: 32px;
}
#subject_test #main #con #row-1 .msg .items > div > li .sum > img {
  height: 22px;
  position: absolute;
  bottom: 0;
  right: 0;
}
#subject_test #main #con #row-1 .msg .items > div > li > small {
  display: block;
  padding: 6px 4px 0 4px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.3);
  max-width: 110px;
}
#subject_test #main #con #row-1 .msg .items > div > li .note {
  max-width: 110px;
  display: block;
  padding: 0 4px;
  font-weight: 600;
  line-height: 1.3;
  font-size: 18px;
}
#subject_test #main #con #row-1 .msg .items > div > li:nth-of-type(2n+2) {
  text-align: right;
}
#subject_test #main #con #row-1 .msg .items > div > li:nth-of-type(2n+2) > small {
  text-align: left;
}
#subject_test #main #con #row-2 .mid {
  z-index: 3;
  padding-bottom: 76%;
  margin: 5vw 0;
}
#subject_test #main #con #row-2 .mid .vi {
  height: 98%;
  width: 100%;
  left: 0;
}
#subject_test #main #con #row-2 .msg .box {
  display: flex;
  justify-content: center;
  align-items: center;
}
#subject_test #main #con #row-2 .msg .box .col.c1 .du {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  line-height: 90px;
  text-align: center;
  position: relative;
  margin-right: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #d71139;
}
#subject_test #main #con #row-2 .msg .box .col.c1 .du > img {
  height: 32px;
}
#subject_test #main #con #row-2 .msg .box .col.c1 .du .rip {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #d71139;
}
#subject_test #main #con #row-2 .msg .box .col.c1 .du .rip.p1 {
  -webkit-animation: ripple 3200ms ease-out 225ms infinite;
  -moz-animation: ripple 3200ms ease-out 225ms infinite;
  -o-animation: ripple 3200ms ease-out 225ms infinite;
  animation: ripple 3200ms ease-out 225ms infinite;
}
#subject_test #main #con #row-2 .msg .box .col.c1 .du .rip.p2 {
  -webkit-animation: ripple 3200ms ease-out 1400ms infinite;
  -moz-animation: ripple 3200ms ease-out 1400ms infinite;
  -o-animation: ripple 3200ms ease-out 1400ms infinite;
  animation: ripple 3200ms ease-out 1400ms infinite;
}
#subject_test #main #con #row-2 .msg .box .col.c1 .du .rip.p3 {
  -webkit-animation: ripple 3200ms ease-out 2400ms infinite;
  -moz-animation: ripple 3200ms ease-out 2400ms infinite;
  -o-animation: ripple 3200ms ease-out 2400ms infinite;
  animation: ripple 3200ms ease-out 2400ms infinite;
}
#subject_test #main #con #row-2 .msg .box .col.c2 p {
  font-weight: 400;
  line-height: 1.6;
  font-size: 14px;
}
#subject_test #main #con #row-3 .m-bg {
  background-position: center;
}
#subject_test #main #con #row-3 .topic h2 {
  text-align: center;
  font-size: 32px;
  letter-spacing: 2px;
}
#subject_test #main #con #row-3 .topic h2 > b {
  font-size: 30px;
  display: inline-block;
}
#subject_test #main #con #row-3 .mid {
  z-index: 3;
  padding-bottom: 76%;
  margin: 5vw 0;
}
#subject_test #main #con #row-3 .msg {
  z-index: 5;
}
#subject_test #main #con #row-3 .msg p {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  text-align: center;
}
#subject_test #main #con #row-4 .mid {
  padding-bottom: 76%;
  margin: 5vw 0;
  z-index: 3;
}
#subject_test #main #con #row-4 .msg p {
  font-size: 14px;
  color: #fff;
  line-height: 1.6;
  font-weight: 400;
  text-align: center;
}
#subject_test #main #con .video-parent .cv {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 6;
  height: 49.8vw;
  bottom: 0;
  margin: auto;
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  opacity: 0;
}
#subject_test #main #con .video-parent .cv.on {
  opacity: 1;
}
#subject_test #main #con .video-parent .cv.on + .mask {
  opacity: 1;
}
#subject_test #main #con .video-parent video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 6;
  object-fit: cover;
  height: 49.8vw;
  bottom: 0;
  margin: auto;
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  opacity: 1;
}
#subject_test #main #con .video-parent video.on {
  opacity: 1;
}
#subject_test #main #con .video-parent video.on + .mask {
  opacity: 1;
}
#subject_test #main #con .video-parent .mask {
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 92vh;
  top: -35vh;
  left: 0;
  opacity: 0;
  background-color: #000;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
}
#subject_test #main.on {
  position: relative;
  height: auto;
  overflow-y: auto;
}
#subject_test #btm {
  min-height: 100vh;
  z-index: 100;
  overflow-x: hidden;
  overflow-y: hidden;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  animation: fadeIn 1s ease-in-out;
  animation-fill-mode: both;
  animation-delay: 3s;
}
#subject_test #btm.on {
  pointer-events: auto;
  position: relative;
  top: 0!important;
}
#subject_test #btm .page-box {
  position: relative;
}
#subject_test #btm .page-box #p1 {
  position: relative;
  padding: 10vw 0;
  background-color: #000;
}
#subject_test #btm .page-box #p1 .topic {
  padding: 0 12% 0  12%;
  width: 100%;
  margin-bottom: -12vw;
  position: relative;
}
#subject_test #btm .page-box #p1 .topic h2 {
  line-height: 1.2;
  margin-bottom: 10px;
  display: block;
}
#subject_test #btm .page-box #p1 .topic small {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  font-family: Arial;
  letter-spacing: 1px;
  font-weight: 400;
  display: inline-block;
}
#subject_test #btm .page-box #p1 .wrap {
  position: relative;
  min-height: 134vw;
}
#subject_test #btm .page-box #p1 .wrap > img {
  width: 100%;
}
#subject_test #btm .page-box #p1 .note {
  padding: 0 12% 0  12%;
  margin-top: -20vw;
}
#subject_test #btm .page-box #p1 .note .col {
  margin-bottom: 6vw;
}
#subject_test #btm .page-box #p1 .note .col h3 {
  font-size: 20px;
  font-weight: 600;
}
#subject_test #btm .page-box #p1 .note .col small {
  font-size: 20px;
  font-weight: 600;
}
#subject_test #btm .page-box #p1 .note .col p {
  color: #ffffff;
  font-weight: 400;
}
#subject_test #btm .page-box #p1 .note .col:last-of-type {
  margin-bottom: 0;
}
#subject_test #btm .page-box #p2 {
  padding: 10vw 0;
  background-color: #000;
}
#subject_test #btm .page-box #p2 .topic {
  padding: 0 12% 0  12%;
  width: 100%;
  position: relative;
}
#subject_test #btm .page-box #p2 .topic h2 {
  line-height: 1.2;
  margin-bottom: 10px;
}
#subject_test #btm .page-box #p2 .topic small {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  letter-spacing: 1px;
  font-family: Arial;
  display: inline-block;
}
#subject_test #btm .page-box #p2 .wrap {
  position: relative;
  min-height: 80.8vw;
}
#subject_test #btm .page-box #p2 .wrap > img {
  width: 100%;
}
#subject_test #btm .page-box #p2 .note {
  padding: 0 15% 0  12%;
}
#subject_test #btm .page-box #p2 .note .col {
  margin-bottom: 6vw;
}
#subject_test #btm .page-box #p2 .note .col h3 {
  margin-bottom: 10px;
  font-size: 20px;
}
#subject_test #btm .page-box #p2 .note .col p {
  color: #ffffff;
  line-height: 1.5;
  font-size: 14px;
}
#subject_test #btm .page-box #p2 .note .col:last-of-type {
  margin-bottom: 0;
}
#subject_test #btm .page-box #p3 {
  position: relative;
  padding: 10vw 0;
  background-color: #000;
}
#subject_test #btm .page-box #p3 .topic {
  padding: 0 12% 0  12%;
  width: 100%;
  margin-bottom: 0vw;
  position: relative;
}
#subject_test #btm .page-box #p3 .topic h2 {
  line-height: 1.2;
  margin-bottom: 10px;
}
#subject_test #btm .page-box #p3 .topic small {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  letter-spacing: 1px;
  font-family: Arial;
  display: inline-block;
}
#subject_test #btm .page-box #p3 .wrap {
  position: relative;
}
#subject_test #btm .page-box #p3 .wrap .swiper-container {
  position: relative;
  width: 100%;
}
#subject_test #btm .page-box #p3 .wrap .swiper-container .swiper-wrapper {
  width: 100%;
}
#subject_test #btm .page-box #p3 .wrap .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  padding-bottom: 112%;
}
#subject_test #btm .page-box #p3 .wrap .swiper-container .swiper-wrapper .swiper-slide .photo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#subject_test #btm .page-box #p3 .wrap .swiper-container .swiper-wrapper .swiper-slide .photo > img {
  max-width: 100%;
  max-height: 100%;
}
#subject_test #btm .page-box #p3 .wrap .swiper-container .swiper-wrapper .swiper-slide .msg {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 12% 0 12%;
  width: 100%;
}
#subject_test #btm .page-box #p3 .wrap .swiper-container .swiper-wrapper .swiper-slide .msg h3 {
  font-size: 20px;
}
#subject_test #btm .page-box #p3 .wrap .swiper-container .swiper-wrapper .swiper-slide .msg h4 {
  font-size: 14px;
  font-weight: 600;
  padding-right: 75px;
}
#subject_test #btm .page-box #p3 .wrap .swiper-container .swiper-pagination {
  position: absolute;
  right: 12%;
  bottom: 0;
  z-index: 10;
}
#subject_test #btm .page-box #p3 .wrap .swiper-container .swiper-pagination > span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  line-height: 8px;
  text-align: center;
  margin: 0 5px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
#subject_test #btm .page-box #p3 .wrap .swiper-container .swiper-pagination > span.swiper-pagination-bullet-active {
  background-color: #fff;
}
#subject_test #btm .page-box #p3 .wrap .swiper-container:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
  width: calc(18% + 75px);
  background: linear-gradient(-90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  height: 80px;
}
#subject_test #btm .page-box #p3 .wrap .swiper-button-prev {
  position: absolute;
  z-index: 100;
  width: 70px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 70px;
  left: 10%;
  cursor: pointer;
}
#subject_test #btm .page-box #p3 .wrap .swiper-button-prev > img {
  height: 100%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
#subject_test #btm .page-box #p3 .wrap .swiper-button-prev:hover > img {
  opacity: 1;
}
#subject_test #btm .page-box #p3 .wrap .swiper-button-next {
  position: absolute;
  z-index: 100;
  width: 70px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 70px;
  right: 10%;
  cursor: pointer;
}
#subject_test #btm .page-box #p3 .wrap .swiper-button-next > img {
  height: 100%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
#subject_test #btm .page-box #p3 .wrap .swiper-button-next:hover > img {
  opacity: 1;
}
#subject_test #btm .page-box #p4 {
  padding: 13vw 0;
  position: relative;
  background-color: #0f0f0f;
}
#subject_test #btm .page-box #p4 .topic {
  padding: 0 12%;
}
#subject_test #btm .page-box #p4 .topic h2 {
  border-bottom: 0.4vw solid #fff;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
#subject_test #btm .page-box #p4 .topic h2 .other {
  width: 100%;
  text-align: center;
}
#subject_test #btm .page-box #p4 .topic h2 .other .go-btn {
  border-radius: 100px;
  display: inline-block;
  width: 54vw;
  background: linear-gradient(90deg, #00e5bb 0%, #00e7f7 50%, #00e5bb 100%);
  background-size: 200% 100%;
  background-repeat: repeat-x;
  animation: gradientBG 3s linear infinite;
}
#subject_test #btm .page-box #p4 .topic h2 .other .go-btn > span {
  background-color: #000;
  margin: 2px;
  border-radius: 100px;
  display: flex;
  padding: 9px 24px;
  align-items: center;
  justify-content: space-between;
}
#subject_test #btm .page-box #p4 .topic h2 .other .go-btn > span > small {
  color: #fff;
  font-weight: 700;
  display: inline-block;
}
#subject_test #btm .page-box #p4 .topic h2 .other .go-btn > span > i {
  color: #00e7e8;
}
#subject_test #btm .page-box #p4 .topic h2 .other > small {
  color: rgba(255, 255, 255, 0.5);
  padding: 12px 0;
  display: block;
  width: 100%;
  text-align: center;
}
#subject_test #btm .page-box #p4 .topic h3 {
  color: #fff;
  margin-bottom: 2px;
}
#subject_test #btm .page-box #p4 .topic h4 {
  color: rgba(255, 255, 255, 0.5);
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#subject_test #btm .page-box #p4 .wrap {
  padding: 0 12%;
}
#subject_test #btm .page-box #p4 .wrap .box {
  padding: 6vw 0;
}
#subject_test #btm .page-box #p4 .wrap .box .list {
  margin-bottom: 20px;
  width: 100%;
  margin-top: 10px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#subject_test #btm .page-box #p4 .wrap .box .list > span {
  width: 70px;
  line-height: 28px;
  font-size: 14px;
  color: rgba(128, 128, 128, 0.8);
}
#subject_test #btm .page-box #p4 .wrap .box .list > div {
  width: calc(100% - 70px);
}
#subject_test #btm .page-box #p4 .wrap .box .list > div > span {
  color: rgba(128, 128, 128, 0.8);
  line-height: 28px;
}
#subject_test #btm .page-box #p4 .wrap .box .list > div > p {
  color: #fff;
  line-height: 28px;
  margin-bottom: 16px;
  font-size: 14px;
}
#subject_test #btm .page-box #p4 .wrap .box .list > div > p > small {
  font-size: inherit;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
}
#subject_test #btm .page-box #p4 .wrap .box .list > div > p:last-of-type {
  margin-bottom: 0;
}
#subject_test #btm .page-box #p4 .wrap .btm {
  text-align: center;
  position: relative;
  margin-top: 2vw;
}
#subject_test #btm .page-box #p4 .wrap .btm > img.pro3 {
  display: inline-block;
  width: 42.75vw;
  position: relative;
  z-index: 10;
}
#subject_test #btm .page-box #p4 .wrap .btm .pro2 {
  width: 50vw;
  position: absolute;
  top: 2vw;
  left: calc(50% + 12vw);
}
#subject_test #btm .page-box #p4 .wrap .btm .pro1 {
  width: 50vw;
  position: absolute;
  top: 2vw;
  right: calc(50% + 12vw);
}
#subject_test #btm .page-box #p4 .wrap .other {
  width: 100%;
  text-align: center;
}
#subject_test #btm .page-box #p4 .wrap .other .go-btn {
  border-radius: 100px;
  display: inline-block;
  width: 54vw;
  background: linear-gradient(90deg, #00e5bb 0%, #00e7f7 50%, #00e5bb 100%);
  background-size: 200% 100%;
  background-repeat: repeat-x;
  animation: gradientBG 3s linear infinite;
}
#subject_test #btm .page-box #p4 .wrap .other .go-btn > span {
  background-color: #000;
  margin: 2px;
  border-radius: 100px;
  display: flex;
  padding: 9px 24px;
  align-items: center;
  justify-content: space-between;
}
#subject_test #btm .page-box #p4 .wrap .other .go-btn > span > small {
  color: #fff;
  font-weight: 700;
  display: inline-block;
}
#subject_test #btm .page-box #p4 .wrap .other .go-btn > span > i {
  color: #00e7e8;
}
#subject_test #btm .page-box #p4 .wrap .other > small {
  color: rgba(255, 255, 255, 0.5);
  padding: 12px 0;
  display: block;
  width: 100%;
  text-align: center;
}
@keyframes c1 {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.3;
  }
}
@keyframes c2 {
  0% {
    opacity: 0.3;
    transform: scale(1) translateY(0);
  }
  5% {
    opacity: 0.3;
    transform: scale(1) translateY(0);
  }
  20% {
    opacity: 1;
    transform: scale(0.9);
  }
  48% {
    opacity: 1;
    transform: scale(0.9);
  }
  88% {
    opacity: 1;
    transform: scale(0.9);
  }
  100% {
    opacity: 0.4;
    transform: scale(0.9);
  }
}
@keyframes c3 {
  0% {
    opacity: 0.4;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes c4 {
  0% {
    opacity: 1;
    transform: scale(0.9) translateY(0px);
  }
  10% {
    opacity: 1;
    transform: scale(0.9) translateY(0px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(-50px);
  }
}
@keyframes c5 {
  0% {
    opacity: 1;
    transform: translateY(-50px);
  }
  60% {
    opacity: 1;
    transform: translateY(-50px);
  }
  80% {
    opacity: 0.5;
    transform: translateY(-50px);
  }
  100% {
    opacity: 0.5;
    transform: translateY(-50px);
  }
}
@keyframes c6 {
  0% {
    opacity: 0.5;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes c7 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes c8 {
  0% {
    opacity: 0.4;
    transform: translateY(-50px);
  }
  6% {
    opacity: 1;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(-10px);
  }
}
@keyframes c9 {
  0% {
    opacity: 1;
    transform: translateY(-10px);
  }
  50% {
    opacity: 1;
    transform: translateY(-10px);
  }
  80% {
    opacity: 0.3;
    transform: translateY(-120px);
  }
  100% {
    opacity: 0.3;
    transform: translateY(-120px);
  }
}
@keyframes c9_1 {
  0% {
    opacity: 1;
    transform: translateY(-10px);
  }
  50% {
    opacity: 1;
    transform: translateY(-10px);
  }
  80% {
    opacity: 1;
    transform: translateY(-120px);
  }
  100% {
    opacity: 1;
    transform: translateY(-120px);
  }
}
@keyframes c10 {
  0% {
    opacity: 0;
  }
  22% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes c12 {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  4% {
    opacity: 1;
    transform: scale(1);
  }
  35% {
    opacity: 0;
    transform: scale(0.6);
  }
  100% {
    opacity: 0;
    transform: scale(0.6);
  }
}
@keyframes fx1 {
  0% {
    transform: matrix(0.96, 0, 0, 0.96, 0, 0);
  }
  80% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  100% {
    transform: matrix(1, 0, 0, 1, 0, 35);
  }
}
@keyframes to0 {
  0% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 25);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, -225);
  }
}
@keyframes tr3 {
  0% {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, -55);
  }
  90% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, -55);
  }
  100% {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, -60);
  }
}
@keyframes tr4 {
  0% {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  10% {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, 90);
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 80);
  }
  60% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 80);
  }
  70% {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, 75);
  }
  100% {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, 75);
  }
}
@keyframes tr5 {
  0% {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  40% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, -55);
  }
  80% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, -55);
  }
  100% {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, -65);
  }
}
@keyframes tr6 {
  0% {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, -45);
  }
  90% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, -45);
  }
  100% {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, -60);
  }
}
@keyframes tr7 {
  0% {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  18% {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  35% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, -45);
  }
  40% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, -45);
  }
  60% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, -197);
  }
  90% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, -197);
  }
  100% {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, -202);
  }
}
@keyframes tr8 {
  0% {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  18% {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  35% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, -45);
  }
  40% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, -45);
  }
  43% {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, -40);
  }
  90% {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, -40);
  }
  100% {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, -40);
  }
}
@keyframes tr9 {
  0% {
    opacity: 0;
    font-size: 16px;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  18% {
    opacity: 0;
    font-size: 16px;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  35% {
    font-size: 16px;
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, -45);
  }
  40% {
    font-size: 16px;
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, -45);
  }
  60% {
    border-color: transparent;
    font-size: 13px;
    opacity: 0.2;
    transform: matrix(1, 0, 0, 1, 0, -268);
  }
  90% {
    border-color: transparent;
    font-size: 13px;
    opacity: 0.2;
    transform: matrix(1, 0, 0, 1, 0, -268);
  }
  100% {
    border-color: transparent;
    font-size: 13px;
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, -273);
  }
}
@keyframes tr10 {
  0% {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  20% {
    opacity: 1;
  }
  40% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 55);
  }
  90% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 55);
  }
  100% {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, 60);
  }
}
@keyframes tr11 {
  0% {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  5% {
    opacity: 1;
  }
  10% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, -55);
  }
  80% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, -55);
  }
  100% {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, -65);
  }
}
@keyframes tr12 {
  0% {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  20% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  50% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  80% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  100% {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, 15);
  }
}
@keyframes tr13 {
  0% {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, -25);
  }
  80% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, -25);
  }
  100% {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, -35);
  }
}
@keyframes tr14 {
  0% {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, -55);
  }
  80% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, -55);
  }
  100% {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, -65);
  }
}
@keyframes tr15 {
  0% {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  40% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  50% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  60% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  90% {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  100% {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
@keyframes tr16 {
  0% {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, -25);
  }
  80% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, -25);
  }
  100% {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, -35);
  }
}
@keyframes tr17 {
  0% {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  34% {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  43% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, -55);
  }
  88% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, -55);
  }
  100% {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, -65);
  }
}
@keyframes tr18 {
  0% {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  40% {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  68% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  88% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  100% {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
@keyframes tr19 {
  0% {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, 60);
  }
  13% {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, 60);
  }
  46% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, -10);
  }
  72% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, -10);
  }
  90% {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  100% {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
@keyframes tr20 {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  19% {
    opacity: 0;
    transform: scale(0.6);
  }
  42% {
    opacity: 1;
    transform: scale(1);
  }
  68% {
    opacity: 1;
    transform: scale(1);
  }
  80% {
    opacity: 0;
    transform: scale(1) translateY(30px);
  }
  100% {
    opacity: 0;
    transform: scale(1) translateY(30px);
  }
}
@keyframes tr21 {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  17% {
    opacity: 0;
    transform: scale(0.6);
  }
  40% {
    opacity: 1;
    transform: scale(1);
  }
  64% {
    opacity: 1;
    transform: scale(1);
  }
  77% {
    opacity: 0;
    transform: scale(1) translateY(30px);
  }
  100% {
    opacity: 0;
    transform: scale(1) translateY(30px);
  }
}
@keyframes tr22 {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  3% {
    opacity: 0;
    transform: translateY(20px);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  60% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-320px);
  }
}
@keyframes fadeIn1 {
  0% {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, 25);
  }
  20% {
    transform: matrix(1, 0, 0, 1, 0, 15);
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
  }
  50% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, -25);
  }
  80% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, -25);
  }
  100% {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, -35);
  }
}
@keyframes scr_ {
  0% {
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
  }
  100% {
    transform: translateY(4px);
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -o-transform: translateY(4px);
    -ms-transform: translateY(4px);
  }
}
@keyframes fn1 {
  0% {
    opacity: 0;
    transform: translateY(20px) translateX(-20px);
    -webkit-transform: translateY(20px) translateX(-20px);
    -moz-transform: translateY(20px) translateX(-20px);
    -o-transform: translateY(20px) translateX(-20px);
    -ms-transform: translateY(20px) translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
  }
}
.fn1 {
  animation-name: fn1;
  animation-duration: 1s;
}
@keyframes fn2 {
  0% {
    opacity: 0;
    transform: translateY(-20px) translateX(20px);
    -webkit-transform: translateY(-20px) translateX(20px);
    -moz-transform: translateY(-20px) translateX(20px);
    -o-transform: translateY(-20px) translateX(20px);
    -ms-transform: translateY(-20px) translateX(20px);
  }
  100% {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
  }
}
.fn2 {
  animation-name: fn2;
  animation-duration: 1s;
}
@media screen and (max-width: 800px) {
  @keyframes fn6 {
    0% {
      transform: matrix(1, 0, 0, 1, 0, 0);
    }
    100% {
      transform: matrix(1, 0, 0, 1, 0, -170);
    }
  }
  @keyframes fn6_back {
    0% {
      transform: matrix(1, 0, 0, 1, 0, -170);
    }
    100% {
      transform: matrix(1, 0, 0, 1, 0, 0);
    }
  }
  @keyframes fn7 {
    0% {
      opacity: 1;
      transform: matrix(1, 0, 0, 1, 0, 0);
    }
    100% {
      opacity: 0;
      transform: matrix(1, 0, 0, 1, 0, 20);
    }
  }
  @keyframes fn7_back {
    0% {
      opacity: 0;
      transform: matrix(1, 0, 0, 1, 0, 20);
    }
    100% {
      opacity: 1;
      transform: matrix(1, 0, 0, 1, 0, 0);
    }
  }
  @keyframes fn8 {
    0% {
      opacity: 1;
      font-size: 14px;
      transform: matrix(1, 0, 0, 1, 0, 0);
    }
    100% {
      opacity: 0.5;
      border-color: transparent;
      font-size: 14px;
      transform: matrix(1, 0, 0, 1, 0, -240);
    }
  }
  @keyframes fn8_back {
    0% {
      opacity: 0.5;
      border-color: transparent;
      font-size: 14px;
      transform: matrix(1, 0, 0, 1, 0, -240);
    }
    100% {
      opacity: 1;
      font-size: 14px;
      transform: matrix(1, 0, 0, 1, 0, 0);
    }
  }
}
@media screen and (min-width: 800px) {
  @keyframes fn6 {
    0% {
      transform: matrix(1, 0, 0, 1, 0, 0);
    }
    100% {
      transform: matrix(1, 0, 0, 1, 0, 0);
    }
  }
  @keyframes fn6_back {
    0% {
      transform: matrix(1, 0, 0, 1, 0, 0);
    }
    100% {
      transform: matrix(1, 0, 0, 1, 0, 0);
    }
  }
  @keyframes fn7 {
    0% {
      opacity: 1;
      transform: matrix(1, 0, 0, 1, 0, 0);
    }
    100% {
      opacity: 0;
      transform: matrix(1, 0, 0, 1, 0, 20);
    }
  }
  @keyframes fn7_back {
    0% {
      opacity: 0;
      transform: matrix(1, 0, 0, 1, 0, 20);
    }
    100% {
      opacity: 1;
      transform: matrix(1, 0, 0, 1, 0, 0);
    }
  }
  @keyframes fn8 {
    0% {
      opacity: 1;
      transform: matrix(1, 0, 0, 1, 0, 0);
    }
    100% {
      opacity: 1;
      border-color: transparent;
      transform: matrix(1, 0, 0, 1, 0, -60);
    }
  }
  @keyframes fn8_back {
    0% {
      opacity: 1;
      border-color: transparent;
      transform: matrix(1, 0, 0, 1, 0, -60);
    }
    100% {
      opacity: 1;
      transform: matrix(1, 0, 0, 1, 0, 0);
    }
  }
}
@keyframes fn16 {
  from {
    opacity: 0;
    transform: translate3d(0%, 50px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fn16 {
  animation-name: fn16;
  animation-duration: 0.8s;
}
@keyframes fn_cv12 {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.6);
  }
}
@keyframes cv_In {
  0% {
    opacity: 0;
    transform: matrix(0.9, 0, 0, 0.9, 0, 0);
  }
  100% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
@keyframes gradientBG {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 160% 0%;
  }
  100% {
    background-position: 0% 0%;
  }
}
@keyframes ripple {
  0% {
    opacity: 1;
    border-color: #d71139;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    border-color: #fec48c;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
  }
}
