body,
html,
.content {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}

.top-box,
.bottom-box {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    z-index: 2;
    height: 70px;
    padding: 15px 30px;
    box-sizing: border-box;
}

.top-box {
    top: 0;
}

.bottom-box {
    bottom: 0;
    text-align: center;
    height: 90px;
    line-height: 60px;
}

.imgbox {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    overflow: hidden;
}

.imgbox img {
    width: 104%;
    margin: 0 -2%;
}

.logo {
    display: inline-block;
    float: left;
    text-align: left;
}

.logo .img {
    width: 40px;
    height: 40px;
    text-align: left;
    line-height: 40px;
    display: inline-block;
    float: left;
}

.img>img {
    width: 100%;
}

.img~.logo-text {
    padding-right: 12px;
    display: inline-block;
    padding-top: 3px;
    float: left;
}

.img~.logo-text label,
.img~.logo-text i {
    line-height: 0.98;
    text-align: left;
    font-weight: normal;
    color: #1a1a1a;
    font-size: 18px;
    width: 100%;
    display: block;
}

.img~.logo-text i {
    font-size: 14px;
    font-style: normal;
    display: inline-block;
    ;
}

.img~label.sys {
    padding: 0 12px;
    line-height: 40px;
    border-left: 1px solid #1a1a1a;
    color: #1a1a1a;
    font-size: 22px;
    display: inline-block;
    float: left;
}

.logo~a {
    font-size: 12px;
    line-height: 40px;
    display: inline-block;
    float: right;
    color: #1a1a1a;
    text-decoration: none;
    ;
}

.login {
    padding-right: calc(50% - 500px);
    display: inline-block;
    float: right;
    position: relative;
    top: calc( 50% - 300px );
}

.login .log-input {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    width: 400px;
    padding: 60px 30px;
    box-sizing: border-box;
    height:600px;
}

.ttiitle {
    font-size: 30px;
    line-height: 1;
    text-align: center;
    margin-bottom: 40px;
    overflow: hidden;
    font-weight: normal;
}

.input-all {
    width: 100%;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #0c8ecf;
    border-radius: 3px;
    overflow: hidden;
}

.input-all>i,
.input-all>input {
    display: inline-block;
    float: left;
}

.input-all>i {
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
}

.input-all>i>img {
    width: 50%;
    vertical-align: middle;
}

.input-all>i~input {
    width: calc(100% - 53px);
    display: inline-block;
    float: left;
    font-size: 12px;
    background: #fff;
    border: none;
    height: 48px;
    line-height: 48px;
}

.input-all button {
    background: #0c8ecf;
    border: 1px solid #0c8ecf;
    height: 46px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    width: 100%;
}

.times {
    width: 100%;
    text-align: center;
    margin-top: 60px;
}

.times > div,
.times label,
.times span {
    width: 100%;
    display: block;
    line-height: 1.5;
    font-size: 14px;
}

.times label {
    font-size: 24px;
}

.times > div {
    width: 40px;
    height: 40px;
    margin: 0 auto;
}
.times #date{
    display:none;
}
