html,
body,
div,
p,
a,
img,
h2,
h1 {
  margin: 0;
  padding: 0;
}
img {
  border: none;
  outline: none;
}
body {
  font: 12px '微软雅黑', 'Microsoft Yahei', Helvetica Neue, Hiragino Sans GB, '宋体', 'simsun', '黑体', Arial, sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
a {
  text-decoration: none;
  outline: none;
}

.page {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.page .login-main {
    position: relative;
    width: 950px;
    height: 479px;
    margin: 120px auto 60px;
    border: 1px solid #f1f2f2;
    background-color: #fff;
    box-shadow: 0 0 18px 0 rgba(57, 141, 238, 0.12);
}


.login-main .login-left {
    float: left;
}

.login-main .login-middle {
    background-color: rgba(216, 216, 216, 0.61);
    width: 1px;
    height: 334px;
    margin-top: 41px;
    float: left;
}


.login-main .login-right {
    /*margin-left: 20px;*/
    margin-left: 0;
    float: right;
}

.login-right .login-right-M{
   padding: 35px 27px 0px 37px;
   /*height: 352px;*/
    height: auto;
    min-height: 382px;
}

/*.login-main h2 {
    font-size: 18px;
    margin-bottom: 28px;
    color: #333;
    font-weight: normal;
}*/

.login-main .logo{/*margin:0px 75px;*/margin-bottom: 25px;text-align: center;}

.login-main .login-right .row {
    /*margin-bottom: 30px;*/
    margin-top: 10px;   
    margin-bottom: 20px;
    position: relative;
}

.login-right .login-placeholder{
    color: #999;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 46px;
    text-indent: 12px;
    cursor: text;
}

.login-main .login-right .text-row .text {
    /*padding: 5px 10px;*/
    /*line-height: 30px;*/
    outline: none;
    /*font-size: 12px;*/
    box-sizing: border-box;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
    /*height: 54px;*/
    width: 326px;
    font-size: 13px;
    height: 48px;
    line-height: 46px;  
    text-indent: 10px;
    padding: 0px;
}

.login-main .login-right .row-btn {
    margin-bottom:10px;
}

.login-main .login-right .row-btn .btn {
    display: inline-block;
    width: 326px;
    height: 46px;
    line-height: 46px;
    border: 1px solid #36bde7;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 0;
    font-size: 14px;
    cursor: pointer;
    outline: none;
}

.login-main .login-right .row-btn .login-btn {
    background-color: #36bde7;
    color: #fff;
}

.login-main .login-right .row-btn .login-btn:hover,
.login-main .login-right .row-btn .login-btn:active {
  border-color: #159ec8;
  background-color: #159ec8;
}

.more{margin-top: 10px;height: 38px;line-height: 38px;}
.more_left{float: left; padding-left:37px;}
.more_right{float: right;}

.more_left img{margin-top:10px;}


.more_left span, .more_right span{
  font-size: 12px;
  margin-right: 5px;
  color: #555555;
}

.login-main .login-right .more_right .Android, .login-main .login-right .more_right .iOS{
    display: inline-block;
    width: 38px;
    height: 38px;
    border-radius: 3px;
    box-sizing: border-box;
    vertical-align: middle;
    margin-right: 15px;
    cursor: pointer;
}


.icon_Android{
    /*background: url(/8thManage/images2/bg/icon_android.png) no-repeat;*/
    width: 30px;
    height: 30px;
    display: inline-block;
}

.icon_iOS{
  /*background: url(/8thManage/images2/bg/icon_iOS.png) no-repeat;*/
    width: 30px;
    height: 30px;
    display: inline-block;
}

.icon_POS{
  /*background: url(/8thManage/images2/bg/icon_POS.png) no-repeat;*/
    width: 30px;
    height: 30px;
    display: inline-block;
}

.error-tips{
    display: none;    
}
.error-tips, .error-tips1 {
    /*background: url(/8thManage/images2/bg/kq.png) 10px no-repeat #fffff8;*/
    border: 1px solid #ffd797;
    /*line-height: 30px;*/
    color: #ff5783;
    /*padding-left: 40px;*/
    /*margin-bottom: 0;*/
/*   white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
    /*margin: 10px 0px;*/
    width: 284px;

    line-height: 16px;
    font-size: 13px;
    padding: 5px 0 5px 40px;
    margin: 0;
    margin-bottom: -10px;
}

/*.error-tips1 {
    border: 1px solid #ffd797;
    line-height: 30px;
    color: #ff5783;
    padding-left: 40px;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 284px;
    padding-right: 10px;
}*/

.error-tips .errorF{color: #ff5783;}

.ft{
    margin: 40px auto;
    color: #898989;
    text-align: center;
}


.ft .ft-nav {
    font-size: 12px;
}