﻿*{
    box-sizing: border-box;
}
html{
    height: 100%;
    font-family: "PingFang SC","Hiragino Sans GB","Microsoft YaHei","Wenquanyi Micro Hei",Helvetica,Arial,sans-serif;
    background: #fafcfb;
}
body{
    width: 100%;
    height: 100%;
}
a{
    text-decoration: none;
    cursor:pointer;
}
.container{
    width: 100%;
    height: 100%;
    min-width: 972px;
    min-height: 900px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.container >div{
    overflow: hidden;
}
.wrapper{
    width: 972px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.header{
    width: 100%;
    height: 79px;
    background: #ffffff;
}
.logo{
    /*width: 184px;*/
    height: 55px;
    position: absolute;
    left:0;
    top:50%;
    -ms-transform: translateY(-50%); 	/* IE 9 */
    -moz-transform: translateY(-50%); 	/* Firefox */
    -webkit-transform: translateY(-50%); /* Safari 和 Chrome */
    -o-transform: translateY(-50%); 	/* Opera */
    transform: translateY(-50%);
}
.section{
    width: 100%;
    height: 578px;
    position: relative;
    background-color: #0c81d0;
}
.bg{
    width: 100%;
    /*max-width: 1920px;*/
    height: 100%;
    position: absolute;
    top:0;
    left:50%;
    -ms-transform: translateX(-50%); 	/* IE 9 */
    -moz-transform: translateX(-50%); 	/* Firefox */
    -webkit-transform: translateX(-50%); /* Safari 和 Chrome */
    -o-transform: translateX(-50%); 	/* Opera */
    transform: translateX(-50%);
}
.ball{
    width: 423px;
    height: 328px;
    margin-top: 63px;
    float: left;
}
.form-wrapper{
    float:right;
    width: 390px;
    height: 390px;
    margin-top: 43px;
    background-image: url(../images/login.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    padding: 46px 0 0 53px;

}
#form2{
    display: none;
    height: 555px;
}
#form3{
    display: none;
    height: 515px;
 }
#form4 {
    display: none;
    height: 515px;
}
.form-title{
    width: 295px;
    height: 40px;
    font-size: 24px;
    color: #0b83e2;
    letter-spacing: 2px;
    border-bottom: solid 1px #c9c9c9;
    margin-bottom: 15px;
}
.input-wrapper{
    width: 285px;
    height: 41px;
    background-color: #ffffff;
    margin-bottom: 20px;
    border: solid 1px #c9c9c9;
    position: relative;
}
.icon-wrapper{
    width: 41px;
    height: 100%;
    background: #f4f4f4;
    border-right: solid 1px #c4c4c4;
    position: absolute;
    top:0;
    left:0;
}
.icon-wrapper >img{
    position: absolute;
    top:50%;
    left:50%;
    height: 23px;
    -ms-transform: translate(-50%,-50%); 	/* IE 9 */
    -moz-transform: translate(-50%,-50%); 	/* Firefox */
    -webkit-transform: translate(-50%,-50%); /* Safari 和 Chrome */
    -o-transform: translate(-50%,-50%); 	/* Opera */
    transform: translate(-50%,-50%);
}

.inputstyle{
    width: 100%;
    height: 100%;
    background: none;
    text-indent: 49px;
    border: none;
    -webkit-appearance: none;
    outline: none;
    font-size: 15px;
}
.identity-wrapper{
    border: none;
    background:none;
}
.identity-wrapper .icon-wrapper{
    border: solid 1px #c4c4c4;
}
.inputidentity{
    width: 60%;
    background: #ffffff;
    border: solid 1px #c4c4c4;
    border-left: none;
}
.btn{
    font-size: 19px;
    letter-spacing: 1px;
    color: #ffffff;
    width: 285px;
    height: 51px;
    line-height: 51px;
    text-align: center;
    background-color: #3c9bed;
    cursor: pointer;
    -webkit-appearance: none;
    outline: none;
    border: none;
    padding: 0;
}
.identity-btn{
    width: 35%;
    margin-left: 5%;
    height: 41px;
    line-height: 41px;
    font-size: 15px;
}
.operas{
    margin-bottom: 31px;
    height: 18px;
    line-height: 18px;
    width: 283px;
}
.form-wrapper a{
    color: #3c9bed;
    font-size: 14px;
}
.check-wrapper{
    display: inline-block;
    float: left;
    height: 18px;
    line-height: 18px;
}
.check-bg{
    width: 18px;
    height: 18px;
    background-color: #ffffff;
    border: solid 1px #333333;
    display: inline-block;
    cursor: pointer;
    position: relative;
}
.check-bg img{
    width: 100%;
    height: 100%;
    vertical-align: top;
    position: absolute;
    top:0;
    left:0;
    cursor: pointer;
}
.check-wrapper input{
    width: 18px;
    height: 18px;
    vertical-align: top;
    opacity: 0;
    position: absolute;
    top:0;
    left:0;
    cursor: pointer;
}
.check-wrapper label{
    margin-left: 4px;
    vertical-align: top;
    font-size: 14px;
}

.register{
    margin-left: 56px;
}
.forgetpass{
    float: right;
}
.tologin{
    display: block;
    margin-top: 15px;
    height: 18px;
    line-height: 18px;
}
.tologin span{
    font-size: 18px;
}
.bot{
    width: 100%;
    min-height: 243px;
    position: relative;
    flex: 1;
}
.bot-bg{
    width: 100%;
    height: 197px;
    background-image: url(../images/bot.png);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom:46px;
}
.bot-footer{
    width: 100%;
    height: 46px;
    line-height: 46px;
    text-align: center;
    word-break: keep-all;
    position: absolute;
    bottom:0;
    background: #ffffff;
    font-family: PingFang-SC-Medium;
}
.code{
    width: 150px;
    position: absolute;
    bottom:46px;
    left:50%;
    -ms-transform: translateX(-50%); 	/* IE 9 */
    -moz-transform: translateX(-50%); 	/* Firefox */
    -webkit-transform: translateX(-50%); /* Safari 和 Chrome */
    -o-transform: translateX(-50%); 	/* Opera */
    transform: translateX(-50%);
}

input::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999;
}