html,body{
    width: 100%;
    height:100%;
	overflow:hidden;
}
body{
    position: relative;
    font-family:"微软雅黑";
}
#login{
    position: absolute;
    top:0;
    right: 0;
    left: 0;
    bottom: 0;
    margin:auto;
    width: 287px;
    height:497px;
    text-align: center;
}
#login .login-head{
    margin-bottom: 19px;
    width:100px;
}
.login-main{
    position: absolute;
    width:287px;
    height:292px;
    color: #fff;
    border-radius:6px;
    background:rgba(136,144,146,0.4);
}
.login-main::before{
    display: block;
    content: '';
    position: absolute;
    top: -14.5px;
    right:0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left:15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom:15px solid rgba(136,144,146,0.4);
}
.login-main::after{
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right:0;
    width: 0;
    height: 0;
    border-top:35px solid rgba(199,218,214,0.32);
    border-right:35px solid rgba(199,218,214,0.32);
    border-bottom:35px solid transparent;
    border-left: 35px solid transparent;
	border-top-right-radius:6px; 
}
.switch{
    display:inline-block;
    position: absolute;
    top: 11px;
    right:11px;
    z-index:100;
    width:37.5px;
    height:37.5px;
    background-size:50%;
}
/*.switch-pc{
    background: url('../images/switch-pc.png') no-repeat;
    background-size: 100%;   
}*/
.switch-wechat{
    background: url('../images/switch-wechat.png') no-repeat;
    background-size: 100%;
}
.pc-login .pc-main{
    margin-top:62px;
    width: 100%;
    padding: 0 8.5%;
    box-sizing: border-box;
}
.layui-form-item{
    margin-bottom: 12px;
}
.layui-input-block{
    margin-left: 0;
    min-height:0;
}
.layui-input{
    background-color: rgba(207, 228, 234, 0.68);
}
input:-webkit-autofill {  
    -webkit-box-shadow: 0 0 0px 1000px rgba(207, 228, 234, 0.68) inset;
}  
/*验证码*/
/*.identify{
    display: none;
}*/
.identify .layui-input-block{
    overflow: hidden;
    clear: both;
}
.identify input{
    float: left;
    width: 130px;
}
.identify .identify-image{
    float: right;
    text-align: right;
    width:100px;
    height:36px;
}
/*记住密码*/
.layui-form-checkbox{
    float: left;
}
.layui-form-item .layui-form-checkbox[lay-skin=primary]{
    margin-top: 0;
}
.layui-form-checked[lay-skin=primary] i{
    border-color:#8db761;
    background-color: #8db761;
}
.layui-form-checkbox[lay-skin=primary] span{
	height:auto;
    line-height:16px;
    color:#fff;
}
.rem-login{
    height: 22px;
}
.layui-btn{
    width: 100%;
    background-color:#8db761;
}
/*微信登录*/
.wechat-login{
    display: inline-block;
    text-align: center;
    width: 100%;
    height: 100%;
}
footer{
    position: absolute;
	z-index:3;
    bottom:15%;
    width:100%;
    text-align: center;
    font-size:12px;
    color:#fff;
}
footer p{
    margin:0;
}

/*移动端*/
@media screen and (max-width:750px){
	
}