/*头部和底部一个在最顶部一个在最底部*/
html, body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}
#footer{
    margin-top: 33px;
    width: 100%;
    padding-bottom: 40px;
}
.choosing-reasons-content{
    padding: 15px 15px 0;
}
.choosing-reasons-content>h2{
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
.choosing-reasons-content>button{
    font-weight: 500;
    font-size: 1.5rem;
    background-color: #00c097;
    border-color:#00c097;
    padding: 5px 15px;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 15px;
}
.choosing-reasons-content>div>div{
    padding: 10px;
    background: #f6f5f4;
    margin-bottom: 15px;
    border-color: #eeedea!important;
}
.choosing-reasons-content>div>div img{
    width: 45px;
    height: 45px;
    margin-right: 10px;
    margin-top: 3px;
}
.choosing-reasons-content>div>div span{
    font-weight: 500;
    font-size: 1.2rem;
    color: #73706b;
}
.choosing-reasons-content>div>div>div:first-child>div>div{
    font-weight: 500;
    font-size: 1.45rem;
    margin-bottom: 5px;
}
.choosing-reasons-content>div>div>div:last-child{
    margin-top: 10px;
}
.choosing-reasons-content>div>div>div:last-child>span:nth-child(2){
    margin: 0 5px;
}
.choosing-reasons-content>span{
    font-size: 1.4rem;
    font-weight: 500;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    color: #ff9303;
}