.page{
    width: 100%;
    min-height:400px;
}
.li-b-pricing{
    color: #46B96C !important;
}
.menu-flex .menu-flex-auto .li-b-pricing::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #46B96C;
  transform: scaleX(1);
}
.pricing-get{
    min-width: 1230px;
    height: 640px;
    background: url(../img/pricing_bg.png) no-repeat;
}
.pricing-get-center{
    width: 1230px;
    height: 640px;
    overflow: hidden;
    margin:0 auto;
}
.pricing-get-title{
    width: 100%;
    height: 40px;
    font-size: 40px;
  
    font-weight: 600;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    text-shadow: 4px 4px 8px rgba(0,0,0,0.8);
    margin-top: 100px;
}
.pricing-get-buy{
    width: 270px;
    height: 358px;
    background: #FFFFFF;
    border-radius: 8px;
    float: left;
    margin: 70px 0 0 30px;
    overflow: hidden;
    text-align: center;
    position: relative;
    transition-duration: 200ms;
    box-shadow: 0px 0px 20px 2px rgba(0,0,0,0);
}

.pricing-get-buy:hover{
    width: 270px;
    height: 358px;
    background: #FFFFFF;
    border-radius: 8px;
    margin-top: 61px;
    float: left;
    box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.8);
}
.pricing-get-buy1{
    width: 100%;
    text-align: center;
    height: 24px;
    font-size: 24px;
  
    font-weight: 600;
    color: #212121;
    line-height: 24px;
    margin-top: 30px;
}
.pricing-get-buy2{
    display: inline-block;
    width: auto;
    margin: 10px auto;
    padding: 6px 12px;
    height: 26px;
    background: #E8F6ED;
    border-radius: 13px;
    font-size: 14px;
  
    font-weight: 500;
    color: #278852;
    line-height: 14px;
}
.white {
 background-color: #fff;
}

.pricing-get-buy3{
    font-size: 16px;
  
    font-weight: 400;
    color: #212121;
    line-height: 16px;
    margin-top: 36px;
}
.buy-number1{
    font-size: 40px;
  
    font-weight: 600;
    color: #E5A335;
    line-height: 40px;
}
.pricing-get-buy4{
    font-size: 16px;
  
    font-weight: 400;
    color: #212121;
    line-height: 22px;
    margin-top: 30px;
}
.buy-number2{
    margin: 0 5px;
    color: #b0b0b0;
    text-decoration: line-through;
}
.pricing-get-buy5{
    font-size: 16px;
  
    font-weight: 400;
    color: #212121;
    line-height: 22px;
}
.pricing-get-buy6{
    width: 162px;
    height: 44px;
    line-height: 44px;
    margin: 16px auto;
}
.pricing-get-buy7{
    font-size: 14px;
  
    font-weight: 400;
    color: #999999;
    line-height: 14px;
}
.pricing-get-buy-img{
    position: absolute;
    right: 20px;
    top: 0px;
}
.pricing-why{
    min-width: 1230px;
    height: auto;
    margin: 180px 0;
}
.pricing-why-center{
    width: 1230px;
    height: auto;
    overflow: hidden;
    margin:0 auto;
}
.pricing-why-title{
    font-size: 40px;
  
    font-weight: 600;
    color: #212121;
    line-height: 40px;
    width: 100%;
    text-align: center;
}
.pricing-why-pro{
    margin-top: 100px;
    width: 50%;
    height: 285px;
    float: left;
}
.pricing-why-pro-img{
    text-align: center;
}
.img-why{
    width: auto;
    height: auto;
}
.pricing-why-pro-title{
    font-size: 28px;
  
    font-weight: 600;
    color: #212121;
    line-height: 28px;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.pricing-why-pro-text{
    width: 480px;
    height: 90px;
    font-size: 20px;
  
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    text-align: center;
    margin: 20px auto;
}

/* pricing-day */
.pricing-day{
    min-width: 1230px;
    /* height: 600px; */
    padding-bottom: 60px;
    background: rgba(70,185,108,0.08);
}
.pricing-day-center{
    width: 1230px;
    height: 100%;
    padding: 5px 30px;
    overflow: hidden;
    margin: 0 auto;
  }
  .pricing-day-center-text{
    margin-top: 114px;
    float: left;
  }
  .pricing-day-center-text1{
    height: 40px;
    font-size: 40px;
  
    font-weight: 600;
    color: #212121;
    line-height: 40px;
    margin-top: 20px;
  }
  .pricing-day-center-text2{
    width: 490px;
    height: 120px;
    font-size: 20px;
  
    font-weight: 400;
    color: #666666;
    line-height: 30px;
  }
  .pricing-day-center-text3{
    font-size: 60px;
  
    font-weight: 600;
    color: #46B96C;
    line-height: 60px;
  }
  .page-link-line{
    width: 40px;
    height: 4px;
    background: #46B96C;
    margin: 24px 0 24px 0;
  }
  .pricing-day-btn{
    width: 225px;
    height: 60px;
    line-height: 60px;
    margin-top: 50px;
    float: left;
  }
  .pricing-day-center-img{
    float: right;
    margin-top: 120px;
  }
