.login_wrap {
    max-width: 100%;
    /*min-width: 1200px;*/
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
   /*  background: url("../images/backImage/12.jpg") no-repeat center;
    background-size: 100% 100%; */
}
/*顶部*/
.content-top {
    width: 100%;
    height: 50px;
    background-color: #2A58AD;
}
.navbar-logo {
    display: block;
    font-size: 11px;
    margin: 0;
    left: 20px;
    outline: 0 !important;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0 !important;
    height: 60px;
    color: #fff;
}
.logoImg {
    display: inline-block;
    vertical-align: middle;
    width: 65px;
    margin-top: 10px;
    cursor: pointer;
}
.logoText {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    vertical-align: bottom;
    padding-left: 6px;
    margin-bottom: -3px;
    font-weight: bold;
    cursor: pointer;
}
/*登录框*/
.main_contain {
    /*position: absolute;*/
    /*top: 110px;*/
    display: inline-block;
    width: 360px;
    margin: auto;
    padding: 35px 28px 55px;
    min-height: 200px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.7);
}
.main_contain .logoTitle{
    font-size:24px;
    color: #2A58AD;
    padding-bottom: 38px;
}
.login_input {
    width: 100%;
}
.input_style {
    width: 100%;
    height: 50px;
    color: #333;
    background-color:rgba(255,255,255,0.3) !important;
    border:1px solid rgba(0,0,0,0.3);
    margin-bottom: 28px;
}
.other_style {
    display: block;
    margin: 0 auto 22px;
    width: 100%;
    text-align: left;
    line-height: 16px;
    color: #2C2C2D;
    font-size: 14px;
}
/*记住密码选款样式*/
.gcs-checkbox+label {
    background-color: white;
    border-radius: 0px;
    border: 1px solid #d3d3d3;
    width: 16px;
    height: 16px;
    display: inline-block;
    text-align: center;
    vertical-align: bottom;
    line-height: 14px;
    margin-bottom: 0 !important;
}
.gcs-checkbox {
    display: none;
}
.gcs-checkbox:checked+label {
    border: 1px solid #2a58ad;
    background: #fff;
}
.gcs-checkbox:checked+label:after {
    display: block;
    content: "";
    width: 12px;
    height: 16px;
    margin-top: -1px;
    margin-left: 1px;
    background: url("../images/afterDui.png") no-repeat center;
    background-size: 100% 100%;
    /*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../../images/afterDui.png",sizingMethod="scale");*/

}

/*登录按钮*/
.btlogin {
    display: block;
    width: 100%;
    height: 45px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    background-color: #2A58AD;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.content_footer {
    width: 100%;
    height: 30px;
    margin-top: -30px;
    background-color: rgba(0, 0, 0, 0.7);
}
.content_footer p {
    color: #FFFFFF;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    margin: 0 !important;
}

::-webkit-input-placeholder {
    font-size: 14px;
    color: #A0A0A0;
}
::-moz-placeholder {
    font-size: 14px;
    color: #A0A0A0;
}
/* firefox 19+ */
:-ms-input-placeholder {
    font-size: 14px;
    color: #A0A0A0;
}
/* ie */
input:-moz-placeholder {
    font-size: 14px;
    color: #A0A0A0;
}