@charset "UTF-8";
/**
 * 
 * @authors Sean (982653014@qq.com)
 * @date    2017-01-14 21:35:23
 * @version $Id$
 */
/**
 * 定义变量 start
 * @type {String}
 */
.case {
  max-width: 720px;
  margin-bottom: 1.6rem;
}
.case h2 {
  font-size: 1rem;
  text-align: center;
  background: #ccc;
  line-height: 3rem;
}
.case .paging {
  text-align: center;
  margin: 0.93333333rem 0 6rem;
}
.case .paging span {
  display: inline-block;
  width: 7.43333333rem;
  height: 2.26666667rem;
  border: 0.06666667rem solid #f5f4f9;
  line-height: 2.26666667rem;
  font-size: 0.8rem;
  text-align: center;
  color: #666464;
  margin: 0 0.1rem 0.56666667rem;
  border-radius: 8px;
}
.case .paging span.cur {
  border: 0.06666667rem solid #ff6666;
  background: #ff6666;
  color: white;
}
.case .caseinfo {
  width: 23.06666667rem;
  height: 21.76666667rem;
  border: 0.1rem solid #ff6666;
  border-radius: 5px;
  margin: 0 auto;
  position: relative;
  overflow: visible;
  top: 0;
  left: 0;
}
.case .caseinfo ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 10000px;
  height: 21rem;
}
.case .caseinfo ul li {
  float: left;
  margin: 0 auto;
  padding-top: 2.6rem;
}
.case .caseinfo ul li img {
  width: 13.56666667rem;
  height: 8.6rem;
  position: absolute;
  display: block;
  margin-left: -6.78333333rem;
  top: -6rem;
  left: 50%;
}
.case .caseinfo ul li h4 {
  text-align: center;
  font-size: 1rem;
  margin-top: 0.5rem;
  line-height: 1.66666667rem;
  background: transparent;
}
.case .caseinfo ul li article {
  width: 100%;
  height: 16.16666667rem;
  padding: 0 0.83333333rem;
  overflow: hidden;
  overflow-y: auto;
  background: transparent;
}
.case .caseinfo ul li article p {
  font-size: 0.8rem;
  color: #666;
  background: transparent;
  line-height: 1.23333333rem;
}
