﻿html,
body {
    background: #034d74;
    overflow: hidden;
}

.login {
    border-radius: 30px;
    position: fixed;
    z-index: 99;
    left: 50%;
    top: 10%;
    margin-left: -200px;
    background: rgba(255, 255, 255, 0.9);
    overflow: hidden;
    padding: 20px 50px 30px 50px;
}

.login .logo {
    margin: 0 auto;
    width: 250px;
    height: 86px;
    overflow: hidden;
    text-indent: -999em;
}

.login hr {
    margin-top: 10px;
    width: 100%;
    height: 1px;
    border: 0;
    background: #fff;
}

.login .nav {
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
}

.login .nav a {
    display: inline-block;
    height: 30px;
    line-height: 35px;
    font-size: 12px;
    font-weight: 300;
    color: #555;
}

.login .nav a.selected {
    float: left;
    color: #228ac2;
    font-size: 16px;
    margin-right: 20px;
    line-height: 30px;
    border-bottom: #034d74 2px solid;
}

.login .login-items {
    width: 300px;
    height: 380px;
    overflow: hidden;
    position: relative;
}

.login .login-items .forms {
    position: absolute;
    left: 0;
    top: 0;
    height: 380px;
    width: 900px;
    overflow: hidden;
}

.login .login-items .forms .login-item {
    margin-top: 30px;
    float: left;
    width: 300px;
    overflow: hidden;
}

.login .login-items .forms .login-item.item {
    overflow: hidden;
}

.login .login-items .forms .login-item .item p {
    font-weight: 300;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
}

.login .login-items .forms .login-item .item input {
    border: 0;
    outline: none;
    width: 100%;
    font-size: 14px;
    color: #333;
    height: 35px;
    line-height: 35px;
    text-indent: 15px;
    color: #999;
    background: #fff;
}

.login .login-items .forms .login-item .item .checkcode {
    width: 150px;
}

.login .login-items .forms .login-item .item .verifycode {
    float: right;
    width: 130px;
    cursor: pointer;
    height: 33px;
    border: #ddd 1px solid;
    cursor: pointer;
}

.login .login-items .forms .login-item .item .sendcodebt {
    float: right;
    width: 130px !important;
    height: 35px !important;
    line-height: 35px;
    color: #555;
    cursor: pointer;
    background: #ccc;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.login .login-items .forms .login-item .item .sendcodebt:hover {
    background: #eee;
    font-size: 12px;
}

.login .login-items .forms .login-item .item a {
    margin-top: 20px;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #034d74;
    font-size: 16px;
    font-weight: 300;
    color: #FFFFFF;
    overflow: hidden;
    cursor: pointer;
}

.login .login-items .forms .login-item .item a:hover {
    background: #de4f54;
}

.login .copyright {
    overflow: hidden;
    font-size: 12px;
    font-weight: 300;
    text-align: left;
    color: #999;
}

.login .copyright a {
    margin-left: 10px;
    text-decoration: underline;
    float: right;
    color: #999;
}

.login .copyright a:hover {
    color: #de4f54;
}

.message {
    position: fixed;
    left: 50%;
    margin-left: -200px;
    padding: 15px 20px;
    bottom: 20%;
    display: none;
    background: #d45e5e;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    width: 360px;
    border-radius: 50px;
    line-height: 1.1;
    text-align: center;
}

.popup {
    position: fixed;
    width: 100%;
    min-height: 240px;
    overflow: hidden;
    left: 0;
    bottom: -800px;
    background: rgba(255, 255, 255, 0.98);
    padding-bottom: 60px;
}

.popup .content {
    width: 600px;
    margin: 0 auto;
    overflow: hidden;
    overflow: hidden;
}

.popup .content .title {
    height: 60px;
    font-size: 18px;
    font-weight: 300;
    color: #000;
    line-height: 60px;
    border-bottom: #eee 1px solid;
    margin-bottom: 30px;
    overflow: hidden;
}

.popup .content .title a {
    float: right;
}

.popup .content .item {
    margin-top: 20px;
    overflow: hidden;
}

.popup .content .item select,
.popup .content .item input {
    display: inline-block;
    text-indent: 1em;
    width: 400px;
    height: 35px;
    line-height: 35px;
    border: #eee 1px solid;
    border-radius: 2px;
    display: inline-block;
    background: #fff;
    overflow: hidden;
}

.popup .content .item select {
    width: auto !important;
}

.popup .content .item input.sm {
    width: 180px;
}

.popup .content .item input.xs {
    width: 120px;
}

.popup .content .item button {
    background: #f1f1f1;
    display: inline-block;
    height: 37px;
    line-height: 37px;
    border: #ccc 1px solid;
    border-radius: 2px;
    overflow: hidden;
    padding: 0 15px;
    color: #000;
    font-size: 14px;
    font-weight: 300;
}

.popup .content .item .submit {
    background: #0972aa;
    display: inline-block;
    height: 37px;
    line-height: 37px;
    border: #034d74 1px solid;
    border-radius: 2px;
    overflow: hidden;
    padding: 0 20px;
    font-size: 14px;
    color: #fff;
    font-weight: 300;
}

.popup .content .item button:hover {
    opacity: 0.8
}

.popup .content .item .verifycode {
    cursor: pointer;
    display: inline-block;
    width: 180px;
    height: 37px;
    margin: 0;
    padding: 0;
}

.findpassphone {
    display: none;
}

.waves {
    position: relative;
    width: 100%;
    height: 300px;
    margin-bottom: -7px;
    /*Fix for safari gap*/
    min-height: 100px;
    max-height: 150px;
}

.parallax>use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }
    100% {
        transform: translate3d(85px, 0, 0);
    }
}

.wavesbox {
    height: 300px;
    position: fixed;
    left: 0;
    bottom: -80px;
    width: 100%;
    overflow: hidden;
    z-index: 2;
}

.wavesbox-space {
    height: 80px;
    background: #fff;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    z-index: 1;
}