*{
    font: 14px/1.5 '微软雅黑', Verdana, Helvetica, Arial, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -box-sizing: border-box;
    padding:0;
    margin:0;
    list-style:none;
    box-sizing: border-box;
}

body,html{
    height:100%;
    overflow:hidden;
}
body{
    background:url(../images/login_bg2.jpg) no-repeat center;
    background-size: cover;
}
a{
    color:#27A9E3;
    text-decoration:none;
    cursor:pointer;
}
.login{
    margin: 170px auto 0 auto;
    min-height: 390px;
    max-width: 390px;
    padding: 40px;
    background-color: #ffffff;
    border-radius: 6px;
    box-sizing: border-box;
}
a.logo{
    display: block;
    height: 58px;
    width: 167px;
    margin: 0 auto 30px auto;
    background-size: 167px 42px;
}
.message {
    margin: 10px 0 0 -58px;
    padding: 16px 10px 16px 60px;
    background: #eb6100;
    position: relative;
    color: #fff;
    font-size: 18px;
}
#darkbannerwrap {
    background: url(../images/aiwrap.png);
    width: 18px;
    height: 10px;
    margin: 0 0 20px -58px;
    position: relative;
}

input[type=text],
input[type=file],
input[type=password],
input[type=email], select {
    border: 1px solid #ccc;
    vertical-align: middle;
    border-radius: 3px;
    height: 50px;
    padding: 0 16px;
    font-size: 14px;
    color: #555555;
    outline:none;
    width:100%;
}
input[type=text]:focus,
input[type=file]:focus,
input[type=password]:focus,
input[type=email]:focus, select:focus {
    border: 1px solid #eb6100;
}


input[type=submit],
input[type=button]{
    display: inline-block;
    vertical-align: middle;
    padding: 12px 24px;
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    color: #ffffff;
    background-color: #eb6100;
    border-radius: 3px;
    border: none;
    -webkit-appearance: none;
    outline:none;
    width:100%;
}

hr.hr20 {
    height: 20px;
    border: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.login_button:hover{background-color: #f3981e;}
.login_copyright{position: fixed; left: 50%; bottom: 50px; width: 600px; margin-left: -300px; line-height: 30px; color: #fff;
    font-size: 14px; text-align: center;}
.login_copyright a{color: #fff;}


.box {
    display: inline-block;
    margin-left: 25px;
    padding-top: 120px;
    width: 126px;
    height: 152px;
    background-color: #F44336;
    background-repeat: no-repeat;
    background-position: center 10px;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    right: 10px; /* 调整为你需要的右边距 */
    transform: translateY(-50%);
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.insideapp {
    background-image: url(/Screen/UBSC/resource/images/insideAppQrCode.png);
    background-size: 105px 105px;
}