body {
    background-color: #fff;
    font-family: "Helvetica Neue",Helvetica,Tahoma,Arial,"Microsoft Yahei","Hiragino Sans GB","WenQuanYi Micro Hei",sans-serif;
    font-size: 14px;
    color: #76838f;
    min-width:1200px;
}

.modal-dialog {
    margin-top: 120px !important;
}

.close {
    display: none;
}

.modal-title {
    text-align: center;
    font-size: 20px;
}

.logo {
    position: absolute;
    top: 50px;
    color: #000;
    font-size: 36px;
    z-index: 10000;
    width:100%;
    text-align:center
}
    .logo img {
        width: 75%;
    }

.control-label {
    padding-left: 0;
    padding-right: 0;
}

.btnreg {
    text-align: center;
    padding-top: 30px;
}
.banner {
    min-width: 1000px;
    position: relative;
    height: 100%;
    background: url(../image/login.png) no-repeat;
    background-size: 100% 100%;
}
    .banner .float {
        margin-left: 13%;
        margin-top: 16%;
    }
.login-aside {
    position: absolute;
    width: 320px;
    height: 380px;
    z-index: 9999999;
    border-radius: 5px;
    right: 12%;
    top: 50%;
    transform:translateY(-50%);
}
#o-box-up {
    background-color: #000;
    filter: alpha(opacity:40);
    opacity: 0.4;
}
#o-box-up, #o-box-down {
    width: 300px;
    height: 330px;
    position: absolute;
    border-radius: 5px;
}
#o-box-down {
    padding: 10px 0 0 30px;
}
label.form-label {
    display: block;
    float: none;
    height: auto;
    line-height: 12px;
    text-align: left;
    width: auto;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 1px #4e6877;
    -o-text-shadow: 1px 1px 1px #4e6877;
    -o-moz-shadow: 1px 1px 1px #4e6877;
    -o-mis-shadow: 1px 1px 1px #4e6877;
    -o-webkit-shadow: 1px 1px 1px #4e6877;
    margin-top: 16px;
    margin-bottom: 16px;
}
.i-text {
    width: 240px;
    height: 37px;
    line-height: 37px;
    border: 1px solid #858585;
    background: #eef3f8;
    color: #9cb5cd;
    font-size: 14px;
    text-indent: 12px;
    box-shadow: 1px 1px 1px #dfe4e8 inset;
    -moz-box-shadow: 1px 1px 1px #dfe4e8 inset;
    -webkit-box-shadow: 1px 1px 1px #dfe4e8 inset;
    -o-box-shadow: 1px 1px 1px #dfe4e8 inset;
    -mis-box-shadow: 1px 1px 1px #dfe4e8 inset;
}
#send-btn {
    width: 242px;
    height: 38px;
    background: #ff6e00;
    border: none;
    margin-top: 5px;
}
.pos-r{
    height:60px;
    line-height:85px;
}

.pos-r div {
    user-select:none;
    position: relative;
    line-height: 30px;
    display:inline-block;
    margin-right:20px;
    color:white;
}

.pos-r input[type="radio"] {
    width: 20px;
    height: 20px;
    opacity: 0;
    margin-right:5px;
}

.pos-r label {
    position: absolute;
    left: 5px;
    top: 9px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #fff;
    cursor:pointer;
}

.pos-r input:checked + label {
    background-color: #fe6d32;
    border: 1px solid #fe6d32;
}

.pos-r input:checked + label::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 10px;
    top: 3px;
    left: 6px;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    transform: rotate(45deg)
}
.Browser {
    position: fixed;
    bottom: 10px;
    left: 50%;
    color: #fff;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
/*²úÆ·Ä¿Â¼*/
.btm {
    background: #000;
    width: 100%;
    color: #fff;
    top: calc(100% - 40px);
    position: absolute;
    z-index: 10;
    min-width: 1400px;
    font-size: 14px;
    color: #999;
    padding-bottom: 20px;
}

    .btm .copyright {
        margin-bottom: 10px;
        line-height: 40px;
        text-align: center;
    }
        .btm .copyright a {
            text-decoration: none;
            color: #999;
        }
        .btm .wrap {
            width: 1400px;
            margin: auto;
            display: flex;
            justify-content: space-between;
        }
            .btm .wrap > div:first-child::after {
                content: '';
                height: 110px;
                width: 2px;
                background-color: #fff;
                display: inline-flex;
                position: relative;
                left: 25%;
                top: 6px;
            }
            .btm .wrap > div span {
                font-size: 16px;
                color: #fff;
            }
        .btm .wrap ul li {
            margin-bottom: 5px;
        }
            .btm .wrap ul li:first-child {
                margin-top: 30px;
            }
            .btm .wrap ul {
                list-style: none;
                color: #999;
                padding-left: 0;
            }
    .btm ul img {
        margin-right: 5px;
        margin-bottom: -4px;
    }
    .btm ul a {
        color: #999;
    }
    .btm .wrap > div:nth-child(3) a {
        text-decoration: none;
    }
    .btm .wrap > div > div img {
        margin-top: 30px;
    }
    .btm .wrap > div > img {
        margin-bottom: 10px;
    }
