@charset "utf-8";
html, body{
    width: 100%;
    height: 100%;
}
#tmsBody{
    font-family:"Microsoft YaHei";
}
#tmsBody .main {
    width: 100%;
    height: 100%;
    margin: 0;
}

/*语言环境*/
.lang-en_US{
}
.lang-zh_CN{
}


/*登录页布局*/
.head-warp{
    margin: 40px 100px 0;
    line-height: 54px;
    text-align: left;
    height: 76px;
}
.logo-box{
    /*display: inline-block;*/
    /*background: url(./images/logo/logo-withfont.png) 0 0 no-repeat;*/
    /*background-size: 100%;*/
    /*width: 136px;*/
    /*height: 53px;*/
    position: absolute;
    margin: 40px 0 0 100px;
    display: block;
    /*background:url("./images/logo/logo-withfont.png") 0 0 no-repeat;*/
    /*background-size: 100%;*/
    width: 136px;
    height: 48px;
}
.lang-box{
    float: right;
}
.lang-box a{
    margin: 5px;
    color: white;
}

.footer{
    position: absolute;
    bottom: 20px;
    margin: auto;
    height: 30px;
    width: 100%;
    color: #494949;
    text-align: center;
}
.footer .signal-copyright {
    display: inline-block;
    line-height: 18px;
}
.footer span.zone{
    margin-right: 30px;
}


/*登录框*/
.login-container{
    margin: 200px auto 0;
    position: absolute;
    left: 0;
    right: 0;
}
.login-type{
    line-height: 30px;
    margin-bottom: 20px;
}
.login-type span{
    display: inline-block;
    height: 21px;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    width: 130px;
    padding-bottom: 6px;
    cursor: pointer;
}
.login-type span:after{
    content: '';
    display: block;
    width: 80px;
    text-align: center;
    border-bottom: 2px solid #FFFFFF;
    margin: 5px auto 0;
}

.login-type span.active:after{
    border-bottom-color: #5b90f8;
}

.login-area-container{
    margin:0px auto;
    width: 280px;
    position: relative;
}

.login-box-line {
    position: relative;
}

.login-box-line input{
    width: 256px;
    line-height: 20px;
    border: 0;
    padding: 12px;
    margin-bottom: 15px;
    background-color: #305778;
    color: #fff;
    overflow: hidden;
    vertical-align: middle;
}

.login-box-line img.login-captcha {
    position: absolute;
    top: 5px;
    right: 0px;
    width: 82px;
    height: 30px;
    border: 1px solid #B2B1AF;
    border-radius: 4px;
    cursor: pointer;
}

.login-box-line .login-dynamic {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 84px;
    height: 43px;
    line-height: 43px;
    background-color: #4692ef;
    text-align: center;
    cursor: pointer;
    color: #fff;
}

.login-button {
    width: 278px;
    margin: 12px 0;
    height: 42px;
    font-size: 18px;
    text-align: center;
    background: #5b90f8;
    text-decoration: none;
    border: 0;
    color: #FFF;
    cursor: pointer;
}

.login-button:hover{
    background: #5b90f8;
}

.login-switch{
    line-height: 14px;
}
.login-switch a{
    color: white;
}
.login-switch .left-btn{
    float: left;
}
.login-switch .right-btn{
    float: right;
}

/*底部动画*/
.waves-warp{
    position: relative;
    height: 100%;
    text-align: center;
    background-color: #15384e;
    /*background: linear-gradient(60deg, rgba(30,55,77,1) 0%, rgba(54,98,186,100) 100%);*/
    color: white;
    overflow: hidden;
}
.waves {
    position:absolute;
    bottom:0;
    left: 0;
    width: 100%;
    height:15vh;
    min-height:100px;
    max-height:150px;
}

/* Animation */
.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);
    }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
    .waves {
        height:40px;
        min-height:40px;
    }
    .content {
        height:30vh;
    }
    h1 {
        font-size:24px;
    }
}

img.img_login_career{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    display: none;
}