header{
    z-index: 1;
    padding: 10px 0 10px 10px;
    position: absolute;
    right: 0;
}
header span{
    color: #ffffff;
    width: 30px;
    margin-right: 20px;
}

.form-container {
    max-width: 600px;
    margin: 0 auto;
}


.bg-size {
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 5px 0;
    color: #ffffff;
    background-image: url('../../../static/images/mobile/applybg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-origin: content-box;
}
.bg-size-title {
    height: 40px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    width: 100%;
    margin-bottom: 25px;
}
.bg_img{
    height: 100%;
    min-height: 750px;
    max-width: none;
    right: 0px;
    position: absolute;
    top: 0;
    z-index: -1;
}
.bg-size-logo {
    height: 50px;
    margin: 20px 0 0 20px;
}
.bg-size-erplogo {
    background-image: url("../../../static/images/erpLogo.png");
    /*height: 40px;*/
    width: 180px;
}
.bg-center {
    width: 100%;
    text-align: center;
}
.bg-center-button {
    height: 40px;
    width: 120px;
    font-size: 17px;
    color: #ffffff;
    background-color: #409eff;
    border: none;
    border-radius: 5px;
}
.bg-input {
    /*opacity: 0.8;*/
    width: 80%;
    margin-left: 10%;
    height: 40px;
    line-height: 40px;
    /*text-align: center;*/
    font-size: 17px;
    background-color: #ffffff;
    margin-bottom: 20px;
    color: #3c3c3c;
    border-radius: 5px;
    overflow: hidden;
}
input {
    border: 0;
    width: 100%;
    height: 100%;
    padding-left: 15px;
}
input:focus{
    border:none;
    outline: none;
}
select {
    border: 0;
    width: 100%;
    height: 100%;
    padding-left: 15px;
}
.bg-input-butt {
    position: relative;
}
.bg-input-button {
    position: absolute;
    right: 0px;
    height: 42px;
    border: 0px;
    min-width: 90px;
    font-size: 15px;
    text-align: center;
}
.bg-input-buttonCode {
    display: none;
    position: absolute;
    right: 0px;
    height: 42px;
    border: 0px;
}
.bg-icon-left {
    margin-top: 10%;
    text-align: center;
    background-color: #ffffff;
    margin-left: 10%;
    margin-right: 10%;
    color: #2e6da4;
    padding-top: 5px;
    padding-bottom: 5px;
    opacity: 0.7;
    border-radius: 5px;
}
.bg-icon {
    display: inline-block;
    width: 40%;
}
.bg-icon-img {
    height: 35px;
}
.bg-icon-epcimg {
    height: 38px;
}
.bg-icon-jimaoimg {
    height: 23px;
}
.bg-click-success {
    display: none;
    color: #3c3c3c;
    width: 80%;
    height: 100%;
    background-color: #ffffff;
    /*display: block;*/
    text-align: center;
    margin-left: 10%;
    padding: 20px;
    font-size: 19px;
}
.bg-click-successimg {
    width: 100px;
    height: 100px;
    margin: 20px;
}
.bg-click-successTip {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    /*font-size: 18px;*/
    padding: 5px;
    margin-bottom: 10px;
}