#lyzbp_apps {
    padding: 5px 5px 15px 5px;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #bbb;
}
#ly_apps {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    clear: both;
}
.ly_apps_logo {
    flex:1;
    vertical-align: middle;
    width: 30%;
    height: 198px;
    text-align: center;
    display: inline-block;
}
.ly_apps_logo .ly_apps_img {
    max-width: 198px;
    max-height: 198px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    object-fit: cover;
}
.ly_apps_info {
    margin: 0;
    vertical-align: middle;
    padding-left: 15px;
    width: 70%;
    padding-bottom: 5px;
    display: inline-block;
}
.ly_apps_info div.ly_apps_name {
    width: 100%;
    font-size: 16px;
    text-align: left;
    overflow: hidden;
    display: block;
    WORD-BREAK: keep-all;
    WHITE-SPACE: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.ly_apps_info div {
    font-size: 14px;
    width: 60%;
    display: block;
    line-height: 1.8em;
    float: left;
}
.ly_apps_info div:nth-child(2n+3)  {
    width:40%;
}
.ly_apps_link {
    margin-top: 15px;
	margin-bottom: 5px;
    position: relative;
    width: 100% !important;
    padding: 5px 0;
    text-align: center;
    display: block;
    clear: both;
}

.ly_apps_link a {
    color: #fff;
    font-size: 18px;
    padding: 12px;
    margin: 10px 6px;
    text-align: center;
border-radius: 6px;
}

.ly_apps_link a.theme {
    background: #3a6ea5;
}
.ly_apps_link a.themes {
    background: #046f09;
}
.ly_apps_link a.plugin {
    background: #ce0e0e;
}

.ly_apps_price {
	position:relative;
    font-style: normal;
    text-shadow: none;
    font-family: "微软雅黑", "verdana";
    color: #fff;
    margin: 0 0 0 5px;
    padding: 0 5px 0 0;
    box-shadow: 0 0 2px 1px #fff;
    border-radius: 6px;
}
.ly_apps_link a{
    box-shadow: rgba(255, 255, 255, 0.25) 0px 1px 0px, inset rgba(255, 255, 255, 0.25) 0px 1px 0px, inset rgba(0, 0, 0, 0.25) 0px 0px 0px, inset rgba(255, 255, 255, 0.03) 0px 20px 0px, inset rgba(0, 0, 0, 0.15) 0px -20px 20px, inset rgba(255, 255, 255, 0.05) 0px 20px 20px;
}
@media screen and (max-width:800px) {
    #lyzbp_apps {
        position: relative;
        display: block;
    }
    .ly_apps_logo {
        width: 100%;
        margin-bottom: 10px;
        display: block;
    }
    .ly_apps_logo .ly_apps_img{
        width: 66px;
        height: 66px;
        margin-bottom: 10px;
    }
    #ly_apps{
        float: none;
        width: 100%;
        display: block;
    }
    .ly_apps_info{
        padding-left: 0px;
        width: 100%;
    }
}