*{
    margin: 0;
    padding: 0px;
}
html,body{
    width: 100%;
    height: 100%;
}
.page_login{
    background: url(../image/l_bg.png) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.lg_con_box {
    width: 450px;
    height: 600px;
    position: absolute;
    left: 50%;
    top: 48%;
    transform: translate(-50%,-50%);
}
.lg_con_box h5{
    height: 50px;
    color: #fff;
    text-align: center;
    font-size: 46px;
    font-weight: bold;
    letter-spacing: 10px;
    font-family: "微软雅黑";
}

.lg_img {
    width: calc(100% - 400px);
    height: auto;
    position: absolute;
    left: 50px;
    top: -100px;
}

.lg_img img {
    max-width: 96%;
    display: block;
    margin-top: 3%;
}

.lg_box {
    width: 480px;
    height: 470px;
    border: 2px solid rgba(204, 236, 244, .7);
    position: relative;
    /* left: 50%; */
    /* top: 50%; */
    box-sizing: border-box;
    padding: 20px 60px;
    background: #fff;
    /* transform: translate(-50%,-50%); */
    margin-top: 40px;
}
.lg_box:after{
    position: absolute;
    content: "";
    width: 106%;
    height: 106%;
    background: rgba(255,255,255,.3);
    left: -3%;
    top: -3%;
    z-index: -1;
}

.lg_box h3 {
    font-size: 26px;
    color: #007fe1;
    font-weight: normal;
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.errormsg{
    color: red;text-align: center;margin: 0px;font-size: 16px;
    height: 16px;
}
::-webkit-input-placeholder {
    /* WebKit browsers */
    color: rgba(255, 255, 255, .5);
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgba(255, 255, 255, .5);
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgba(255, 255, 255, .5);
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: rgba(255, 255, 255, .5);
}

.login-btn input {
    width: 120px;
    height: 36px;
    cursor: pointer;
    text-align: center;
    line-height: 15px;
    font-size: 16px;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -o-border-radius: 18px;
}

.form-group input {
    width: 356px;
    height: 55px;
    border: 1px solid rgba(190, 201, 204,.6);
    border-radius: 4px;
    background: transparent;
    text-indent: 14px;
    font-size: 18px;
    color: #666666;
}

.form-group {
    margin-top: 10px;
    margin-bottom: 20px;
}

.denglu {
    display: block;
    clear: both;
    width: 240px;
    margin: auto;
    margin-top: 10px;
    height: 40px;
    outline: none;
    border: none;
    color: #fff;
    font-size: 20px;
}

.required_code {
    padding-left: 0px;
    padding-right: 0px;
    float: left;
    margin-right: 10px
}

.code_img {
    padding-left: 0px;
    padding-right: 0px;
    cursor: pointer;
    overflow: hidden;
    height: 55px;
    line-height: 55px;
    width: 170px;
}

.code_img a {
    text-decoration: underline;
    color: rgba(255, 255, 255, .7);
    font-size: 18px;
    float: right;
}

#kaptcha {
    /*width: 110px;*/
}

.denglu {
    width: 380px;
    height: 55px;
    background: #007fe1;
    border-radius: 4px;
    font-size: 24px;
    color: #ffffff;
    cursor: pointer;
}

.remeber_pwd {
    text-align: left;
    clear: both;
    margin: 10px auto;
    color: #666666;
    font-size: 18px;
    width:380px;
}

.remeber_pwd label {
    line-height: 25px;
}

.remeber_pwd input {
    margin-top: 2px;
    float: left;
    width: 16px;
    height: 16px;
}

.lg_btn_show {
    width: 120px;
    height: 40px;
    border: 1px solid rgba(217, 237, 252, 1);
    border-radius: 4px;
    position: fixed;
    right: 100px;
    top: 82px;
    text-decoration: none;
}

.lg_btn_show a {
    width: 100%;
    height: 100%;
    color: #ffffff;
    display: block;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
}

#kaptcha {
}

.close_lg {
    position: absolute;
    right: 20px;
    top: 20px;
}

.center_bg {
    width: 100%;
    height: 75%;
    background: url(https://iot.91xxt.com/iot/static/css/iot/$%7BctxPath%7D/static/img/hcnz/login_bg.png) no-repeat center center;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-48%);
    background-size: cover;
}
.sys_tit{
    font-size: 48px;
    font-weight: bold;
    color: #333333;
    position: absolute;
    top: 2%;
    left: 6%;
    height: 10%;
}
.sys_tips{
    font-size: 16px;
    color: #999999;
    position: absolute;
    bottom: 7%;
    text-align: center;
    width: 100%;
}
.copyright{
    position: fixed;
    bottom: 10px;
    text-align: center;
    width: 100%;
    z-index: 999;
}
.copyright a, .copyright span{
    color: #cccccc;
    font-size: 15px;
    text-decoration: none;
}
.copyright img{
    width: 18px;
}
.agree_agreement p{
    color: #b2afb3;
}
.agree_agreement>input{
    margin: 0;
    vertical-align: middle;
}
.agree_agreement p span {
    color: #1971b5;
    cursor: pointer;
}
.center_model{
    display: none;
    width: 35.3%;
    height: 76.6%;
    /* height: 737px; */
    background-color: #fff;
    position: absolute;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 20px 20px 0px;
    box-sizing: border-box;
    font-size: 16px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}
.center_model h5{
    height: 30px;
    font-size: 18px;
    text-align: center;
    border-bottom: 2px solid #d9d8da;
    font-weight: 600;
}

.center_model .outer_container{
    height: calc(100% - 17%);
    position: relative;
    overflow: hidden;
    max-height: calc(100% - 110px);
}
.center_model .inner_container{
    height: 100%;
    position: absolute;
    left: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    text-align: left;
}

.center_model .inner_container::-webkit-scrollbar {
    width:10px;  /* 纵向滚动条滑块宽度 */
    height: 20px; /* 横向滚动条滑块宽度 */
}
.center_model .inner_container::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 0px;
    background-color: #d9d8da;
}
.center_model .inner_container::-webkit-scrollbar-track {/*滚动条里面轨道*/
    background: #F5F5F5;
}
.model_footer{
    height:10%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-top: 2px solid #d9d8da;
    min-height: 60px;
}
.model_footer button{
    height: 62.5%;
    width: 28%;
    text-align: center;
    border-radius: 23px;
    font-size: 20px;
}
.model_footer button:nth-child(1){
    color: #158cea;
    background-color: #fff;
    border: 2px solid #158cea;
}
.model_footer button:nth-child(2){
    color: #fff;
    border: none;
    background-color: #158cea;
}
@font-face {
    font-family: "iconfont"; /* Project id 2365125 */
    src: url('../font/font_2365125_yakoh12djan.woff2') format('woff2'),
    url('../font/font_2365125_yakoh12djan.woff') format('woff'),
    url('../font/font_2365125_yakoh12djan.ttf') format('truetype');
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-guanbi1:before {
    content: "\e612";
}
.icon-guanbi1{
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 20px;
    cursor: pointer;
}


/*login.css*/
.wh_login_bg{
    width: 100%;
    height: 100%;
    background: url(../image/wh_login_bg.png) no-repeat #000e34;
    background-size: cover;
    text-align: center;
    min-width: 1400px;
    min-height: 780px;
}
.wh_login_contair{
    width: 1140px;
    margin: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    height: 430px;
}
.wh_login_bg .top_tit{
    height: 80px;
    line-height: 80px;
    text-align: center;
    box-sizing: border-box;
    /*display: inline-block;*/
    margin: auto;
    font-size: 16px;
}
.wh_login_bg .top_tit img{
    /*float: left;*/
    margin-top: -17px;
    margin-right: 30px;

}
#particles-js {
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: url(https://iot.91xxt.com/iot/static/css/iot/style.css);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
}
.wh_login_bg .top_tit label{
    width: auto;
    height: 70px;
    font-size: 45px;
    font-weight: bold;
    margin: auto;
    background-image: -webkit-linear-gradient(bottom,#7DFCFE,white,white);
    -webkit-background-clip: text;
    /*float: left;*/
    -webkit-text-fill-color: transparent;
    margin-top: 10px;
    letter-spacing: 20px;
}
.wh_login_from{
    width: 515px;
    min-height: 511px;
    float: right;
    background: url(../image/login_from_bg.png) no-repeat;
    padding-top: 35px;
    background-size: cover;
}
.wh_login_from h3{
    font-size: 25px;
    font-weight: 500;
    color: #97E3F4;
    width: 380px;
    margin: auto;
    margin-top: 10px;
}
.wh_login_from > .i_item{
    width: 380px;
    height: 55px;
    background: rgba(18, 211, 252, 0.04);
    border: 1px solid #225886;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 20px;
}
.wh_login_from > .i_code{
    width: 380px;
    height: 58px;
    margin: auto;
    margin-top: 30px;
}
.i_code .code_img{
    height: 96%;
    overflow: hidden;
    border: 1px solid #225886;
    float: right;
    width: calc(100% - 225px);
}
.i_code .code_img img{
    display: block;
    height: 100%;
    width: 100%;
}
.wh_login_from .i_item i{
    width: 58px;
    height: 53px;
    background: #225886;
    float: left;
    position: relative;
}
.wh_login_from .i_item input{
    width: calc(100% - 58px);
    height: 99%;
    float: left;
    border: none;
    outline: none;
    background: transparent;
    font-size: 16px;
    text-indent: 10px;
    color: #ffffff;
}
.wh_login_from .i_item input::-webkit-input-placeholder{
    color:#A4D6EF;
}
.wh_login_from .i_item input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#A4D6EF;
}
.wh_login_from .i_item input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#A4D6EF;
}
.wh_login_from .i_item input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#A4D6EF;
}

.i_code .i_item{
    width: 211px;
    height: 58px;
    background: rgba(18, 211, 252, 0.04);
    border: 0px solid #225886;
    float: left;
}
.i_item .i_phone:after{
    content: "";
    position: absolute;
    width: 27px;
    height: 27px;
    background: url(../image/wh_login_icon.png) no-repeat -48px 0px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.i_item .i_pwd:after{
    content: "";
    position: absolute;
    width: 24px;
    height: 27px;
    background: url(../image/wh_login_icon.png) no-repeat -22px 0px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.i_item .i_code:after{
    content: "";
    position: absolute;
    width: 22px;
    height: 27px;
    background: url(../image/wh_login_icon.png) no-repeat 0px 0px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.wh_login_from button.submit_{
    width: 381px;
    height: 58px;
    background: #118BF0;
    border: 0px solid #134B7E;
    border-radius: 3px;
    font-size: 28px;
    color: #ffffff;
    display: block;
    margin: auto;
    margin-top: 30px;
}
.b_word{
    color: rgba(241, 206, 166, .4);
    font-size: 14px;
    position: fixed;
    bottom: 3%;
    text-align: center;
    width: 100%;
}
.b_word:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 27px;
    background: url(https://iot.91xxt.com/iot/static/img/b_line.png) no-repeat;
    background-size: cover;
    left: 0;
}
.agree_agreement{
    width: 380px;
    margin: auto;
    margin-top: 15px;
    text-align: left;
}
#related_agreements{
    float: left;
    margin-right: 10px;
}