.loading {
    position: relative;
    top: 45.5%;
    left: 48.75%;
    width: 50px;
    height: 50px;
    z-index: 1001;
    background-size: 50px 50px;
    opacity: 1;
    background-image: url(/webproxy/img?loading.gif);
}

#log_msg {
    width: 100%;
    color: #BE271C;
    font-size: 16px;
    text-align: center;
}

#mask .loading_spna {
    position: relative;
    top: 48%;
    left: 48.5%;
    color: #fff;
    user-select: none;
}

#mask {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    opacity: .70;
}

body,
p,
div {
    margin: 0;
    padding: 0;
}

.bg {
    height:100%;
    background-size:cover;
    background-size: 100% 100%;
	background-color: black;
    background-attachment: fixed;
    opacity: 1;
}

.login_select {
    position: absolute;
    right: 5%;
    top: 35%;
    width: 100px;
    height: 28px;
    opacity: 1;
    border: none;
    background-color: rgb(26, 28, 31);
    color: white;
    outline: none;
}

.login_header {
    position: absolute;
    width: 100%;
    height: 6.6%;
    opacity: 1;

}

.login_p {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 331px;
    height: 62px;
    opacity: 1;
    font-family: MicrosoftYaHei;
    font-size: 30px;
    font-weight: normal;
    text-align: right;
    letter-spacing: 0.05em;
    color: #FFFFFF;
	background-image: url(/webproxy/img?logo1x.png);
}

.login_div { 
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 296px;
    height: 259px;
    opacity: 1;
}
.msg_div {
    position: absolute;
    top: 73%;
    width: 100%;
    height: 50px;
    opacity: 1;
    text-align: center;
}

.login_input {
    border: none;
    border-bottom: 1px solid #ccc;
    position: absolute;
    left: 0px;
    top: 132px;
    width: 330px;
    height: 30px;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0);
    color: #FFFFFF;
    outline: none;
}

.go_background {
    position: absolute;
    left: 134px;
    top: 5px;
    width: 28px;
    height: 28px;
    opacity: 1;
    background-image: url(/webproxy/img?go_default.png);
}

.button_div {
    position: relative;
    left: 0px;
    top: 221px;
    width: 330px;
    height: 38px;
    opacity: 1;
    background: #F51212;
    border: none;
}

.button_div:hover .go_background {
    background-image: url(/webproxy/img?go_hover.png);
}

.button_div:hover {
    background: linear-gradient(0deg, rgba(255, 0, 0, 0.1), rgba(255, 0, 0, 0.1)), #F51212;
}

.button_div:active {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #F51212;
}

.button_div:active .go_background {
    background-image: url(/webproxy/img?go_pressed.png);
}