@font-face {
    /* 重命名字体名 */
    font-family: '方正粗倩简体';
    /* 引入字体 */
    src: url('./FZCQJT.ttf');
    font-weight: normal;
    font-style: normal;
}

.btn-row {
    top: 5px;
}

.btn-submit {
    background: #37b4e4;
    float: none;
    clear: none;
    color: #fff;
    letter-spacing: 0;
    padding: 3px;
    *padding-top: 5px;
}

.btn-reset {
    float: none;
    clear: none;
    margin: 0;
    padding: 3px;
    *padding-top: 5px;
    border: 0;
    background: transparent;
    color: #fff;
    text-transform: lowercase;
    letter-spacing: 0;
    font-size: 14;
}

/* RESET --------------------------------- */
/* reset some properties for elements since defaults are not crossbrowser - http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, h1, h2, h3, p, a, img, ul, li, fieldset, form, label, legend {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 14;
    font-family: inherit;
    vertical-align: baseline;
}

:focus {
    outline: 0;
}

ul {
    list-style: none;
    font-size: 1.1em;
    padding: 0 0 18px 40px;
}

/* browser default font-size is 16px which is too big so we make it 16px x 62.5% = 10px */
body {
    font: normal 400 62.5%/1.0 "Microsoft YaHei", Verdana, sans-serif;
    min-width: 960px;
    background: #fff;
    color: #fff;
}

#foot {
    font-size: 14px;
    color: #006699;
    text-align: center;
}

#header:after, #content:after, #footer:after, .clearfix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

/* CONTENT --------------------------------- */
#content {
    clear: both;
    padding: 1px 0;
    margin: 0 25px 2em;
}

#content h2 {
    margin: 0 0 .5em 0;
    font-size: 1.3em;
    font-weight: 400;
    color: #000;
    xborder-bottom: 1px solid #eee;
    padding: 3px 0;
    xletter-spacing: -1px;
}

#content h3 {
    font: 1em arial, helvetica, sans-serif;
    font-weight: 400;
}

#content p {
    line-height: 1.5;
    font-size: 1.1em;
    padding: 0 0 18px;
}

/* MESSAGES --------------------------------- */
.info, .success {
    clear: both;
    margin: 18px 0;
    padding: 20px 20px 20px 100px;
    font-size: 10px;
    line-height: 1.5;
}

.info {
    border: 1px dotted 008;
    background: #eff url(../../common/images/info.gif) no-repeat 20px 18px;
    color: #008;
}

.errors {
    color: #d21033;
    padding-left: 30px;
    text-align: left;
    font-size: 12px;
}

.success {
    border: 1px dotted #390;
    background: #dfa url(../../common/images/confirm.gif) no-repeat 20px 18px;
    color: #390;
}

#content .errors h2, #content .success h2 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    line-height: 48px;
    font-weight: 400;
    margin: 0 18px 0 0;
    padding: 0;
}

#content .success h2 {
    color: #008 !important;
}

#content .errors h2 {
    color: #b00 !important;
}

#content .success h2 {
    color: #060 !important;
}

/* static messages */
#content #msg p {
    padding: 0;
}

/* FORMS --------------------------------- */
label {
    cursor: pointer;
    font-size: 1.1em;
    color: #fff;
    margin-left: 2px;
}

input {
    border-width: 1px;
    font-family: Verdana, sans-serif;
    color: #000;
    padding: 3px;
    min-height: 1.5em;
    cursor: hand;
}

.fm-v div.row {
    float: left;
    margin: 0;
    width: 100%;
}

.fm-v div.row label {
    float: left;
    width: 80px;
    line-height: 1.5;
}

.fm-v div.row input.btn-submit {
    background-image: url(images/login_btn_1.png);
    margin: 0;
}

/* highlight errors */
input.error {
    background: #FFEFEF;
    color: #b00;
}

/* mark as required */
.required {
    background: #ffd;
}

.error {
    background: #ffefef;
}

input.required {
    border-width: 1px;
}

.submit_1 {
    background: #1487e6;
    height: 40px;
    width: 259px;
    color: #fff;
    border: 0px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 15px;
}

.login_username {
    background-image: url(images/login_username.png);
    background-repeat: no-repeat;
    background-position: 30px 0px;
    height: 48px;
    margin-bottom: 15px !important;
}

.login_psw {
    background-image: url(images/login_psw.png);
    background-repeat: no-repeat;
    background-position: 30px 0px;
    height: 48px;
    width: 258px;
}

.login_psw1 {
    background-image: url(images/login_psw1.png);
    background-repeat: no-repeat;
    background-position: 30px 0px;
    height: 48px;
    width: 258px;
    padding-left: 66px;
    padding-right: 6px;
}

.login_domainCode_1,
.login_username_1 {
    /* margin-left:60px; */
    padding-left: 66px;
    padding-right: 6px;
    border: 0px;
    height: 46px;
    line-height: 46px;
    BACKGROUND-COLOR: transparent;
    color: #fff;
}

.login_domainCode_1 {
    /*  margin-left:68px; */
    /* border:0px;
    height:30px;
    BACKGROUND-COLOR: transparent;
    color:#fff; */
    width: 258px;
    padding-left: 58px;
}

.row.domainCode {
    margin-top: 15px !important;
}

#loginBox {
    float: left;
    width: 315px;
    height: 310px;
    position: absolute;
    bottom: 145px;
    right: 160px;
    z-inde: 101;
    border: solid 0px #ff0000;
}

.loginLogo {
    margin-left: 40px;
    height: 50px !important;
}

.loginBg {
    float: left;
    width: 315px;
    height: 310px;
    position: absolute;
    bottom: 145px;
    right: 160px;
    z-inde: 100;
    border: solid 0px #ff0000;
    background-color: #656565;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.login_username_1 {
    text-align: left;
    width: 258px;
}

.login_psw_1 {
    width: 258px;
    padding-left: 66px;
    border: 0px;
    height: 46px;
    line-height: 46px;
    color: #fff;
    background-color: transparent;
    text-align: left;
}

.loginSection {
    max-width: 1400px;
    height: 530px;
    margin: 0px auto;
    margin-top: 80px;
    border: 0px solid #ff0000;
    position: relative;
}

#head {
    max-width: 1400px;
    height: 300px;
    text-align: left;
    border: 0px solid #ff0000;
}

/* 新登录页面样式*/
html {
    background: url(images/login_background.jpg) top center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.bg_transparent {
    background: transparent;
}

.logo_box {
    width: 1920px;
    margin: 0 auto;
}

.logo_position {
    margin-top: 56px;
    margin-left: 77px;
    background-repeat: no-repeat;
    width: 250px;
    height: 100px;
}

.logo_text {
}

.logo_text_zh {
    font-size: 47px;
    font-family: '方正粗倩简体';
    font-weight: normal;
    color: #043692;
}

.logo_text_en {

    font-size: 32px;
    font-family: Baskerville Old Face;
    font-weight: 400;
    color: #043692;
    margin-bottom: 8px;
}

.login_box {
    display: flex;
    margin-top: 142px;
    margin-bottom: 93px;
    justify-content: center;
    flex-direction: column;
    align-items: flex-end;

}

.uptriangle {
    /*width: 0;*/
    /*height: 0;*/
    /*border-left: 14px solid transparent;*/
    /*border-right: 14px solid transparent;*/
    /*border-bottom: 20px solid white;*/
    /*z-index: 102;*/
    margin-right: auto;
    margin-left: auto;
    /*box-shadow: 0px 5px 14px 1px rgb(0 0 51 / 10%);*/
}

.login_form {
    width: 390px;
    height: 379px;
    background: #FFFFFF;
    box-shadow: 0px 5px 14px 1px rgba(0, 0, 51, 0.1);
    border-radius: 10px;
    box-sizing: border-box;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 44px;
}
.login-content{
    margin-right: 342px;
}
.login-tabs-box {
    margin-bottom: 25px;
}

.tabs-font-size {
    font-size: 18px;
    color: #333333;
}

.login-tabs-box-ischecked {
    font-weight: bold;
    color: #3988FC;
}

.input-box {
    width: 100%;
    height: 35px;
    background: #FFFFFF;
    border: 1px solid #CAD1D7;
    border-radius: 4px;
    position: relative;
    margin-bottom: 24px;
}

.input-box input {
    border-width: 0px;
}

.input-box-left-icon {
    width: 22px;
    height: 24px;
    position: absolute;
    top: 6px;
    left: 13px;
}

.input-box-input-class {
    width: 240px;
    height: 35px;
    position: absolute;
    top: 0px;
    left: 55px;
    background: transparent;
    font-size: 16px;
}

.operation-line {
    display: flex;
    justify-content: space-around;
    font-size: 12px;
    color: #3988FC;
}

.bt-login {
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.bt-login-group {
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.login_user_bg {
    background-image: url(images/user.png);
}

.login_password_bg {
    background-image: url(images/password.png);
}

.bg_blue {
    color: #3988FC;
}

.submit_button {
    width: 360px;
    height: 35px;
    border-radius: 4px;
    border: 0px;
    cursor: pointer;
    font-size: 18px;
    background: #0189FB;
    color: white;
}

.submit_button_group {
    width: 360px;
    height: 35px;
    border-radius: 4px;
    border-color: #0189FB;
    cursor: pointer;
    font-size: 18px;
    background: white;
    color: #0189FB;
}

/* 超小设备 (手机, 600px 以下屏幕设备) */
@media only screen and (max-width: 600px) {
    .login-content{
        margin-right: 330px;
    }
}

/* 小设备 (平板电脑和大型手机，600 像素及以上) */
@media only screen and (min-width: 600px) {
    .login-content{
        margin-right: 330px;
    }
}

/* 中型设备（平板电脑，768 像素及以上） */
@media only screen and (min-width: 768px) {
    .login-content{
        margin-right: 330px;
    }
}

/* 大型设备（笔记本电脑/台式机，992 像素及以上） */
@media only screen and (min-width: 992px) {
    .login-content{
        margin-right: 330px;
    }
}

/* 超大型设备（大型笔记本电脑和台式机，1200 像素及以上） */
@media only screen and (min-width: 1200px) {
    .login-content{
        margin-right: 258px;
    }
}
/* 超大型设备（大型笔记本电脑和台式机，1200 像素及以上） */
@media only screen and (min-width: 1920px) {
    .login-content{
        margin-right: 330px;
    }
}
input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color:transparent !important;
    color: fieldtext !important;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 32px #fff inset; /**通过边框阴影遮挡住背景*/
    -webkit-text-fill-color: #333; /*自动填充内容的文本颜色*/
    background: #ffffff !important;
}