/* 全局 */
body {
    margin: 0;
    padding: 0;
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1em;
    color: #999;
}

a {
    background-color: transparent;
    text-decoration: none;
    outline: 0;
    color: #000000;
}

a:hover, a.hover {
    color: #e60255;
    font-weight: bold;
}

input[type=text] {
    border: 1px solid #e5e5e5;
    padding: 8px;
    color: #999;
}

input[type=text]:focus {
    border-color: #ff99cc;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 153, 204, .6)
}

input::-moz-placeholder {
    color: #999;
    opacity: 1
}

input:-ms-input-placeholder {
    color: #999
}

input::-webkit-input-placeholder {
    color: #999
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}
p{
    line-height: 2em;
    color: #000;
}
.clearfix::after {
    display: table;
    clear: both;
    content: "";
}

.main {
    width: 1200px;
    margin: 0 auto;
}

.full-main {
    width: 100%;
    min-width: 1200px;
}

.logo a {
    /*background-color: #EEEEEE;*/
}

.search .search-input {
    border-radius: 15px;
}

/* 顶部 */
#top {
    border-bottom: 1px solid #e60255;
}

#top .main {
    padding: 20px 0;
}

#top .logo {
    float: left;
}

#top .logo a {
    width: 210px;
    height: 60px;
    display: block;
}

/* 顶部菜单 */
#top .menu {
    float: left;
}

#top .menu li {
    float: left;
}

#top .menu li a {
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 120px;
    display: block;
}

#top .search {
    float: right;
    height: 60px;
    line-height: 60px;
}

/* 底部 */
#footer {
    border-top: 1px solid #ddd;
    padding: 40px 0;
}

#footer .copyright {
    float: left;
}

#footer .beian {
    float: left;
}

#footer .share {
    float: right;
}

/* 首页banner */
#index-banner a {
    height: 800px;
    display: block;
    background-color: #ccc;
    background-repeat: no-repeat;
    background-position: center;
}

/* 商品列表页左侧菜单 */
#product-left-menu {
    float: left;
    width: 200px;
}

#product-left-menu li a {
    height: 36px;
    line-height: 36px;
    padding-left: 18px;
    display: block;
    margin: 20px 18px 20px 0;
}

#product-left-menu li a:hover, #product-left-menu li a.hover {
    background-color: #f9f9f9;
}

/* 商品列表 */
#product-list{
    float: right;
    width: 1000px;
    margin-top: 20px;
}
#product-list .item{
    float: left;
    margin: 0 20px 30px 0;
    width: 235px;
}
#product-list .item .pic{
    background-color: #ddd;
    width: 235px;
    height: 235px;
    border-bottom: 2px solid #ffffff;
    -webkit-transition: border-color .2s;
    -moz-transition: border-color .2s;
    -o-transition: border-color .2s;
    transition: border-color .2s;
}
#product-list .item .title{
    color: #000;
    margin: 12px 0;
    height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
}
#product-list .grid{
    margin-right: -20px;
}

#product-list .item:hover .pic,#product-list .item.hover .pic{
    border-bottom: 2px solid #e60255;
}

#product-list .page{
    text-align: center;
    margin: 20px 0;
}
#product-list .page a,#product-list .page span{
    background-color: #dddddd;
    display: inline-block;
    border-radius: 15px;
    margin: 0 5px;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    color: #ffffff;
    font-size: 12px;
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
}
#product-list .page span,#product-list .page a:hover{
    background-color: #e60255;
}

/* 品牌故事 */
#brand-story-banner{
    border-bottom: 1px solid #ccc;
}
#brand-story-banner li{
    height: 400px;
    background-color: #ccc;
    background-repeat: no-repeat;
    background-position: center;
}

/* 关于我们 */
#contact-us-banner{
    border-bottom: 1px solid #ccc;
}
#contact-us-banner li{
    height: 400px;
    background-color: #ccc;
    background-repeat: no-repeat;
    background-position: center;
}