



#yp_aboutus .title {
    font-size: 26px;
    color: #17A2B8;
}

/*用户中心不用显示BANNER图*/
#index_photo{
    display: none;
}
/*用户登录后用户中心不显示订阅按扭*/
#lk_footer .subscribe-row{
    display: none !important;
}

#user-pricing{
    padding-top:120px;
}



 body{
     background-color: #EAEAEA;
 }

.pricing-card a{
    text-decoration:none;
}

.pricing-card{
    padding-top:20px;
    width: 100%;
    background-color: #fff;
    text-align: center;
    /*cursor: pointer;*/
    overflow: hidden;
    color: #2d2d2d;



}

.pricing-card-header{
    color: #666;

}

.pricing-card:hover .pricing-card-header{
    /*box-shadow: 0 0 0 26em #28A745;*/
}

.pricing-card .price{
    font-size: 38px;
    color: #28A745;
    margin: 25px 0;

}


.pricing-card ul{
    text-align: center;
    /*margin-bottom: 120px;*/
    padding-left:0;
}

.pricing-card li{
    list-style: none;
    font-size: 18px;
    padding: 10px 0;
    /*text-transform: uppercase;*/

    color: #666;
}

.order-btn{
    display: inline-block;
    border: 2px solid #28A745;
    color: #28A745;
    padding: 10px 20px;
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: 500;
    transition: .3s linear;
}

.order-btn:hover{
    background-color: #28A745;
    color: #fff;
}
.aaa{
    margin-bottom: 120px;
}
.bbb{
    /*background-color: #a77b49;*/
    bottom: 25px;
    position:absolute;
    left:50%;
    transform:translateX(-50%);
}



#lk_footer img.banner-down{
    width:110px;
    margin-left:10px;
}



/*-----pricing-table2*/
.pricing-table2{
   margin-top:40px;

}
.pricing-table2 .short-text{
    color: #888888;
    background-color: #fff;
    text-align: center;

    padding:15px;


}













