
.box {
    width: 1200px;
    text-align: center;
}
.content{
    width: 1200px;
    margin: 0 auto;
}
.layui-panel .top{
    width: 1200px;
    margin: 0 auto;
    height: 60px;
}
.layui-panel .top1{
    width: 1200px;
    margin: 0 auto;
    height: 60px;
}

.title-color{
    color: #888b94;
}

.top5{
    margin-top: 5px;
}

.top10{
    margin-top: 10px;
}
.shop-img{
    width: 100%;
    height: 350px;
    overflow: hidden;
}
.news{
    overflow: hidden;
}
.news-img{
    width: 100%;
    height: 210px;
    overflow: hidden;
}
.shop-img img{
    width: 100%;
}
.news-img img{
    width: 100%;
}
.footer{
    margin-top: 10px;
    padding-bottom: 30px;
    background-color: #e3e4e6;
    overflow: hidden;
}
.text-right{
    text-align: right;
}
.text-center{
    text-align: center;
}

.layui-border{
    border: 1px solid #31bdec;
}

