@charset "utf-8";
/* CSS Document */

body {
  background-color: #fff;
}

.productNav {
  display: none;
}

.color {
  color: #f90;
}

.bg-color {
  background: #f90;
}

.poster-area {
  background: #fff url(../images/bg-product.png) left top repeat-x;
  text-align: center;
  min-height: 400px;
}

.poster-area .container {
  position: relative;
  margin: auto;
  width: 100%;
    padding: 0;
}


.currentNav {
  position: absolute;
  float: right;
  bottom: -50px;
  right: 170px;
  height: 30px;
  text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}

.nav-area {
  height: 100px;
  text-align: center;
}

.nav-area .container {
  position: relative;
  margin: auto;
}

.video-area {
  height: 640px;
  text-align: center;
  background: url(../images/bg-video.jpg) top center no-repeat;
  background-size: cover;
}

.video-area .container {
  position: relative;
  margin: auto;
}

.currentNav a {
  margin: 10px;
}

.currentNav a.selected {
  color: #329de5;
}

.poster-area .poster-info {
  position: absolute;
  top: 55%;
  left: 18.5%;
  width: 100%;
  text-align: center;
}
.poster-area .poster-info.g6 {
  top: 65%;
  left: -5%;
}
.poster-area .poster-info.bigegg2 {
  top: 65%;
  left: -5%;
}


.poster-area .poster-info h1 {
  font-size: 58px;
  line-height: 1em;
  font-weight: normal;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}

.poster-area .poster-info .g6 {
  top: 65%;
  left: -5%;
}
.poster-area .poster-info .bigegg2 {
  top: 65%;
  left: -5%;
}

/* .poster-area .poster-info h1 span {
  border: 2px solid;
  border-radius: 10px;
  font-size: 70%;
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
  margin: 0 2px;
  position: relative;
  top: -5px;
} */

.poster-area .poster-info .subTitle {
  font-size: 40px;
  text-align: center;
  line-height: 1em;
  margin-bottom: 10px;
}

.poster-area .poster-info .summary {
  font-size: 14px;
  text-align: center;
  color: #666;
}

.poster-area .poster-info .price {
  font-size: 42px;
  text-align: center;
  color: #f07f00;
  margin-top: 50px;
  margin-bottom: 20px;
}

.poster-area .poster-info .price .prefix {
  font-size: 16px;
}

.poster-area .poster-info .mall-button-area {
  margin-bottom: 20px;
}

.poster-area .poster-info .mall-button-area a {
  display: inline-block;
  height: 42px;
  line-height: 40px;
  font-size: 18px;
  background-color: #fafafa;
  border: #ccc 1px solid;
  padding: 0 24px;
  border-radius: 21px;
  text-decoration: none;
  margin: 0 5px;
}

.poster-area .poster-info .mall-button-area a.active {
  background-color: #f07f00;
  color: #fff;
  border: #f07f00 1px solid;
}

.poster-area .poster-info .video-button-area {
  font-size: 14px;
}

.poster-area .poster-info .video-button-area i {
  display: inline-block;
  height: 24px;
  width: 24px;
  vertical-align: middle;
}

.poster-bottom-area {
  background: #fff url(../images/bg-product-bottom.png) left top repeat-x;
  text-align: center;
}

.poster-bottom-area .container {
  position: relative;
  margin: auto;
    width: 100%;
    padding: 0;
}

.poster-bottom-area .poster-info {
  position: absolute;
  top: 56%;
  left: -12%;
  width: 100%;
  text-align: center;
}
.poster-bottom-area .poster-info.bigegg2 {
  left: -10%;
}

.poster-bottom-area .poster-info h1 {
  font-size: 52px;
  line-height: 1em;
  font-weight: normal;
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
}

/* .poster-bottom-area .poster-info h1 span {
  border: 2px solid;
  border-radius: 10px;
  font-size: 70%;
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
  margin: 0 2px;
  position: relative;
  top: -5px;
} */

.poster-bottom-area .poster-info .subTitle {
  font-size: 36px;
  text-align: center;
  line-height: 1em;
  margin-bottom: 20px;
}

.poster-bottom-area .poster-info .summary {
  text-align: center;
}

.poster-bottom-area .poster-info .price {
  display: inline-block;
  font-size: 36px;
  color: #f07f00;
  height: 42px;
  line-height: 42px;
  vertical-align: middle;
}

.poster-bottom-area .poster-info .price .prefix {
  font-size: 14px;
}

.poster-bottom-area .poster-info .mall-button-area {
  display: inline-block;
  vertical-align: middle;
}

.poster-bottom-area .poster-info .mall-button-area a {
  display: inline-block;
  height: 42px;
  line-height: 40px;
  font-size: 18px;
  background-color: #fafafa;
  border: #ccc 1px solid;
  padding: 0 24px;
  border-radius: 21px;
  text-decoration: none;
  margin: 0 5px;
}

.poster-bottom-area .poster-info .mall-button-area a.active {
  background-color: #f07f00;
  color: #fff;
  border: #f07f00 1px solid;
}

.mainBody {
  position: relative;
  text-align: center;
  background-color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}

.imgItem {
  width: 1024px;
  margin: 0 auto;
  min-height: 100px;
  background: url(../images/loading.gif) center no-repeat;
}

.imgItem .item-img {
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.imgItem .item-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 0;
  color: transparent;
  opacity: 0;
}

.product-parameter {
  width: 1024px;
  margin: auto;
  text-align: left;
  border-collapse: collapse;
  margin-bottom: 100px;
  border: #ccc 1px solid;
}

.product-parameter caption {
  text-align: center;
  font-size: 24px;
  line-height: 2em;
}

.product-parameter th,
.product-parameter td {
  padding: 15px 40px;
  font-size: 18px;
}

.product-parameter th {
  background-color: #f2f2f2;
}

.product-parameter thead th,
.product-parameter thead td {
  font-size: 20px;
}

.video-area .play-area {
  width: 720px;
  margin: 80px auto auto auto;
  text-align: center;
}

.video-area .play-area h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.video-area .video-show {
  width: 720px;
  height: 440px;
}

.video-area .video-show video {
  width: 100%;
  height: auto;
}

@media (max-width: 979px) {
  .layout {
    padding-top: 114px;
  }

  .productNav {
    display: block;
    position: fixed;
    left: 0;
    top:55px;
    width: 100%;
    z-index: 98;
    height: 30px;

  }
  .productNav ul {
    padding: 0;
    margin: 0;
    background-color: #666;
  }
  .productNav ul:after{
    content:"";
    display:block;
    clear:both;
    height:0;
  }

  .productNav li {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 30px;
    line-height: 30px;
    width:33.33%;
    display:block;
    float:left;
  }

  .productNav li a {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color:#fff;
  }

  .productNav li.selected a {
    border-left: none;
    background-color: #999;
  }

  .currentNav {
    position:fixed;
    float: right;
    top:120px;
    right: 15px;
    z-index: 99;
  }
  .nav-area {
    height: 40px;
  }
  .poster-area {
    background: none;
    text-align: center;
    min-height: auto;
  }
  .poster-area .container {
    position: relative;
    margin: 0 -15px;
    padding: 0;
  }
  .poster-area .poster-info {
    position: absolute;
    top: 55%;
    left: 20%;
    width: 100%;
    text-align: center;
  }
  .poster-area .poster-info h1 {
    font-size: 20px;
    line-height: 1em;
    font-weight: normal;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
  }
  /* .poster-area .poster-info h1 span {
    border: 1px solid;
    border-radius: 10px;
    font-size: 70%;
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    margin: 0 2px;
    position: relative;
    top: -2px;
  } */
  .poster-area .poster-info .subTitle {
    display: none;
    font-size: 16px;
    text-align: center;
    line-height: 1em;
    margin-bottom: 10px;
  }
  .poster-area .poster-info .summary {
    display: none;
    font-size: 14px;
    text-align: center;
    color: #666;
  }
  .poster-area .poster-info .price {
    font-size: 24px;
    text-align: center;
    color: #f07f00;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .poster-area .poster-info .price .prefix {
    font-size: 12px;
  }
  .poster-area .poster-info .mall-button-area {
    margin-bottom: 10px;
  }
  .poster-area .poster-info .mall-button-area a {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    background-color: transparent;
    padding: 0 5px;
    border-radius: 10px;
    text-decoration: none;
    margin:0;
  }
  .poster-area .poster-info .mall-button-area a.active {
    background-color: #f60;
    color:#fff;
  }
  .poster-area .poster-info .video-button-area {
    font-size: 12px;
    text-shadow: -1px 0 #fff,
    0 1px #fff,
    1px 0 #fff,
    0 -1px #fff;
  }
  .poster-area .poster-info .video-button-area i {
    display: inline-block;
    height: 24px;
    width: 24px;
    vertical-align: middle;
    display: none;
  }
  .poster-bottom-area {
    background: none;
    text-align: center;
  }

  .poster-bottom-area .container {
    padding: 0;
    margin: 0 -15px;
  }

  .poster-bottom-area .poster-info {
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    text-align: center;
  }

  .poster-bottom-area .poster-info h1 {
    font-size: 16px;
    line-height: 1em;
    font-weight: normal;
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
  }

  /* .poster-bottom-area .poster-info h1 span {
    border: 1px solid;
    border-radius: 10px;
    font-size: 70%;
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    margin: 0 2px;
    position: relative;
    top: 0;
  } */

  .poster-bottom-area .poster-info .subTitle {
    display: none;
    font-size: 14px;
    text-align: center;
    line-height: 1em;
    margin-bottom: 5px;
  }

  .poster-bottom-area .poster-info .summary {
    text-align: center;
  }

  .poster-bottom-area .poster-info .price {
    display: block;
    font-size: 18px;
    color: #f07f00;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
  }

  .poster-bottom-area .poster-info .price .prefix {
    font-size: 12px;
  }

  .poster-bottom-area .poster-info .mall-button-area {
    display: inline-block;
    vertical-align: middle;
                margin-top: 8%;
                margin-left: -14%
  }

  .poster-bottom-area .poster-info .mall-button-area a {
    display: inline-block;
                height: 15px;
                line-height: 14px;
                font-size: 9px;
    background-color: transparent;
    padding: 0;
    border-radius: 10px;
                margin: 0
  }

  .poster-bottom-area .poster-info .mall-button-area a.active {
    background-color: #f60;
    color: #fff;
    margin: 0;
  }

  .mainBody {
    position: relative;
    text-align: center;
    background-color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 15px;
    box-sizing: border-box;
    overflow: hidden;
  }
  .imgItem {
    width: 100%;
    margin: 0 auto;
    min-height: 100px;
    background: url(../images/loading.gif) center no-repeat;
  }
  .imgItem .item-img {
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
  }
  .imgItem .item-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    color: transparent;
    opacity: 0;
  }
  .product-parameter {
    width: 100%;
    margin: auto;
    box-sizing: border-box;
  }
  .product-parameter caption {
    text-align: center;
    font-size: 18px;
    line-height: 2em;
  }
  .product-parameter th,
  .product-parameter td {
    padding: 10px 5px;
    font-size: 14px;
    word-break:break-all;
  }
  .product-parameter th {
    background-color: #f2f2f2;
  }
  .product-parameter thead th,
  .product-parameter thead td {
    font-size: 14px;
  }
  .video-area {
    height: auto;
  }

  .video-area .container {
    position: relative;
    padding: 15px;
  }

  .video-area .play-area {
    width: 100%;
    margin: 50px auto auto auto;
    text-align: center;
  }
  .video-area .play-area h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .video-area .video-show {
    width: 100%;
    height: auto;
  }
  .video-area .video-show video {
    width: 100%;
    height: 100%;
  }
}​