* 
{
    margin:0px;
    padding:0px;
    font-size:12px;
    font-family:Microsoft Yahei,Arial, Helvetica, sans-serif;
    -webkit-text-size-adjust: none;
}
html
{
    width:100%;
    height:100%;
}
body
{
    width:100%;
    height:100%;
    position: relative;
    background-size: 100% 100%;
    min-width:890px;
    min-height:500px;
}

.background {
    background:url(/image/login/background.png) 50% no-repeat;
    background-color: #e6e6e6;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.background label{
    font-size: 14px;
}

.login-main{
    width: 100%;
    height: 43%;
    min-height: 360px;
    position: relative;
    background: linear-gradient(90deg,#3090cd,#2250c5),linear-gradient(#fff,#fff);
}

.login-main::after{
    content: "";
    width: 100%;
    height: 108%;
    position: absolute;
    top: -4%;
    background: url(/image/login/background.png),linear-gradient(90deg,transparent,transparent),linear-gradient(90deg,#3090cd,#2250c5);
    opacity: .37;
    z-index: 1;
    background-position: 50%;
    background-repeat: no-repeat;
    background-blend-mode: soft-light;
}

.login-main-content{
    width: 320px;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    margin-left: -160px;
    z-index: 2;
    margin-top: 5px;
}

.device-type{
    color: #fff;
    margin-top: 5px;
    font-size: 14px;
    margin-bottom: 15px;
    position: relative;
}
.device-type::before{
    left: -35px;
    background: linear-gradient(90deg,#2a73ca,#fff);
    content: "";
    display: block;
    height: 1px;
    width: 30px;
    position: absolute;
    top: 50%;
}
.device-type::after{
    content: "";
    display: block;
    height: 1px;
    width: 30px;
    background: linear-gradient(90deg,#fff,#2a73ca);
    position: absolute;
    right: -35px;
    top: 50%;
}

.login-line
{
    background-color: white;
    border-radius: 5px;
    width: 320px;
    display: flex;
    margin: 10px auto;
}

.login-line .first-span{
    margin-top: 7px;
    margin-left: 10px;
    width: 30px;
}

.login-line .second-span{
    margin-top: 7px;
    text-align: left;
}

.login-line input{
    width: 260px;
    height: 24px;
    padding-left: 5px;
    font-size: 15px;
    border-width: 0px;
    background-color:white !important;
}

.forget
{
    margin: 10px auto;
    height: 19px;
    display: flex;
    justify-content: space-between;
    color: #fff;
    align-items: center;
    width: 100%;
}

.forget span{
    text-align:right;
    width:100%;
}

.login-btn
{
    margin: 15px auto;
    display: flex;
    justify-content: space-between;
    color: #fff;
    align-items: center;
    width: 100%;
}

.inputpage{
    height: 100%;
    position: absolute;
    left: 30%;
    width: 50%;
    /*border: 1px solid;*/
}
.logo{
    width: 232px;
    height: 70px;
    background: url(/image/login/login.png) 50% no-repeat;
    margin: 0;
    padding: 0;
    text-decoration: none;
    border: none;
    background-repeat: no-repeat;
    background-position: 50%;
    font-family: Helvetica Neue,Helvetica,Arial,PingFang SC,Hiragino Sans GB,Heiti SC,Microsoft YaHei,WenQuanYi Micro Hei,sans-serif;
}
.devide{
    position: absolute;
    left: 50%;
    margin-left: -65px;
    margin-top: 50px;
    text-align: center;
}

.devide label{
    font-size: 14px;
    color: #fff;
}

.device-before {
    content: "";
    display: block;
    height: 1px;
    width: 30px;
    background: linear-gradient(90deg,#2a73ca, #fff);
    position: absolute;
    right: 172px;
    top: 50%;
}

.device-after {
    content: "";
    display: block;
    height: 1px;
    width: 30px;
    background: linear-gradient(90deg,#fff,#2a73ca);
    position: absolute;
    right: -35px;
    top: 50%;
}

#inputLogin
{
    border: 1px solid #7fb0fa;
    border-radius: 4px;
    box-shadow: 0 15px 24px 0 rgb(0 43 109 / 26%);
    width: 320px;
    height: 40px;
    font-size: 14px;
    background-image: linear-gradient(#3a84e9,#3a84e9),linear-gradient(#4696f5,#4696f5);
    color:white;
    cursor:pointer;
}

.language{
    position: absolute;
    right: 3%;
    top: 2%;
    color: #7c7c7c;
    height: 31px;
}

.language .languagelabel{
    width: 100px;
    display: inline-block;
    text-align: right;
    color: rgb(122,122,122);
}
.language .languageselect{
    margin-left: 10px;
    display: inline-block;
}


.language .selLang::-ms-expand { 
    display: none; 
}

.language .selLang
{
    font-size: 12px;
    line-height: 24px;
    height: 24px;
    /*border: 1px solid white;*/
    width: 140px;
    padding-right: 30px;
    padding-right: 0px\9;
    background: url(/image/login/languageselect.png) no-repeat scroll right 4px center rgb(241,241,241); 
    background-size: 17px 17px !important;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    -ms-appearance:none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size:16px;
    color:rgb(122,122,122);
}




.password{
    position: absolute;
    left: 0%;
    top: 45%;
    margin-left: 0px;
    margin-top: 20px;
}

#Password_text
{
    /*margin:30px 0 0 0;*/
    background: #4F4F4F url(../image/login/passwordinput.png) no-repeat 0 0;
    width: 225px !important;
    height: 24px;
    padding-left: 5px;
    font-size: 15px;
    /*border: 1px solid rgb(30,172,210);*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-left: 3px;
}

.password .rememberinput
{
    position: absolute;
    left: 250px;
    top: 15px;
}
.password .rememberlabel
{
    position: absolute;
    left: 270px;
    top: 3px;
    color: white;
    white-space:nowrap;
}

#footer
{
    position: absolute;
    bottom: 50px;
    width: 100%;
    text-align: center;
    font-size: 14px;
}
#footer label
{
    line-height:25px;
    font-size:14px;
    color:#2c3e50;
}

#footer div
{
    font-size:14px;
    text-align:center;
    /*text-decoration:underline;*/
}
#footer div label
{
    font-size:14px;
    color:#3E9EFF;
}
.activeMask
{
    display:none;
    background:rgba(0,0,0,0.5);
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    z-index:1000;
}
.activeDiv
{
    display:block;
    background:white;
    position:absolute;
    width:510px;
    height:380px;
    top: calc(50% - 200px);
    left: calc(50% - 250px);
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
}
.SQDiv
{
    display:none;
    background:white;
    position:absolute;
    width:470px;
    height:400px;
    top: calc(50% - 230px);
    left: calc(50% - 250px);
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
}
.activeTitle
{
    background:#5ebdea;
    color:white;
    height:64px;
    line-height:64px;
    text-align:center;
    vertical-align:middle;
    border-radius:4px 4px 0 0;
    -moz-border-radius:4px 4px 0 0;
    -webkit-border-radius:4px 4px 0 0;
}
.msgContent
{
    padding: 10px 40px 20px;
}
.activeLine
{
    height: 22px;
    width:100%;
    white-space: nowrap;
    vertical-align:top;
    display:inline-block;
}
.activeLineStyle
{
    height: 26px;
    width:100%;
    white-space: nowrap;
    vertical-align:top;
    display:inline-block;
    margin-bottom:20px;
}
.activeError
{
    width:390px;
    height:30px;
    background:#ffe6e5;
    border:solid 1px #ff0000;
    display:block;
    visibility:hidden;
    line-height:30px;
    font-size:16px;
}
.activeFirstSpan{
    width:80px;
    display: inline-block;
    text-align: left;
    height: 24px;
    text-align:right;
    color:#a0a0a0;
}
.custom
{
    display:inline;
    margin-left:120px;
}
.activeSecondSpan{
    margin-left:0px;
    width:200px;
    display: inline-block;
}
.errorTips
{
    color:#457735;
    display:inline-block;
    margin-top:5px;
}
.picAndtext
{
    vertical-align:middle;
    _vertical-align:text-bottom;
    margin-bottom:2px;
    margin-left: 5px;
}
.wSelectStyle
{
    max-width:281px;
    min-width:281px;
    margin-left:10px;
    color: #a0a0a0;
    position: absolute;
    margin-top: -16px;
}
.wForgetSelectStyle
{
    max-width:281px;
    min-width:281px;
    margin-left:10px;
    color: #a0a0a0;
    position: absolute;
    margin-top: -16px;
    background-image: none;
    background-color: #f5f5f5;
    opacity: 0.8\0;
}
.wInputStyle
{
    max-width:276px;
    min-width:276px;
    margin-left:10px;
    color: #a0a0a0;
    height:22px;
}
.qInputStyle
{
    position: relative;
    height: 20px;
    min-width: 256px;
    max-width: 256px;
    margin-top: -27px;
    margin-left: 90px;
    color: #a0a0a0;
    display: none;
}
.qInputStyle_ex
{
    position: relative;
    height: 20px;
    min-width: 256px;
    max-width: 256px;
    margin-top: -27.5px;
    margin-left: 90px;
    color: #a0a0a0;
    display: none;
}
.qInputStyle_safari
{
    position: relative;
    height: 20px;
    min-width: 256px;
    max-width: 256px;
    margin-top: -29px;
    margin-left: 90px;
    color: #a0a0a0;
    display: none;
}
.qInputStyle_Forget
{
    position: relative;
    height: 20px;
    min-width: 276px;
    max-width: 276px;
    margin-top: -27.5px;
    margin-left: 90px;
    color: #a0a0a0;
    display: none;
    background-color: #f5f5f5;
    overflow-x: scroll;
    overflow-y: scroll;
}
.adminStyle
{
    margin-left: 30px;
    width:300px;
    height:100%;
    background:#f5f5f5;
    border-color:#bcbcbc;
}
.pwdStyle
{
    margin-left: 30px;
    width:300px;
    height:26px;
    border-color:#bcbcbc;
    /*border-color:#b8d8ff;*/
}
.forgetPwdStyle
{
    height: 68px;
    line-height: 68px;
    text-align: center;
}
.forgetPwdTipStyle
{
    font-size: 17px;
    color: gray;
}
input::-ms-clear,::-ms-reveal{display:none;}
.activeLineFirst{
    width:90px;
    height: 100%;
    display:inline-block;
    color:#a0a0a0;
}

#particles-js{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
}

