/* 400包年套餐 */
.package-year:hover {
    padding: 40px;
    background-color: #fc465f;
    border-radius: 5px;
    color: #fff;
}
.package-year:hover > span {
    border: 1px solid #fff;
}
.package-year:hover > a {
    background-color:#fff;
    border: 1px solid #fff;
    color:#2089d5;
}
.package-year {
    padding: 40px;
    background-color: #f1f9ff;
    border-radius: 5px;
}
.package-year > p {
    margin: 20px 0;
    font-weight: bold;
}
.package-year > span {
    padding: 5px;
    font-size:16px;
}
.package-year > p > span {
    font-size: 18px;
    display: inline-block;
}
.package-year > a{
    text-decoration:none;
    padding: 0 15px;
    display:inline-block;
    border: 1px solid #999;
    height: 30px;
    line-height:30px;
    border-radius: 15px;
    color:#000;
}
/* 备注 */
#package-year-remarks{
    margin-top: 30px;
    color: #999;
}
/* 中线 */
#time-line{
    position: relative;
}
.line-cut{
    position: absolute;
    left: 50%;
    top: 6%;
    height: 85%;
    width: 1px;
    background-color: #2089d5;
}
.time-axis-left {
    padding:0 80px 0 30px;
}
.time-axis-right {
    padding: 0 30px 0 80px;
}
.time-axis{
    position: relative;
    margin-bottom: 40px;
}
.time-axis img{
    position: absolute;
}
.time-axis-left > div,
.time-axis-right > div{
    margin-bottom: 10px;
}
.time-axis-left img{
    left: 0;
    top: -10px;
    width: 95%;
    height: 115%;
    transform: rotateY(180deg);
    display: none;
}
.time-axis-right img{
    right: 0;
    top: -10px;
    width: 95%;
    height: 115%;
    display: none;
}
.line-cut-item{
    position: absolute;
    display: none;
    width: 4px;
    height: 40px;
    background-color: #2089d5;
}
.time-axis-left .line-cut-item{
    top: 45px;
    right: -2.5px;
}
.time-axis-right .line-cut-item {
    top: 40px;
    left: -1.5px;
}
.time-axis-right .last-time-axis {
    height: 100px;
    line-height: 100px;
}