body{
    background: #f2f2f2;
}
/* 头部 */
.header{
    background: #fff;
    font-size: 1.7rem;
    line-height: 45px;
}
.header>a{
    line-height: 45px;
    color: #000;
}
.header>a img{
   width: 50%;
}
/*底部*/
.footer{
    /* height: 105px; */
    border: 1px solid #f2f2f2;
    position: fixed;
    bottom: 0;
    background: #fff;
    z-index:110;
}
.footer a{
    padding-top: 10px;
    padding-bottom: 5px;
    color: #000;
    font-size: 1.5rem;
}
.ft-a{
    color:#54b977 !important;
}
.ft-a-img{
    margin-bottom: 5px;
}
.ft-a-img img{
    width: 25%;
}
/* 首页救援平台 */
.platform{
    background: url(../images/banner-bg.png) center no-repeat;
    background-size:cover;    
    overflow: hidden;
}
.platform .platform-logo{    
    width: 30%;
    margin-bottom: 10px;
}
.platform .platform-logo img{
    margin-top: 25px;
    width: 100%;
    height: 100%;
}
.platform .platform-title{
    text-align: center;   
    color: #fff; 
}
.platform .platform-title h2{
    font-size: 2rem;
}
.platform .platform-title h1{
    font-size: 2.4rem;
    margin-bottom: 30px;
}
/* 首页立刻求助 */
.help{
    text-align: center;
    background: #fff;
}
.help .help-title{
    padding-top: 25px;
    width: 90%;
}
.help .help-title p{    
    font-size: 1.2rem;
}
.help-button{
    outline: none;
    line-height: 42px;
    font-size: 1.5rem;
    color: #fff;
    border-radius: 4rem;
    background: #f6b600;
    width: 85%;
    border: none;
    margin-bottom: 20px;
}
/*搜索框*/
.search-box{
    background: #fff;
    padding-bottom: 20px;
}
.btn {
    font-size: 1.2rem;
}
.search-box .input-group input {
    line-height: 40px;
    height: 40px;
    border: none;
    background: url(../images/sspng.png) center left 10px no-repeat #f2f2f2;
    padding-left: 40px;
    font-size: 1.6rem;
}
/*失联名单and已找到*/
.seek{
    background: #fff;
    overflow: hidden;
}
.seek .seek-title {
    font-size: 1.5rem;
    color: #777777;
    line-height: 45px;
}
.seek .seek-title a{
    font-size: 1.5rem;
    color: #777777;
    text-decoration:none;
}
.seek-out-p{
    font-size: 1.6rem;
    font-weight: 500;
}
.roster {
    background: #fff;
    overflow: hidden;
    border-bottom: 1px solid #f2f2f2;
    padding-top: 15px;
    padding-bottom: 15px;
    height: 120px;
}
.roster-img{
    overflow: hidden;
    border-radius: 1px;
    width: 40%;
    height：100%;
}
.roster-img img{    
    max-width: 100%;
}
.roster-content{
    width: 60%;
    padding-left: 15px;
    padding-top: 10px;
}
.roster-content h4,h5{
    color: #000;
    font-size: 1.6rem;
    font-weight: bold;
}
.roster-content p{
    font-size: 1.6rem;
    color: #999;
    margin-bottom: 0.2rem;
}
/*失联着已找到*/
.seek-out{
    margin: 15px 15px 0 15px;
    padding: 0 15px 20px;
}
.seek-out-title{
    margin-top: 20px;
    margin-bottom: 25px;
}
.seek-out-title h4{    
    font-size: 1.9rem;
    font-weight: 500;
}
.seek-out-title h5{
    font-family: 思源黑体 CN;
    font-weight: inherit;
    font-size: 1.4rem;
    color: #b6b6b6;
}
.seek-out-content img{
    max-width: 60%;
    margin-bottom: 25px;
}
.seek-out-content h1{
    font-size: 2.8rem;
    margin-bottom: 15px;
}
.seek-out-content h6{
    /* font-weight: bold; */
    font-size: 1.6rem;
    margin-bottom: 20px;
}
.identifier{
    padding: 10px 15px;
    overflow: hidden;
    border: 1px solid #f2f2f2;
    font-size: 1.6rem;  
}   
.identifier-title{
    padding-right: 15px;
    overflow: hidden; 
}
.identifier-content{
    color: #ff7324;
}
/*信息*/
.info{
    border-radius: 1rem;
    font-family: 思源黑体 CN;
    font-weight:500;
    background: #fff;
    margin: 15px 15px 0 15px;
    padding: 15px;
    font-size: 1.6rem;
}
.info ul{
    padding-top: 15px;
    padding-left: 30px;
}
.info ul li{
    padding-bottom: 10px;
}
.info ul li:last-child{
    padding: 0;
}
/*关爱*/
.care-for{
    margin: 15px 15px 0 15px;
    padding: 0 15px;
}
.care-for-top{
    padding: 30px 0 10px;
    border-bottom:1px solid #f2f2f2;
}
.care-for-title{
    font-size: 1.2rem;
    color: #999999;
}
.care-for-cen-or{
    font-size: 3rem;
    color: #ff6600;
}
.care-for-bot{
    padding: 15px 0;
    flex-wrap: wrap;
    /* flex-direction:column; */
}
.care-for-bot-ten{
    flex: 0 0 33.3333%;
}
.care-for-cen{
    font-size: 2rem;
}
/*烈焰救援介绍*/
.introduce{
    margin: 15px 15px 0 15px;
    padding: 0 15px 15px;
}
.introduce-title{
    padding: 15px 0px;
    border-bottom: 1px solid #f2f2f2;
}
.introduce-title h4{
    border-left: 4px solid #54b977;
    padding-left: 15px;
    font-size: 1.7rem;
    margin-bottom: 0;
}
.introduce-content{
    padding-top: 15px;
    
}
.introduce-content img{
    max-width: 100%;
}
.introduce-content p{
    font-size: 1.6rem;
}
/*微信公众号*/
.wx{
    margin: 15px 15px 0 15px;
    padding: 0 15px 15px;
}
/*鸣谢单位*/
.thank{
    margin: 15px 15px 0 15px;
    padding: 0 15px 15px;
}
.thank-title{
    margin-bottom: 20px;
}
.thank-title span{
    color: #999999;
    font-size: 1.2rem;
}
.thank-title p{
    color: #ff9567;
    font-size: 1.7rem;
    font-weight: 600;
    margin-bottom: 5px;
}
.thank-con {
    width: 100%;
    height: 265px;
    overflow: scroll;
    font-size: 1.6rem;
}
/*发布须知*/
.notice{   
    padding:15px;
}
.notice h1{
    color: #54b977;
}
.notice p{
    font-size: 1.6rem;
    margin: 0;
}
/*填写信息*/
.information{
    padding:15px;
}    
.information-title{
    padding: 0 0 15px 0px;
}
.information-title h5{
    padding-left: 50px;
    font-size: 2.5rem;
    margin-bottom: 0;
}
.information-label{
    font-size: 1.6rem;
    margin-bottom: 0;
    font-weight: 400;
    padding: .375rem 0;
}
.information-input{
    padding-left: 0;
    color: #aaaaaa;
    font-size: 1.6rem;
    border: none;
}
.help-form .form-group {
    overflow: hidden;
    padding-bottom: 3px;
    border-bottom: 1px solid #f2f2f2;
}
/*照片上传*/
.photo{
    padding:15px;
}
.photo-upload{
    width: 140px;height: 140px;
    background: url(../images/shangc.png) center no-repeat #e7e7e7;
}
/*家属信息*/
.family{
    padding:15px;
}
.help-button1{
    border: none;
    border-radius: 4rem;
    background: #54b977;
    font-size: 2rem;
    line-height: 40px;
    color: #fff;
    margin: 0 auto;
    width: 90%;
}
.hotline{
    border-radius: 4px;
    background: #54b977;
    color: #fff;
    padding:20px 0;
}
.hotline p{
    font-size: 1.6rem;
    margin-bottom: 0;
}
.hotline h1{
    font-size: 4rem;
    margin-bottom: 0;
}
.introduce-info{
    font-size: 1.6rem;
    padding: 15px 0;
    overflow: hidden;
    border-bottom: 1px solid #f2f2f2;
}