﻿h1{
    font-size: 24px;
    color: #373d41;
    /* text-align: center; */
    margin-bottom: 60px;
    font-weight: bold;
    text-decoration: underline;
}

.sale{
    padding: 60px 0 40px 0;
    color: #fff;
}
.sale h1{
    margin-bottom: 10px;
    text-decoration:none;
}
.sale .sub-title{
    font-size: 16px;
     margin-bottom: 27px;
     /* text-decoration: underline; */
     color: #000;
     width: 150px;
     border-bottom: 2px solid #867e7e;
     padding-left: 7px;
     padding-bottom: 5px;
}
.sale .bg{
    background-image: url('../image/bg-black.jpg');
    padding: 25px 0;
}
.sale .title{
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 20px;
}
.sale .img{
    /* text-align: center; */
    width: 100%;
    margin-top: 30px;
    /* border: 1px solid #ccc; */

}

.sale img{
    /* text-align: center; */
    border: 1px solid #ccc;
}
.fuwu{
    padding: 20px 0 80px 0;
}
.fuwu .row{
    margin-top: 40px;
}

.content{
    padding: 70px 0 50px 0;
    /* background: #ccc; */
    /* padding: 10px 0; */
    /* background: -webkit-linear-gradient(bottom, #272323, #696969); */
    /* Safari 5.1 - 6.0 */
    /* background: -o-linear-gradient(bottom, #272323, #696969); */
    /* Opera 11.1 - 12.0 */
    /* background: -moz-linear-gradient(bottom, #272323, #696969); */
    /* Firefox 3.6 - 15 */
    /* background: linear-gradient(to bottom, #272323, #696969); */
    /* 标准的语法（必须放在最后） */
    color: #FFFFFF;
    /* background: #403d3d\0; */
    background-image: url('../image/bg-black.jpg');

}
.content .row{
    text-align: center;
}
.content .title{
    font-size: 20px;
    font-weight: bold;
    padding: 20px 0;
}
.content .describe{
    padding: 0 28px;
    margin-bottom: 20px;
}
.advise{
    padding: 60px 0 40px 0;
}
.advise .advise-btn{
    margin-top: 70px;
    text-align: center;
}
