﻿.main {
    margin-top:0.54rem;
}
.bmlist {
    margin-bottom:0.13rem;
    margin-top:0.06rem;
    background:#fff;
}
    .bmlist ul li {
    height:0.44rem;
    padding:0rem 0.22rem;
    border-bottom:1px solid #EFEFEF;
    }
   .bmlist ul li span
   ,.text> span{
        display:block;
        font-size: 14px;
        color: #676767;
        line-height:0.4rem;
        width:0.8rem;
        float:left;
   }
   .bmlist ul li input {
    float:left;
    display:block;
    width:2.4rem;
    height:0.2rem;
    margin-top:0.12rem;
    border:none;
    outline:none;
    line-height:0.2rem!important;
   }
   .bmlist ul li input::-webkit-input-placeholder
   ,.text textarea::-webkit-input-placeholder {
       font-size: 14px;
        color: #BEBEBE;
    }
   .bmlist ul li input::-moz-placeholder
   ,.text textarea::-moz-placeholder  {
        font-size: 14px;
        color: #BEBEBE;
   }
    .text{
    position:relative;
    width:100%;
    max-width:750px;
    margin-top:0.13rem;
    background:#fff;
    margin-bottom:0.5rem;
}
   .text> span {
    padding-left:0.22rem;
    }
  .text textarea{
    width:3.28rem;
    height:1.88rem;
    margin:0rem 0.07rem;
    padding:0rem 0.16rem;
    outline:none;
    border:none;
    font-size:12px;
    color: #BEBEBE;
    line-height:0.2rem!important;
    background: #FFFFFF;
}
   .text .zfcd{
    position:absolute;
    bottom:0.1rem;
    right:0.2rem;
    font-size: 8px;
    color: #787878;
}
.btn1 {
    width:100%;
    max-width:750px;
    height:0.5rem;
    text-align:center;
    line-height:0.5rem;
    font-size:16px;
    color:#fff;
    font-weight:bold;
    background: #FE8E30;
    position:fixed;
    bottom:0rem;
}