/*********************************************************************************

	Template Name: Blazen - Event and Exhibition Bootstrap4 Template 
	Template URI: https: //themeforest.net/user/
	Description: A perfect multi-concept template for event or event management websites. It comes with nice and clean design. 
	Author: Author Name 
	Author URI: Author URI 
	Version: 1.0

	Note: This is custom css. All custom styles (user styles) declare here.

**********************************************************************************/
@font-face {
  font-family: 'FZLTZHK';
  src: url('https://style.aki.com.cn/jiulongpo/fonts/DINCond-Black.otf') format('opentype'),
  url('https://style.aki.com.cn/jiulongpo/fonts/DINCond-Black.woff') format('woff'),
  url('https://style.aki.com.cn/jiulongpo/fonts/DINCond-Black.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Archive';
  src: url('https://style.aki.com.cn/lianhua/fonts/Archive.eot');
  src: url('https://style.aki.com.cn/lianhua/fonts/Archive.eot') format('embedded-opentype'),
  url('https://style.aki.com.cn/lianhua/fonts/Archive.woff2') format('woff2'),
  url('https://style.aki.com.cn/lianhua/fonts/Archive.woff') format('woff'),
  url('https://style.aki.com.cn/lianhua/fonts/Archive.ttf') format('truetype'),
  url('https://style.aki.com.cn/lianhua/fonts/Archive.svg#Archive') format('svg');
  font-weight: normal;
  font-style: normal
}

body {
  background-color: #F4F4F4;
  font-size: 18px;
  font-family: FZLTZHK, "方正兰亭粗黑简体", Helvetica, Arial, "Microsoft YaHei", "微软雅黑", SimSun, Helvetica, Tahoma, Arial, "PingFangSC-Medium", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-weight: 500;
  color: #231816;
  line-height: 2;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  body {
    font-size: 14px;
  }
}

p {
  margin-bottom: 0;
}


/*========== banner ==========*/
.banner-text {
  padding: 10px 100px 4vw;
  text-align: right;
}

.banner-text .cr-btn {
  margin-top: 30px;
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .banner-text {
    padding: 20px 60px 5vw;
  }
}

@media only screen and (max-width: 767px) {
  .banner-text {
    padding: 20px 30px 15vw;
    text-align: center;
  }

  .banner-text .cr-btn {
    margin-top: 20px;
  }
}

.banner-area {display:none;}

.cr-btn.cr-btn-yellow,
a.cr-btn.cr-btn-yellow,
button.cr-btn.cr-btn-yellow {
  background-color: #23ba77;
  border: unset;
  border-radius: 20rem;
  padding: 1rem 2rem;
  font-size: 18px;
  color: #fff;
}

.cr-btn.cr-btn-black,
a.cr-btn.cr-btn-black,
button.cr-btn.cr-btn-black {
  /*background-color: #df5287;*/
  border: unset;
  padding: 1rem 2rem;
  font-size: 18px;
  color: #fff;
}

.banner-slider-active .cr-navigation:hover {
  background-color: #f9e426;
}

.banner-slider-active .cr-navigation {
  border-color: #f9e426;
  color: #f9e426;
}

.bg-image-2 {
  background-image: url(https://style.aki.com.cn/scholar/images/banner-pc-0318.jpg);
  /* background-image: url(../images/banner-pc.jpg); */
  background-size: 100% 56.22vw;
  width: 100%;
  height: 56.22vw;
  min-height: unset;
}

.bg-image-6 {
  background-image: url(//style.aki.com.cn/lishui/images/nanjing/181127/banner-pc-2.jpg);
}

.bg-image-7 {
  background-image: url(//style.aki.com.cn/lishui/images/nanjing/181031/banner-pc-3.jpg);
}

.bg-image-8 {
  background-image: url(//style.aki.com.cn/lishui/images/nanjing/181031/banner-pc-4.jpg);
}

@media (max-width: 768px) {
  .cr-btn.cr-btn-yellow,
  a.cr-btn.cr-btn-yellow,
  button.cr-btn.cr-btn-yellow {
    padding: .8rem 1.5rem;
    font-size: 16px;
  }

  .cr-btn.cr-btn-black,
  a.cr-btn.cr-btn-black,
  button.cr-btn.cr-btn-black {
    padding: .8rem 1.5rem;
    font-size: 16px;
  }

  .bg-image-2 {
    background-image: url(https://style.aki.com.cn/scholar/images/banner-mobile-0318.png);
    /* background-image: url(../images/banner-mobile.jpg); */
    background-size: 100% 154.56vw;
    height: 154.56vw;
    /*min-height: 100vh;*/
  }

  .bg-image-6 {
    background-image: url(//style.aki.com.cn/lishui/images/nanjing/181127/banner-mobile-2.jpg);
    background-position: center top;
  }

  .bg-image-7 {
    background-image: url(//style.aki.com.cn/lishui/images/nanjing/181031/banner-mobile-3.jpg);
    background-position: center top;
  }

  .bg-image-8 {
    background-image: url(//style.aki.com.cn/lishui/images/nanjing/181031/banner-mobile-4.jpg);
    background-position: center top;
  }
}

@media only screen and (max-width: 992px) {
  .banner-slider-active .cr-navigation {
    bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-slider-active .cr-navigation {
    bottom: 15px;
  }
}

/*========== 导航栏 ==========*/
.header .header-inner .bn-navigation {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.logo-image {
  max-width: 150px;
}

.header-style-2 .header-inner .logo::after {
  background: #ffffff;
  right: -10px;
  transform: skewX(0);
  -ms-transform: skewX(0);
  -webkit-transform: skewX(0);
}

/* 导航栏背景 */
.header-style-2.bg-dark {
  background: #ffffff !important;
  box-shadow: 0 0 5px 0 #00000080;
}

.bn-navigation ul {
}

.bn-navigation ul li {
  padding: 25px 0 25px 10px;
}

.bn-navigation ul li a {
  font-size: 18px;
  line-height: 1;
  color: #000;
  font-weight: 400;
  text-transform: none;
  padding: 0 0 0 10px;
  border: unset;
}

.bn-navigation ul li:hover a {
  color: #007bff;
}

.bn-navigation ul li.njls-nav-register {
  padding: 0 0 0 18px;
}

.username-wrapper a {
  display: inline-block;
  box-sizing: border-box;
  white-space:nowrap;
  width: 4em;
  padding: 0 !important;
  overflow:hidden;
  text-overflow: ellipsis;
  text-align: left;
}

.bn-navigation ul li.njls-nav-login,
.bn-navigation ul li.njls-nav-english {
  padding: 0 0 0 8px;
}

.bn-navigation ul li.njls-nav-register a,
.bn-navigation ul li.njls-nav-login a,
.bn-navigation ul li.njls-nav-english a {
  padding: 0 8px 0 0;
  border-right: 2px solid #8e8e8e;
  font-size: 16px;
}

.bn-navigation ul li.njls-nav-english a {
  border-right: 0;
}

.bn-navigation ul li.njls-nav-english a:hover,
.bn-navigation ul li.njls-nav-login a:hover,
.bn-navigation ul li.njls-nav-register a:hover {
  /*color: #901b21;*/
  /*color: #f9e426;*/
}

.header-inner .social-icons {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 30px;
  padding-left: 0;
}

.header-inner .social-icons ul li {
  font-size: 20px;
}

.header-inner .social-icons ul li.twitter {
  padding-right: 30px;
}

.sticky-header.is-sticky .bn-navigation > ul > li > a {
  padding: 0 0 0 10px;
}

.sticky-header.is-sticky .bn-navigation > ul > li.njls-nav-register {
  padding: 0 0 0 18px;
}

.sticky-header.is-sticky .bn-navigation > ul > li.njls-nav-login,
.sticky-header.is-sticky .bn-navigation > ul > li.njls-nav-english {
  padding: 0 0 0 8px;
}

.sticky-header.is-sticky .bn-navigation > ul > li.njls-nav-register a,
.sticky-header.is-sticky .bn-navigation > ul > li.njls-nav-login a,
.sticky-header.is-sticky .bn-navigation > ul > li.njls-nav-english a {
  padding: 0 8px 0 0;
}

@media (max-width:1199px) and (min-width:992px) {
  .bn-navigation ul li {
    padding: 12px 0 12px 5px;
  }

  .bn-navigation ul li a {
    /*font-size: 14px;*/
    line-height: 1;
    font-weight: 400;
    text-transform: none;
    padding: 0 0 0 10px;
    border-left: 2px solid #fff;
  }

}

/*========== 导航栏-移动端 ==========*/
.mean-container .mean-nav > ul {
  height: auto;
}

.mean-container .mean-nav {
  margin-top: 43px;
}

.mean-container .mean-bar {
  min-height: 43px;
}

.mobile-menu a.logo {
  height: 43px;
  top: -13px;
}

.mean-container a.meanmenu-reveal {
  height: 43px;
}

.mean-container a.meanmenu-reveal span {
  background-color: #000000;
}

.mobile-menu .social-icons {
  top: 5px;
}

.mobile-menu .social-icons ul li a {
  color: #000000;
}

@media only screen and (max-width: 575px) {

  .mobile-menu .social-icons {
    display: inline !important;
    position: absolute;
    width: auto;
    top: 0;
    right: 50px;
  }
}

/*========== 正文部分 ==========*/
.section-padding-md {
  padding-top: 40px;
  padding-bottom: 20px;
}

.welcome-area-inner.preface h2 {
  position: relative;
  background-color: unset;
  min-width: unset;
  display: block;
  margin-bottom: 0.5rem;
  padding: .5rem 1rem;
  border-radius: 2rem;
  font-size: 2rem;
  color: #323334;
  font-weight: 700;
}

.welcome-area-inner.old h2 {
  position: relative;
  background-color: unset;
  min-width: unset;
  display: block;
  margin-bottom: 0.5rem;
  padding: .5rem 1rem;
  border-radius: 2rem;
  font-size: 2rem;
  color: #323334;
  font-weight: 700;
}

.welcome-area-inner h2 {
  position: relative;
  background-color: #000000;
  min-width: 18rem;
  display: inline-block;
  margin-bottom: 0.5rem;
  padding: .8rem 1rem;
  border-radius: 8px;
  font-size: 2rem;
  color: #ffffff;
  font-weight: 700;
}

.welcome-area-inner h2::before,
.welcome-area-inner h2::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 1.5rem;
  transform: translate(0, -50%);
  /*background-color: #ffffff;*/
  display: inline-block;
  width: .5rem;
  height: .5rem;
  border-radius: .5rem;
}

.welcome-area-inner h2::after {
  left: unset;
  right: 1.5rem;
}


.welcome-area-inner.preface h2::before,
.welcome-area-inner.preface h2::after {
  display: none;
}

.welcome-area-inner hr {
  display: none;
  background-color: #231816;
  margin-top: 0;
  margin-bottom: 20px;
  width: 125px;
  height: 4px;
  text-align: center;
}

.welcome-area-inner p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .section-padding-md {
    padding-top: 45px;
    padding-bottom: 10px;
  }

  .welcome-area-inner h2 {
    min-width: 11rem;
    font-size: 1.2rem;
    font-weight: 700;
  }

  .welcome-area-inner.preface h2 {
    position: relative;
    background-color: unset;
    min-width: unset;
    display: block;
    margin-bottom: 0.5rem;
    padding: .5rem 1rem;
    border-radius: 2rem;
    font-size: 1.5rem;
    color: #323334;
    font-weight: 700;
  }

  .welcome-area-inner hr {
    width: 80px;
    height: 3px;
    margin-bottom: 10px;
  }
}

/*========== 挑战 ==========*/
.challenge-requirement {
  background-color: #71ddc3;
  background-image: url("https://style.aki.com.cn/kids/images/bg-challenge.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100vw 44.7vw;
  /*height: 44.7vw;*/
  color: #000;
}

.challenge-requirement-context {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 8rem 1rem 8rem 1.5rem;
}

.challenge-requirement-context .title {
  margin-bottom: 0;
}

.challenge-requirement-context .content {
  font-size: 18px;
  font-weight: 700;
}

.challenge-requirement-context hr {
  display: inline-block;
  background-color: #231816;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 3rem;
  height: 4px;
  text-align: center;
}

.challenge-focus {
  background-color: #ffde59;
  background-image: url("https://style.aki.com.cn/kids/images/bg-focus.jpg");

}

.challenge-focus-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.challenge-focus-item .focus-image {
  max-width: 100px;
}

.challenge-focus-item p {
  line-height: 1.5;
}

@media (min-width: 992px) {
  .challenge-requirement-context {
    padding: 8rem 1rem 8rem 1.5rem;
  }

}

@media (max-width: 991px) {
  .challenge-requirement-context {
    padding: 4rem 1rem 4rem 1.5rem;
  }

}

@media (max-width: 575px) {
  .challenge-requirement {
    background-image: unset;
    height: unset;
    color: #000;
  }

  .challenge-focus .row {
    flex-direction: column-reverse;
  }

  .challenge-focus .row > div:first-child {
    margin-top: -5px;
    z-index: 99;
  }

  .challenge-requirement-context {
    padding: 1rem 1rem;
  }

  .challenge-requirement-context .title {
    font-size: 16px;
  }

  .challenge-requirement-context .content {
    font-size: 14px;
  }

  .download-wrapper {
    display: block;
    width:100%;
    text-align: center;
  }

}

/*========== 场景==========*/
.scene-wrapper {
  background-color: #53adeb;
}

.scene-item-title-wrapper {
  margin-bottom: 1rem;
  text-align: center;
}

.scene-item-title-wrapper p {
  background-color: #231816;
  display: inline-block;
  padding: 0.5rem 2rem;
  border-radius: 1rem;
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
  text-align: center;
}

.scene-item-card-body {
  padding: 2rem 2rem;
}

/*========== 竞赛时间 ==========*/
.time-item {
  display: flex;
  align-self: stretch;
  align-items: flex-end;
}

.time-item p.title {
  display: block;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 700;
}

.time-item p.year {
  font-size: 1.2rem;
  line-height: 2;
}

.time-item p.date {
  /* width: 100%; */
  display: block;
  border-bottom: 4px solid #231816;
  font-size: 3rem;
  line-height: 1.5;
}

.time-item-content {
  width: 100%;
  padding-right: 70px;
  text-align: center;
}

.time-item-content:after {
  position: absolute;
  top: 70%;
  right: 20px;
  transform: translate(0,-50%);
  display: block;
  content: url("https://style.aki.com.cn/kids/images/time-arrow1.png");
  padding-bottom: 1rem;
}

.time-row .time-item:last-child .time-item-content {
  padding-right: 0px;
}

.time-row .time-item:last-child .time-item-content:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0,-50%);
  display: none;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .time-row .time-item:nth-of-type(3) .time-item-content:after {
    display: none;
  }

  .time-row .time-item:nth-of-type(3) .time-item-content {
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  .time-row .time-item:nth-of-type(3) .time-item-content:after {
    display: none;
  }

  .time-row .time-item:nth-of-type(3) .time-item-content {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .time-row .time-item:nth-of-type(2) .time-item-content:after,
  .time-row .time-item:nth-of-type(4) .time-item-content:after,
  .time-row .time-item:nth-of-type(6) .time-item-content:after {
    display: none;
  }

  
  .time-row .time-item:last-child .time-item-content {
    padding-right: 70px;
  }


  .time-item p.date {
    font-size: 1.5rem;
  }

  .time-item p.title {
    font-size: 12px;
  }
}

@media (max-width: 575px) {
  .time-item {
    justify-content: center;
    margin-bottom: 20px;
  }
  .time-item-content {
    width: 60%;
    padding-right: 0px;
  }
  .time-item p.title {
    display: block;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 700;
  }

  .time-item p.year {
    font-size: 1.2rem;
    /*line-height: 1.5;*/
  }

  .time-item p.date {
    /* width: 100%; */
    display: block;
    border-bottom: 3px solid #231816;
    font-size: 1.8rem;
    /*line-height: 1;*/
  }

  .time-item-content:after {
    display:none;
    transform: translate(50%,-50%);
    max-width: 15px;
  }

  .time-row .time-item:nth-of-type(1) .time-item-content:after,
  .time-row .time-item:nth-of-type(2) .time-item-content:after,
  .time-row .time-item:nth-of-type(3) .time-item-content:after,
  .time-row .time-item:nth-of-type(4) .time-item-content:after {
    display: none;
  }

  .time-row .time-item:nth-of-type(2) .time-item-content,
  .time-row .time-item:nth-of-type(4) .time-item-content {
    padding-right: 0;
  }

  .time-row .time-item:last-child .time-item-content {
    padding-right: 0px;
  }

}

/*========== 评委 ==========*/
.card-jury {
  background-color: #ffffff;
  display: flex;
  width: 100%;
  border: 1px solid #434343;
  border-radius: 1rem;
  /*align-items: flex-end;*/
  justify-content: center;
  justify-self: stretch;
}

.jury-avatar-wrapper {
  padding: 1rem;
  text-align: center;
}

.jury-title {
  border-bottom: 1px solid #434343;
  padding: 0 0 .5rem 0;
}

.jury-avatar {
  max-width: 250px;
  border-radius: 500rem;
  border: 1px solid #000000;
}

@media (max-width: 1050px) {
  .jury-avatar {
    max-width: 100%;
    /*border-radius: 500rem;*/
    /*border: 1px solid #000000;*/
  }
}

@media (max-width: 575px) {
  .jury-avatar {
    max-width: 150px;
    /*border-radius: 500rem;*/
    /*border: 1px solid #000000;*/
  }
}

/*========== 奖项设置 ==========*/
.bonus-wrapper {
  background-color: #ffde59;
}

@media(min-width: 992px) {
  .col-lg-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }
}

.damao-timeline-rowContainer>div {
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.yanchang-timeline-item-wrapper {
  background-color: #aad2d2;
  padding: 1.5rem 0;
  border-radius: 8px;
  color: #ffffff;
  font-weight: 700;
}

.yanchang-timeline-item-wrapper .date {
  display: flex;
  align-items: center;
  justify-content: center;
}

.yanchang-timeline-item-wrapper .date span {
  display: inline-block;
}

.yanchang-timeline-item-wrapper .date span.year {
  display: inline-block;
  transform: rotate(90deg);
}

.yanchang-timeline-item-wrapper .date span.day {
  display: inline-block;
  font-size: 2rem;
  line-height: 1.5;
}

.yanchang-timeline-item-wrapper hr {
  margin: 1rem auto;
  background-color: #ffffff;
  height: 5px;
  width: 70%;
}

@media (min-width: 1200px) {
  .damao-timeline-rowContainer>div .portfolio-thumb img {
    max-width: 310px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .damao-timeline-rowContainer>div .portfolio-thumb img {
    max-width: 260px;
  }
}

@media (max-width: 767px) {
  .damao-timeline-rowContainer {
    margin-left: -5px;
    margin-right: -5px;
  }

  .damao-timeline-rowContainer>div {
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .yanchang-timeline-item-wrapper .date span.day {
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1.5;
  }

}

/*========== 评审标准 ==========*/
.card-standard {
  background-color: #ffffff;
  display: flex;
  width: 100%;
  border: 1px solid #434343;
  border-radius: 1rem;
  padding: 3rem 0;
  margin-bottom: 1.5rem;
  align-items: flex-end;
  justify-content: center;
  justify-self: stretch;
}

.card-standard > div {
  /* display: flex; */
  align-self: flex-end;
}

@media (max-width: 768px) {
  .card-standard {
    padding: 2rem 0;
  }

  .standard-item > h3 {
    font-size: 1.2rem;
  }

}

/*========== 版权说明 ==========*/
.damao-copyright-content {
  padding-bottom: 40px;
}

.damao-copyright-content h4 {
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.damao-copyright-content p {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .damao-copyright-content h4 {
    font-size: 1rem;
  }
}

/*========== 答疑 ==========*/
.faq-list li {
  padding-top: 25px;
  /*padding-bottom: 15px;*/
}

.faq-list li p {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .faq-list li {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/*========== 版权说明 ==========*/
.copyright-wrapper {
  background-color: #53adeb;
}

/*========== 组织机构 ==========*/
.lianhua-organization-content {
  text-align: center;
}

.lianhua-organization-content p {
  margin-bottom: 0;
}

.lianhua-organization-content p:nth-of-type(2n+1) {
  font-weight: bold;
}

/*========== Footer ==========*/
.njls-footer-content {
  /*text-align: center;*/
}

.footer-wrapper {
  background-color: #434343;
  padding-bottom: 100px;
}

.footer-wrapper h5,
.footer-wrapper p {
  color: #ffffff;
}

.footer-QRCode img {
  max-height: 165px;
}

@media (min-width: 992px) {
  .qrcode-wrapper {
    display: flex;
    justify-content: flex-end;
  }

  .footer-QRCode {
    padding-top: 15px;
  }
}

@media (max-width: 575px) {
  .njls-footer-content {
    text-align: center;
  }

  .footer-QRCode img {
    max-height: 100px;
  }
}

/*========== 返回顶部按钮 ==========*/
#scrollUp {
  background: #82b22b;
  border: 1px solid #82b22b;
}


/*========== 登录 ==========*/
input {
  height: 13px;
}


/*========== 作评提交 ==========*/
.aki-input-group label.custom-radio {
  display: inline-block;
}

