#planNav {
    width: 100%;
    height: 50px;
    background-color: #f7f7f7;
    display: flex;
    align-items: center;
    padding: 0 3%;
}

.planname2 {
    width: 17.28%;
}

.planname4 {
    width: 27.57%;
}

.plan_img {
    width: 100%;
    border-radius: 5px;
    border: solid 1px #ddd;
    height: auto;
    position: relative;
}

.class_img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
}
ul.loves{
    margin-top: 20px;
}

ul.loves li a img {
    width: 100%;
    border-radius: 0px;
    width: 100%;
    border: solid 0px #ddd;
    height: auto;
}

ul.loves li a {
    display: block;
    color: #666;
    padding: 0px 10px 6px 10px;
}

.plan_name {
    padding: 0px;
    display: block;
    overflow: hidden;
    font-size: 1.5rem;
    /**font-family: "Source Han Sans CN";*/
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    bottom: 4.5%;
    left: 5%;
}

.plan_english {
    padding: 0px;
    display: block;
    overflow: hidden;
    font-size: 1.2rem;
    font-family: ArialmT;
    color: rgba(255, 255, 255, 0.7);
    position: absolute;
    bottom: 5%;
    left: 80%;

}

.plan_div {
    position: relative;
}
* {margin: 0; padding: 0;}

html,body{
    width: 100%;
    left: 0;top: 0;
    overflow-x: hidden;
    overflow-y: auto;
}
a:hover, a:visited, a:link, a:active {

    text-decoration: none;
}

.row{
    width: 48%;
    max-width: 200px;
}
