/* reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
p,
blockquote,
th,
td,
a {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  font: 14px/1 PingFang SC, Lantinghei SC, Helvetica Neue, Helvetica, Arial, Microsoft YaHei, WenQuanYi Zen Hei, WenQuanYi Micro Hei, "sans-serif";
  position: relative;
  color: #333;
  overflow-x: hidden;
}

img {
  border: none;
}

em,
strong {
  font-family: inherit;
  font-size: inherit;
}

ul,
ol,
li {
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}

button,
input,
select,
textarea {
  font-size: 100%;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  outline: none;
}

address,
cite,
dfn,
em,
var {
  font-style: normal;
}

a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: #333;
  outline: none;
}

input::placeholder,
textarea::placeholder {
  color: #ccc;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ccc;
}

input::-ms-input-placeholder,
textarea::-ms-placeholder {
  color: #ccc;
}

input::-webkit-input-placeholder,
textarea::-webkit-placeholder {
  color: #ccc;
}

[v-cloak] {
  display: none !important;
}

.loading {
  background: #030B3C;
  animation: hue 10s linear infinite;
  min-height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #030B3C;
  z-index: 12;
}

.loader {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 2em;
  top: 50%;
  margin-top: -1em;
}

.loader_letter {
  text-transform: uppercase;
  color: #fff;
  font-family: "Helvetica", sans-serif;
  font-weight: bold;
  padding: 0 .2em;
  font-size: 2em;
  line-height: 1;
  position: relative;
  display: inline-block;
  animation: bounce 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) infinite alternate;
}

.loader_letter:nth-child(1) {
  animation-delay: 0s;
}

.loader_letter:nth-child(2) {
  animation-delay: 0.05s;
}

.loader_letter:nth-child(3) {
  animation-delay: 0.1s;
}

.loader_letter:nth-child(4) {
  animation-delay: 0.15s;
}

.loader_letter:nth-child(5) {
  animation-delay: 0.2s;
}

.loader_letter:nth-child(6) {
  animation-delay: 0.25s;
}

.loader_letter:nth-child(7) {
  animation-delay: 0.3s;
}

.banner {
  position: relative;
  min-width: 1200px;
  min-height: 630px;
  overflow: hidden;
  background: linear-gradient(0deg, #DE6010, #B81B25);
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner .bottom {
  position: absolute;
  background: #E1640F;
  height: 80px;
  right: 0;
  bottom: 0;
  left: 40%;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  line-height: 33px;
  letter-spacing: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.banner .banner-bg {
  height: 100%;
}
.banner .banner-font3 {
  position: absolute;
  top: 2vh;
  left: 2vh;
  height: 12.58vh;
  max-height: 116px;
  min-height: 78px;
}

.banner .banner-wapper {
  position: absolute;
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 2;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
}

.banner .banner-font {
  height: 36.78vh;
  min-height: 230px;
  width: auto;
}

.banner .btn-a {
  height: 46px;
  background: #FFFFFF;
  border-radius: 10px;
  border: 2px solid #C63621;
  margin-top: 100px;
  display: flex;
  padding: 0 20px 0 30px;
  align-items: center;
}

.banner .btn-a span {
  font-weight: bold;
  font-weight: bold;
  font-size: 16px;
  color: #C63621;
}

.banner .btn-a .icon {
  min-width: 8px;
  max-width: 8px;
  height: 16px;
  margin-left: 20px;
}

.navigation-icon {
  width: 80px;
  height: 80px;
  background: #FED84A;
  position: fixed;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  cursor: pointer;
  user-select: none;
}

.navigation-icon img {
  height: 26px;
}

.navigation {
  /* display: none; */
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #030B3C;
  z-index: 9;
  overflow: hidden;
}

.navigation-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.navigation-content>p {
  font-size: 56px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  white-space: nowrap;
}

.navigation-content::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 180px;
  background: url('../img/oic/nav-bg1.png') no-repeat;
  background-size: 190px 180px;
  left: -100px;
  top: -110px;
  z-index: -1;
}

.navigation-content::after {
  content: '';
  position: absolute;
  width: 114px;
  height: 33px;
  background: url('../img/oic/nav-bg2.png') no-repeat;
  background-size: 114px 33px;
  right: -60px;
  bottom: -60px;
}

.navigation-content>div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;
  width: 760px;
}

.navigation-content>div .navigation-item {
  flex: 0 0 280px;
  padding-top: 40px;
}

.navigation-content>div .navigation-item:nth-of-type(even) {
  /* margin-left: 300px; */
}

.navigation-content>div .navigation-item p {
  color: #FFFFFF;
  font-size: 14px;
  opacity: .5;
}

.navigation-content>div .navigation-item span {
  font-size: 28px;
  color: #fff;
  margin-top: 10px;
  display: inline-block;
  cursor: pointer;
  position: relative;
}

.navigation-content>div .navigation-item span::before {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #fff;
  bottom: 0;
  transition: all .2s;
}

.navigation-content>div .navigation-item span:hover::before {
  width: 100%;
}

.navigation-content>div .navigation-item.active span {
  color: #FED84A;
}

.navigation-content>div .navigation-item.active span::before {
  width: 100%;
  background-color: #FED84A;
}

.page-title {
  text-align: center;
  padding: 24px 0 20px;
}

.page-title p {
  font-size: 36px;
  color: rgba(0, 0, 0, 1);
  margin-top: -56px;
}

.page-title img {
  max-height: 31px;
}

.introduction {
  min-width: 1200px;
  position: relative;
  overflow: hidden;
}

.introduction::before {
  content: '';
  position: absolute;
  background: #FFF5E9;
  height: 100%;
  top: 0;
  left: 40%;
  right: 0;
  z-index: -1;
  opacity: 0;
}

.introduction>div {
  padding: 80px 0;
  width: 1200px;
  margin: 0 auto;
  display: flex;
}

.introduction .left {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  opacity: 0;
}

.introduction .right {
  margin-left: 68px;
  opacity: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  flex: auto;
  word-break: break-word;
}

.introduction .page-title {
  padding: 0;
}

.repay {
  padding-top: 60px;
  min-width: 1200px;
}

.repay-list {
  margin: 0 auto;
  position: relative;
  opacity: 0;
  margin-top: 60px;
}

.repay-list::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #E9E9E9;
  top: 69px;
  z-index: -1;
}

.repay-title {
  opacity: 0;
  width: 1200px;
  margin: 0 auto;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  line-height: 28px;
  text-align: center;
  margin-top: 24px;
}

.repay-warrper {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}

.repay-item {
  flex: 0 0 260px;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
}

.repay-item img {
  height: 52px;
}

.repay-item>p {
  font-size: 16px;
  margin-top: 10px;
  color: #E1640F;
  padding: 0 20px;
  background: #fff;
}

.repay-item>p span {
  position: relative;
}

.repay-item>p span::before {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  background: #E1640F;
  border-radius: 2px;
  left: -12px;
  top: 7px;
}

.repay-item .summary {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  line-height: 28px;
  margin-top: 20px;
}

.award {
  padding-top: 60px;
  min-width: 1200px;
}

.award-list {
  margin-top: 30px;
  position: relative;
}

.award-item {
  padding: 34px 0;
  border-bottom: 1px solid #E9E9E9;
  opacity: 0;
}

.award-list .award-item:last-of-type {
  border-bottom: 0;
}

.award-item>div {
  width: 1200px;
  margin: 0 auto;
}

.award-item>div p {
  width: 600px;
}

.award-item>div .p1 {
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
}

.award-item>div .p2 {
  font-size: 16px;
  line-height: 28px;
  margin-top: 6px;
}

.award-imgs {
  position: absolute;
  width: 600px;
  left: 50%;
}

.award-list .award-imgs img {
  position: absolute;
  z-index: 2;
  opacity: 0;
}

.award-list img.award-pic-1 {
  width: 300px;
  height: 350px;
  right: 0;
  top: 20px;
  z-index: 2;
}

.award-list img.award-pic-2 {
  width: 250px;
  height: 210px;
  right: 300px;
  top: 180px;
  z-index: 2;
}

.award-list img.award-pic-3 {
  width: 300px;
  height: 230px;
  right: 132px;
  top: 340px;
  z-index: 3;
}

.news .page-title,
.repay .page-title,
.award .page-title {
  opacity: 0;
}

.award-download {
  padding-top: 15px;
  margin: 0 auto;
  width: 1200px;
}

.award-download a {
  color: #2223BB;
  font-size: 16px;
  text-decoration: underline;
}

.award-download a:hover {
  color: #5556C2;
}

.schedule,
.consultation {
  padding: 80px 0;
  position: relative;
  min-width: 1200px;
  overflow: hidden;
}

.schedule .schedule-title,
.consultation .consultation-title {
  width: 1200px;
  margin: 0 auto;
  padding: 31px 0 32px;
  padding-right: 820px;
  opacity: 0;
}

.schedule .schedule-list,
.consultation .consultation-list {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  display: flex;
  padding: 70px 0;
  opacity: 0;
}

.schedule .schedule-list>div {
  flex: 0 0 240px;
}

.schedule .schedule-list>div+div {
  margin-left: 60px;
  position: relative;
}

.schedule .schedule-list>div+div::before {
  content: '';
  position: absolute;
  width: 22px;
  height: 8px;
  background: url('../img/oic/arrow-icon.png') no-repeat;
  background-size: 22px 8px;
  left: -40px;
  top: 50%;
  margin-top: -4px;
}

.schedule .schedule-list>div .p1 {
  font-size: 12px;
  color: rgba(51, 51, 51, 1);
}

.schedule .schedule-list>div .p1 span {
  font-size: 20px;
  font-weight: 600;
  color: #E1640F;
}

.schedule .schedule-list>div .p2 {
  font-size: 16px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 28px;
  margin-top: 20px;
}

.consultation .bg,
.schedule .bg {
  position: absolute;
  background: #030B3C;
  height: -webkit-calc(100% - 80px);
  height: calc(100% - 80px);
  width: 1180px;
  top: 80px;
  left: 50%;
  margin-left: -220px;
  z-index: -1;
  opacity: 0;
}

.signup {
  position: relative;
  overflow: hidden;
}

.signup-content {
  display: flex;
  width: 1200px;
  margin: 0 auto;
}

.signup-title {
  flex: 0 0 276px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  padding-bottom: 22px;
}

.signup .bg {
  position: absolute;
  background: #FFF5E9;
  height: 100%;
  width: 1050px;
  top: 0;
  right: 50%;
  margin-right: -90px;
  z-index: -1;
  opacity: 0;
}

.signup-summary {
  opacity: 0;
  padding: 60px 0;
  font-size: 16px;
  line-height: 28px;
  flex: auto;
  word-break: break-word;
}

.signup-summary2 {
  line-height: 32px;
  padding: 60px 0 0;
}

.signup-summary2 p a {
  color: #1572E7;
}

.signup-summary2 a.btn {
  display: block;
  width: 120px;
  height: 44px;
  background: #FED84A;
  font-size: 16px;
  color: #E1640F;
  line-height: 44px;
  text-align: center;
  margin-top: 20px;
}

.qa {
  padding-top: 60px;
}

.qa-content {
  margin-top: 20px;
}

.qa-content>div {
  border-bottom: 1px solid #e9e9e9;
}

.qa-item {
  display: flex;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.qa-item .qa-r {
  flex: 0 0 570px;
  margin-left: 60px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  padding: 16px 0;
}

.qa-item .qa-l {
  flex: 0 0 570px;
  font-size: 20px;
  font-weight: 600;
  color: rgba(34, 34, 34, 1);
  line-height: 28px;
}

.qa-item .qa-l span {
  position: relative;
}

.qa-item .qa-l span::before {
  position: absolute;
  content: '';
  width: 30px;
  height: 10px;
  background: #C60545;
  left: 0;
  top: 16px;
  z-index: -1;
}

.consultation .consultation-list {
  padding: 70px 0 60px;
  justify-content: center;
  position: relative;
}

.consultation .consultation-list>p {
  position: absolute;
  right: 0;
  color: #fff;
  top: -60px;
  font-size: 16px;
}

.consultation .consultation-list>div+div {
  margin-left: 60px;
}

.consultation-item {
  width: 443px;
  height: 220px;
  border: 1px solid rgba(233, 233, 233, 1);
  position: relative;
  padding: 20px;
  display: flex;
  align-items: center;
}

.consultation-item img {
  max-width: 134px;
  min-width: 134px;
  height: 134px;
}

.consultation-item .p1 {
  position: absolute;
  background: #fff;
  font-size: 20px;
  font-weight: bold;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 20px;
  color: #000000;
}

.consultation-item .rt {
  margin-left: 20px;
  flex: auto;
}

.consultation-item .p2 {
  font-size: 20px;
  color: #000000;
  line-height: 28px;
}

.consultation-item .p2+.p2 {
  margin-top: 20px;
}

.nav-fade-enter-active,
.nav-fade-leave-active {
  transition: all .2s;
}

.nav-fade-enter,
.nav-fade-leave-to {
  opacity: 0;
  transform: scale(0.8);
}

.rbtn {
  position: fixed;
  right: 10px;
  bottom: 40px;
  z-index: 5;
  opacity: 0;
  -webkit-transform: translateX(1rem);
  -ms-transform: translateX(1rem);
  transform: translateX(1rem);
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
}

.rbtn .btn {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #E1640F;
  line-height: 14px;
  background: #FED84A;
  cursor: pointer;
}

.rbtn .btn+.btn {
  background: #1D1919;
  color: #fff;
  margin-top: 10px;
}

.rbtn.show {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.banner.show .left {
  animation: left_move .8s ease-in;
  -webkit-animation: left_move .8s ease-in;
}

.banner.show .bottom {
  animation: right_move .8s ease-in;
  -webkit-animation: right_move .8s ease-in;
}

.qa.show .page-title,
.qa.show .qa-content {
  opacity: 0;
}

.schedule.show .bg,
.consultation.show .bg,
.signup.show .signup-summary,
.introduction.show .right,
.organization.show .organization-list,
.introduction.show::before {
  animation: right_move .8s ease-in forwards;
  -webkit-animation: right_move .8s ease-in forwards;
}

.schedule.show .schedule-title,
.schedule.show .schedule-list,
.consultation.show .consultation-title,
.consultation.show .consultation-list,
.organization.show .organization-title,
.signup.show .bg,
.signup.show .signup-title,
.introduction.show .left {
  animation: left_move .8s ease-in forwards;
  -webkit-animation: left_move .8s ease-in forwards;
}

.news.show .page-title,
.repay.show .page-title,
.qa.show .page-title,
.award.show .page-title {
  animation: bottom_move .8s ease-in forwards;
  -webkit-animation: bottom_move .8s ease-in forwards;
}

.repay.show .repay-title,
.repay.show .repay-list,
.award.show .award-item,
.qa.show .qa-content,
.award.show .award-download {
  animation: bottom_move .8s ease-in forwards;
  -webkit-animation: bottom_move .8s ease-in forwards;
  animation-delay: .3s;
  -webkit-animation-delay: .3s;
}

.award.show .award-list img.award-pic-1 {
  animation: bottom_move .6s ease-out forwards;
  -webkit-animation: bottom_move .6s ease-out forwards;
  animation-delay: .8s;
  -webkit-animation-delay: .8s;
}

.award.show .award-list img.award-pic-2 {
  animation: bottom_move .6s ease-out forwards;
  -webkit-animation: bottom_move .6s ease-out forwards;
  animation-delay: .9s;
  -webkit-animation-delay: .9s;
}

.award.show .award-list img.award-pic-3 {
  animation: bottom_move .6s ease-out forwards;
  -webkit-animation: bottom_move .6s ease-out forwards;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}

.news.show .news-item:nth-of-type(1) {
  animation: bottom_move .6s ease-out forwards;
  -webkit-animation: bottom_move .6s ease-out forwards;
}

.news.show .news-item:nth-of-type(2) {
  animation: bottom_move .6s ease-out forwards;
  -webkit-animation: bottom_move .6s ease-out forwards;
  animation-delay: .1s;
  -webkit-animation-delay: .1s;
}

.news.show .news-item:nth-of-type(3) {
  animation: bottom_move .6s ease-out forwards;
  -webkit-animation: bottom_move .6s ease-out forwards;
  animation-delay: .2s;
  -webkit-animation-delay: .2s;
}

.navigation-icon.show {
  animation: top_move .8s ease-out forwards;
  -webkit-animation: top_move .8s ease-out forwards;
}

@keyframes top_move {
  from {
    opacity: 0;
    transform: translateY(-200px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes top_move {
  from {
    opacity: 0;
    -webkit-transform: translateY(-200px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes bottom_move {
  from {
    opacity: 0;
    transform: translateY(200px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes bottom_move {
  from {
    opacity: 0;
    -webkit-transform: translateY(200px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes left_move {
  from {
    opacity: 0;
    transform: translateX(-200px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes left_move {
  from {
    opacity: 0;
    -webkit-transform: translateX(-200px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes right_move {
  from {
    opacity: 0;
    transform: translateX(200px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes right_move {
  from {
    opacity: 0;
    -webkit-transform: translateX(200px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes bounce {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(-1em);
  }
}

@keyframes hue {
  0% {
    filter: hue-rotate(0deg);
  }

  100% {
    filter: hue-rotate(360deg);
  }
}