.h4 {
    color: #23679a;
    font-size: 28px;
}

.form-control {
    height: 50px;
    line-height: 50px;
    padding: 0;
}

.form-control[disabled] {
    background: #f6fbff none repeat scroll 0 0;
}

/*这是兼容各个浏览器的placeholder颜色，也可以设置字体*/

.userBox li input::input-placeholder {
    color: #757575;
}

.userBox li input::-webkit-input-placeholder {
    color: #757575;
    font-size: 16px;
}

/* WebKit, Blink, Edge */

.userBox li input:-moz-placeholder {
    color: #757575;
    font-size: 16px;
}

/* Mozilla Firefox 4 to 18 */

.userBox li input::-moz-placeholder {
    color: #757575;
    font-size: 16px;
}

/* Mozilla Firefox 19+ */

.userBox li input:-ms-input-placeholder {
    color: #757575;
    font-size: 16px;
}

/* Internet Explorer 10-11 */

/*这是修改placeholder默认的颜色*/

.input-placeholder {
    color: #757575;
}

.col-md-7,
.col-md-5 {
    padding: 0;
}

.secPdngB {
    padding-bottom: 90px;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.col-md-6 {
    width: 50%;
}

.accountInput .h5 {
    margin-bottom: 15px;
    margin-top: 25px;
    color: #233141;
    font-weight: 500;
    line-height: 1.2;
    font-family: 'proxima_novasemibold';
    font-size: 1.25rem;
}

.accountInput input {
    background: #f6fbff none repeat scroll 0 0;
    border: 1px solid #e1e6ec;
    border-radius: 4px;
    line-height: 50px;
    padding-left: 20px;
    width: 100%;
    -webkit-transition: .4s;
    transition: .4s;
}

.submitBtn {
    padding-left: 15px;
}

.submitBtn input {
    background: #23679a;
    color: #fff;
    border: medium none;
    border-radius: 4px;
    font-family: "proxima_novasemibold";
    line-height: 45px;
    margin-top: 20px;
    width: 170px;
    outline: none !important;
}

.submitBtn a {
    color: #007bff;
    display: block;
    margin-top: 10px;
}

a,
a:hover,
a:focus,
a:visited {
    text-decoration: none !important;
    outline: none !important;
}

select {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #f6fbff;
    border-color: rgb(225, 230, 236);
    border-top-style: solid;
    border-top-width: 1px;
    border-radius: 4px;
    padding-left: 20px;
    color: #757575;
}

.fileInput {
    background: #f9f9f9 none repeat scroll 0 0;
    color: #bebebe;
    height: 60px;
    line-height: 60px;
    margin-bottom: 20px;
    padding-left: 70px;
    position: relative;
    width: 65%;
    float: left;
    -webkit-transition: .4s;
    transition: .4s;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: #bebebe;
    border-radius: 2px;
}

.fileInput label {
    color: #19b5fe;
    font-weight: unset;
    margin: 0;
    text-decoration: underline;
    -webkit-transition: .4s;
    transition: .4s;
}

/* .fileInput:hover {
      background: #fff;
} */

/* .fileInput:before {
    color: #888888;
    content: "";
    font-family: "fontawesome";
    font-size: 16px;
    left: 30px;
    line-height: 60px;
    position: absolute;
    -webkit-transition: .4s;
    transition: .4s;
} */

.fileInput .inputfile {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
    cursor: pointer;
}

.accountInput input {
    background: #f6fbff none repeat scroll 0 0;
    border: 1px solid #e1e6ec;
    border-radius: 4px;
    line-height: 50px;
    padding-left: 20px;
    width: 100%;
    -webkit-transition: .4s;
    transition: .4s;
}

input {
    outline: none !important;
}

.container {
    width: 100%;
    padding-right: 100px;
    padding-left: 100px;
    margin-right: auto;
    margin-left: auto;
}

@media only screen and (max-width: 999px) {
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
}

@media only screen and (max-width: 810px) and (min-width: 767px) {
    .container {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media only screen and (max-width: 767px) and (min-width: 0px) {
    .fileInput {
        float: none;
        font-size: 12px;
        padding-left: 17px;
        text-align: center;
        width: 100%;
    }
    .col-md-6 {
        width: 100%;
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
}

@media only screen and (max-width: 567px) {
    .container {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
        margin-right: auto;
        margin-left: auto;
    }
}


select{
    font-size: 14px;
    color: #757575;
}
.registerInfoBox{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.registerInfoBox .col-md-6{
    width: 45%;
    min-width: 300px;
}
.registerInfoBox .codeBox{
    display: flex;
}
.registerInfoBox .codeBox .col-md-7{
    width: 65%;
}
.registerInfoBox .codeBox .col-md-5{
    margin-left: 1%;
    width: 33%;
}
.contentBox{
    display: flex;
    flex-wrap:wrap;
}
.contentBox .col-md-6{
    width: 45%;
    min-width: 300px;
}

.fileInput{
    width: 100%;
    height: 50px;
    line-height: 50px;
}
.uploadInfoBox{
    display: flex;
    flex-direction: column;
}
.uploadInfoBox .fileInput,.uploadInfoBox .inputfile{
    background: #F6FBFF!important;
    font-size: 14px;
    color: #757575;
    border: 1px solid #e1e6ec;
    border-radius: 4px;
}
.uploadInfoBox .submitBtn{
    margin-top: 30px;
}
@media only screen and (max-width: 567px) {
    .registerInfoBox .col-md-6,.contentBox .col-md-6{
        width: 100%;
    }
    .registerInfoBox .accountInput{
        width: 100%;
    }

    #menu-footer-navigation{
        padding: 10px 0px;
        box-sizing: border-box;
    }
    .container-fluid p{
        box-sizing: border-box;
        width: 100%;
        text-align: center;
        padding: 10px 0px!important;
        margin: 0px;
    }
    .navContentBox li{
        width: 30%;
    }
    .navFirstLi:before {
        box-sizing: border-box;
        padding: 0 10px;
        color: #828387;
        content: "|";
        color: #828387;
        font-size: 1px;
    }
}

