.bottom_message{
    margin: auto;
    border-top: 3px #000000 solid;
    background: #ffffff;
}
.message_title{
    font-size: 1em;
    color: #333;
    display: table;
    background: url("https://teenix-hn.oss-cn-shenzhen.aliyuncs.com/b_xzsh_2/title_back.png") no-repeat center;
    text-align: center;
    width: 98%;
    height: 50px;
    line-height: 50px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    background-size: contain;
}
.message_title div{
    margin: auto;
}
.message_title img{
    width: 30px!important;
    height: auto;
    display: inline-table!important;
}
@media (max-width: 800px) {
    .message_title img {
        width: 25px !important;
    }
}
@media (max-width: 500px) {
    .message_title{
        background-size: 160%;
    }
}
.step_img{
    width: 90%!important;
    max-width: 1200px!important;
    margin: 20px auto!important;
}
.message_div{
    width: 90%;
    max-width: 1200px;
    background: #ffffff;
    margin: auto;
    display: table;
}
.message_item{
    width: 100%;
    display: block;
    padding: 10px 0;
    text-align: center;
    margin: auto;
}
.message_div .bottom_image{
    width: 100%;
    margin-top: 50px;
}
.message_div .gray{
    /*width: 60%;*/
    width: 90%;
    margin: 10px auto 5px auto;
    color: #666666;

    font-size: 14px;
}
.item_one{
    width: 100%;
    text-align: center;
    display: table;
}
.msg_left{
    width: 14%;
    float: left;
}
.item_one img{
    width: auto;
    margin-top: 12px;
    display: initial;
}
.b_people{
    height: 32px!important;
}
.b_phone{
    height: 30px!important;
}
.b_info{
    height: 25px!important;
}
.message_div .item_one input{
    width: 85%;
    margin-top: 10px;
    display: block;
    border: 1px solid #999;
    height: 33px;
    line-height: 33px;
    border-radius: 3px;
    text-indent: 2%;
    font-size: 14px;
    color: #333333;
    float: left;
}
.message_div .item_one input:focus{
    outline: none;
    border: 1px solid #ff2c32;
}
#message_content{
    width: 81%;
    height: 100px;
    margin-top: 10px;
    border: 1px solid #999;
    border-radius: 3px;
    padding: 2%;
    font-size: 14px;
    color: #333333;
    font-family: "PingFang SC", Arial, 微软雅黑, 宋体, simsun, sans-serif;
    float: left;
}
#message_content:focus{
    outline: none;
    border: 1px solid #ff2c32;
}
.li_title{
    font-size: 14px;
    margin: 20px 0 0 0;
    text-align: left;
    background: #ff2c32;
    color: #ffffff;
    width: 90%;
    padding: 2px 5px;
    border-left:1px solid #ff2c32;
    border-right:1px solid #ff2c32;
}
.li_title .red{
    /*color: red;*/
}
.li_ul{
    list-style: none;
    margin-top: 0;
    text-align: left;
    width: 90%;
    padding: 2px 5px;
    border-left:1px solid #ff2c32;
    border-right:1px solid #ff2c32;
    border-bottom:1px solid #ff2c32;
}
.li_ul p{
    margin: 5px 0;
    font-size: 12px;
    color: #666;
    cursor: pointer;
}
.li_ul p:hover{
    text-decoration:underline;
    color: #ff2c32;
}
#bottom_btn{
    background: #d00111;
    color: #ffffff;
    font-size: 20px;
    text-indent: 0;
    border-radius: 2px;
    border: none;
    width:81%;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    display: block;
    margin: 10px auto;
}
.bottom_info{
    padding-top: 13px;
    background: #ffffff;
    text-align: center;
}
.bottom_info p{
    font-size: 12px;
    color: #999;
    margin: 0;
    padding: 0;
}
.bottom_info p a{
    text-decoration: none;
    color: #999;
}
