header{
    z-index: 1;
    padding: 10px 0 10px 10px;
    position: absolute;
    right: 0;
}
header span{
    color: #ffffff;
    width: 30px;
    margin-right: 20px;
}


.bg-size {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 5px 0;
    color: #ffffff;
}
.bg-size-title {
    /*height: 40px;*/
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    color: #ffffff;
}
.modal-content {
    width: 80%;
    margin-left: 10%;
    background-image: url("../images/mobile/applybg.jpg");
    /*height: 100%;*/
    /*min-height: 750px;*/
    /*max-width: none;*/
    /*right: 0px;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*z-index: -1;*/
}
.bg_img{
    margin-bottom: 30px;
    /*background-image: url("../images/mobile/applybg.jpg");*/
    /*height: 100%;*/
    /*min-height: 750px;*/
    /*max-width: none;*/
    /*right: 0px;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*z-index: -1;*/
}
.bg-size-logo {
    height: 50px;
    margin: 0 0 0 20px;
}
.bg-size-erplogo {
    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;
    font-size: 15px;
    min-width: 90px;
    text-align: center;
}
button[disabled], html input[disabled] {
    color: #b4b4b4;
}

.bg-input-buttonCode {
    display: none;
    position: absolute;
    right: 0px;
    height: 42px;
    border: 0px;
}
.bg-icon-left {
    margin-top: 6%;
    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;
    padding-bottom: 40px;
    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;
}
.alert-warning-style {
    width: 50%;
    position: absolute;
    top: 0;
    text-align: center;
    margin-left: 25%;
    z-index: 10000;
}
.alert-success-style {
    width: 50%;
    position: absolute;
    top: 0;
    text-align: center;
    margin-left: 25%;
    z-index: 10000;
}
input::-webkit-input-placeholder { /* WebKit browsers */
    color:#8d8d8d;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#8d8d8d;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#8d8d8d;
}

input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#8d8d8d;
}


.apply-button-style{
    display: inline-block!important;
}
.apply-button-style-one {
    display: inline-block!important;
    background-color: #3176FF;
}
.apply-button-style-one:hover{
    background-color: #3176FF;
    border-color: #3176FF;
}
.apply-button-style-one:focus{
    background-color: #3176FF;
    border-color: #3176FF;
}
.apply-button-style-one:active{
    background-color: #3176FF;
    border-color: #3176FF;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover{
    background-color: #3176FF;
    border-color: #3176FF;
}
.close {
    font-size: 38px;
}
.modal-header {
    border: none;
}