html, body {
    height: 100%;
}

.bmn-login-content {
        background-color: #f9f5f0;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    background: url(/emplate/youfa/deng/bg1.jpg) no-repeat center center #19122d;
}

.bmn-auth-container {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.bmn-bg-top {
    position: absolute;
    top: -55px;
    left: 0;
    width: 840px;
    height: 900px;
    /* background: url(/emplate/youfa/deng/bg_1.png) no-repeat;*/
}

.bmn-bg-bottom {
    position: absolute;
    bottom: 0;
    right: 0px;
    width: 837px;
    height: 650px;
    /*background: url("/emplate/youfa/deng/bg_2.png") no-repeat;*/
}

.bmn-auth-container .bmn-auth {
    width: 900px;
    height: 530px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
    display: flex;
    border-radius: 16px 4px 4px 16px;
    position: relative;
    z-index: 2;
}

.bmn-auth-container .bmn-auth > div {
        width: 450px;
    overflow: hidden;
    box-sizing: border-box;
    background: #ffffff;
}

.bmn-auth-input-group {
    width: 300px;
}

.bmn-auth-input-group > div {
    position: relative;
    background-color: white;
    font-size: 14px;
        border: 1px solid #d6d7da;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 4px;
}

.bmn-auth-input-group > div:first-child {
    margin-bottom: 10px;
}

.bmn-login-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.bmn-login-logo {
    width: 100%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.bmn-login-logo img {
    display: block;
    width: auto;
    margin: 0 auto;
    width: 250px;
    height: 80px;
    background-size: 100% 50px;
    /* margin: 5px 0px; */
    margin-top: -10px;
}

.bmn-auth-input-group > div input {
        color: #c39c68;
    margin-left: 44px;
    margin-top: 5px;
    outline: none;
    width: 120px;
    height: 40px;
    border: 0 solid rgba(211, 205, 193, 1);
    box-shadow: 0 0 0 rgba(255, 255, 255, 1);
    border-radius: 2px;
}

.bmn-auth-input-group > div input::placeholder {
    color: #bbbbbb;
}



.bmn-auth-input-group > div:last-of-type {
    border-radius: 4px;
}

.bmn-auth-input-group > div:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    left: 16px;
    top: 15px;
}

.bmn-auth-input-group > div.bmn-user-name:before {
        background-image: url(/emplate/youfa/deng/icon_user.png);
}

.bmn-auth-input-group > div.bmn-user-name.bmn-error:after {
    content: "用户名或密码错误";
    position: absolute;
    right: 14px;
    top: 12px;
    color: #ff680a;
    font-size: 14px;
}

.bmn-auth-input-group > div.bmn-user-name.bmn-error-ip:after {
    content: "您的账号已被限制登录";
    position: absolute;
    right: 14px;
    top: 12px;
    color: #ff680a;
    font-size: 14px;
}

.bmn-span-grey {
    color: #afafba;
}

.bmn-auth-input-group > div.bmn-password:before {
        background-image: url(/emplate/youfa/deng/icon_password.png);
}
.bmn-auth-input-group > div.bmn-testcode:before {
    background: url("../images/icons/icon_code.png") no-repeat center top;
    background-size: 100%;
    width: 16px;
    top: 12px;
}

.bmn-login-form-divider {
    display: block;
    width: 100%;
    color: #a9a2a2;
    font-size: 14px;
    text-align: center;
    position: relative;
}

.bmn-login-form-divider:before {
    content: '';
    position: absolute;
    left: 68px;
    top: 10px;
    color: #E6E6E6;
    width: 100px;
    height: 1px;
    background: rgba(230, 230, 230, 1);
}

.bmn-login-form-divider:after {
    content: '';
    position: absolute;
    right: 68px;
    top: 10px;
    color: #E6E6E6;
    width: 100px;
    height: 1px;
    background: rgba(230, 230, 230, 1);
}

.bmn-help {
    width: 100%;
    margin-top: -10px;
    color: #a9a2a2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bmn-help::after {
    display: block;
    content: "";
    clear: both;
}

.bmn-help > div {
        cursor: pointer;
    float: left;
    width: 150px;
    height: 50px;
    margin: 8px;
    vertical-align: middle;
    text-align: left;
    font-size: 14px;
    line-height: 16px;
    background: #f5f5f5;
    /* box-shadow: 0px 1px 3px 0px #e9ded2, inset 0px 2px 0px 0px #ffffff; */
    border-radius: 3px;
}

.bmn-help > div img {
    display: inline-block;
    margin: -10px 10px -10px 20px;
}

.bmn-help > div span{
    line-height: 54px;
}

.bmn-login-button {
    width: 300px;
    height: 46px;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    line-height: 44px;
    border-radius: 2px;
    color: #ffffff;
    background: linear-gradient(90deg, rgb(79, 109, 169), rgb(59, 92, 146));
}

.bmn-confirm-content {
    width: 100%;
    text-align: center;
    color: #777777;
}

.bmn-confirm-content span:first-child {
    padding-right: 30px;
    position: relative;
}

.bmn-confirm-content span:first-child:after {
    content: "";
    position: absolute;
    right: 14px;
    color: #CB1717;
    width: 1px;
    height: 14px;
    background: rgba(226, 222, 213, 1);
}
/* 线路切换样式 */
.bmn-login-url {
    width: 100%;
    text-align: center;
    position: relative;
}
.bmn-login-url p{font-size: 14px;}
.bmn-login-url p::before{
    content: '';
    position: absolute;
    left: 68px;
    top: 10px;
    color: #E6E6E6;
    width: 100px;
    height: 1px;
    background: rgba(230, 230, 230, 1);
}
.bmn-login-url p::after{
    content: '';
    position: absolute;
    right: 68px;
    top: 10px;
    color: #E6E6E6;
    width: 100px;
    height: 1px;
    background: rgba(230, 230, 230, 1);
}
.bmn-login-url .box{
    width: 320px;
    margin: 10px auto;
    overflow: hidden;
}
.bmn-login-url .address-list>li{
    float: left;
    width: 155px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    box-sizing: border-box;
    position: relative;
}
.bmn-login-url .address-list>li:nth-child(1),.bmn-login-url .address-list>li:nth-child(3),.bmn-login-url .address-list>li:nth-child(5){margin-right: 10px;}
.bmn-login-url .address-list>li:nth-child(3),.bmn-login-url .address-list>li:nth-child(4){margin-top: 10px;}
.bmn-login-url .address-list>li>a>span{
    margin-right: 5px;
}
.bmn-login-url .address-list>li>a>span.time{
    width: 35px;
    text-align: left;
    margin-left: 3px;
}
.bmn-login-url li a{
    color: #bba2a2;
    height: 28px;
    /* line-height: 21px; */
    display: inline-block;
    margin-right: 27px;
}
.bmn-login-url .time li{background: #D1D1D1;width: 3px;position: absolute;bottom: 7px;}
.bmn-login-url .time li:nth-child(1){height: 5px;right: 20px;}
.bmn-login-url .time li:nth-child(2){height: 8px;right: 15px;}
.bmn-login-url .time li:nth-child(3){height: 12px;right: 10px;}
.bmn-login-url .time li.green{background: #3cb750;}
.bmn-login-url .time li.gay{background: #b07d3b;}
.bmn-login-url .time li.red{background: #e23f3f;}
.bmn-login-url .tuijian{display: inline-block;color: #fff;height: 15px;
    line-height: 16px;margin-right: 6px;width: 16px;
    font-weight: normal;
}

.bmn-layout-content {
    width: 1200px;
}

.bmn-footer {
        /* flex-shrink: 0; */
    /* width: 100%; */
    /* height: 199px; */
    /* background: #292624; */
    /* z-index: 2; */
}

.bmn-info-logo {
    padding-top: 30px;
}

.bmn-banner {
    position: relative;
    text-align: center;
}

.bmn-banner ul {
    padding: 0;
    margin: 0;
    position: absolute;
    height: 530px;
}

.bmn-banner ul li {
    position: relative;
    float: left;
    list-style: none;
    display: flex;
    align-items: center;
}
.bmn-banner ul li img {
    width: 100%;
    height: 100%;
}
.bmn-banner-text {
    color: white;
    position: absolute;
    left: 60px;
    text-align: left;
}

.bmn-divider {
    width: 80px;
    height: 2px;
    background: rgba(249, 245, 240, 1);
    opacity: 0.5;
}

#roll {
    width: 100%;
    overflow: unset !important;
}

.unslider-nav ol {
    position:absolute;
    text-align: center;
    bottom: 10px;
    left: 180px;
    padding: 0;
}

.unslider-nav ol li {
    display: inline-block;
    width: 24px;
    height: 3px;
    margin: 0 4px;
    text-indent: -999em;
    background: rgba(255, 255, 255, 1);
    cursor: pointer;
    opacity: .4;
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
}

.unslider-nav ol li.unslider-active {
    background: #fff;
    opacity: 1;
}
.bmn-footer .bmn-info .bmn-summary{display: none;}
.bmn-footer .bmn-network .bmn-left .bmn-links a:nth-child(2){display: none;}

@media screen and (max-width:900px){
    body{
        width: 100%;
        min-width: 200px;
        max-width: 900px;
        padding: 0;
        margin: 0;
        background: #fff;
        overflow-x: hidden;
    }
    .bmn-login-content{
        background: transparent;
        display: block;
    }
    .bmn-login-logo{
        height: 130px;
        background:#fff  url("../images/backgrounds/bg2x.png") no-repeat left -50px;
        background-size: 96%;
    }
    .bmn-bg-top,.bmn-bg-bottom,.bmn-float-service,.bmn-login-banner{
        display: none;
    }
    .bmn-login-content .bmn-auth-container .bmn-auth{
        width: 100%;
        height: 640px;
        box-shadow:none;
        display: block;
    }
    .bmn-login-content .bmn-auth-container .bmn-auth>div{
        margin: 0 auto;
        width: 100%;
        height: 100%;
        background: transparent;
    }
    .bmn-footer{
        display: none;
    }
    .login-form{
        width: 100%;
        height: 325px;
        position: relative;
    }
    .bmn-auth-input-group{margin: auto;margin-top: 28px;}
    .bmn-login-button{margin: auto;margin-top: 15px;}
    .bmn-login-form-divider:after{right: 29px;}
    .bmn-login-form-divider:before{left: 29px;}
    .bmn-login-url p::before{left: 28px;}
    .bmn-login-url p::after{right: 28px;}
}