/*购买课时点*/
.buy_div{
    width: 100%;
    background: #fff;
}
.buy_menu{
    padding-top: 40px;
    width: 1070px;
    height: 40px;
    border-bottom: 2px solid #333333;
    margin-left: 60px;
}
.buy_menu>li{
    height: 40px;
    width: 100px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #333333;
    float: left;
}
.buy_menu>li:hover{
    cursor: pointer;
}
.buy_menu>.lit{
    background: #333333;
    color: #fff;
}

.buy_list{
    width: 1100px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 30px;
}
.buy_card{
    width: 250px;
    height: 336px;
    margin: 0 10px 30px 10px;
    border: 1px solid #ddd;
    display: block;
    position: relative;
    border-top: 3px solid #e24943;
    float: left;
    transition: all 0.3s;
}
.buy_card:hover{
    box-shadow: 0 0 8px #ce3d3a;
    transform: translatey(-7px);
}
.buy_card .icon{
    width: 76px;
    height: 26px;
    line-height: 26px;
    text-align: left;
    color: #fff;
    background: url("http://img9.tongzhuo100.com/img/order/icon13.png") no-repeat;
    position: absolute;
    top:-1px;
    right: -1px;
    text-indent: 30px;
    visibility: hidden;
}
.buy_card .buy_p1{
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #666666;
    margin-top: 40px;
}
.buy_card .buy_p1 span{
    height: 20px;
    background: url("http://img9.tongzhuo100.com/img/order/icon15.png") no-repeat center;
    width: 28px;
    display: inline-block;
    vertical-align: middle;
}
.buy_card .buy_p2{
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #333333;
}
.buy_card .buy_p2 span{
    font-size:26px;
    margin-right: 5px;
    color: #e24943;
}
.buy_card .buy_p3{
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #999999;
    margin-bottom: 10px;
    text-decoration: line-through;
    visibility: hidden;
}
.buy_card .bd_top{
    width: 100%;
    height: 1px;
    background: #ddd;
}
.buy_card .buy_p5{
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #bbbbbb;
    background: url("http://img9.tongzhuo100.com/img/order/icon14b.png") no-repeat left;
    margin-left: 20px;
    text-indent: 15px;
    width: 214px;
    visibility: hidden;
}
.buy_card .buy_p4{
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #999999;
    background: url("http://img9.tongzhuo100.com/img/order/icon14.png") no-repeat left;
    margin-left: 20px;
    text-indent: 15px;
    width: 214px;
    border-bottom: 1px solid #ddd;
}
.buy_card input{
    width:157px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #e24943;
    border: none;
    border-radius: 4px;
    color: #fff;
    display: block;
    margin: 20px auto 0;
    font-size: 16px;
}
.buy_card input:hover{
    cursor: pointer;
}
