﻿html, body {
    height: 100%;
    overflow-x: hidden;
}

.bmn-span-grey {
    color: #afafba;
}

.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: 730px;
    background: url("../image/bg_1.png") no-repeat;
}

.bmn-bg-bottom {
    position: absolute;
    bottom: 0;
    right: -60px;
    width: 837px;
    height: 858px;
    background: url("../image/bg_2.png") no-repeat;
}

.bmn-float-service {
    position: absolute;
    right: 0;
    top: 48%;
}

.bmn-float-service > div {
    width: 40px;
    height: 40px;
    background: #DDB480;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}


.bmn-float-service > div:last-child {
    margin-top: 10px;
}

.bmn-float-service > div img {
    display: block;
}

.bmn-auth-container .bmn-auth {
    width: 450px;
    height: 680px;
    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;
    height: 100%;
    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;
    border-radius: 4px;
}

.bmn-auth-input-group > div:not(:first-child) {
    margin-top: 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: 30px;
    padding-bottom: 20px;
}

.bmn-login-logo img {
    display: block;
    width: auto;
    margin: 0 auto;
}

.bmn-welcome-message {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #756C6A;
    margin-bottom: 10px;
}

.bmn-auth-input-group > div input {
    outline: none;
    color: #c39c68;
    margin-left: 42px;
    margin-top: 1px;
    outline: none;
    width: 254px;
    height: 46px;
    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: #BCAF97;
}



.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: 16px;
}

.bmn-auth-input-group > div.bmn-user-name:before {
    background-image: url("../image/icon_user.png");
}
.bmn-auth-input-group > div.bmn-user-name1:before {
    background-image: url("../image/icon_tele.png");
}
.bmn-auth-input-group > div.bmn-user-name2:before {
    background-image: url("../image/icon_qq1.png");
}

.bmn-auth-input-group > div.bmn-user-name.bmn-error:after {
    content: "用户名格式不正确";
    position: absolute;
    right: 14px;
    top: 18px;
    color: #ff680a;
    font-size: 14px;
}

.bmn-auth-input-group > div.bmn-password.bmn-error:after {
    content: "密码不正确";
    position: absolute;
    right: 14px;
    top: 18px;
    color: #ff680a;
    font-size: 14px;
}

.bmn-auth-input-group > div.bmn-password:before {
    background-image: url("../image/icon_password.png");
}
.bmn-auth-input-group > div.bmn-qq:before {
    background-image: url("../image/icon_qq1.png");
}
.bmn-auth-input-group > div.bmn-tele:before {
    background-image: url("../image/icon_tele.png");
}

.bmn-login-form-divider {
    display: block;
    width: 100%;
    color: #555555;
    font-size: 18px;
    text-align: center;
    margin-top: 50px;
    position: relative;
}

.bmn-login-form-divider:before {
    content: '';
    position: absolute;
    left: 100px;
    top: 10px;
    color: #E6E6E6;
    width: 130px;
    height: 1px;
    background: rgba(230, 230, 230, 1);
}

.bmn-login-form-divider:after {
    content: '';
    position: absolute;
    right: 100px;
    top: 10px;
    color: #E6E6E6;
    width: 130px;
    height: 1px;
    background: rgba(230, 230, 230, 1);
}

.bmn-help-actions {
    width: 100%;
    color: #BFA686;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
}

.bmn-help-actions > div {
    width: 400px;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}

.bmn-help-actions > div > div {
    flex-grow: 1;
    text-align: center;
    font-size: 14px;
}

.bmn-help-actions > div img {
    display: block;
    margin: 0 auto 15px;
}

.bmn-login-button {
    width: 300px;
    height: 46px;
    margin-top: 10px;
    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;
    margin-bottom: 8px;
    color: #777777;
}

.bmn-confirm-content a {
    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: #ff680a;
    width: 1px;
    height: 14px;
    background: rgba(226, 222, 213, 1);
}

.text-danger {
    position: absolute;
    top: 13px;
    right: 5px;
    color: #ff680a;
    font-size: 14px;
    background: #fff;

}
.bmn-help-info {
    width: 100%;
    text-align: center;
    padding-bottom: 90px;
}

.bmn-layout-content {
    width: 1200px;
}

.bmn-footer {
    flex-shrink: 0;
    width: 100%;
    height: 199px;
    background: #292624;
}

.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;}
/* 适配使用手机访问pc注册界面 */
@media screen and (max-width:900px){
    body{
        width: 100%;
        min-width: 200px;
        max-width: 900px;
        padding: 0;
        margin: 0;
        background: #fff;
    }
    .bmn-login-content{
        background: transparent;
        display: block;
    }
    .bmn-login-logo{
        height: 70px;
        background:#fff  url("../image/bg2x.png") no-repeat left -12px;
        background-size: 96%;
    }
    .bmn-login-logo img {margin: -20px auto 0;}
    .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%;
        background: transparent;
    }
    .bmn-footer{
        display: none;
    }
    
}

.ico-right {
    color:crimson;
}