﻿.search {
    margin: 20px 0 0 0;
}

.industry {
    margin: 10px 0 0 0;
}

.bussinesstype {
    margin: 10px 0 0 0;
}

.left {
    color: #000;
    float: left;
    line-height: 40px;
}

.main {
    width: 100%;
}

.container {
    width: 100%;
}

.industry li a {
    color: #504f4f;
    font-weight: 400;
}

.industry li.active a {
    color: #0094ff;
    background: none;
}

.industry li > a:hover {
    color: #0094ff;
    background: none;
}

.industry li.active > a {
    color: #0094ff;
    background: none;
}

.bussinesstype li a {
    color: #504f4f;
    font-weight:400;
}

.bussinesstype li > a:hover {
    color: #0094ff;
    background: none;
}

.bussinesstype li.active a {
    color: #0094ff;
    background: none;
}

.bussinesstype li.active > a {
    color: #0094ff;
    background: none;
}

.bussinesstype li.active > a {
    color: #0094ff;
    background: none;
}

.inputforsearch[type="text"] {
    max-width: 480px;
    width: 480px;
    height: 40px;
    line-height: 40px;
}

.appbox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding:0;
}

    .appbox .appcontent {
        width: 29%;
        min-height: 110px;
        background: #fff;
        list-style: none;
        margin: 10px 2%;
        justify-content: center;
        padding-top:10px;
        position:relative;
    }
.testapp{
    display:none;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    padding:30px 10px 0 10px;
    
}
.testapp1 {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    padding-top: 20px;
    opacity: 0.8;
}
    .testapp p{
        color:#fff;
        text-align:center;
    }

    .testapp a{
        margin-top:20px;
        color:#fff;
        background:#0094ff;
        width:80px;
        height:20px;
        display:inline-block;
    }

.testapp .a-disabled {
    margin-top: 20px;
    color: #fff;
    background: #929292;
    width: 80px;
    height: 20px;
    display: inline-block;
}

    .appbackground {
        background: #ffd800;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        margin: 0 auto;
    }
.nav-pills > li.active > a {
    background-color: #fff !important;
    color: #0094ff !important;
}
.appbox .appcontent:nth-child(2n+1) .appbackground {
    background: #FE964F;
}

.appbox .appcontent:nth-child(2n+2) .appbackground {
    background: #587EFB;
}

.appbox .appcontent:nth-child(2n+3) .appbackground {
    background: #22A765;
}

.appbackground img {
    width: 30px;
    height: 30px;
    margin: 15px;
}
.appusernum{
    overflow:hidden;
    text-align:center;
}
.appusernum img {
    width: 22px;
    margin: 5px 0px 5px 18px;
}
.searchbutton {
    border: none;
    width: 60px;
    height: 40px;
    line-height: 40px;
    background: #0178FC !important;
    color: #fff;
}


.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background: #0178FC;
}


@media screen and (max-width: 768px) {
    .appbox {
        padding:0;
        display: flex;
        flex-wrap: wrap;
    }
        .appbox .appcontent {
            width: 45%;
            min-height: 110px;
            background: #fff;
            list-style: none;
            margin: 10px 2%;
        }
}