/* app menu */

wf-pop wf-popbody {
    padding: 20px;
    background-color: #fff;
    overflow-y: scroll;
    min-width: 960px;
}


@keyframes fade-in {
    0% {opacity: 0;}/*初始状态 透明度为0*/
    50% {opacity: 0.6;}/*过渡状态 透明度为0*/
    100% {opacity: 1;}/*结束状态 透明度为1*/
}
@keyframes fade-out {
    0% {opacity: 1;}/*初始状态 透明度为0*/
    50% {opacity: 0.4;}/*过渡状态 透明度为0*/
    100% {opacity: 0;}/*结束状态 透明度为1*/
}

carouselcont{
    display: block;
    width: 100%;
    /* height: 225px; */
}
carouselcont ul.carousel {
    position: relative;
}
carouselcont ul.carousel li {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    /* animation: fade-out;
    animation-duration: 0.2s; */
}
/* carouselcont ul.carousel li.extra-banner {
    position: static;
    visibility: hidden;
    min-width: 960px;
} */
carouselcont ul.carousel li {
    display: none;
}
carouselcont ul.carousel li:first-child, carouselcont ul.carousel li.active {
    display: block;
    /* animation: fade-in;
    animation-duration: 0.2s; */
}
carouselcont ul.carousel li img {
    width: 100%;
}
carouselcont ul.index-container {
    bottom: 20px;
    text-align: center;
    width: 100%;
    position: absolute;
    text-align: center;
 }
carouselcont ul.index-container li {
    display: inline-block;
    width: 40px;
    height: 5px;
    background: #fff;
    margin: 0 5px;
    opacity: 0.5;
}
carouselcont ul.index-container li.active{
    opacity: 0.9;
}
carouselcont .banner-anchor {
    position: absolute;
    top: 50%;
    margin-top: -24px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: #fff;
    background:rgb(245,247,250,0.1) url('/images/appmenu/left.png') no-repeat center;
}
carouselcont .banner-anchor:hover{
    background-color: rgba(28, 31, 33, 0.5);
}
carouselcont .banner-anchor.prev{
    left: 16px;
}
carouselcont .banner-anchor.next {
    right: 16px;

    transform: rotate(180deg);
}

apptype {
    display: block;
    background: #fff;
    height: 100px;
    z-index:2;
    box-shadow: 0 10px 10px -8px #ddd
}
apptype currtype {
    font-size: 20px;
    font-weight: bold;
    float: left;
    height: 100px;
    line-height: 100px;
    margin-left: 20px;
}
apptype typelist {
    padding-top: 36px;
    line-height: 30px;
    display: block;
    margin-left: 120px;
}
apptype typename {
    display: inline-block;
    margin: 0 10px;
    border: 1px solid #ddd;
    padding: 0 10px;
    border-radius: 5px;
    height: 30px;
    background-color: #fff;
    cursor: pointer;
}
apptype typename.active {
    border: 1px solid #417dc9;
    background-color: #417dc9;
    color:#fff;
}
popcontainer banner {
    display: block;
    height: 70px;
    width: 100%;
    background-color: rgb(118,168,228);
    line-height: 70px;
    text-align: center;
    margin-bottom: 30px;
}
popcontainer banner * {
    font: 13px Arial, sans-serif;
}

banner img {
    vertical-align: middle;
}
banner app-index {
    display: inline-block;
    width: 76px;
    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);
}

search-tab {
    display: block;
    width: 275px;
    height: 28px;
    background-color: #fff;
    position: absolute;
    top: 33px;
    right: 20px;
}
search-tab input {
    height: 28px;
    width: 230px;
    border: none;
    vertical-align: middle;
    padding: 0 5px;
}
search-tab button {
    width: 45px;
    height: 28px;
    border: none;
    background-color: #417dc9;
    border-radius: 0;
    text-align: center;
    margin: 0;
    cursor: pointer;
    line-height: 28px;
}
search-tab button img {
    vertical-align: middle;
}
search-tab button:hover {
    background-color: #417dc9;
    opacity: 0.9;

}

wf-popbody popcontainer {
    display: block;
    /* height: 100%; */
    width: 100%;
    /* min-width: 1080px;
    padding: 20px; */
    background-color: rgb(246,246,246);
    position: relative;
}

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

popcontainer container app,app-container app {
    vertical-align: top;
    display: inline-block;
    width: 226px;
    height: 238px;
    margin: 10px 15px;
    padding: 0;
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    /* 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%;
    display: block;
    width: auto;
    font-size: 12px;
    color: #333;
    text-align: left;
    padding: 0 5px;
}
app app-info recommend-app.recommended-app {
    position: absolute;
    right: 0;
    width: 46px;
    height: 20px;
    top: 0;
    text-align: center;
    line-height: 20px;
    color: #fff;
    font-size: 12px;
    text-indent: 3px;
}
app app-info img {
    display: block;
    position: absolute;
    right:15px;
    bottom: -3px;
    border: none;
    width: 15px;
    height: 15px;
}

app app-name, app-desc{
    display: block;
    font-size: 14px;
    color: #3c3c3c;
    margin: 5px 0px;
    text-overflow: ellipsis;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
}
app app-name {
    max-width: 160px;
}
app app-desc {
    color: #999999;
    font-size: 12px;
    margin-bottom: 20px;
}

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
}
wf-pagination {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

wf-pagination a ,wf-pagination span {
    display: inline-block;
    padding: 3px 5px;
    margin: 0 3px;
    color: #333;
    font-weight: bold;
}
wf-pagination span {
    color: #417dc9;
}
wf-pagination a.den {
    pointer-events: none;
    cursor:not-allowed;
    color: #999;

}

/* .tips {
    width: 100px;
    height: 20px;

}
.tips.success {
    background-color: #ddd;
    color: #dddd;
} */