@keyframes wave-animation-1{0%{background-position:0 top}100%{background-position:600px top}}
@keyframes wave-animation-2{0%{background-position:0 top}100%{background-position:600px top}}
.alpha{
    background: -webkit-linear-gradient(top, rgba(251,144,49,0), rgba(251,144,49,0));
    border-bottom: 0;
}
* {
    -webkit-tap-highlight-color: transparent;
}
.slogan{
    position: absolute;
    top: 0;
    z-index: -999;
    background-color:#63AEFF;
    background:url('../images/back.png') repeat-x;
    background-size:100%;
    width: 100%;
    height: 30%;
    display: -webkit-flex;
    display:flex;
    justify-content:center;
    align-items:center;
}
.slogan>img{
    width: 100%;
    height: 220px;
}
.water {
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 30px;
    width: 100%;
    z-index: 100;
}
.water-c {
    position: relative;
}
.water-1 {
    background: url('../images/water-1.svg') repeat-x;
    background-size: 600px;
    -webkit-animation: wave-animation-1 3.5s infinite linear;
    animation: wave-animation-1 3.5s infinite linear;
}
.water-2 {
    top: 5px;
    background: url('../images/water-2.svg') repeat-x;
    background-size: 600px;
    -webkit-animation: wave-animation-2 6s infinite linear;
    animation: wave-animation-2 6s infinite linear;
}
.water-1, .water-2 {
    position: absolute;
    width: 100%;
    height: 30px;
}

/*登录界面*/
.login{
    margin-top: 48%;
}
.login-name, .register-name{
    background:#fff;
    border: 1px solid #eeeeee;
    height: 40px;
    position: relative;
    margin: 4% auto;
    border-radius: 10px;
    width: 70%;

}


.login-name input[type="text"], .login-name input[type="password"], .login-name input[type="number"] ,
.register-name input[type="text"], .register-name input[type="password"], .register-name input[type="number"]{
    float: left;
    background: none;
    outline: none;
    font-size: 12px;
    font-weight: 400;
    color: #000;
    padding: 12px 16px;
    border: none;
    border-left: 1px solid #eeeeee;
    width: 60%;
    display: inline-block;
    margin-left: 7px;

}
.login-submit, .register-submit{
    color: #ffffff;
    background:  rgba(9,187,7,0.81);
    display: block;
    width: 70%;
    margin: 20px auto 20px;
    font-size: 16px;
    border-radius: 10px;
    height: 40px;
    position: relative;
    border: 0 none;
    outline: 0;
    cursor: pointer;
}
/*注册登录底部*/
.login_nav {
    margin-top: 20px;

}
.login_nav .title {
    text-align: center;
    font-size: 15px;
    line-height: 24px;
    position: relative;
    margin-bottom: 5px;
}
.login_nav .title:before {
    position: absolute;
    top: 11px;
    width: 90%;
    left: 50%;
    margin-left: -45%;
    height: 1px;
    background: -webkit-linear-gradient(left,#eee,rgba(9,187,7,0.81),#eee);
    content: '';
}
.login_nav .title span {
    display: inline-block;
    padding: 0 10px;
    background: #fff;
    position: relative;
    font-size: 12px;
    color: #aaa;
}
.login_nav li:first-child {
    border: 0;
}
.login_nav li {
    border: 0;
    font-size: 12px;
    -webkit-box-flex: 1;
    width: 100%;
    -webkit-flex: 1;
    flex: 1;
    text-align: center;
}
.login_nav li a {
    color: #333333;
    display: block;
}
.login_nav ul{
    display: -webkit-flex;
    display:flex;
    justify-content:center;
    align-items:center;
    margin: 0 10%;
}
.imge{
    width: 40px;
    height: 40px;
    display: flex;
    margin: auto;
    background: url(./../images/o_icons.png) no-repeat;
    background-size: 120px auto;
}
.icon1{
    background: url(./../images/m.png) no-repeat;
    background-size:25px 24px;

}
.icon2{
    background: url(./../images/l.png) no-repeat;
    background-size:25px 24px;

}
.icon3{
    background: url(./../images/QQ.png) no-repeat;
    background-position:center;
    background-size: 32px auto;
}
.icon4{
    background: url(./../images/wx.png) no-repeat;
    background-position:center;
    background-size: 32px auto;
}
.icon5{
    background: url(./../images/re.png) no-repeat;
    background-position:center;
    background-size: 32px auto;
}
.apple{
    background: url(./../images/apple.png) no-repeat;
    background-position:center;
    background-size: 32px auto;
}
.icon20{
    background: url(./../images/wb.png) no-repeat;
    background-position:center;
    background-size: 32px auto;
}
/*注册界面*/
.register{
    margin-top: 7%;
}
.image-icon{
    background-size:25px 24px;
    width: 28px;
    height: 32px;
    float: left;
    display: inline-block;
    margin-left: 10px;
    margin-top: 7px;
}
.icon6{
    background: url(./../images/mail.png) no-repeat;
    background-size: 25px 24px;
}
.icon7{
    background: url(./../images/p.png) no-repeat;
    background-size: 25px 24px;
}
.icon8{
    background: url(./../images/y.png) no-repeat;
    background-size: 25px 24px;
}
.getIcode{
    display: block;
    position: absolute;
    /* top: 9px; */
    right: 0px;
    color: #aaa;
    padding-left: 10px;
    border-left: 1px solid #eee;
    font-size: 14px;
    height: 100%;
    line-height: 40px;
    background: #63AEFF;
    padding: 0px 10px;
    color: #ffffff;
    font-weight: bold;
    border-radius: 0px 10px 10px 0px;
}
