.wrap.user{
  width: 100%;
  background: -webkit-linear-gradient(top, #0072C6, #6e99d4);
  background: -moz-linear-gradient(top, #0072C6, #6e99d4);
  background: -o-linear-gradient(top, #0072C6, #6e99d4);
  background: -ms-linear-gradient(top, #0072C6, #6e99d4);
  background: linear-gradient(top, #0072C6, #6e99d4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@liner-gradient-color-to', endColorstr='@liner-gradient-color-from', GradientType=0);
  position: relative;
  min-height:630px;
  max-height:900px;
}
.wrap.user~.footer:before{display:none;}
.wrap.user .container{position:relative;}
.login-wrap{background:#fff;width:400px;height:460px;position:absolute;left:50%;top:110px;z-index:9;margin-left:180px;border-radius:5px;padding:30px 50px;
    -moz-box-shadow: rgba(0,0,0,.3) 0 0 50px;
    -webkit-box-shadow: rgba(0,0,0,.3) 0 0 50px;
    box-shadow: 0 0 50px rgba(0,0,0,.3);
}
.login-wrap .login-title{height:50px;border-bottom:1px solid #ccc;margin-bottom:30px;line-height:50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.login-wrap .login-title li{
    text-align:center;
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    color:#000;
    font-size:18px;
    cursor:pointer;
}
.login-wrap .login-title li span{height:50px;display:inline-block;position:relative;}
.login-wrap .login-title li.active{color:#0072C6;}
.login-wrap .login-title li.active span:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:3px;background-color:#0072C6;}
.login-wrap .login-content{position:relative;overflow:hidden;height:320px;}
.login-wrap .login-content .login-box{width:600px;position:absolute;top:0;left:0;}
.login-wrap .login-content .login-box .login-list{float:left;width:300px;}
.login-wrap .from-group{margin-bottom: 15px;position:relative;}
.login-wrap .from-group input[type=password],
.login-wrap .from-group input[type=text]{height:45px;width:100%;border:1px solid #ccc;outline: none;padding: 0 15px 0 46px;font-size: 14px;border-radius:2px;}
.login-wrap .from-group input[type=password]:focus,
.login-wrap .from-group input[type=text]:focus{border-color:#0072C6;background-color:#fbfbfb;}

.login-wrap .from-group input[name=captcha]{width:180px;}
.login-wrap .from-group input[type=button],
.login-wrap .from-group input[type=submit]{height:45px;width:100%;border:none;background:#0072C6;color: #fff;border-radius:5px;font-size: 16px;cursor: pointer;}
.login-wrap .from-group img{height:45px;position: absolute;right: 0;}
.login-wrap .from-group.pos{position:relative;}
.login-wrap .from-group ul.link{margin-top:15px;height: 40px;}
.login-wrap .from-group ul.link li{width:50%;float:left;line-height: 40px;height: 40px;}
.login-wrap .from-group ul.link li a{color: #000;}
.login-wrap .from-group ul.link li:nth-child(2){text-align: right;}
.login-wrap .from-group svg{position:absolute;color:#ccc;height:16px;width:16px;left:15px;top:15px;}
.cloud{
  width: 93px;
  height: 32px;
  background: url(../images/cloud.png) no-repeat;
  display: block;
  position: absolute;
  z-index:7;
}
.cloud.cloud1{
  top: 100px;
}
.cloud.cloud2{
  top: 140px;
  left: 700px;
}
.cloud.cloud3{
  top: 185px;
  left: 500px;
}
.cloud.cloud4{
  top:230px;
  left: 300px;
}
.sailboat{
    width: 190px;
    height: 198px;
    background: url(../images/sailboat.png) no-repeat;
    position: absolute;
    display: block;
    z-index:8;
}
.sailboat.boat1{
    bottom: 40px;
    left: 700px;
}
.sailboat.boat2{
    bottom: 50px;
    left: 0px;
}
.sailboat.boat3{
    width:230px;
    height:240px;
    bottom: 35px;
    left: 400px;
    background-size:contain;
}
.sailboat.boat4{
    width:270px;
    height:280px;
    bottom: 30px;
    left: 200px;
    background-size:contain;
}
.user-water{height:60px;position:absolute;left:0;right:0;bottom:0;z-index:9px;}
.user-water .water-1{position:absolute;width:100%;height:60px;background:url(../images/water.svg) repeat-x;background-size:600px;-webkit-animation:wave-animation-1 3.5s infinite linear;animation:wave-animation-1 3.5s infinite linear}
.user-water .water-2{position:absolute;top:5px;width:100%;height:60px;background:url(../images/water.svg) repeat-x;background-size:600px;-webkit-animation:wave-animation-2 6s infinite linear;animation:wave-animation-2 6s infinite linear}
@-webkit-keyframes wave-animation-1{
    0%{background-position:0 top}
    100%{background-position:600px top}
}
@-moz-keyframes wave-animation-1{
    0%{background-position:0 top}
    100%{background-position:600px top}
}
@keyframes wave-animation-1{
    0%{background-position:0 top}
    100%{background-position:600px top}
}
@-webkit-keyframes wave-animation-2 {
    0%{background-position:0 top}
    100%{background-position:600px top}
}
@-moz-keyframes wave-animation-2 {
    0%{background-position:0 top}
    100%{background-position:600px top}
}
@keyframes wave-animation-2 {
    0%{background-position:0 top}
    100%{background-position:600px top}
}