body{
    margin: 0;
    padding: 0;
    background-color: #fff;
}
.content{
    width:100%;

}
.content .content_body{
    position: fixed;
    width:94%;
    left: 3%;
    overflow: auto;
    height: 100%;

}
.content .content_body .icon_content{
    position: relative;
    top:2rem;
    width:100%;
    /*background-color: #00B83F;*/
}
.content .content_body .icon_content .icon_img{
    position: relative;
    width:10rem;
    height: auto;
    text-align: center;
    margin: auto;
}
.content .content_body .icon_content .icon_img img{
    width:10rem;
    height: auto;
}
.content .content_body .icon_content .icon_text{
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
}
.form_action{
    position: relative;
    top:3rem;
    width:86%;
    left: 7%;
}
.form_action input,.form_action button{
    position: relative;
    width:90%;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom:1px solid #999999;
    text-align: center;
    line-height: 2rem;
    padding-top:2rem;
    left:5%;
    font-size: 1.1rem;
}
.show_btn{
    position: absolute;
    padding:8px;
    width:1.5rem;
    top:5.5rem;
    right:1rem;
}
.hidden_btn{
    position: absolute;
    padding: 8px;
    width:1.5rem;
    top:5.5rem;
    right:1rem;
}
.submit_btn_old{
    width: 100%;
    display: inline-block;
    margin-top: 2rem;
    outline:none;
    background-color: #009bff;
    text-align: center;
    color: #ffffff;
    border-radius: 1rem;
    font-size: 1rem;
    border:none;
    line-height: 3rem;
    cursor:pointer;
}
.submit_btn_new{
    margin-top:1rem;
    display: inline-block;
    width: 100%;
    outline:none;
    background-color: #ff5d50;
    text-align: center;
    color: #ffffff;
    border-radius: 1rem;
    font-size: 1rem;
    border:none;
    line-height: 3rem;
    cursor: pointer;
}
.tishiyu{
    position: relative;
    width:100%;
    height: 30px;
    margin-top:10px;
    text-align: center;
    font-size: 16px;
    color: #333333;
}
body .layui-m-layer .layui-m-layer-msg{
    bottom:0 !important;
}