/*------------------------登录页面css -------------------------*/
html, body {
    width: 100%;
    height: 100%;
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
}

a, a:hover, a:active, a:visited, a:link, a:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

    -webkit-tap-highlight-color: transparent;

    outline: none;

    background: none;

    text-decoration: none;

}

input, button {
    outline: none;
}

.loginBG {
    height: 100%;
    width: 100%;
}

.curType {
    color: #333333 !important;
    font-weight: bold;
    text-decoration: none !important;
    border-bottom: solid #c7af77 2px;
    padding-bottom: 11px;
}

.loginType a {
    color: #999999;
}

.loginType a:hover {
    color: #C5A75E;
    text-decoration: none;
}

.loginType {
    color: #333333;
    height: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.blueBG, .greenBG, .blackYollowBG, .pinkBG, .carousel, .carousel-inner {
    height: 100%;
    width: 100%;
    position: absolute;
}

.blackYollowBG {
    background: url(yellowBG.jpg) no-repeat;
    background-size: cover;
}


.carousel-indicators {
    z-index: 55 !important;
}

.logo {
    width: 270px;
    height: 65px;
    /*background:url(../images/logo-white.png) no-repeat;*/
    margin: 26px;
}

.loginFrame {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    height: 70%;
    display: block;
}

.loginContainer {
    border: 1px silver solid;
    width: 27.34%;
    height: 60%;
    min-height: 370px;
    /*margin-left:auto;*/
    /*margin-right:auto;*/
    display: block;
    position: relative;
    top: 35%;
    left: 59.2%;
    /*margin-top:-160px;*/
    border-radius: 12px;
    /*background-image: url(../images/login_img_zjsgy.png);*/
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 1);
}

form {
    width: 100%;
    height: 100%;
}

.loginContent {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.loginContent .title {
    width: 100%;
    height: 16%;
    margin-top: 9.5%;
}

.loginContent .title-series {
    font-size: 26px;
    font-family: "Microsoft YaHei", serif;
    font-style: italic;
    color: #4e4e4e;
    line-height: 30px;
    font-weight: 900;
}

.inputbox {
    border-radius: 6px;
    border: 1px solid rgb(201, 201, 201);
    width: 72.3%;
    /*background:#e3e3e3;*/
    height: 50px;
    margin: 25px auto;
}

.first {
    margin: 35px auto;
}

/*input输入文字后背景色变成了黄色 CSS改变（去掉黄色背景）*/
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

input {
    width: 55%;
    line-height: 32px;
    border: none;
    border-bottom: 1px rgb(201, 201, 201) solid !important;
    background-color: white !important;
    display: inline-block;
    outline: none;
    padding: 0 !important;
    height: 49px;
}

input[type=password] {
    border: none;
    border-bottom: 1px rgb(201, 201, 201) solid !important;
}

.icon {
    font-size: 16px;
    line-height: 50px;
    margin: 0 16px;
    width: 15%;
    display: inline-block;
    text-align: center;
}

.fa-remove {
    width: 7%;
    line-height: 50px;
}

.fa-remove:before {
    content: "\f057";
}

.loginButton {
    margin-top: 5px;
    width: 72.3%;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    background: rgb(20,115,230);
    border-radius: 16px;
}

.loginButton:hover {
    background: dodgerblue;
}

.loginButton .buttonContent {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

.loginButton .buttonContent .icon {
    line-height: 32px;
    font-size: 14px;
    margin-right: 30px;
    margin-left: -10px;
}

.forget {
    margin-top: -15px;
    text-align: right;
    margin-right: 60px;
}

a {
    color: #e3e3e3;
    padding: 0 10px;
}

a:hover {
    color: #fff;
}

.bottomFrame {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 34px;
    line-height: 34px;
    padding: 0 20px 0 10px;
    color: #e3e3e3;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.60);
}

.bottomFrame a {
    color: #e3e3e3;
}

.bottomFrame a:hover {
    color: #ffffff;
}

.us-lang .loginContent,
.us-lang .loginContainer {
    width: 404px;
}