﻿html, body {
    height: 100%;
}

.bmn-login-content {
    background-color: #f9f5f0;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.bmn-auth-container {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.bmn-bg-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 840px;
    height: 703px;
    background: url("../image/bg_1.png") no-repeat;
}

.bmn-bg-bottom {
    position: absolute;
    bottom: 0;
    right: 50px;
    width: 837px;
    height: 858px;
    background: url("../image/bg_2.png") no-repeat;
}

.bmn-auth-container .bmn-auth {
    width: 450px;
    height: 630px;
    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 #D3CDC1;
    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;
}

.bmn-auth-input-group > div input {
    color: #c39c68;
    margin-left: 42px;
    margin-top: 1px;
    outline: none;
    width: 254px;
    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: 12px;
}

.bmn-auth-input-group > div.bmn-user-name:before {
    background-image: url("../image/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: "ip登录账号数量超限";
    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("../image/icon_password.png");
}
.bmn-auth-input-group > div.bmn-testcode:before {
    background: url("../image/icon_code.png") no-repeat center top;
    background-size: 100%;
    width: 16px;
    top: 12px;
}

.bmn-login-form-divider {
    display: block;
    width: 100%;
    color: #555555;
    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: #222222;
    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: #F9F5F0;
    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, rgba(205, 148, 74, 1), rgba(221, 181, 129, 1));
}

.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;
    height: 70px;
    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: #000;
    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;
}

.bmn-banner ul li {
    position: relative;
    float: left;
    list-style: none;
    display: flex;
    align-items: center;
}

.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%;
}

.unslider-nav ol {
    position: relative;
    text-align: center;
    bottom: 60px;
    margin: 0;
    padding: 0;
    display: none;
}

.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("../image/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: 578px;
        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;}
}