/* app menu */

popcontainer banner {
    display: block;
    height: 70px;
    width: 100%;
    background-color: rgb(118,168,228);
    line-height: 70px;
    text-align: center;
    margin-bottom: 30px;
}

banner img {
    vertical-align: middle;
}
banner app-index {
    display: inline-block;
    width: 80px;
    color: #fff;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 24px;
}
banner app-index span:first-child {
    color: #fff;
    font-size: 18px;
}
banner app-index span:last-child {
    color: #fff;
    font-size: 12px;
}
banner input {
    width: 750px;
    height: 38px;
    border-left: 1px solid rgb(191,214,242);
    border-right: 1px solid rgb(191,214,242);
    border-top: none;
    border-bottom: none;
    vertical-align: middle;
    text-indent: 20px;
    outline: none;
}
banner button {
    width: 100px;
    height: 38px;
    color: #fff;
    background: rgb(58,121,196);
    border-radius: 0;
    border:none;
    margin: 0;
    cursor: pointer;
}
banner button:hover {
    background: rgba(58,121,196, 0.8);
}


wf-popbody popcontainer {
    display: block;
    height: 100%;
    width: 100%;
    padding: 20px;
}

popcontainer tab {
    border-bottom: 1px solid rgb(221,221,221);
    padding-left: 0;
}
popcontainer tab-nav {
    color: #3c3c3c;
    background: #fff;
    height: 30px;
    border: none;
    line-height: 28px;
    border: 1px solid #fff;
    margin-bottom: -1px;
    border-bottom: 1px solid rgb(221,221,221);
    padding: 0 15px;
}
popcontainer tab-nav img {
    vertical-align: middle;
}
popcontainer tab-nav.active {
    border: 1px solid rgb(221,221,221);
    border-bottom: 1px solid #fff;
    background: #fff;
    color: #3c3c3c;
}
container#appmenu {
    margin-top: 5px;
    text-align: center;
    display: block;
}

popcontainer container app,app-container app {
    vertical-align: top;
    display: inline-block;
    /* width: 226px; */
    height: 218px;
    margin: 10px;
    padding: 6px;
    /* cursor: pointer; */
}

app:hover {
    border-radius: 8px;
    box-shadow: 0px 0px 20px #ddd;
}

app image {
    display: block;
    width: 226px;
    height: 140px;
    background-repeat: no-repeat;
    background-position: center;
    /* border-radius: 8px; */
}

app no-img {
    display: inline-block;
    line-height: 140px;
    width: 226px;
    height: 140px;
    background-color: lightblue;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

app app-info {
    width: 100%;
    height: 30px;
    display: block;
    width: auto;
    font-size: 12px;
    color: #333;
    text-align: left;
}

app app-info img {
    vertical-align: middle;
    margin-top: -5px;
    border: none;
    width: 15px;
    height: 15px;
}

app app-name {
    display: inline-block;
    font-size: 14px;
    color: #3c3c3c;
    margin: 5px 0px;


}

app app-name:hover{
    color: rgb(130, 187, 255);
}
app wf-user a{
    color: #999999;
    font-size: 12px;
}

app i {
    width: auto;
    color: darkorange;
    cursor: pointer;
    margin-top: 11px;
    float: right;
}

otherapp {
    display: inline-block;
    padding: 5px;
}

otherapp:hover {
    border-radius: 5px;
    box-shadow: 0px 0px 10px #ddd;
}

otherapp a {
    display: block;
}
wf-header a:hover {
    color: #417dc9;
}
wf-header i#fav {
    color: darkorange;
}
app wf-user:hover {
    color: #417dc9;
}

app i.gray,
wf-header i#fav.gray {
    color: #ddd
}