.container{
    width: 95%;
    margin: 0 auto;
}
.image_point{
    color:rgba(0, 0, 0, 0.9);
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 16px;
}
.title_text{
    font-size: 14px;
    color: rgba(178, 178, 178, 1);
}
.bg_image{
    width: 100%;
    height:180px;
    margin-top: 10px;
    position: relative;
    text-align: center;
}
.appeal_file{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height:180px;
    opacity: 0;
    z-index: 10;
}
.bgimg_size{
    height:180px;
}
.image_submit{
    width:100%;
    margin-top: 30px;
    padding: 0 8%;
}
.text_entry{
    color:#666666;
    width: 100%;
    font-size: 14px;
    text-align: center;
    text-decoration: underline;
    position: fixed;
    bottom:60px;
    left:0;
}
.text_entry:hover{
    color:#333333;
}
.loginBtn {
    width: 80%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background-color:#3C53A3;
    /* border: 0.1rpx solid #ccc; */
    border-radius: 5px;
    margin: 0 auto;
}
.disabled{
    background-color:#F7F7F7;
    border: 1px solid #ccc;
    color:#ccc;
}



