@charset "UTF-8";
/**
    Responsive
*/
/**
 * 通用
 */
* {
  box-sizing: border-box; }

input,
textarea {
  box-sizing: border-box; }

body {
  font-size: 16px; }

img {
  max-width: 100%;
  height: auto; }

.container {
  max-width: 960px; }

/* Clear Fix */
.clear {
  clear: both; }

.clear:before,
.clear:after {
  content: "";
  display: table; }

.clear:after {
  clear: both; }

.clear {
  zoom: 1; }

/**
 * 模板顶部菜单
 */
.main-header {
  width: 100%;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px #eee solid;
  box-shadow: 0 0 5px 1px #eee;
  border-top: 3px #eee solid; }
  .main-header .index {
    position: fixed;
    z-index: 1; }

.main-header-content {
  margin: auto;
  margin-top: -3px; }

.main-header-content h1#logo {
  color: #fc7f50;
  font-size: 24px;
  font-weight: bold;
  float: left;
  margin: 0px;
  line-height: 64px;
  border-top: 3px #fc7f50 solid; }

.main-header-content h1#logo a {
  color: #fc7f50;
  text-decoration: none; }

.mobile-switch a.mobile-menu {
  display: none; }

.main-header-content .main-header-menu {
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 50px;
  float: left; }

.main-header-content .main-header-menu li {
  font-size: 16px;
  font-family: 'Microsoft YaHei', SimHei, sans-serif;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 24px;
  margin: 0;
  padding: 0; }

.main-header-content .main-header-menu li a {
  text-decoration: none;
  color: #333;
  display: block;
  margin: 0;
  padding: 0 10px;
  line-height: 64px;
  border-top: 3px transparent solid; }

.main-header-content .main-header-menu li a:hover {
  background-color: #4285F4;
  border-top: 3px #4285F4 solid;
  color: #fff; }

.main-header-content .main-header-menu li.current a {
  color: #4285F4;
  border-top: 3px #4285F4 solid; }

.main-header-content .main-header-menu li.reserve a {
  color: #4285f4; }

.main-header-content .main-header-menu li:nth-child(1n).current a {
  color: #ed5b49;
  border-top-color: #ed5b49; }

.main-header-content .main-header-menu li:nth-child(2n).current a {
  color: #ffa810;
  border-top-color: #ffa810; }

.main-header-content .main-header-menu li:nth-child(3n).current a {
  color: #11ad69;
  border-top-color: #11ad69; }

.main-header-content .main-header-menu li:nth-child(4n).current a {
  color: #5295f8;
  border-top-color: #5295f8; }

.main-header-content .main-header-menu li:nth-child(1n) a:hover {
  background-color: #ed5b49;
  border-top-color: #ed5b49; }

.main-header-content .main-header-menu li:nth-child(2n) a:hover {
  background-color: #ffa810;
  border-top-color: #ffa810; }

.main-header-content .main-header-menu li:nth-child(3n) a:hover {
  background-color: #11ad69;
  border-top-color: #11ad69; }

.main-header-content .main-header-menu li:nth-child(4n) a:hover {
  background-color: #5295f8;
  border-top-color: #5295f8; }

.main-header-content .main-header-menu li.reserve a:hover,
.main-header-content .main-header-menu li.current a:hover {
  color: #fff; }

.main-header-content .no-login,
.main-header-content .login {
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  float: right; }

.main-header-content .no-login li,
.main-header-content .login li {
  font-size: 16px;
  font-family: 'Microsoft YaHei', SimHei, sans-serif;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 24px; }

.main-header-content .no-login li a,
.main-header-content .login li a {
  color: #333;
  display: block;
  padding: 0 20px;
  line-height: 64px;
  border-top: 3px transparent solid;
  text-decoration: none; }

.main-header-content .no-login li.login-link a {
  color: #4285f4; }

.main-header-content .no-login li a:hover {
  background-color: #5295F8;
  color: #fff; }

.main-header-content .login li a:hover {
  color: #4285f4; }

.main-header-content .login li.exit a {
  color: #ED5B49; }

.main-header-content .login li.exit a:hover {
  color: #fff;
  background-color: #ED5B49; }

/**
 * 模板顶部图片
 */
.aikutest-index-top {
  display: flex;
  background-color: #f9f9f9;
  height: 600px;
  width: 100%;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background: url("../img/anpc/pan-xiaozhen-272654.jpg") center center; }
  .aikutest-index-top-inner {
    text-align: center;
    color: #fff; }
    .aikutest-index-top-inner-title-group {
      padding: 1em 3em;
      margin-bottom: 2em;
      background-color: rgba(0, 0, 0, 0.4); }

/**
 * 测评流程
 */
.aikutest-index-process {
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 1.5em 0;
  background-color: #333;
  color: #fff; }
  .aikutest-index-process li {
    font-size: 20px;
    display: inline-block;
    margin: 0 0.5em; }
    .aikutest-index-process li .number {
      font-weight: bold; }

/**
 * 视频
 */
.aikutest-index-video embed {
  display: block;
  margin: 50px auto; }

/**
 * 主模块
 */
.aikutest-index-content-block {
  margin: 100px auto; }
  .aikutest-index-content-block-title {
    color: #005CAF;
    letter-spacing: .15em; }
    .aikutest-index-content-block-title::before, .aikutest-index-content-block-title::after {
      content: ' ';
      height: 1px;
      width: 15%;
      min-width: 80px;
      background-color: #ddd;
      display: block;
      margin: 1em auto; }
  .aikutest-index-content-block p {
    font-size: 18px;
    line-height: 1.7; }
  .aikutest-index-content-block-img {
    display: block;
    max-width: 600px;
    height: auto;
    margin: 30px auto;
    width:100%;}
  .aikutest-index-content-block-inner .aikutest-index-content-intro-block {
    padding: 15px; }
    .aikutest-index-content-block-inner .aikutest-index-content-intro-block p {
      font-size: 16px;
      line-height: 1.5;
      color: #444;
      margin: 1em 0; }
    .aikutest-index-content-block-inner .aikutest-index-content-intro-block-header {
      clear: both; }
      .aikutest-index-content-block-inner .aikutest-index-content-intro-block-header::after {
        content: '';
        display: block;
        clear: both; }
      .aikutest-index-content-block-inner .aikutest-index-content-intro-block-header .avatar {
        float: left;
        width: 100px;
        height: auto;
        border-radius: 50%;
        margin-right: 15px; }
      .aikutest-index-content-block-inner .aikutest-index-content-intro-block-header .name {
        color: #222;
        font-size: 18px;
        margin: 0;
        padding-top: 1em;
        line-height: 1.5; }
      .aikutest-index-content-block-inner .aikutest-index-content-intro-block-header .intro {
        color: #999;
        font-size: 14px;
        margin: 0;
        line-height: 1.5; }

/**
 * 页脚
 */
.main-footer {
  font-size: 14px;
  width: 100%;
  padding: 30px 0;
  background-color: #f3f3f3;
  border-top: 1px #ccc solid; }

.main-footer-content {
  margin: auto;
  font-size: 0; }

.main-footer-content .footer-col {
  color: #333;
  *width: 260px;
  *padding: 30px;
  display: inline-block;
  float: left;
  *display: inline;
  *zoom: 1; }

.main-footer-content .footer-col h3 {
  font-size: 16px;
  font-weight: bold; }

.main-footer-content .footer-col p {
  color: #555;
  font-size: 14px;
  line-height: 1.5;
  margin: 5px 0; }

.main-footer-content .footer-col-1 img.wechat-code {
  width: 160px;
  height: 160px;
  display: block;
  margin: auto; }

/**
 * 其他辅助类型
 */
.aikutest-index-img-center {
  display: block;
  margin: auto; }

/*# sourceMappingURL=template.css.map */
