#portfolio.portfolio-6 {
    margin-top: 30px;
}
#list{
    border: 1px solid #d5d5d5;
    width: 280px;
    overflow: hidden;
    background-color: #fff;
    max-height: 310px;
    overflow-y: auto;
    border-top: 0;
    z-index: 10001;
    display: none;
    margin-top: 2px;
    border-radius: 5px;
}
@media (max-width: 767px){
#list{
    display: none;
}
}
#list li{
   font-size: 12px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding: 0 10px;
    cursor: pointer;
    /* border-top: 1px solid #d5d5d5; */
}
#list li:hover{
   background-color: #e0e0e0;
}
#chooseaddbtn:hover{
   color: #fff !important;
   background: #0c8f96 !important;
}
#download-list th a{
 color: #0096d1;
}

.download-link{
   /* display: block; */
   /* margin-right: 25px; */
   color: #4b91cd;
}
#download-list .table tr td:first-of-type{
   vertical-align: middle;
}
.search-box input{
width: 280px;
padding-left: 10px;
height: 40px;
border: 1px solid #dddddd;
}

.search-box input:active, .search-box input:focus {
border-color: #66afe9 !important;
}
.search-lable{
font-weight: bold;
}

.search-item{
display: inline-block;
margin-right: 40px;
}
.search-item:nth-of-type(3){
margin-right: 0px;
}
.bs-example {
max-width: 878px;
margin-bottom: 57px;
}
#download-list th {
background: #eeeeee;
}
.pro-link{
color: #4b91cd;
font-weight: bold;
}
.download-cp{
width: 20%;
text-align: center;
}
.download-cp:hover{
background: #fff;
}
.download-title:hover{
background: none !important;
}
.download-mc{
width: 30%;
}
.download-lx{
width: 17%;
}
.download-sj{
width: 17%;
}
.download-xz{
width: 16%;
}
.download-mc,.download-lx,.download-lx,.download-sj,.download-xz{
background: #eee;
}
.download-sj,.download-xz{
text-align: center;
}
.download-all{
text-align: center;
}
/* .download-manual-icon,.download-soft-icon,.download-eds-icon,.download-gsd-icon,.download-other-icon{
text-align: center;
} */
#download-list tr td:nth-of-type(4){
text-align: center;
}
.download-manual td:nth-of-type(3),
.download-soft td:nth-of-type(3),
.download-eds td:nth-of-type(3),
.download-gsd td:nth-of-type(3),
.download-other td:nth-of-type(3)
{
text-align: center;
}
.iconfont {
font-size: 20px;
}
.icon-wenjianxiazai1{
color: #4b91cd;
}
.icon-xiazai2{
color: #2196f3;
}
.icon-biaoqiankuozhan_xiazai-148{
color: #2196f3;
}
.icon-w_xiazai{
color: #ecc127;
position: relative;
top: 2px;
}
#searchbtn{
width: 107px;
background: #337ab7;
color: #fff;
padding: 8px 0px;
}
.noresult{
max-width: 800px;
text-align: center;
font-size: 16px;
}
.noresult img{
max-width: 600px;
}
@media (max-width: 1250px){
.search-box input{
width: 230px;
padding-left: 10px;
}
#list{
    width: 230px;
}
}
@media (max-width: 1190px) and (min-width: 1150px){
#version{
    width: 170px;
}
}

@media (max-width: 1150px) and (min-width: 767px){
#searchbtn{
    width: auto;
    padding: 8px 10px;
}
#version{
    width: 120px;
}
}
@media (max-width: 767px){
.search-item{
display:block;
margin-right: 0px;
margin-bottom: 15px;
} 
.search-box input{
width: 200px;
padding-left: 10px;
}
#list{
width: 200px;
}
.search-lable2{
margin-right: 2em;
}

}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #d1d1d1;
}

