
.content{
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
}
.img-responsive{
    width:100%
}
.content .logo{
    margin-bottom: 60px;
}
.content p{
    font-size: 20px;
    color: #9b0004;
    line-height: 1.8;
    margin: 0;
}
.content .list{

}
.tips{
    clear: both;
    padding-top: 50px;
}
.tips p{
    color: #f6e1a9;
    line-height: 1.5;
    margin-bottom: 20px;
    position: relative;
    padding-left: 30px;
}
.tips p i{
    position: absolute;
    left: 0px;
    top: 3px;
    background-color: #f6e1a9;
    width: 24px;
    height: 24px;
    display: inline-block;
    border-radius: 12px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .5);
    color: #9b0004;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    text-align: center;
    margin-right: 6px;
    vertical-align: middle;
}
.content .list .list-item{
    width: 30%;
    margin: 15px;
    float: left;
    border:1px dashed #f6e1a9;
    background-size: 100% 100%;
    padding:20px 0px;
}
.content .list .list-item .box{
    width: 90%;
    position: relative;
    background-color: #f6e1a9;
    border-radius: 10px;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    padding:30px 15px ;
}
.content .list .list-item .box span.dot{
    background-color: #f6e1a9;
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 20px;
    position: absolute;
    top: -10px;
    left: -10px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .5);
    color: #9b0004;
    font-size: 18px;
    line-height: 40px;
    font-weight: bold;
}
.content .list .list-item:first-child{
    margin-left: 0;
}
.content .list .list-item:last-child{
    margin-right: 0;
}
.footer{
    padding:50px 0;
    text-align: center;
}