.apps{
    width: 1080px;
    margin-left: 10px;
    padding: 30px 0;
}
.app-cnt{
    margin-left: -20px;
    margin-top: -20px;
    margin-bottom: 20px;
}
.app-cnt-item{
    float: left;
    position: relative;
    margin-left: 20px;
    padding: 10px;
    margin-top: 20px;
    border: 1px solid #E4E6E9;
    border-radius: 4px;
    cursor: pointer;

    -webkit-transition: border-color .3s ease-in-out;
    -o-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out
}
.app-cnt-item:hover {
    border-color: #6496c8;
}
.app-cnt-item_left {
    display: table-cell;
    width: 40px;
    height: 40px;
    color: #ffffff;
    vertical-align: middle;
    text-align: center;
    background-color: #4794e8;
}
.app-cnt-item_right {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}
.app-cnt-item_title {
    display: block;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    width: 128px;
}
.app-cnt-item_status {
    margin-top: 1px;
    color: #787878;
    width: 128px;
}

.app-collect{
    position: absolute;
    top: 45px;
    left: 10px;
    width: 140px;
    height: 500px;
    z-index: 99999;
    background-color: #FFFFFF;
}

.moveapp{
    display: block;
    width: 130px;
    height: 40px;
    margin: 5px auto;
    line-height: 40px;
    background-color: #FFFFFF;
    border: 1px dashed #333;
    border-radius: 4px;
}
.moveapp i{
    width: 25px;
    text-align: center;
}
.moveapp span{
    display: inline-block;
    width: 70px;
    text-align: left;
}