div.search {
    width: 100%;
    text-align: center;
    height: 30px;
    line-height: 30px;

}

div.logo {
    padding-top: 10%;
}

form.home_search {
    height: 120px;
    margin-top: 55px;
}

div.search > .form-control {
    width: 55%;
    height: 40px;
    line-height: 40px;
}

div.search > .btn-default {
    width: 110px;
    height: 35px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f1f1f1));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f1f1f1);
    -webkit-border-radius: 2px;
    -webkit-user-select: none;
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    border-radius: 2px;
    color: #757575;
    cursor: default;
    font-size: 13px;
    font-weight: bold;
    margin: 30px 4px;
    min-width: 54px;
    padding: 0 12px;
    text-align: center;
}

div.search > .btn-default:hover {
    /* border: 1px solid #c8c8c8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f3f3f3));
    background-image: -webkit-linear-gradient(top, #ffffff, #f4f4f4);
    background-color: #ffffff;
    color: #474747; */
}

.login > .pull-right {
    position: absolute;
    right: 0;
    top: 5px;
    border: 1px solid #4285f4;
    font-weight: bold;
    outline: none;
    background: #4285f4;
    background: -webkit-linear-gradient(top, #4387fd, #4683ea);
}

div.owl_search_ranking {
    /*margin-top: 5%;*/ 
    width: 55%;
}

div.owl_search_ranking span {
    display: inline-block;
    font-size: 12px;
    padding: 0.3em 0.6em 0.3em;
    margin-bottom: 2px;
    background: #3dbfff;
    border-radius: 10px;
    margin-left: 3px;
}

/*.header-ul div.owl_search_ranking span {*/
/*    font-size: 13px!important;*/
/*}*/

@media (max-width: 767px) {
    .logo {
        padding-top: 5% !important;
    }

    .logo img {
        /* width: 145px; */
        height: 50px
    }

    div.owl_search_ranking {
        display: none;
    }
}

@media (min-width: 992px) {

}

@media (min-width: 1680px) {
    .logo {
        padding-top: 5% !important;
    }
}


.resou{
    color: hsl(39.29deg 100% 75%);
}
.clear{
    margin: 0;
    padding: 0;
    clear: both;
}
.hits{
    display: none !important;
}
/*dnainai*/
.fl{
    float: left;
}
.rig{
    float: right;
}

.clear-cq:after{
    content: "";
    display: block;
    height: 0;
    clear:both;
    visibility: hidden;
}
.clear-cq{
    margin-block-start: 0em;
    padding-inline-start: 0px;
    margin-block-end: 1em;
}
.father{
    zoom: 1;
}

.container-ul{
    /* color:#fff; */
    display: flex;
}
/*版面二 zuoaaa*/
.container-ul ul li{
    padding: 5px;
    margin-left: 2px;
    margin-top: 5px;
    font-weight: 600;
    font-size: 12px;
    display: inline-block;
    background-color: #4486f8;
    border-radius: 5px;
}
.container-ul ul li a{
    color: #fff;
    cursor: pointer;
}
.type-content{
    background: none;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 10px;
    margin-top: 25px;
}
.type-content .clear-cq{
    display: flex;
    flex-wrap: wrap;
}
.type-content .clear-cq li{
     flex: 1 1 calc(12.5% - 5px);   /* 默认一行8个 */
    min-width: 100px;              /* 最小宽度 */
    max-width: calc(12.5% - 5px);
    font-size:12px;
    margin-left:5px;
    overflow: hidden;
    border: none;
    text-align: center;
    font-weight: 600;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    background: #212c4b;
    margin-top: 5px;
    /* border-radius: 5px; */
}
.type-content .clear-cq li>a{
    color: #fff;
    cursor: pointer;
}
@media (max-width:1000px){
    .type-content .clear-cq li{
        flex-basis: calc(20% - 5px);   /* 一行5个 */
        max-width: calc(20% - 5px);
    }
}

@media (max-width:768px){
    .type-content .clear-cq li{
        flex-basis: calc(25% - 5px);   /* 一行4个 */
        max-width: calc(25% - 5px);
    }
}

@media (max-width:480px){
    .type-content .clear-cq li{
        flex-basis: calc(33.333% - 5px);   /* 一行3个 */
        max-width: calc(33.333% - 5px);
    }
}
.app {
	margin: 10px 0;
}

.app_title {
	text-align: center;
	line-height: 35px;
	font-size: 15px;
	color: #fff000;
	font-weight: bolder;
}

.app ul li {
	margin: 10px 0;
	float: left;
	width: 8.33%;
	text-align: center;
	list-style-type: none
}

.app ul li img {
	margin: 0 auto;
	width: 48px;
	height: 48px;
	display: block;
	border-radius: 8px
}

.app ul li a {
	font: 12px/28px Tahoma,'Microsoft Yahei',Simsun;
	font-weight: bold;
	color: #808080;
	overflow: hidden;
	white-space: nowrap;
}

.app ul li a:hover {
	color: #FD4C5D;
	font-weight: bolder;
}

@media screen and (max-width:640px) {
	.app ul li {
		width: 20%
	}
}

@media screen and (min-width:768px) {
	.app {
	}
}
#cnzz_stat_icon_1262602051 {display: none;}
div.search > .form-control{width: 80%;}
div.owl_search_ranking{display: block;}
div.owl_search_ranking {width: 100%;}
div.owl_search_ranking{
        margin-top: 2%;
}
div.zz-lt span{
    padding: 0.5em 0.3em 0.5em
}
form.home_search{
    height: 115px;
    margin-top: 19px;
}
form.home_search{
    position: relative;
}
div.search > .btn-default{
    position: absolute;
    top: 0px;
    right: 10%;
    margin: 0px;
    height: 40px;
}
form.home_search{
    height: auto;
}
.label-info{
    background-color:#ffffff00 !important
}
.label-primary {
    background-color: #0095ff
}
div.owl_search_ranking span{
    padding: 0.5em 0.6em 0.5em;
    background: #000000 !important;
    border-radius: 5px;
    cursor: pointer;
}
.form-control{
    margin: 1px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, .08);
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    background: #151d33;
    color: #c5cde9;
    margin-top: 30px;
    text-transform: lowercase;
}
div.search > .btn-default{
    text-align: center;
    border-radius: 0 4px 4px 0;
    background: #212c4b;
    color: #fff;
    border: none;
}