.w {
    width: 1200px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.compare {
    display: none !important;
}

.better {
    width: 21% !important;
}

/*title*/
.plan-wrap{
    padding-top: 100px;
    padding-bottom: 100px;
}
.plan-wrap .plan-header ul.plan-title {
    width: 1200px;
    margin: auto;
    border-bottom: 1px solid #E6EBF2;
    background: #fff;
}

.plan-wrap .plan-header ul.plan-title li {
    line-height: 50px;
    display: inline-block;
    width: 17%;
    text-align: center;
    font-size: 20px;
    color: #2A384D;
}

.plan-wrap .plan-header ul.plan-title li:first-child {
    width: 11%;
}

/*des*/
.plan-wrap .plan-header .plan-des li {
    vertical-align: text-top;
    margin-top: 10px;
    line-height: 17px;
    text-align: center;
    display: inline-block;
    height: 50px;
    width: 17%;
}

.plan-wrap .plan-header .plan-des li:first-child {
    width: 11%;
}

.plan-wrap .plan-header .plan-des li p {
    font-size: 12px;
    color: #666;
    padding: 0 35px;
}

/*price*/
.plan-wrap .plan-header .price-container {
    border-bottom: 1px solid #C3CCD9;
}

.plan-wrap .plan-header .price-container li {
    text-align: center;
    display: inline-block;
    width: 17%;
}

.plan-wrap .plan-header .price-container li:first-child {
    width: 11%;
}

.plan-wrap .plan-header .price-container li .price {
    font-size: 22px;
    color: #2A384D;
}

.btn {
    color: #fff;
    font-size: 14px;
    height: 40px;
    width: 134px;
    line-height: 25px;
    text-align: center;
    background: #3cadfb;
    cursor: pointer;
}

.plan-wrap .plan-header .price-container li .btn {
    margin: 20px auto;
    background: #e5504f;
    border-radius: 2px;
    width: 96px;
    height: 36px;
}

/*feature*/
.plan-wrap .feature-title {
    background: #EAF3FF;
    font-size: 18px;
    color: #2A384D;
    line-height: 48px;
    text-indent: 18px;
}

.plan-wrap .plan-item{
    border-top: 1px solid #E6EBF2;
}

.plan-wrap .plan-item li {
    text-align: center;
    display: inline-block;
    width: 17%;
    height: 44px;
    line-height: 44px;
    font-size: 12px;
    color: #666;
}

.plan-wrap .plan-item li:first-child {
    width: 11%;
    text-indent: 18px;
    text-align: left;
}

.plan-wrap .plan-item li span{
    display: inline-block;
}
.plan-wrap .plan-item li .icon-yes {
    height: 15px;
    width: 20px;
    background: url("/add/images/right.png") no-repeat center center;
    background-size: cover;
}
