html{height:100%;font-size: 96px;}
input{outline:none}
*{margin:0; padding:0;}
body {
    width: 100%;
    height: 100%;    
    font-size:0.16rem;
    color:#333333;
}
.yunqiBodyBg{
    background: url(../images/lgImg/bigBackImage.png) 0 bottom no-repeat;
    background-size: 100% 100%;
}
.yiChaoBodyBg{
    background: url(../images/lgImg/ycBigBackImage.png) 0 bottom no-repeat;
    background-size: 100% 100%;
}
a{text-decoration:none; color:#ffffff;cursor:pointer;}
a:hover{color:#ffffff}
.lg_SupportName_1{position:absolute;left:0.5rem;top:0.2rem;z-index:1;width:2.5rem;margin:0 auto;height:0.72rem;background: url(../images/lgImg/logoDefan.png) 0 0 no-repeat;background-size:100% auto;}
.lg_yunqiNameTxt{width:274px;height:61px;margin:0 auto;margin-bottom:10px;background: url(../images/lgImg/yunqiTxt.png) 0 0 no-repeat;background-size:100% auto;}
.lg_yichaoNameTxt{width:171px;height:55px;margin:0 auto;margin-bottom:20px;background: url(../images/lgImg/yichaoyunTxt.png) 0 0 no-repeat;background-size:100% auto;}

.lg_outBlock{
    position:fixed;
    right:10em;
    top:0.8rem;
    width:4.3rem;
}
.loginBlock{
    position:relative;;
    overflow: hidden;
    width: 100%;
    min-height:4.4rem;
    border-radius: 8px;
    background: #e50019;
    display:table;
}
.heightRem{height:4.4rem !important;}
.txtInput{text-indent:0.2rem;display:block; margin-bottom:0.28rem;background:#ffffff;color:#333333;font-size:0.17rem;width:100%;height:0.45rem;border:none; border-radius:1rem;}
.lg_user2Code{
    cursor:pointer;position:absolute;right:5px;top:5px;width:40px;height:40px;
    background: url(../images/lgImg/codeCopmuter.png) center -56px no-repeat;
    border-radius: 0.4rem;
}
.lg_codeShow{background-position:center 8px;}
.none{display: none !important;}
#dd_login {
    display:table-cell;vertical-align:middle;text-align: center;
}
#wx_login{height:100%;width:100%;margin-top:3%} /*二维码*/
.lg_from{width:80%;margin:0 auto;margin-top:18%} /*输入模式*/
.lg_btnSubmit{
    display:block;
    width: 70%;
    padding:0.12rem;
    font-weight:bold;
    margin: 0 auto;
    text-align: center;
    border-radius: 1rem;
    background: #ff1d48;
    border:solid 1px #c10500;
}
.rememberMe{display:block;text-align: center;padding-top: 0.15rem;color:#ffffff;}
.bindingDiv{position:relative;width:98%;height:100%;background: url(../images/lgImg/bindingPic.png) 0 5% no-repeat;display:none;}
#bindForm{width:55%; position:absolute;right:1%;top:10%;}
.txtInp{text-indent:0.1rem;margin-top:5%;width:100%;border:solid 1px #cccccc;border-radius:0.1rem;padding:0.1rem 0;}
.bindBtn{
    display: block;
    text-align: center;
    color: #ffffff;
    background:#409EFF ;
    border-radius: 0.05rem;
    width:30%;
    margin:0 auto;
    margin-top:5%;
    padding:0.08rem;
}
@media (max-width: 1600px){
    body {
        background-size: cover;
    }
}