.vm h6 {
  font-size: 14px;
  font-weight: 100;
  color: #999999;
}
.vm-master {
  padding-bottom: 30px;
}
.vm-server {
  background: #fff;
}
.mr5 {
  margin-right: 5px;
}
.plist{
  width: 338px;
  padding: 20px;
  float: left;
  border: 1px solid #eeeeee;
  background: #fff;
  transition: margin-top 0.5s;
}
.jiange{ margin-left:30px; margin-right:30px;}
.on-sale {
  background: #ffffff url(/images/icon_onsale.png) no-repeat scroll right top;
}
.plist:hover {
  border-color: #8BC0F6;
  box-shadow: 0 0 5px 5px #F2F8FE;
 /* margin-top: -10px;*/
  cursor: pointer;
}
.plist:hover h2 {
  color: #2086EE;
}
.plist:hover .btn-buy {
  border-color: #2086EE;
  background: #2086EE;
  color: #fff;
}
.plist:hover .coupon-link {
  text-decoration: underline;
}
.vm-list .vm-type {
  text-align: center;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 30px;}
.vm-list .vm-type h2 {
  font-weight: bold;
  font-size:24px;
}
.vm-list .vm-type .vm-type-desc {
  margin-top: 5px;
}
.vm-list .vm-params-item {
  float: left;
  padding: 0 10px;
  margin: 25px 0;
}
.vm-list .vm-params-item p {
  display: inline-block;
  text-align: center;
}
.vm-list .vm-params-item.item1 {
  width: 90px;
  text-align: center;
}
.vm-list .vm-params-item.item2 {
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  width: 95px;
  text-align: center;
}
.vm-list .vm-params-item.item3 {
  width: 90px;
  text-align: center;
}
.vm-list .vm-params-item.item3 p {
  padding-left: 20px;
}
.vm-detail {
  line-height: 2;
  padding: 0 10px;
  margin-bottom: 20px;
}
.vm-detail p span{
	width:75px;display:-moz-inline-box; display:inline-block; text-align:right;
}
.vm-price {
  text-align: center;
}
.vm h6 {
    font-size: 14px;
    font-weight: 100;
    color: #999999;
	padding-top:25px;
}
.mod-title-1 {
  overflow: hidden;
  padding: 40px 0;
  text-align: center;
}
.mod-title-1 h1 {
  position: relative;
  display: inline-block;
  color: #333;
  letter-spacing: 2px;
  font-size:32px;
  font-weight:normal;
  line-height:35px;
}
.mod-title-1 h1:before {
  right: 100%;
  margin-right: 30px;
}
.mod-title-1 h1:after {
  left: 100%;
  margin-left: 30px;
}
.mod-title-1 h1:before,
.mod-title-1 h1:after {
  position: absolute;
  content: "";
  top: 50%;
  width: 600px;
  height: 1px;
  background-color: #E4E4E4;
}
.font-larger {
    font-size: 24px;
	line-height:20px;
}.color-dark {
    color: #333333;
}.color-light {
    color: #999999;
	line-height:28px;
}