.mobile-check {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.7);
    z-index: 99
}

.mobile-check-container {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 999;
    width: 570px
}

.login-form .el-input .el-input__prefix i {
    font-size: 24px!important;
    line-height: 2
}

.login-container {
    background: rgba(0,0,0,.2)
}

.login-container:before {
    z-index: -999;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('dwz/themes/default/images/zhifu_banner.jpg');
    background-size: 100% 100%
}

.login-info {
    padding-left: 60px
}

.login-info-title {
    line-height: 90px
}

.login-info-item {
    font-size: 14px
}

.login-border {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 50px 25px 50px;
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 1px 1px 2px #eee;
    box-shadow: 1px 1px 2px #eee
}

.banner_title_box {
    height: 130px;
    width: 100%
}

.banner_title_box h1 {
    text-align: center;
    line-height: 120px;
    font-size: 60px;
    color: #fff;
    font-weight: 600
}

.banner_title_box span {
    text-align: center;
    display: block;
    line-height: 10px;
    font-size: 22px;
    color: #fff
}

.login-main {
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 70px;
    left: 250px;
    bottom: 70px;
    right: 250px;
    background-size: 23%;
    background: rgba(38,65,112,.6);
    -webkit-box-shadow: 0 0 60px #8d8b8b;
    box-shadow: 0 0 60px #8d8b8b
}

.login-main>h3 {
    margin-bottom: 20px
}

.login-main>p {
    color: #76838f
}

.login-title {
    margin: 0 0 20px;
    text-align: center;
    color: #409eff;
    letter-spacing: 3px
}

.login-submit {
    display: block;
    margin: 20px auto 0;
    width: 100px;
    height: 50px;
    font-size: 22px;
    background-color: #264170;
    border: 0 solid
}

.login-form {
    margin: 10px 0
}

.login-form .el-form-item__content {
    width: 100%;
    text-align: center
}

.login-form .el-form-item {
    margin-bottom: 50px
}

.login-form .el-input {
    line-height: 50px
}

.login-form .el-input .el-input__inner {
    height: 50px
}

.login-form .el-input input {
    text-indent: 5px;
    /*border-color: #dcdcdc;*/
    border-radius: 3px
}

.login-form .el-input .el-input__prefix i {
    padding: 0 5px;
    font-size: 16px!important
}

.login-form .el-form-item.is-success .el-input__inner {
    /*border-color: #dcdcdc*/
}

.el-input__icon, .el-input__prefix {
    -webkit-transition: all .3s;
    transition: all .3s;
}
.el-input__prefix {
    left: 5px;
}

.el-input__prefix, .el-input__suffix {
    position: absolute;
    top: 8px;
    -webkit-transition: all .3s;
    height: 100%;
    color: #c0c4cc;
    text-align: center;
    left: 3%;
}

.el-icon-user-solid:before {
    content: "\E7A5";
}

.el-icon-unlock:before {
    content: "\E6E4";
}

.el-form-item__content {
    line-height: 40px;
    position: relative;
    font-size: 14px;
}

.login-code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0 0 0 10px
}

.login-code-img {
    margin-top: 2px;
    width: 100px;
    height: 32px;
    background-color: #fdfdfd;
    border: 1px solid #f0f0f0;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 5px;
    line-height: 32px;
    text-indent: 5px;
    text-align: center
}

.div_left {
    width: 65%;
    height: 100%;
    float: left;
    position: relative
}

.div_left .notice_box {
    width: 95%;
    height: 100%;
    margin: auto
}

.div_left .notice_box .notice_title_box {
    width: 100%;
    height: 80px;
    position: relative
}

.div_left .notice_box .notice_title_box h1 {
    text-align: center;
    color: #fff;
    line-height: 80px
}

.div_left .notice_box .notice_title_box a {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 80px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    text-decoration: none
}

.div_left .notice_box .notice_content_box {
    height: 650px;
    width: 100%;
    background-color: hsla(0,0%,100%,.4);
    border-radius: 10px;
    position: relative
}

.div_left .notice_box .notice_content_box .notice_content_card_box {
    width: 95%;
    height: 100%;
    border-radius: 10px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto
}

.div_left .notice_box .notice_content_box .notice_content_card_box .notice_content_message_box {
    height: 195px;
    margin-top: 10px;
    width: 100%;
    background-color: rgba(38,65,112,.4);
    margin-left: -5px;
    border: 5px solid #fff;
    border-radius: 10px
}

.div_left .notice_box .notice_content_box .notice_content_card_box .notice_content_message_box .notice_content_message {
    width: 97%;
    height: 100%;
    border-radius: 10px;
    margin: auto
}

.div_left .notice_box .notice_content_box .notice_content_card_box .notice_content_message_box .notice_content_message h2 {
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-bottom: 10px
}

.div_left .notice_box .notice_content_box .notice_content_card_box .notice_content_message_box .notice_content_message span {
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden
}

.login_content {
    width: 90%;
    margin: auto
}

.title_top h3 {
    font-size: 50px;
    text-align: left;
    color: #ebeff2;
    font-weight: 600;
    margin: 20px
}

.title_main {
    width: 95%;
    float: left;
    position: absolute;
    bottom: 20px
}

.title_main .title_line {
    width: 130px;
    height: 5px;
    background-color: #ebeff2;
    float: right
}

.title_main h3 {
    font-size: 32px;
    color: #ebeff2;
    font-weight: 600;
    float: right;
    clear: both;
    margin-bottom: -10px;
    margin-top: 0;
    margin-right: 0
}

.title_main span {
    font-size: 16px;
    color: #ebeff2;
    float: right;
    clear: both;
    margin: 0
}

.div_right {
    float: right;
    width: 35%;
    height: 100%;
    background-color: #fff
}

.div_right .login_top {
    width: 100%;
    height: 30%;
    position: relative;
    float: left
}

.div_right .login_top img {
    width: 45%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.div_right .login_center {
    position: relative;
    width: 100%;
    height: 70%;
    float: left;
    clear: both
}

.login-submit:focus,.login-submit:hover {
    background: #264170!important;
    border-color: #264170!important
}

.noticeCard {
    height: 95%;
    border-radius: 10px
}

.noticeCard .el-card__body {
    height: 100%;
    position: relative;
    width: 100%;
    padding: 0
}

.noticeCard .noticeCard_list {
    width: 100%;
    height: 100%;
    border-radius: 10px
}

.noticeCard .noticeCard_list .noticeCard_list_title {
    width: 100%;
    height: 50px
}

.noticeCard .noticeCard_list .noticeCard_list_title span {
    text-align: center;
    display: block;
    line-height: 50px;
    font-size: 30px
}

.noticeCard .noticeCard_list .noticeCard_list_title .notice_list_only {
    width: 95%;
    margin: auto;
    height: 440px;
    margin-top: 10px
}

.noticeCard .noticeCard_list .noticeCard_list_title .notice_list_only li {
    height: 34px;
    line-height: 34px;
    margin-bottom: 7px;
    padding: 0 11px;
    border-radius: 5px;
    font-size: 17px;
    list-style: none;
    -webkit-box-shadow: inset 0 0 37px 2px #949faa;
    box-shadow: inset 0 0 37px 2px #949faa;
    cursor: pointer;
    color: #000
}

.noticeCard .noticeCard_list .noticeCard_list_title .notice_list_only li .notice_list_only_content {
    float: left;
    width: 80%;
    height: 100%
}

.noticeCard .noticeCard_list .noticeCard_list_title .notice_list_only li .notice_list_only_content span {
    float: left;
    font-size: 17px;
    line-height: 34px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden
}

.noticeCard .noticeCard_list .noticeCard_list_title .notice_list_only li .notice_list_only_time {
    float: left;
    width: 20%;
    height: 100%
}

.noticeCard .noticeCard_list .noticeCard_list_title .notice_list_only li .notice_list_only_time span {
    float: right;
    font-size: 17px;
    line-height: 34px
}

.noticeCard .noticeCard_list .noticeCard_list_title .notice_list_only li:hover {
    -webkit-box-shadow: 0 0 37px 2px #3f90ad inset;
    box-shadow: inset 0 0 37px 2px #3f90ad
}

@media screen and (min-width:1920px) {
    .title_top h3 {
        text-align: left;
        font-size: 60px
    }

    .title_main h3 {
        font-size: 45px
    }

    .title_main span {
        font-size: 22px
    }

    .title_main .title_line {
        width: 160px
    }

    .el-input__inner {
        height: 50px
    }

    .login-form .el-form-item__content {
        width: 70%;
        text-align: center
    }

    .login-form .el-form-item__left {
        margin-left:16%;
    }
}

@media screen and (max-width:1536px) and (min-width:1440px) {
    .div_left .notice_box .notice_content_box .notice_content_card_box .notice_content_message_box .notice_content_message h2 {
        font-size: 22px
    }

    .div_left .notice_box .notice_content_box .notice_content_card_box .notice_content_message_box .notice_content_message span {
        font-size: 16px;
        -webkit-line-clamp: 3
    }

    .div_left .notice_box .notice_content_box {
        height: 510px
    }

    .div_left .notice_box .notice_content_box .notice_content_card_box .notice_content_message_box {
        height: 148px
    }

    .div_left .notice_box .notice_title_box {
        height: 50px
    }

    .div_left .notice_box .notice_title_box h1 {
        font-size: 30px;
        line-height: 50px
    }

    .div_left .notice_box .notice_title_box a {
        line-height: 50px;
        font-size: 16px
    }

    .banner_title_box {
        height: 100px
    }

    .login-main {
        top: 100px;
        bottom: 40px
    }

    .login-form .el-form-item__content {
        text-align: center
    }

    .login-form .el-form-item__left {
        margin-left:0;
    }

    .banner_title_box h1 {
        font-size: 40px;
        line-height: 65px
    }

    .banner_title_box span {
        line-height: 30px
    }

    .login-form .el-form-item__content {
        width: 100%;
        text-align: center
    }
}

@media screen and (max-width:1440px) and (min-width:1366px) {
    .login-main {
        top: 110px;
        bottom: 20px
    }

    .login-form .el-form-item {
        margin-bottom: 30px
    }

    .div_left .notice_box .notice_title_box h1 {
        font-size: 23px;
        line-height: 50px
    }

    .div_left .notice_box .notice_title_box a {
        line-height: 50px;
        font-size: 15px
    }

    .banner_title_box h1 {
        line-height: 80px;
        font-size: 40px
    }

    .banner_title_box span {
        font-size: 18px
    }

    .div_left .notice_box .notice_title_box {
        height: 50px
    }

    .div_left .notice_box .notice_content_box {
        height: 435px
    }

    .div_left .notice_box .notice_content_box .notice_content_card_box .notice_content_message_box {
        height: 125px
    }

    .div_left .notice_box .notice_content_box .notice_content_card_box .notice_content_message_box .notice_content_message h2 {
        font-size: 16px
    }

    .div_left .notice_box .notice_content_box .notice_content_card_box .notice_content_message_box .notice_content_message span {
        font-size: 13px;
        -webkit-line-clamp: 3
    }

    .login-form .el-form-item__content {
        width: 100%;
        text-align: center
    }

    .login-form .el-form-item__left {
        margin-left:0;
    }
}

.msg-text {
    display: block;
    width: 60px;
    font-size: 12px;
    text-align: center;
    cursor: pointer
}

.msg-text.display {
    color: #ccc
}

.login-container {
    background: rgba(0,0,0,.2)
}

.login-container:before {
    z-index: -999;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('../../dwz/css/images/login.png');
    background-size: 100% 100%
}

.login-info {
    padding-left: 60px
}

.login-info-title {
    line-height: 90px
}

.login-info-item {
    font-size: 14px
}

.login-border {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 50px 25px 50px;
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 1px 1px 2px #eee;
    box-shadow: 1px 1px 2px #eee
}

.banner_title_box {
    height: 130px;
    width: 100%
}

.banner_title_box h1 {
    text-align: center;
    line-height: 120px;
    font-size: 60px;
    color: #fff;
    font-weight: 600
}

.banner_title_box span {
    text-align: center;
    display: block;
    line-height: 10px;
    font-size: 22px;
    color: #fff
}

.login-main {
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 70px;
    left: 250px;
    bottom: 70px;
    right: 250px;
    background-size: 23%;
    background: rgba(38,65,112,.6);
    -webkit-box-shadow: 0 0 60px #8d8b8b;
    box-shadow: 0 0 60px #8d8b8b
}

.login-main>h3 {
    margin-bottom: 20px
}

.login-main>p {
    color: #76838f
}

.login-title {
    margin: 0 0 20px;
    text-align: center;
    color: #409eff;
    letter-spacing: 3px
}

.login-submit {
    display: block;
    margin: 20px auto 0;
    width: 100px;
    height: 50px;
    font-size: 22px;
    background-color: #264170;
    border: 0 solid
}

.login-form {
    margin: 10px 0
}

.login-form .el-form-item {
    margin-bottom: 25px
}

.login-form .el-input {
    line-height: 50px
}

.el-input {
    background: #f1f3f4;
    border-radius: 5px;
}

.el-input .el-input__inner {
    background: #f1f3f4;
    border-radius: 5px;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.login-form .el-input .el-input__inner {
    height: 50px
}

.login-form .el-input input {
    text-indent: 5px;
    /*border-color: #dcdcdc;*/
    border-radius: 3px
}

.login-form .el-input .el-input__prefix i {
    padding: 0 5px;
    font-size: 16px!important
}

.login-form .el-form-item.is-success .el-input__inner {
    /*border-color: #dcdcdc*/
}

.login-code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0 0 0 10px
}

.login-code-img {
    margin-top: 2px;
    width: 100px;
    height: 32px;
    background-color: #fdfdfd;
    border: 1px solid #f0f0f0;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 5px;
    line-height: 32px;
    text-indent: 5px;
    text-align: center
}

.div_left {
    width: 65%;
    height: 100%;
    float: left;
    position: relative
}

.div_left .notice_box {
    width: 95%;
    height: 100%;
    margin: auto
}

.div_left .notice_box .notice_title_box {
    width: 100%;
    height: 80px;
    position: relative
}

.div_left .notice_box .notice_title_box h1 {
    text-align: center;
    color: #fff;
    line-height: 80px
}

.div_left .notice_box .notice_title_box a {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 80px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    text-decoration: none
}

.div_left .notice_box .notice_content_box {
    height: 650px;
    width: 100%;
    background-color: hsla(0,0%,100%,.4);
    border-radius: 10px;
    position: relative
}

.div_left .notice_box .notice_content_box .notice_content_card_box {
    width: 95%;
    height: 100%;
    border-radius: 10px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto
}

.div_left .notice_box .notice_content_box .notice_content_card_box .notice_content_message_box {
    height: 195px;
    margin-top: 10px;
    width: 100%;
    background-color: rgba(38,65,112,.4);
    margin-left: -5px;
    border: 5px solid #fff;
    border-radius: 10px
}

.div_left .notice_box .notice_content_box .notice_content_card_box .notice_content_message_box .notice_content_message {
    width: 97%;
    height: 100%;
    border-radius: 10px;
    margin: auto
}

.div_left .notice_box .notice_content_box .notice_content_card_box .notice_content_message_box .notice_content_message h2 {
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-bottom: 10px
}

.div_left .notice_box .notice_content_box .notice_content_card_box .notice_content_message_box .notice_content_message span {
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden
}

.login_content {
    width: 90%;
    margin: auto
}

.title_top h3 {
    font-size: 50px;
    text-align: left;
    color: #ebeff2;
    font-weight: 600;
    margin: 20px
}

.title_main {
    width: 95%;
    float: left;
    position: absolute;
    bottom: 20px
}

.title_main .title_line {
    width: 130px;
    height: 5px;
    background-color: #ebeff2;
    float: right
}

.title_main h3 {
    font-size: 32px;
    color: #ebeff2;
    font-weight: 600;
    float: right;
    clear: both;
    margin-right: 0
}

.title_main span {
    font-size: 16px;
    color: #ebeff2;
    float: right;
    clear: both;
    margin: 0
}

.div_right {
    float: right;
    width: 35%;
    height: 100%;
    background-color: #fff
}

.div_right .login_top {
    width: 100%;
    height: 30%;
    position: relative;
    float: left
}

.div_right .login_top img {
    width: 45%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.div_right .login_center {
    position: relative;
    width: 100%;
    height: 70%;
    float: left;
    clear: both
}

.login-submit:focus,.login-submit:hover {
    background: #264170!important;
    border-color: #264170!important
}

.noticeCard {
    height: 95%;
    border-radius: 10px
}

.noticeCard .el-card__body {
    height: 100%;
    position: relative;
    width: 100%;
    padding: 0
}

.noticeCard .noticeCard_list {
    width: 100%;
    height: 100%;
    border-radius: 10px
}

.noticeCard .noticeCard_list .noticeCard_list_title {
    width: 100%;
    height: 50px
}

.noticeCard .noticeCard_list .noticeCard_list_title span {
    text-align: center;
    display: block;
    line-height: 50px;
    font-size: 30px
}

.noticeCard .noticeCard_list .noticeCard_list_title .notice_list_only {
    width: 95%;
    margin: auto;
    height: 440px;
    margin-top: 10px
}

.noticeCard .noticeCard_list .noticeCard_list_title .notice_list_only li {
    height: 34px;
    line-height: 34px;
    margin-bottom: 7px;
    padding: 0 11px;
    border-radius: 5px;
    font-size: 17px;
    list-style: none;
    -webkit-box-shadow: inset 0 0 37px 2px #949faa;
    box-shadow: inset 0 0 37px 2px #949faa;
    cursor: pointer;
    color: #000
}

.noticeCard .noticeCard_list .noticeCard_list_title .notice_list_only li .notice_list_only_content {
    float: left;
    width: 80%;
    height: 100%
}

.noticeCard .noticeCard_list .noticeCard_list_title .notice_list_only li .notice_list_only_content span {
    float: left;
    font-size: 17px;
    line-height: 34px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden
}

.noticeCard .noticeCard_list .noticeCard_list_title .notice_list_only li .notice_list_only_time {
    float: left;
    width: 20%;
    height: 100%
}

.noticeCard .noticeCard_list .noticeCard_list_title .notice_list_only li .notice_list_only_time span {
    float: right;
    font-size: 17px;
    line-height: 34px
}

.noticeCard .noticeCard_list .noticeCard_list_title .notice_list_only li:hover {
    -webkit-box-shadow: 0 0 37px 2px #3f90ad inset;
    box-shadow: inset 0 0 37px 2px #3f90ad
}

@media screen and (min-width:1920px) {
    .title_top h3 {
        text-align: left;
        font-size: 60px
    }

    .title_main h3 {
        font-size: 45px
    }

    .title_main span {
        font-size: 22px
    }

    .title_main .title_line {
        width: 160px
    }

    .el-input__inner {
        height: 50px
    }
}

@media screen and (max-width:1536px) and (min-width:1440px) {
    .div_left .notice_box .notice_content_box .notice_content_card_box .notice_content_message_box .notice_content_message h2 {
        font-size: 22px
    }

    .div_left .notice_box .notice_content_box .notice_content_card_box .notice_content_message_box .notice_content_message span {
        font-size: 16px;
        -webkit-line-clamp: 3
    }

    .div_left .notice_box .notice_content_box {
        height: 510px
    }

    .div_left .notice_box .notice_content_box .notice_content_card_box .notice_content_message_box {
        height: 148px
    }

    .div_left .notice_box .notice_title_box {
        height: 50px
    }

    .div_left .notice_box .notice_title_box h1 {
        font-size: 30px;
        line-height: 50px
    }

    .div_left .notice_box .notice_title_box a {
        line-height: 50px;
        font-size: 16px
    }

    .banner_title_box {
        height: 100px
    }

    .login-main {
        top: 100px;
        bottom: 40px
    }

    .banner_title_box h1 {
        font-size: 40px;
        line-height: 65px
    }

    .banner_title_box span {
        line-height: 30px
    }
}

@media screen and (max-width:1440px) and (min-width:1366px) {
    .login-main {
        top: 110px;
        bottom: 20px
    }

    .login-form .el-form-item {
        margin-bottom: 30px
    }

    .div_left .notice_box .notice_title_box h1 {
        font-size: 23px;
        line-height: 50px
    }

    .div_left .notice_box .notice_title_box a {
        line-height: 50px;
        font-size: 15px
    }

    .banner_title_box h1 {
        line-height: 80px;
        font-size: 40px
    }

    .banner_title_box span {
        font-size: 18px
    }

    .div_left .notice_box .notice_title_box {
        height: 50px
    }

    .div_left .notice_box .notice_content_box {
        height: 435px
    }

    .div_left .notice_box .notice_content_box .notice_content_card_box .notice_content_message_box {
        height: 125px
    }

    .div_left .notice_box .notice_content_box .notice_content_card_box .notice_content_message_box .notice_content_message h2 {
        font-size: 16px
    }

    .div_left .notice_box .notice_content_box .notice_content_card_box .notice_content_message_box .notice_content_message span {
        font-size: 13px;
        -webkit-line-clamp: 3
    }
}