.bottom_message{
    /*width: 100%;*/
    /*height: 500px;*/
    /*padding-bottom: 20px;*/
    margin: auto;
    /*background: #ff2c32;*/
    border-top: 3px #000000 solid;
    /*border-left: 1px #999 solid;*/
    /*border-right: 1px #999 solid;*/
    /*border-bottom: 1px #999 solid;*/
    background: #ffffff;
}
.message_title{
    font-size: 25px;
    /*color: #ffffff;*/
    color: #333;
    /*margin: auto;*/
    margin: 25px auto 10px auto;
    display: table;
    /*padding: 5px 0;*/
    background: url("https://teenix-hn.oss-cn-shenzhen.aliyuncs.com/b_xzsh_2/title_back.png") no-repeat 60%;
    text-align: center;
    width: 90%;
    max-width: 1200px;
    height: 60px;
    line-height: 60px;
}
.message_title div{
    margin: auto;
}
.message_title img{
    width: 30px!important;
    display: inline-table!important;
}
.step_img{
    width: 90%!important;
    max-width: 1200px!important;
    margin: 20px auto!important;
}
.message_div{
    width: 90%;
    max-width: 1200px;
    /*height: 400px;*/
    background: #ffffff;
    margin: auto;
    display: table;
    /*border: 1px solid #999999;*/
}
.message_item{
    width: 25%;
    display: table;
    float: left;
}
.message_item2{
    width: 50%;
    display: table;
    float: left;
    padding: 10px 0;
    text-align: center;
}
.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;
}
.message_div input{
    width: 90%;
    margin: 10px auto 0 auto;
    display: block;
    border: 1px solid #999;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    text-indent: 10px;
    font-size: 16px;
    color: #333333;
}
.message_div input:focus{
    outline: none;
    border: 1px solid #ff2c32;
}
#message_content{
    width: 90%;
    height: 100px;
    margin: 10px auto 0 auto;
    border: 1px solid #999;
    border-radius: 3px;
    text-indent: 10px;
    padding: 10px 0;
    font-size: 16px;
    color: #333333;
    font-family: "PingFang SC", Arial, 微软雅黑, 宋体, simsun, sans-serif;
}
#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: #ff2c32;
    color: #ffffff;
    font-size: 16px;
    line-height: 38px;
    text-indent: 0;
    border-radius: 2px;
    border: none;
    width: 60%;
    cursor: pointer;
    height: 40px;
}
.bottom_info{
    margin-top: 15px;
    padding-top: 3px;
    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;
}