@charset "utf-8";
body, dl, dd, h1, h2, h3, h4, p { margin: 0; padding: 0; }
body, input, button, textarea, select, option, label { font-family: Tahoma, Arial, Roboto, "Droid Sans", "Helvetica Neue", "Droid Sans Fallback", "Heiti SC", "Hiragino Sans GB", '\5FAE\8F6F\96C5\9ED1', '\5B8B\4F53,\9ED1\4F53', sans-self; font-size: 16px; color: #333; }
img, a, a:active, a:focus { border: none; outline: none; }
img { vertical-align: top; }
ol, ul { list-style: none; margin: 0; padding: 0; }
em, i, b, strong { font-size: 100%; font-style: normal; font-weight: normal; }
button::-moz-focus-inner, input::-moz-focus-inner { padding:0; border:0; }
input, button, textarea, select, label, form { margin: 0; padding: 0; border: none; font-size: 100%; outline: none; }
input, select { vertical-align: middle; }
table { border-collapse: collapse; border-spacing: 0; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; font-size: 0; }
.clearfix { zoom: 1; }
a { text-decoration: none; color: #696969; }
.fl { float: left; }
.fr { float: right; }
body{ background: #f1f2f3; font-size: 12px; }
.mt20{
    margin-top: 20px;
}
.ml20{
    margin-left: 20px;
}
.ml30{
    margin-left: 30px;
}
.posi-rela{
    position: relative;
}
.main-header{
    width: 100%;
    height:55px;
    background: #181818;
    position: fixed;
    top:0;
    z-index: 10;
}
.container {
    width: 80%;
    max-width: 2000px;
    height:auto;
    margin:0 auto;
    padding-top:13px;
}
.logo{
    margin-top:-4px !important;
    margin-right:10px !important;
}
.section {
    /**/
    display: inline-block;
    margin: 0;
}
.navigation .section{
    position: relative;
}
.section .nav-menuli{
    font-size: 14px;
    color: #fff;
    display: inline-block;
    height: 36px;
    margin-top:6px;
    margin-left:20px;
    /*margin-right:10px;*/
}

 .hover-menu li a:hover,.filter li a:hover{
    background: #1caad9 !important;
    color: #fff !important;
    text-decoration: none;
} 
.arrow{
    background-position: 0 -108px !important;
    display: inline-block;
    width: 12px;
    height:6px;
    *margin-top:-12px !important;
}
.arrow2{
    background-position: 0 -117px !important;
    display: inline-block;
    width: 10px;
    height:5px;
    *margin-top:-12px !important;
}

.search-box{
    width: 200px;
    height:30px;
    background: #f2f2f2;
    border-radius: 3px;
}
.nav-bdr:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; font-size: 0; }
.ma-searchinp{
    height:26px;
    line-height: 26px;
    margin-top:2px;
    background-color: transparent;
    border: 0;
    outline: none;
     width: 150px;
    transition: width .5s;
    -moz-transition: width .5s; /* Firefox 4 */
    -webkit-transition: width .5s; /* Safari 和 Chrome */
    -o-transition: width .5s; /* Opera */
}
.login{
    font-size: 14px;
    color: #fff;
    display: inline-block;
    width: 50px;
    height:30px;
    line-height: 30px;
}
.login:hover{
    color: #13a8df;
}
.btn-reg{
    display: inline-block;
    width: 80px;
    height:30px;
    line-height: 30px;
    text-align: center;
    background: #f1f2f3;
    font-size: 14px;
    color: #393d49;
    border-radius: 3px;
    margin:0 5px;
}
.btn-reg:hover{
    background: #e3e4e4;
}
.btn-ploadDrawings{
    display: inline-block;
    width: 80px;
    height:30px;
    line-height: 30px;
    text-align: center;
    background: #2196f3;
    font-size: 14px;
    color: #fff;
    border-radius: 3px;
    margin:0 5px;
}
.btn-ploadDrawings:hover{
    background: #1687ac;
    color: #fff !important;
}
.pt55{
    padding-top: 55px;
}
.js-hover-menu{
    display: none;
}
.hover-menu {
    position: absolute;
    top: 100%;
    left:-5px;
    z-index: 9;
    padding: 8px 0;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    text-align: left;
    background: #181818;
    border-radius: 0 0 4px 4px;
    min-width: 120px;
    box-shadow: 0 11px 20px 0 rgba(97, 108, 121, 0.57), inset 0 1px 0 0 #333;
}
.hover-menu2{
    width:240px;
}
.hover-menu2 li{
    width: 120px;
    float: left;
}
.hover-menu li a{
    color: #fff;
}
.filter{
    min-width: 140px;
}
.hover-menu > li > a, .filter > li > label, .filter >li >a{
    display: inline-block;
    width: 100%;
    height: 28px;
    padding-left:10px;
    *padding-left:0;
    line-height: 28px;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.hover-menu > li > a:hover{
    color: white;
    background: #1caad9;
 /*   transition:0s;*/
}
*:last-child {
    margin-bottom: 0;
}
*:first-child {
    margin-top: 0;
}
.container{
    width: 1200px;
    margin: 0 auto;
}
.actual-title{
    display: inline;
    font-size: 18px;
    font-weight: normal;
    line-height: 2.3;
}
.actual-title span{
    color: #333;
    margin-right:10px;
}
.breadcrumb{
    display: inline-block;
    color: #13a8df;
    background: #f1f2f3;
}
.breadcrumb a{
    color: #13a8df;
    cursor: pointer;
}
.nav-bdr{
    height: 30px;
    position: absolute;
    right: 0;
    top: 14px;
}
.nav-bdr2{
    height: 30px;
    position: relative;
    top:0;
}
.nav-bdr .section .nav-menuli{
    color: #999;
    height: 30px;
}
.section .nav-menulibig{
    font-family: "微软雅黑";
    font-size: 16px;
    font-weight: bold;
    margin-right: 10px;
}
.page-title{
    line-height: 45px;
}
.icon{
    display: inline-block;
    background: url("/Public/images/icon.png");
}
.icon-browse{
    background-position: 0 -17px;
    width: 20px;
    height: 17px;
    position: relative;
}
.icon-browse:hover,.icon-browse-checked{
    background-position: 0 0;
}
.icon-time{
    background-position: 0 -53px;
    width: 20px;
    height: 17px;
    position: relative;
}
.icon-time:hover,.icon-time-checked{
    background-position: 0 -35px;
}
.icon-gold{
    background-position: 0 -89px;
    width: 20px;
    height: 17px;
    position: relative;
}
.icon-gold:hover,.icon-gold-checked{
    background-position: 0 -71px;
}
a:hover .icon-gold .iconfont,.icon-gold-checked .iconfont{
    color: #2196f3;
    text-decoration: none;
}
.nav-menuli a{
   vertical-align: middle;
    margin: 0 5px;
    text-decoration: none;
    -webkit-transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
    -ms-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out;
}
.form-menu-select{
    display: none;
    width: 510px;
    height: auto;
    padding: 8px 0;
    position: absolute;
    top:30px;
    right: 0;
    z-index: 9;
    background: #fff;
    font-size: 13px;
    line-height: 28px;
    border: 1px solid #dddddd;
    border-left: 0;
    border-radius: 4px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}
.form-menu-select .item {
    display: inline-block;
    width: 30%;
    height: initial;
    padding-left: 20px;
    line-height: 34px;
    background: 0;
    float: left;
}
.form-menu-select .item a:hover{
    color: #13a8df;
}
.dropdown-menu{
    position: absolute;
    top: 40px;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    font-size: 13px;
    line-height: 28px;
    visibility: hidden;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-left: 0;
    border-radius: 4px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    opacity: 0;
    transition: opacity 0.2s, visibility 0.2s;
}
.filter-label {
    display: inline-block;
     padding: 0 10px;
     font-family: "Titillium Web", sans-serif;
     font-size: 13px;
     font-weight: 600;
     color: #888888;
     text-transform: uppercase;
    line-height: 34px;
 }
.filter {
    padding-left: 10px;
    line-height: 34px;
}
.filter li{
    height:auto;
    /*background: #13a8df;*/
    text-align: left;
}
.filter-menu{
    display: none;
    width: 440px;
    height: auto;
    position: absolute;
    top:30px;
    right: 0;
    z-index: 9;
    background: #fff;
    font-size: 13px;
    line-height: 28px;
    border: 1px solid #dddddd;
    border-left: 0;
    border-radius: 4px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}
.filter-com{
    border-left: 1px solid #cccccc;
    height: 245px;
}

.check{
    background-position: 0 -126px;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 5px;
}
.check:hover{
    background-position: 0 -143px;
}
.check.check-selected {
    background-position: 0 -160px;
}
.tooltip {
    position: absolute;
    top:30px;
    left: -62px;
    z-index: 4;
    display: none;
    width: 130px;
    padding: 6px;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 17px;
    color: #ffffff;
    text-align: center;
    text-transform: none;
    pointer-events: none;
    background: #595959;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 6px;
}
.tooltip.tooltip-down:before {
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border: 5px solid transparent;
    border-top: 0;
    border-bottom: 5px solid rgba(0, 0, 0, 0.6);
}

.tooltip:before {
    position: absolute;
    z-index: 4;
    display: block;
    pointer-events: none;
    content: "";
}
.categories-menu .title {
    color: #aaaaaa;
    padding-left:20px;
}
/*.categories-list li a{*/
    /*display: inline-block;*/
    /*width: 180px;*/
    /*color: #999;*/
/*}*/
/*.categories-list li a:hover{*/
    /*color: #1caad9;*/
/*}*/
.categories-menu{
    /*display: none;*/
    width: 810px;
    height: auto;
    padding: 10px;
    position: absolute;
    left:-175px;
    top:42px;
    z-index: 9;
    background: #333;
    font-size: 13px;
    line-height: 28px;
    /*border: 1px solid #dddddd;*/
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow:0 11px 20px 0 rgba(97, 108, 121, 0.57), inset 0 0px 0 0 #e7e7e7;
    overflow: hidden;
}
.categories-menu-l{
    padding: 8px 0;
}
.categories-list{
    width:680px;
    height:auto;
}
.categories-list li{
    display: inline-block;
    width: 150px;
    height: initial;
    padding-left: 20px;
    line-height: 34px;
    background: 0;
    float: left;
    overflow: hidden;
}
.categories-list li a{
    display: inline-block;
    width: 130px;
    color: #fff;
}
.categories-list li a:hover{

    color: #13a8df;
}
.categories-menu-r{
    width: 180px;
    height:100%;
    overflow: hidden;
    background: #1caad9;
    padding: 8px 0;
    border-radius: 0 0 4px 0;
    color: #fff;
    position: absolute;
    right: 0;
    top:0;
}
.categories-list-r{
    padding: 10px;
}
.categories-list-r .title{
    color: #fff;
}
.categories-list-r li{
    display: inline-block;
    width: 130px;
    height: initial;
    padding-left: 20px;
    line-height: 34px;
    background: 0;
}
.categories-list-r li a{
    color: #fff;
}
.categories-list-r li a:hover{
    background: none;
    color: #222;
}
.breadcrumb .filter-element{
    display: inline-block;
    margin-right: 10px;
}
.breadcrumb .filter-element::before {
    content: " + ";
}
.breadcrumb .filter-element:first-child::before {
    content: " / ";
}
@media (max-width: 1480px){
    .container {
        width: 84%;
    }
}
@media (max-width: 1280px) {
    .container {
        width: 88%;
    }
}
/*search*/
.searcha{
    display: inline-block;
    position: relative;
}
.header-search-cancel-1{
    width: 170px;
    position: absolute;
    top:0;
    left:0;
    z-index: 2;
    height:30px;
    margin-left: 60px;
    opacity: 0;
    cursor: text;
}
.search{
    display: inline-block;
    /* width: 86%; */
	width: calc(100% - 155px);
}
.box {
    position: relative;
    display:inline-block;
    width: 90%;
    height: 32px;
    padding-left: 5px;
    margin-left: 20px;
    overflow: hidden;
    vertical-align: middle;
    background: #f2f2f2;
    border: 1px solid transparent;
    border-radius: 4px;
}
.search-icon {
    display: inline-block;
    cursor: pointer;
    margin: 8px;
    background: 0;
    width: 14px;
    height:14px;
}
.header-search-cancel {
    /*max-width: 0;*/
    margin-left: 16px;
    font-family: "Titillium Web", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    /*pointer-events: none;*/
    background: transparent;
    border: 0;
    outline: 0;
    margin-top:8px;
    *margin-top:-25px;
    cursor: pointer;
}
.value {
    display: inline-block;
    width: 90%;
    height: 100%;
    line-height: 100%;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: black;
    background-color: transparent;
    border: 0;
    outline: none;
    transition: width 0.4s;
    transition-delay: 0.4s;
    *margin-top:8px;
}
.btn-search{
    position: absolute;
    right:10px;
    background: #f1f2f3;
    height: 100%;
    line-height: 100%;
    text-align: right;
}
.search-empty-state {
/*    position: absolute;
    top: 55px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    padding-bottom: 100px;
    color: #999999;
    text-align: center;
    pointer-events: none;
    background: #f2f2f2;
    width: 100%;
    margin-top:150px;
    margin-bottom:50px;
    transition: opacity 120ms ease-in-out;*/
}
.avatar-fa{
    border-radius: 3px;
    width: 32px;
    height: 42px;
    margin-left: 20px;
    margin-bottom: -21px;
    overflow: hidden;
    display: inline-block;
}
.avatar-img{
    width: 32px;
    height:auto;
}
.avatar{
    position: relative;
}
.avatar .arrow {
    margin-left:4px;
}
.avatar-com{
    right: -10px;
    top: 42px;
    background: #fff;
    /*margin-top: 10px;*/
    /*padding-top:10px;*/
}
.avatar-com a{
    color:#656565 !important;
}
.throughline{
    width: 100%;
    height:1px;
    background: #ccc;
    margin-top:5px;
    margin-bottom:5px;
}

/*article*/
.main-layout{
    width: 1200px;
    margin:20px auto;
}
.left-main-layout{
    width:800px;
    height:auto;
    /*overflow-x: hidden;*/
}
.right-main-layout{
    width: 368px;
    height:auto;
    /*overflow-x: hidden;*/
}
.bor-box{
    width: 798px;
    height: auto;
    border: 1px solid #e6e6e6;
    background: #fff;
}
.func-block{
    width: 798px;
    height:auto;
    padding-top:25px;
    padding-bottom:15px;
    border-bottom:1px solid #ededed;
}
.func-block-l span{
    display: inline-block;
    margin-left: 20px;
    font-size: 18px;
    color: #333;
}
.func-block-l span i{
    margin-right:4px;
}
.art-collection{
    background-position: 0 -176px;
    width: 13px;
    height: 15px;
    position: relative;
}
.art-browse{
    background-position: 0 -190px;
    width: 13px;
    height: 15px;
    position: relative;
}

.func-block-r a{
    display: inline-block;
    padding:5px 10px;
    background: #999;
    min-height: 18px;
    font-size: 14px;
    color: #fff;
    border-radius: 3px;
    margin-right: 5px;
}
.func-block-r a:hover{
    background: #838383;
}
.func-block-r a i{
    margin-right:4px;
}
.color00f{
     background: #1caad9 !important;
 }
.color00f:hover{
    background: #169fcd !important;
}
.art-share{
    background-position: 0 -203px;
    width: 13px;
    height: 15px;
    position: relative;
}
.art-collection1{
    background-position: 0 -219px;
    width: 13px;
    height: 15px;
    position: relative;
}
.art-like{
    background-position: 0 -235px;
    width: 13px;
    height: 15px;
    position: relative;
}
.art-settings{
    background-position: 0 -255px;
    width: 18px;
    height: 18px;
    position: relative;
}
.art-arrow{
    background-position: 0 -273px;
    width: 10px;
    height: 16px;
}
.modular-box{
    width: 100%;
}
.modular-box-title{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    padding:25px 10px 5px;
}
.modular-box-com{
    font-size: 16px;
    color: #666;
    line-height: 26px;
    padding:10px;
}
.relevant-box{
    background: #fff;
    border:1px solid #e6e6e6;
}
.relevant-top{
    width: 1140px;
    margin:30px 30px 0 30px;
    padding-bottom:4px;
    border-bottom:1px solid #d9d9d9;
}
.relevant-title span{
    font-size: 22px;
    color: #333;
}
.relevant-title em{
    font-size: 14px;
    color: #999;
    margin-top:10px;
}
.batch em{
   font-size: 14px;
}
.art-batch{
    background-position: 0 -287px;
    width: 17px;
    height: 23px;
    vertical-align: middle;
    position: relative;
}
.batch i{
    margin-right:4px;
}
.relevant-com{
    width: 1150px;
    margin: 20px auto;
}
.rel-onebox{
    width: 218px;
    height: 213px;
    border-radius: 3px;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    margin:5px;
}
.rel-oneimg{
    width: 218px;
    height: 158px;
    overflow: hidden;
}
.rel-oneimg img{
    width: 218px;
    height:auto;
}
.rel-oneimg img:hover{
    transform: scale3d(1.1,1.1,1);
}
.rel-onetitle{
    font-size: 12px;
    color: #333;
    background: #fcfcfc;
    padding:10px;
    height:40px;
    line-height: 21px;
    width: auto;
    font-weight: bold;
    overflow: hidden;
}
.mem-box{
    width: 368px;
    height:90px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 3px 3px 5px #e4e4e4,-3px -3px 5px #e4e4e4;
}
.mem-tx{
    width: 90px;
    height:90px;
    overflow: hidden;
}
.mem-tx img{
    width: 90px;
    height:auto;
}
.mem-info{
    width:auto;
    height:90px;
}
.mem-name{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    line-height: 40px;
    margin-top:5px;
    margin-bottom:5px;
}
.pro-box{
    width:338px;
    height:auto;
    border-radius: 3px;
    background: #fff;
    padding:20px 15px;
    box-shadow: 3px 3px 5px #e4e4e4,-3px -3px 5px #e4e4e4;
}
.pro-line{
    display: block;
    line-height: 30px;
}
.pro-line span{
    font-size: 14px;
    color: #bbb;
}
.pro-line em{
    font-size: 14px;
    color: #666;
    margin-left:5px;
}
.the-clumns{
    padding:3px 15px;
    border-radius: 3px;
    border:2px solid #ccc;
    margin:3px 0;
}
.art-tags{
    margin-left: 5px;
    width: 270px;
    margin-top: 5px;
}
.art-tags a{
    display: inline-block;
    width: auto;
    padding: 5px 10px;
    font-size: 14px;
    color: #666;
    line-height: 15px;
    margin:2px 3px;
    background: #eee;
    border-radius: 3px;
}
.auther-other-title{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-left:18px;
    margin-bottom:20px;
}
.works-one{
    width: 130px;
    height:125px;
    overflow: hidden;
    margin: 5px 18px;
}
.works-oneimg{
    width: 130px;
    height:100px;
    min-height: 100px;
    border-radius: 3px;
    overflow: hidden;
}
.works-oneimg img{
    width: 130px;
    height:auto;
}
.works-oneimg img:hover{
    transform: scale3d(1.1,1.1,1);
}
.works-onename{
    display: block;
    width: 130px;
    height:25px;
    line-height: 25px;
    overflow: hidden;
    color:#444;
    text-align: center;
}
/*searchbar*/
.search-com{
    width: 1200px;
    height:auto;
    margin:10px auto 5px;
}
.search-bar{
    width: auto;
    transition: width .2s ease,background .3s ease;
    border:1px solid #cdcdcd;
    border-radius: 3px;
    background: #fff;
    position: relative;
}
.search-bar input{
    width: 300px;
    height:26px;
    padding:2px 55px 2px 10px;
    line-height: 26px;
    font-size: 14px;
    color: #323232;
    display: inline-block;
}
.search-barButton{
    display: inline-block;
    background: #f7f7f7;
    color: #323231;
    width: 50px;
    text-align: center;
    height:100%;
    line-height: 30px;
    font-size: 14px;
    position: absolute;
    right:0;
    top: 0;
    border-left:1px solid #cdcdcd;
}
.search-tip{
    font-size: 14px;
    color: #999;
    line-height: 30px;
    padding-right: 10px;    
}
/*内容块*/
.thumbnail .info .modelInfo {
    position: relative;
}
.info .infoSection {
    height: 36px;
    display: inline-block;
    width: 100%;
}
.modelInfo .title .modelName a{
    color: #333;
}
.thumbnail{
    color: #999;
}
.thumbnail .info .modelInfo .title .author a {
    color: #999;
    text-decoration: none;
}
.thumbnail .info .author img {
    width: 32px;
    height: 32px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid #c2c2c2;
    margin-top: -12px;
    float: right;
}
.softwares{
    border-top: 1px solid #F3F3F3;
    padding-top: 10px;
}
.tuzhiList .info{
    height:auto !important;
    padding-bottom:5px;
}
.tuzhiList .countsSection{
    height:auto !important;
    padding-top:0 !important;
}
.countsSection .iconfont{
    color: #b3b3b3;
    padding-left:3px;
    font-size: 14px;
    opacity: 0.6;
    margin-top: 2px;
}
.countsSection .iconfont:first-child{
    padding-left: 0;
}
/*searchbar*/
.search-com{
    width: 1200px;
    height:auto;
    margin:5px auto;
}
.search-bar{
    width: auto;
    transition: width .2s ease,background .3s ease;
    border:1px solid #cdcdcd;
    border-radius: 3px;
    background: #fff;
    position: relative;
}
.search-bar input{
    width: 300px;
    height:26px;
    padding:2px 55px 2px 10px;
    line-height: 26px;
    font-size: 14px;
    color: #323232;
    display: inline-block;
}
.search-barButton{
    display: inline-block;
    background: #f7f7f7;
    color: #323231;
    width: 50px;
    text-align: center;
    height:100%;
    line-height: 30px;
    font-size: 14px;
    position: absolute;
    right:0;
    top: 0;
    border-left:1px solid #cdcdcd;
}
.search-tip{
    font-size: 14px;
    color: #999;
    line-height: 30px;
    padding-right: 10px;
}
/**/
.thumbnail .info .modelInfo {
    float: left;
    position: relative;
}
.info .infoSection {
    height: 36px;
    display: inline-block;
    width: 100%;
}
.modelInfo .title .modelName a{
    color: #333;
}
.thumbnail{
    color: #999;
}
.thumbnail .info .modelInfo .title .author a {
    color: #999;
    text-decoration: none;
}
.thumbnail .info .author img {
    width: 32px;
    height: 32px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid #c2c2c2;
    margin-top: 3px;
    float: right;
}
.softwares{
    border-top: 1px solid #F3F3F3;
    padding-top: 10px;
}
.tuzhiList .info{
    height:auto !important;
    padding-bottom:5px;
}
.tuzhiList .countsSection{
    height:auto !important;
    padding-top:0 !important;
}
.countsSection .iconfont{
    color: #b3b3b3;
    padding-left:3px;
    font-size: 14px;
    opacity: 0.6;
    margin-top: 2px;
}
.countsSection .iconfont:first-child{
    padding-left: 0;
}




.animation {
    background-color:#FC0;
    border: 1px solid #F60;
    height: 150px;
    width: 150px;
    margin: -75px 0 0 -75px;
    position: absolute;
    top: 50%;left: 50%;

}.animation:hover{

    /*过渡时间，过渡方式*/
    -webkit-transition:1.5s ease;
    -moz-transition:1.5s ease;

    /*变化的属性*/
    -webkit-transition-property:all;
    -moz-transition-property:all;

    width:300px;
    height:300px;
    margin: -150px 0 0 -150px;
}
/**/
.search-contentTypes{
   height: 48px;
    pointer-events: all;
    opacity: 1;
    transition: opacity 0.3s 0.3s, max-height 0.3s 0.25s;
    position: relative;
    top: 55px;
    left:0;
    width: 100%;
    /*background: #393d49;*/
    /*box-shadow: 0 2px 5px #737373;*/
    background: #ffffff;
    box-shadow: 0 2px 10px #d8d8d8;
}
.search-contentTypes li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    padding: 0 4px;
    margin-right: 32px;
    font-family: "Titillium Web", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #efefef;
    text-transform: uppercase;
    cursor: pointer;
    float: left;
    display: inline-block;
    width: auto;
}
.search-contentTypes li a{
    /*color: #efefef;*/
    /**/
    color:#a7a7a7;
    margin-top: 3px;
    padding-left: 6px;
}
.search-contentTypes svg {
    width: 14px;
    height: 14px;
    margin-right: 4px;
    margin-bottom: -2px;
}
.search-contentTypes li.active a{
    color: #1caad9;
}
.search-contentTypes li.active svg path {
    fill: #1caad9; }
.search-contentTypes li.active:after {
    margin-bottom:-16px;
    background-color: #1caad9; 
}
.search-contentTypes li:after {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 4px;
    content: "";
     background-color: transparent; 
    border-radius: 2px;
    transition: background-color 0.2s, -webkit-transform 0.2s;
    transition: background-color 0.2s, transform 0.2s;
    transition: background-color 0.2s, transform 0.2s, -webkit-transform 0.2s;
}
 .search-contentTypes li:hover svg path {
    fill: #1caad9; }
.search-contentTypes li:after {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 4px;
    content: "";
    background-color: transparent;
    border-radius: 2px;
    transition: background-color 0.2s, -webkit-transform 0.2s;
    transition: background-color 0.2s, transform 0.2s;
    transition: background-color 0.2s, transform 0.2s, -webkit-transform 0.2s; }
/*bottom*/
.nb-copyright2 {
    width: 100%;
    background: #242424;
    position: fixed;
    bottom:0;
    left:0;
}
.nb-copyright2 .nbc-c2 {
    width: 1220px;
    margin: 0 auto;
    color: #ccc;
    overflow: hidden;
    line-height: 60px;
    font-size: 14px;
}
.nb-copyright2 .nbc-c2 a {
    font-size: 14px;
    color: #a3a3a3;
}
.nbc-c2 img {
    float: right;
    padding-top: 16px;
}
.yuanchuang{
    position: absolute;    top: 0;    left: 0px;    z-index: 20;
}
.tuijian{
    background: #f28a21; color:#fff; padding: 1px 5px; border-radius: 3px;margin-right: 5px; vertical-align: top;
}
.shouquan{
    background: #ec3b00; color:#fff; padding: 1px 5px; border-radius: 3px;margin-right: 5px;vertical-align: top;
}
.c-gray {
    color: #666;
}
.res-gap-right16 {
    margin-right: 16px;
}
.c-gap-bottom-small{
    margin-top: 20px !important;
    margin-bottom: 10px;
}
.c-gap-bottom-small a{
     color: #1caad9 !important;
    text-decoration: underline;
}
#rs {
    padding: 0;
    margin: 6px  auto 50px;
    width: 1200px;
}
#rs .tt{
    padding: 0;
    line-height: 30px;
    font-weight: 700;
    color: #333;
    font-size: 18px;
    font-family: arial;
}
#rs table {
    width: 100%;
}
#rs  a{
    line-height: 26px;
    color: #1caad9 !important;
    text-decoration: underline;
}
.search-empty-state{
     width: 1200px;
    margin: 150px auto 20px;
    text-align: left;
    line-height: 25px;
    padding-bottom: 0 !important;
}
.search-results-header{

}
.results-title {
    display: inline;
    /*max-width: 1200px;*/
    /*margin:10px auto 0;*/
    line-height: 200%;

    overflow: hidden;
    font-family: "Titillium Web", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #1caad9;
    text-overflow: ellipsis;
    text-transform: capitalize;
    white-space: nowrap;
}