* {
    word-wrap:break-word;
    padding:0;
    margin:0;
}
body {
    padding:0;
    margin:0;
    background:#f4f4f4;
    font:14px/1.5 -apple-system,'Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
}
ul,li,h1,h2,h3,p,i {
    margin:0;
    padding:0;
}
ul li {
    list-style-type:none;
}
em,cite,i {
    font-style:normal;
}
a {
    color:#333;
    text-decoration:none;
}
a:hover {
    color:#f60;
}
.z {
    float: left;
}
.y {
    float: right;
}

/* 公共 */
.appbox {
    width: 1160px;
    margin: 0 auto;
    padding: 80px 0 20px;
    font-size: 0;
}
.appbox li {
    width: 280px;
    margin: 5px;
    border-radius: 10px;
    display: inline-block;
    background: #fff;
    overflow: hidden;
}
.appbox li.theme {
    width: 222px;
}
.appbox li:hover {
    background: #fdfdfd;
    box-shadow: 0 0 10px rgba(11,28,73,0.2);
}
.appbox li:hover .benefit {
    border-top-color: #D0EBE6;
    background: #F3F9F8;
    color: #44B39F;
}
.benefit {
    border-top: 1px solid #eee;
    padding: 10px;
    line-height: 22px;
    font-size: 13px;
    color: #bbb;
}

/* 插件 */
.plugin {
    display: block;
    height: 80px;
    padding: 10px 10px 10px 100px;
    position: relative;
}
.plugin .cover {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 10px;
    left: 10px;
    background: #f5f5f5;
    overflow: hidden;
}
.plugin .cover img {
    max-width: 80px;
}
.plugin .name {
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.plugin .price {
    line-height: 24px;
    font-size: 14px;
    color: #f60;
    font-weight: 400;
    margin-bottom: 2px;
}
.plugin .count {
    line-height: 20px;
    font-size: 13px;
    color: #333;
}
.plugin .count span {
    color: #999;
    margin-right: 5px;
}

/* 插件 && 套餐 */
.template {
    display: block;
    padding: 10px;
}
.template .cover {
    width: 202px;
    height: 202px;
    margin-bottom: 15px;
    background: #f5f5f5;
    overflow: hidden;
}
.template .cover img {
    max-width: 202px;
}
.template .name {
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.template .price {
    line-height: 24px;
    font-size: 14px;
    color: #f60;
    font-weight: 400;
    margin-bottom: 2px;
}
.template .count {
    line-height: 20px;
    font-size: 13px;
    color: #333;
}
.template .count span {
    color: #999;
    margin-right: 5px;
}
.template .count em {
    font-size: 14px;
    color: #f60;
    float: right;
}
/* 页眉 */
.header {
    height: 40px;
    width: 100%;
    padding: 10px 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    text-align: center;
    font-size: 16px;
    color: #999;
    line-height: 40px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
.header a {
    display: inline-block;
    padding: 0px 20px;
    margin: 0 20px;
    background: #f5f5f5;
    border-radius: 6px;
}
.header a.on {
    background: #f60;
    color: #fff;
}
/* 分页 */
.page {
    height: 60px;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
    text-align: center;
    font-size: 16px;
    color: #999;
    line-height: 60px;
    background: #fff;
    box-shadow: 0 -1px 3px rgba(0,0,0,0.07);
}
.page a {
    margin: 0 40px;
}
.pagemore {
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    text-align: center;
    color: #999;
}

