html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    outline-style: none;
    list-style: none;
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    /*初始状态 透明度为0*/
    40% {
        opacity: 0;
    }

    /*过渡状态 透明度为0*/
    100% {
        opacity: 1;
    }

    /*结束状态 透明度为1*/
}

@-webkit-keyframes fade-in {

    /*针对webkit内核*/
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

#wrapper {
    animation: fade-in; /*动画名称*/
    animation-duration: .6s; /*动画持续时间*/
    -webkit-animation: fade-in .6s; /*针对webkit内核*/
}

body {
    line-height: 1;
    font: 14px/1.5 "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", Roboto, Arial, sans-serif;
}

a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

a:hover, a:focus {
    text-decoration: none;
    bblr: expression(this.onFocus=this.blur());
    outline-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input, select {
    vertical-align: middle
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix::before, .clearfix::after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both
}

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom: 1
}

/* login */
html, body {
    height: 100%;
}

.page-login-v3:before {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: '';

}

.container {
    text-align: center;
    height: 100%;
}

.container:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: "";
}

.login-body {
    display: inline-block;
    vertical-align: middle;
    width: 840px;
    margin: 75px 0;
    background: #fff;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.swep-left {
    height: 480px;
    width: 420px;
    float: left;
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.swiper-slide img {
    width: 100%;
    height: 480px;
}

.denl {
    position: absolute;
    bottom: 30px;
    width: 100%;
    left: 0;
    height: 130px;
    z-index: 100;
}

.denl .denl-p {
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 37px;
}

.denl-p:after, .denl-p:before {
    content: "";
    display: inline-block;
    height: 1px;
    background-color: #fff;
    opacity: 0.35;
    width: 125px;
    position: relative;
    bottom: 5px;
}

.denl-p:before {
    margin-right: 10px;
}

.denl-p:after {
    margin-left: 10px;
}

.denl ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 10px;
}

.denl ul li {
    width: 33.33%;
    text-align: center;
    color: #fff;
}

.denl ul li img {
    background: #fff;
    border-radius: 100px;
}

.denl ul li p {
    margin-top: 5px;
}

.login-content {
    width: 420px;
    float: left;
    padding: 30px 40px 15px;
}

.login-content .brand .brand-img {
    width: 60px;
}

.login-content .brand .brand-text {
    margin-top: 20px;
    margin-bottom: 11px;
    font-size: 20px !important;
    font-family: "Microsoft YaHei";
    text-shadow: rgba(0, 0, 0, .15) 0 0 1px;
    font-weight: 400;
    color: #37474f;
}

.login-form {
    margin-top: 40px;
}

.login-form .form-group {
    margin: 33px 0;
}

.login-form .form-group h6 {
    margin: 5px 5px 0 0;
    font-size: 12px;
    text-align: right;
}

.login-form .form-group .reg, .login-form .form-group .login {
    color: #009688
}

.login-form input {
    display: block;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    border-bottom: 1px solid #E4EAEC;
    font-size: 14px;
    height: 42px;
    line-height: 1.5;
    outline: none;
    padding: 0 5px;
    color: #555;
    font: 14px/1.5 "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", Roboto, Arial, sans-serif;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.login-form input:focus {
    border-bottom: 1px solid #009688;
}

.login-form button {
    width: 100%;
    margin-top: 10px;
    padding: 10px 18px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 4px;
    white-space: normal;
    -webkit-transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear;
    -o-transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear;
    transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear;
    -webkit-font-smoothing: subpixel-antialiased;
    color: #fff;
    background-color: #009688;
    border-color: #009688;
    background-image: none;
    border: 1px solid transparent;
    cursor: pointer;
    outline: none;
}

.login-form button[disabled], .login-form button[disabled]:hover {
    color: #fff;
    background-color: #a2caee;
    border-color: #a2caee;
    cursor: not-allowed;
    opacity: .65;
}

.login-form button:hover {
    opacity: 0.9;
}

.login-form input.s {
    width: 226px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.login-form img.yzm-img {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 100px;
    height: 40px;
    margin-left: 10px;
    cursor: pointer;
}

.login_footer {
    left: 0;
    bottom: 5px;
    color: #fff;
    width: 100%;
    position: absolute;
    text-align: center;
    line-height: 30px;
    padding-bottom: 10px;
    text-shadow: #000 0.1em 0.1em 0.1em;
}

.notselect {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.brand .logo_title {
    width: 100%;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    font-size: 20px;

}

.brand .logo_b_title {
    width: 100%;
    display: inline-block;
    height: 26px;
    font-size: 14px;
    line-height: 22px;

}

.fr {
    float: right;
}

.brand {
    color: #009688;

}

.hide {
    display: none !important;
}

.auto-login {
    color: #646464;
    margin-top: 15px;
    text-align: left
}

.auto-login input[type=checkbox]:checked + .checkbox:before {
    font-family: layui-icon;
    content: '\e605';
    color: #009688;
    font-size: 16px;
}

.auto-login .remember .rem_text {
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.auto-login .remember .checkbox {
    display: inline-block;
    cursor: pointer;
    width: 18px;
    height: 18px;
    border: 1px solid #009688;
    border-radius: 2px;
    vertical-align: bottom;
    margin-right: 5px;
    line-height: 18px;
}
.show_page{
    padding: 30px;

}
.layui-layer-molv .layui-layer-btn .layui-layer-btn1{
    background-color: #FF5722 !important;
    border:none !important;
    color: #ffffff !important;
}
.layui-select-title{color: #555555;}
.layui-form-select dl dd.layui-this
{background-color: #009688 !important;
    color: #ffffff !important;

}
.layui-form-select dl dd{
    color: #555555;
}
.layui-form-select .layui-input{
    color: #555555;
}