body,div,dl,dt,dd,ol,h1,h2,h3,h4,h5,h6,form,input,p,th,td{margin:0;padding:0;}
img{border:0px;}
ul {margin:0px;padding:0px;}
ul li {list-style:none;}
*{
    font-family:"Microsoft YaHei","微软雅黑";
}

.loginTit{
    font-size: 28px;
    color: #9bc956;
    margin-top: 10px;
}

.loginBigContainer{
    width: 100%;
    height: 870px;
    background-image: url(../images/loginbg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.bigmain{
    width: 1200px;
    height: 800px;
    /*border: 1px solid black;*/
    margin: 0 auto;
}
.login-path{
    padding-top: 10px;
    color: #7b7c7b;
}
.login-path a{
    text-decoration:none;
    font-size: 16px;
    color: #7b7c7b;
}
.login-path a:hover{
    color: #A3D8D3;
    /*border-bottom: 1px solid #A3D8D3;*/
}


/*login*/
input, button {
    outline: none;
    border: none;
}
.login-wrap{
    width:100%;
    margin:auto;
    max-width:425px;
    /*min-height:569px;*/
    position:relative;
    /*box-shadow:2px 3px 22px rgba(182,182,182,.1);*/
    margin-top: 50px;
}
.login-html{
    width:325px;
    /*height:477px;*/
    position:absolute;
    padding:35px 50px;
    background:rgba(255,255,255,.6);
    text-align: center;
    border: 1px solid #ebebeb;
    box-shadow:2px 3px 22px rgba(182,182,182,.1);
}
.login-html .sign-in-htm,
.login-html .sign-up-htm{
    /*top:0;*/
    /*left:0;*/
    /*right:0;*/
    /*bottom:0;*/
    /*position:absolute;*/
    /*-webkit-transform:rotateY(180deg);*/
    /*transform:rotateY(180deg);*/
    /*-webkit-backface-visibility:hidden;*/
    /*backface-visibility:hidden;*/
    /*-webkit-transition:all .4s linear;*/
    /*transition:all .4s linear;*/
}
.login-html .sign-in,
.login-html .sign-up,
.login-form .group .check{
    display:none;
}
.login-html .tab,
.login-form .group .label,
.login-form .group .button{
    text-transform:uppercase;
}
.login-html .tab{
    width: 50%;
    font-size:18px;
    /*margin-right:15px;*/
    padding-bottom:5px;
    /*margin:0 15px 10px 0;*/
    display:inline-block;
    color: #c2c2c2;
    border-bottom:2px solid #c2c2c2;
    margin-top: 30px;
    cursor: pointer;
}
.login-html .sign-in:checked + .tab,
.login-html .sign-up:checked + .tab{
    color:#4f4f4f;
    border-color:#4f4f4f;
}
.login-form{
    min-height:345px;
    position:relative;
    -webkit-perspective:1000px;
    perspective:1000px;
    -webkit-transform-style:preserve-3d;
    transform-style:preserve-3d;
    text-align: left;
    margin-top: 35px;
}
.login-form .group{
    margin-bottom:15px;
}
.login-form .group .label,
.login-form .group .input,
.login-form .group .button{
    width:100%;
    color:#4f4f4f;
    display:block;
}
.login-form .group .input,
.login-form .group .button{
    border:none;
    padding:10px 0;
    border-bottom: 1px solid #e1e1e1;
    background-color: inherit;
    font-size: 15px;
    margin-top: 5px;
}
.login-form .group input[data-type="password"]{
    text-security:circle;
    -webkit-text-security:circle;
}
.login-form .group .label{
    color:#4f4f4f;
    font-size:15px;
    font-weight: bold;
}
.login-form .group .button{
    background:#9bc956;
    color: white;
    margin-top: 35px;
    cursor: pointer;
    border: none;
}
.login-form .group label .icon{
    width:15px;
    height:15px;
    border-radius:2px;
    position:relative;
    display:inline-block;
    background: #e7e7e7;
}
.login-form .group label .icon:before,
.login-form .group label .icon:after{
    content:'';
    width:10px;
    height:2px;
    background:#fff;
    position:absolute;
    -webkit-transition:all .2s ease-in-out 0s;
    transition:all .2s ease-in-out 0s;
}
.login-form .group label .icon:before{
    left:3px;
    width:5px;
    bottom:6px;
    -webkit-transform:scale(0) rotate(0);
    -ms-transform:scale(0) rotate(0);
    transform:scale(0) rotate(0);
}
.login-form .group label .icon:after{
    top:6px;
    right:0;
    -webkit-transform:scale(0) rotate(0);
    -ms-transform:scale(0) rotate(0);
    transform:scale(0) rotate(0);
}
.login-form .group .check:checked + label{
    color:#4f4f4f;
    font-size: 15px;
}
.login-form .group .check:checked + label .icon{
    background:#9bc956;
}
.login-form .group .check:checked + label .icon:before{
    -webkit-transform:scale(1) rotate(45deg);
    -ms-transform:scale(1) rotate(45deg);
    transform:scale(1) rotate(45deg);
}
.login-form .group .check:checked + label .icon:after{
    -webkit-transform:scale(1) rotate(-45deg);
    -ms-transform:scale(1) rotate(-45deg);
    transform:scale(1) rotate(-45deg);
}
.login-html .sign-in:checked + .tab + .sign-up + .tab + .login-form .sign-in-htm{
    -webkit-transform:rotate(0);
    -ms-transform:rotate(0);
    transform:rotate(0);
}
.login-html .sign-up:checked + .tab + .login-form .sign-up-htm{
    -webkit-transform:rotate(0);
    -ms-transform:rotate(0);
    transform:rotate(0);
}

.hr{
    height:2px;
    margin:60px 0 50px 0;
    background:rgba(255,255,255,.2);
}
.foot-lnk{
    text-align:center;
    float: right;
}
.foot-lnk a:hover{
    border-bottom: 1px solid #4f4f4f;
}

::-webkit-input-placeholder{
    color: #cccccc;
}
::-moz-placeholder{
    color: #cccccc;
}
:-ms-input-placeholder{
    color: #cccccc;
}
input:-webkit-autofill { /*谷歌黄色输入框*/
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

/*code*/
.codeinput{
    width: 150px;
    font-size: 15px;
    color: #4f4f4f;
    border-bottom: 1px solid #e1e1e1;
    background-color: inherit;
    padding: 10px 0;
    display: inline-block;
    margin-top: 5px;
}
.codediv{
    width: 50%;
    float: right;
    display: inline-block;
    margin-top: 5px;
}
.codediv img{
    width: 100%;
    height: auto;
}

/*findPass*/
.findPass-tit{
    font-size: 18px;
    color: #4f4f4f;
    margin-top: 30px;
}
.codephoneBtn{
    width: 142px;
    height: 38px;
    float: right;
    font-size: 14px;
    margin-top: 7px;
    background-color: #9bc956;
    color: #fff;
    cursor: pointer;
    text-align:center;
}