div.planall{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
div.plans{
    width: 76%;
    max-width: 1440px;
}

.plans ul{
    float: left;
    width: 100%;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.plans ul li{
    width: 49%;
    margin-bottom: 2.5% ;
}
.plans ul li a .img{
    max-width: 700px;
    max-height: 400px;
    overflow: hidden;

}
.plans ul li a .img >.planimg{
    width: 100%;
    height: 100%;
    position: relative;
    transition: .5s;
}
.plans ul li a .img >.planimg:hover{
    transform: translateZ(0) scale(1.05);
}

.plans ul li a .img >.transparent{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 700px;
    max-height: 80px;
}
.plandiv{
    position: absolute;
    bottom: 4%;
    left: 5%;
}
.plandiv >.planname{
    color: white;
    font-size: 1.1em;
    padding-bottom: 5px;
    /**font-family: "Source Han Sans CN";*/

}
.plandiv> .planenglish{
    font-size: 0.95em;
    color: #aaaaaa;
    /**font-family: "Source Han Sans CN";*/
}
div.pagebutton {
    max-width: 1280px;
    padding-left: 15px;
    padding-right: 15px;
    height: 30px;
    margin: 70px auto 70px auto;
    margin-bottom: 5%;
}
