.keysbox {
    background: #FFFFFF;  
    font-size: 16px;
    color: #303030;
    padding: 0 15px;
}
.keysbox .keys {
    padding: 30px 0;height: 42px;
	line-height: 42px; clear: both;
}
.keys a {
    float: left;
    height: 30px;
    line-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 2px 24px 2px 0;
}
.keys a.active {
    color: #ef1c22;
    border-bottom: 2px solid #ef1c22;
}
.app-list{margin-top: 25px;}
.show-content li {
       width: 369px;
    height: 120px;
    padding: 22px 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    -webkit-box-shadow: 0px 0px 4px #d4d3d3;
    box-shadow: 0px 0px 4px #d4d3d3;
    float: left;
    margin-right: 30px;
    margin-bottom: 26px;
    background: #fff;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}
.show-content li:hover{
	-webkit-box-shadow: 0px 10px 20px rgba(226,226,226,.8);
	box-shadow: 0px 10px 20px rgba(226,226,226,.8);
	-webkit-transform: translate3d(0,-10px,0);
	   -moz-transform: translate3d(0,-10px,0);
	        transform: translate3d(0,-10px,0);
	z-index: 4;
}
.show-content li:hover h3{
	color: #0db252;
}

.show-content >li:nth-child(3n){
	margin-right: 0;
}
.imgLeft {
    width: 68px;
    float: left;
}
.imgLeft span {
    display: inline-block;
    width: 68px;
    height: 68px;
    overflow: hidden;
    border-radius: 4px;
}
.dataRight {
    width: 224px;
    float: left;
    margin-left: 12px;
    margin-bottom: 27px;
}
.dataRight .title h3 {
    font-size: 16px;
    color: #303030;
    float: left;
    width: 168px;
    margin-bottom: 2px;
}
.ellipsis {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.dataRight .title span {
    float: right;
    width: 48px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    color: #404040;
    border: 1px solid #f4f4f4;
    text-align: center;
    border-radius: 5px;
}
.clear:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    overflow: hidden;
}


.dataRight .introduce {
    color: #808080;
    font-size: 14px;
    margin-top: 5px;
    display: -webkit-box;
    display: -moz-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 40px;
}
.list-bottom {
    clear: both;
}
.show-content .list .qrcode {
    width: 160px;
    overflow: hidden;
    background: #FFFFFF;
    -webkit-box-shadow: 0 0 4px #d6d6d6;
    box-shadow: 0 0 4px #d6d6d6;
    text-align: center;
    font-size: 14px;
    color: #303030;
    position: absolute;
   right: 48px;
    top: 48px;
    z-index: 99;
    display: none;
    padding-bottom: 10px;
}
.qrcode img {
    width: 132px;
    margin-top: 15px;
    margin-bottom: 6px;
}