@charset "utf-8";
/*
  Aikutest 新版主页
*/

/*
  通设
*/
body, html {
  width: 100%;
  height: 100%;
}
a {
  text-decoration: none;
  color: #4285F4;
}
a:hover {
  text-decoration: none;
}
.ie-warning {
  font-size: 16px;
  text-align: center;
  line-height: 2;
}
/* Clear Fix */

.layer-input{
  width:90%;
  height: 22px;
}

.clear {
  clear: both; }

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

.clear:after {
  clear: both; }

.clear {
  zoom: 1; }

.ie-warning {
  *margin-top: 80px;
  _margin-top: 0px;
}

/*
  文字排版
  - 哪哪都可以用的，class 里面加一个就行
*/
.content-layout {
  font-size: 16px;
  line-height: 1.618;
  color: #333;
}
.content-layout p {
  font-size: 16px;
  line-height: 1.618;
  color: #646464;
  margin: .7em 0;
}
.content-layout blockquote {
  margin: 2em;
  padding: .3em 1em;
  border-left: 3px #4285f4 solid;
  background-color: #f3f3f3;
}
.content-layout img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.content-layout h1,
.content-layout h2,
.content-layout h3,
.content-layout h4,
.content-layout h5,
.content-layout h6 {
  line-height: 1.5;
  color: #333;
  margin: 1em 0;
}
.content-layout h1 {
  font-size: 24px;
}
.content-layout h2 {
  font-size: 22px;
}
.content-layout h3 {
  font-size: 20px;
}
.content-layout h4 {
  font-size: 18px;
}
.content-layout h5 {
  font-size: 16px;
}
.content-layout h6 {
  font-size: 16px;
}
.content-layout hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: #EFEFEF 1px solid;
  margin: 20px 0;
  padding: 0;
}
.content-layout ul,
.content-layout ol {
  margin: 1em;
}
.content-layout li {
  font-size: 14px;
  margin: .3em 1em;
  margin-right: 0;
}

/*
  主顶栏
*/
.main-header {
  width: 100%;
  background-color: #fff;
  background-color: rgba(255,255,255,.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;
}

/*
  顶部 Banner
*/
.main-header-banner {
  width: 100%;
  /* background: url('../img/splash7.png') no-repeat fixed bottom center; */
  background-size: cover;
  position: relative;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.main-header-banner-content {
  margin: auto;
  padding: 80px 0;
  color: #fff;
  *color: #666;
  position: relative;
}
.main-header-banner-content-title {
  text-shadow: 0 0 5px #000;
  font-size: 48px;
  text-align: center;
  margin: 20px 0;
}
.main-header-banner-content-description {
  text-shadow: 0 0 5px #000;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  word-break: break-all;
}
.main-header-banner-content-button {
  text-align: center;
  font-size: 16px;
  margin: 20px 0;
}
.main-header-banner-content-button a {
  padding: 15px 40px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.main-header-banner-content-button-a {
  color: #4B98A9;
  background-color: #fff;
  border: 2px #fff solid;
  margin-right: 20px;
  border-radius: 3px;
}
.main-header-banner-content-button-a:hover {
  color: #fff;
  background-color: #73D0DA;
  border-color: #73D0DA;
}
.main-header-banner-content-button-b {
  color: #73D0DA;
  background-color: transparent;
  border: 2px #73D0DA solid;
  border-radius: 3px;
}
.main-header-banner-content-button-b:hover {
  color: #73D0DA;
  border-color: #73D0DA;
  background-color: #fff;
}
/**
 * 临时 - 图 1 按钮
 */
.main-header-banner-slider-li-1 {
  position: relative;
}
.main-header-banner-slider-li-1 .slider-button {
  position: absolute;
  display: block;
  width: 150px;
  font-size: 16px;
  padding: 15px 0;
  text-align: center;
  left: 50%;
  bottom: 30px;
  color: #fff;
  background-color: #4285f4;
  margin-left: -75px;
  border-radius: 9999em;
}


/*
  幻灯片专用
*/
.unslider {
  overflow: auto;
  margin: 0;
  padding: 0;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none; }
  .unslider img {
    display: block; }

.unslider-wrap {
  position: relative; }

.unslider-wrap.unslider-carousel li {
  float: left; }

.unslider-vertical > ul {
  height: 100%; }

.unslider-vertical li {
  float: none;
  width: 100%; }

.unslider-fade {
  position: relative; }

.unslider-fade .unslider-wrap li {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 8; }

.unslider-fade .unslider-wrap li.unslider-active {
  z-index: 10; }

.unslider li, .unslider ol, .unslider ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none; }

.unslider-arrow {
  position: absolute;
  left: 20px;
  z-index: 2;
  cursor: pointer; }

.unslider-arrow.next {
  left: auto;
  right: 20px; }

/**
 *   Here's where everything gets included. You don't need
 *   to change anything here, and doing so might break
 *   stuff. Here be dragons and all that.
 */
/**
 *   Default variables
 *
 *   While these can be set with JavaScript, it's probably
 *   better and faster to just set them here, compile to
 *   CSS and include that instead to use some of that
 *   hardware-accelerated goodness.
 */
nav.unslider-nav ol {
  list-style: none;
  text-align: center; }

nav.unslider-nav ol li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  background: transparent;
  border-radius: 99em;
  overflow: hidden;
  text-indent: -999em;
  border: 2px solid #ccc;
  box-shadow: 0 0 3px #ccc;
  cursor: pointer; }

nav.unslider-nav ol li.unslider-active {
  background: #ccc;
  cursor: default; }

.main-header-banner-slider {
  width: 100%;
  height: 70vh;
  *height: 700px;
  margin: auto;
  overflow: hidden; }
  .main-header-banner-slider ul {
    list-style: none;
    width: 100%;
    height: 70vh;
    *height: 700px; }
    .main-header-banner-slider ul li {
      height: 100%;
      background: center center;
      -webkit-background-size: cover;
      background-size: cover;
      }
  .main-header-banner-slider-content {
    color: #fff;
    text-shadow: 0 0 3px #333;
    text-align: center;
    margin-top: 180px; }
    .main-header-banner-slider-content h2 {
      font-size: 56px;
      margin: 0;
      padding: 0;
      line-height: 1.2; }
    .main-header-banner-slider-content p {
      font-size: 20px;
      margin: 0;
      padding: 0;
      line-height: 1.5; }
/* 幻灯片到这里 */

/*
  首页
  - 选择我们那些什么鬼
*/
.content-block {
  width: 100%;
  margin: auto;
  font-size: 16px;
}

.why .why-header {
  background-color: #d1e6fd;
  padding: 50px 0px;
  margin: 50px 0;
}
.why .why-header h2 {
  color: #0175BF;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: .4em;
}
.why .why-header h2 span {
  padding: 10px 30px;
  border: 3px #0175BF solid;
}
.why-reasons {
  width: 100%;
  max-width: 960px;
  *width: 960px;
  margin: 30px auto;
  font-size: 0;
}
.why-reasons .reason {
  width: 180px;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  margin: 30px;

  *display: inline;
  *zoom: 1;
}
.why-reasons .reason img {
  width: 100px;
  height: 100px;
  display: block;
  margin: auto;
}
.why-reasons .reason h3 {
  color: #5b5b5b;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: .05em;
  margin: 10px 0;
}
.why-reasons .reason:hover h3 {
  color: #4285F4;
}
.inner-content .customer {
  list-style: none;
  margin: auto;
}
.about-customer li {
  width: 180px;
  height: 180px;
  display: inline-block;
}
.about-customer li img {
  width: auto;
  height: auto;
}

/*
  内页
  - goods.php 跟测评的介绍页在用
*/
.inner-main {
  max-width: 960px;
  margin: auto;
  padding: 30px 0;
}
.begin-test a {
  display: block;
  text-align: center;
  margin: 30px 0px;
}

/*
  测评的介绍页
*/
.inner-entry {
  padding: 30px;
  max-width: 700px;
  width: 100%;
  *width: 700px;
  margin: auto;
}
.inner-entry .title {
  color: #4285f4;
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0;
  text-align: center;
}
.inner-entry .subtitle {
  color: #999;
  font-size: 16px;
  font-weight: normal;
  margin: 10px 0;
  text-align: center;
}
.inner-entry .buttons {
  text-align: center;
  font-size: 12px;
}
.inner-entry .buttons .ui-button {
  margin: 0 10px;
}

.inner-entry .img {
  display: block;
  margin: auto;
}

/*
  页脚
*/
.main-footer {
  width: 100%;
  padding: 30px 0;
  background-color: #f3f3f3;
}
.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;
}

/*
  响应式
*/
@media screen and  (max-width: 1023px) {

  .main-header, .main-header-content h1#logo,
  .main-header-content .main-header-menu li a,
  .main-header-content .main-header-menu li a:hover,
  .main-header-content .main-header-menu li.current a {
    border-top: 0;
  }

  .main-header {
    position: relative;
  }

  .main-header-content {
    width: 100%;
    margin-top: 0;
    padding: 0;
  }

  .main-header-content h1#logo {
    float: none;
    display: block;
    text-align: center;
  }

  .mobile-switch a.mobile-menu {
    text-decoration: none;
    outline: none;
  }

  .mobile-switch a.mobile-menu:hover {
    text-decoration: none;
  }

  .main-header-content.mobile-switch a.mobile-menu {
    font-size: 16px;
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 4em;
    line-height: 64px;
    background-color: #F9F9F9;
  }

  .main-header-content .main-header-menu,
  .main-header-content .no-login,
  .main-header-content .login {
    text-align: center;
    float: none;
    display: block;
    width: 100%;
    height: auto;
    overflow: auto;
    margin: auto;
    -webkit-transition: .3s cubic-bezier(0.31, 0.57, 0.68, 1.36);
    transition: .3s cubic-bezier(0.31, 0.57, 0.68, 1.36);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .main-header-content.hide-menu .main-header-menu,
  .main-header-content.hide-menu .no-login,
  .main-header-content.hide-menu .login {
    height: 0;
    overflow: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  .main-header-content .main-header-menu li,
  .main-header-content .no-login li,
  .main-header-content .login li {
    display: block;
    border-bottom: 1px #eee solid;
  }
}