.top{
    width: 100%;
    height: 32px;
    background: #f8f8f6;
    border-bottom: 1px solid #e2e2e0;
    line-height: 32px;
}

.header{
    margin: auto;
    width: 1200px;
    font-size: 13px;
    border-bottom: 1px solid #e2e2e0;
    line-height: 32px;
}
.header div{
    margin-top: 6px;
    float: left;
    height: 20px;
    line-height: 20px;
    text-align: center;
}
.header .header-main{
    padding-right: 7px;
}
.header .header-taobao,.header .header-tianmao,.header .header-1688{
    border-left:1px solid #e2e2e0;
    padding-left: 7px;
    padding-right: 7px;
}
.header .header-reg{
    margin-left: 870px;
    padding-right: 7px;
}
.header .header-login{
    border-left:1px solid #e2e2e0;
    padding-left: 7px;
    padding-right: 7px;

}
.header .header-taobao a,.header .header-tianmao a,.header .header-1688 a{
    color:#939391;
}
.header .header-taobao a:hover,.header .header-tianmao a:hover,.header .header-1688 a:hover{
    color: #696967;
}
.header .header-login a,.header .header-main a{
    color: #96CFFC;
}
.header .header-login a:hover,.header .header-main a:hover{
    color: #2db5dd;
}
.header .header-reg a{
    color: #96CFFC;
}
.header .header-reg a:hover{
    color: #2db5dd;
}
.header .header-rate{
    border-left:1px solid #e2e2e0;
    padding-left: 7px;
    color: #939391;
}
.search-userinfo{
    width: 1000px;
    margin: auto;
    height: 120px;
}
.mainico{
     float: left;
     width: 150px;
     margin-top: 30px;
     height: 100px;
 }
.mainico img{
    width: 150px;
    height: 50px;
}
.search{
    float: left;
    width: 600px;
    margin-left: 60px;
    margin-top: 30px;
    height: 50px;
}
.search .search-left{
    width: 480px;
    height: 48px;
    float: left;
    border:0px;
    font-size: 20px;
    padding-left: 24px;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    background: #F1F3F4;
}
input::-webkit-input-placeholder{
    color: #c8c7c6;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#c8c7c6;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#c8c7c6;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#c8c7c6;
}
.search .search-right{
    width: 95px;
    height: 48px;
    float: left;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    background: #96CFFC;
    cursor: pointer;
}
.search .layui-icon-search{
    font-size: 30px;
    margin-left: 30px;
    line-height: 48px;
    color:white;
}
.cart{
    float: left;
    width: 100px;
    height: 48px;
    margin-left: 50px;
    margin-top: 30px;
}
.cart .cart-ico{
    float: left;
    width: 50px;
    height: 46px;
    cursor: pointer;
}
.cart .layui-icon-cart{
    font-size: 40px;
    padding-top: 3px;
    margin-left: 3px;
    color:#96CFFC;
}
.cart .cart-detail{
    margin-top: 4px;
    float: right;
    width: 48px;
    height: 46px;
}
.cart .cart-detail .cart-num{
    width: 48px;
    height: 20px;
    background: #939391;
    border-radius: 11.5px;
    text-align: center;
    line-height: 20px;
    color:white;
}
.cart .cart-detail .cart-title{
    width: 48px;
    height: 23px;
    text-align: center;
    line-height: 23px;
    color: #939391;
}