body{
    background: #094198;
}
.mui-content{
    background: #094198;
}
.baoming{
    width: 100%; 
    margin-top:9px;    
    padding:20px 0;
    padding-bottom: 80px
}
.baoming h4{
    height: 35px;
    position: absolute;
    text-align: center;
    line-height: 35px;
    top: -16px;
    width: 100%;
    left:50%;
    margin-left:-25%;
}
.baoming h4>img{
    width: 48%;
}
.formDiv{
    width: 92%;
    height: 210px;
    margin-left: 4%;
    background: #fff;
    padding-top: 43px;
    border-radius: 9px;
    position: relative;
}
.formDiv div {      
    text-align: center;
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px; 
    position: relative;
}
.formDiv div p{
    font-size: 12px;    
    color: #FCDD11;    
    padding-left: 25px;
}
.formDiv div span{
        position: absolute;
    top: 6px;
    left: -37px;
    font-size: 28px;
    color: #707070; 
    font-weight: bold;
}
.formDiv span {
    display: inline-block;
    text-align: right;
    width: 25%;
}
.formDiv span i{
    color:#BB0A20;
}
.formDiv .in-text {
    height: 40px;
    font-size: 16px;
    margin: 0 auto 4px;    
    padding-left: 20px;
    border-radius: 9px;    
    background: transparent;
    border: 1px solid #707070;
    color: #707070;
}
.formDiv .in-t {
    width: 85%!important;
}
.formDiv .in-submit {
    width: 100%;
    height: 45px; 
    line-height: 15px;
    text-align: center;
    margin: 0px auto;
    background-color: #DE312C;
    border:1px solid #DE312C;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    border-radius: 9px;
    margin-top: 25px;
}
::-webkit-input-placeholder {  
    color: #333;
} 
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
color:#333;
} 
::-moz-placeholder { /* Mozilla Firefox 19+ */ 
color: #333;
} 
:-ms-input-placeholder { /* Internet Explorer 10+ */ 
color: #333;
} 