.plans {
  width: 836px;
  margin: 10px auto;
  overflow: hidden;
}

.plan {
  float: left;
  width: 150px;
  margin: 20px 2px;
  padding: 15px 25px;
  text-align: center;
  background: white;
  background-clip: padding-box;
  border: 2px solid #e5ded6;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.plan-title {
  margin-bottom: 2px;
  font-size: 21px;
    height: 46px;
    line-height: 23px;
    overflow: hidden;
  color: #36bce6;
}

.plan-price {
  margin-bottom: 20px;
  line-height: 1;
  font-size: 28px;
  font-weight: bold;
  color: #fd935a;
}

.plan-unit {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  font-weight: normal;
  color: #aaa;
}

.plan-features {
  width: 120px;
  margin: 20px auto 15px;
  padding: 15px 0 0 15px;
  border-top: 1px solid #e5ded6;
  text-align: left;
}
.plan-price:before{
    content:'¥'
}
.plan-feature {
    height: 21px;
  line-height: 20px;
  font-size: 15px;
  font-weight: 500;
  color: #444;
  margin-right:5px;
}
.plan-feature + .plan-feature {
  margin-top: 5px;
}

.plan-feature-unit {
  margin-left: 2px;
  font-size: 16px;
}

.plan-feature-name {
  font-size: 13px;
  font-weight: normal;
  color: #aaa;
}

.plan-button {
  position: relative;
  display: block;
  line-height: 40px;
  font-size: 16px;
  font-weight: 500;
  color: white;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.1);
  background: #fd935c;
  border-bottom: 2px solid #cf7e3b;
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
.plan-button:hover{
    color: #FFF;
}
.plan-button:active {
  top: 2px;
  margin-bottom: 2px;
  border-bottom: 0;
}

.plan-highlight {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  width: 170px;
  border: 4px solid #37bbe6;
}
.plan-highlight .plan-button {
  font-size: 18px;
  line-height: 49px;
  background: #37bce5;
  border-color: #3996b3;
  border-color: rgba(0, 0, 0, 0.15);
}

.plan-recommended {
  margin: -15px auto 15px;
  padding-bottom: 2px;
  line-height: 22px;
  font-size: 14px;
  font-weight: bold;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.05);
  background: #37bbe6;
  border-radius: 0 0 4px 4px;
}


#price_headDIV_1 {
    width:836px;
    color: rgb(119, 119, 119);
    height: 30px;
    perspective-origin: 480px 15px;
    transform-origin: 480px 15px;
    border: 0px none rgb(119, 119, 119);
    font: normal normal normal normal 13px / 20.8px 微软雅黑, Helvetica;
    margin: 0px auto 10px auto;
    outline: rgb(119, 119, 119) none 0px;
}/*#price_headDIV_1*/

.price-header{
    color: rgb(255, 255, 255);
    display: inline-block;
    height: 15px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    width: 72px;
    perspective-origin: 46px 13.5px;
    transform-origin: 46px 13.5px;
    border: 0px none rgb(255, 255, 255);
    border-radius: 3px 3px 3px 3px;
    font: normal normal bold normal 18px / 15px 微软雅黑, Helvetica;
    margin: 0px 3px 3px 0px;
    outline: rgb(255, 255, 255) none 0px;
    padding: 6px 10px;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}

#price_headA_2.price-header {
    background: #C2C2C2 none repeat scroll 0% 0% / auto padding-box border-box;
}/*#price_headA_2*/

#price_headA_3.price-header {
    background: rgb(238, 185, 184) none repeat scroll 0% 0% / auto padding-box border-box;
}/*#price_headA_3*/

#price_headA_4.price-header {
    width:124px;
    background: rgb(255, 195, 160) none repeat scroll 0% 0% / auto padding-box border-box;
}/*#price_headA_4*/
#price_headA_5.price-header {
    background: #5bc0de none repeat scroll 0% 0% / auto padding-box border-box;
}/*#price_headA_4*/
#price_headA_2.active,#price_headA_2.price-header:hover{
    background-color: #222;
    color: #FFF;
}
#price_headA_3.active,#price_headA_3.price-header:hover{
    background-color: #da4f49;
    color: #FFF;
}
#price_headA_4.active,#price_headA_4.price-header:hover{
    background-color: #FF7203;
    color: #FFF;
}
#price_headA_5.active,#price_headA_5.price-header:hover{
    background-color: #337ab7;
    color: #FFF;
}
.pointPriceSelect{
    font-size: 16px;
    width: 200px;
    margin-right: 18px;
}
.one-click-buy{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.one-click-buy:focus{
    outline: none;
}
.first-gift{
    border: 4px solid #37bbe6;
    width:146px;
    margin: 6px 2px 0 2px;

}
.first-gift .plan-button{
    background: #37bce5;
}
.first-gift .plan-title{
    height:30px;
    margin-top: -10px;

}
.first-gift .plan-features{
    margin: 8px 0;
    padding-top: 8px;
}

.first-gift .plan-price{
    margin-bottom: 10px;
}