@charset "UTF-8";
/**
 * 
 * @authors Sean (982653014@qq.com)
 * @date    2017-01-14 21:35:23
 * @version $Id$
 */
/**
 * 定义变量 start
 * @type {String}
 */
h2 {
  font-size: 1rem;
  text-align: center;
  line-height: 2.73333333rem;
  background: #ccc;
}
.vs {
  width: 100%;
}
.vs div {
  width: 50%;
  height: 4.93333333rem;
  float: left;
  display: table;
  text-align: center;
}
.vs div p {
  display: table-cell;
  vertical-align: middle;
  border-bottom: 0.08666667rem solid #ccc;
  border-left: 0.06666667rem solid #ccc;
}
.vs div:nth-child(odd) p {
  font-size: 0.8rem;
  font-weight: 700;
  background: #fffbf4;
  color: #ff6666;
  border-left: none;
}
.vs div:nth-child(even) p {
  font-size: 0.66666667rem;
  color: #b2b2b2;
}
.telephone {
  display: block;
  background: #ff6666;
  border-radius: 10px;
  text-align: center;
  font-size: 0.8rem;
  line-height: 2.1rem;
  width: 12.46666667rem;
  margin: 0 auto;
  color: white;
  height: 2.1rem;
}
.vsb {
  margin: 1.13333333rem auto;
}
