/* logo开始*/
.logo{
    width: 7.275rem;
    height: 1.55rem;
    background: url(../images/icon/logo.png) no-repeat 0 0;
    background-size: cover;
    margin:0 auto;
    margin-top: 2.15rem;
    text-indent: -99999px;
}
/* logo结束*/


/* 搜索开始*/
.all-search{
    position:relative;

}
.search{
    overflow: hidden;
    width:17.7rem;
    border:1px solid #3e87f0;
    background:#f4f4f4;
    height:1.95rem;
    border-radius:0.25rem;
    position:relative;
    margin:0 auto;
    margin-top: 0.75rem;
}
.search input{
    width:14.45rem;
    /*height:1.95rem;*/
    float: left;
    background:#f4f4f4;
    padding: 0.58rem 0;
    padding-left: 0.55rem;
    font-size: 0.7rem;
    border-radius:0rem;

    border-right: 1px solid #3e87f0;
}
.Record{
    position:absolute;
    top:2.05rem;
    left:0.5rem;
    font-size: 0.7rem;
    width:15rem;
    background:#fff;
    border:1px solid #ccc;
    display: none;
    border-bottom:0;

}
.Record li{
    line-height: 1.5rem;
    height:1.5rem;
    border-bottom: 1px solid #ccc;
    padding-left: 0.5rem;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #cccccc; opacity:1; 
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #cccccc;opacity:1;
}

input:-ms-input-placeholder{
    color: #cccccc;opacity:1;
}

input::-webkit-input-placeholder{
    color: #cccccc;opacity:1;
}
.search button{
    width:0.95rem;
    height:0.925rem;
    float: left;
    position:absolute;
    right:0.875rem;
    top:0.55rem;
    background:url(../images/icon/button.png) no-repeat center center;
    background-size: cover;
}
/* 搜索结束*/
body{
    padding-bottom:2.5rem ;
}
/*产品分类开始*/
.product{
    width:17.8rem;
    margin:0 auto;
    margin-top: 3.325rem;
    margin-bottom: 2.5rem;
    overflow: hidden;
}
.product h2{
    text-align: right;
    font-size: 0.7rem;
    color:#919191;
}
.product .classification{

}
.product .classification li{
    width:8.45rem;
    height:2.2rem;
    line-height: 2.2rem;
    text-align: center;
    border:1px solid #3e87f0;
    float: left;
    margin-top: 0.75rem;
    border-radius:0.15rem;
    font-size: 0.7rem;
}
.product .classification li:nth-child(1){
    width:17.7rem;
}
.product .classification li:nth-child(odd){
    float:right;
}
.product .classification li:nth-child(even){
    float: left;
}
.product .classification li a{
    color:#3e87f0;
    font-size:0.7rem;
    width:100%;
    height:100%;
    display: block;
}
/*产品分类结束*/
