* {
    margin: 0;
    padding: 0;
}

body {
    background: url("/assets/img/bg.png");
    width: 100vw;
    height: 100vh;
    position: relative;
    min-height: 765px;
}

ul li {
    list-style: none;
}
.body {
    background-size: 100% 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
}
.content {
    padding-top: 20vh;
    min-height: unset;
}

.content-box{
    width: 975px;
    height: 500px;
    margin: 0 auto;
}

.left-box {
    width: 610px;
    height: 100%;
    background: #FFFFFF;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    float: left;
}

.left-title {
    font-size: 20px;
    color: #44abf0;
    margin-top: 40px;
    text-align: center;
}

.notice-list {
    padding: 40px;
}

.notice-list li {
    margin: 10px;
    list-style: circle;
    font-size: 20px;
    line-height: 40px;
    cursor: pointer;
}

.notice-list .title{
    display: inline-block;
    float: left;
    width: 390px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.time {
    margin-left: 5px;
}

.right-box {
    width: 365px;
    height: 100%;
    background: #44ABF0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    float: left;
}

.right-title{
    font-size: 20px;
    margin-top: 40px;
    text-align: center;
    color: #ffffff;
}

.login-box{
    margin: 50px auto !important;
    width: 250px !important;
    height: 300px;
    color: #3bb4f2;
    cursor: pointer;
}

.login-type{
    background: #ffffff;
    margin-top: 10px;
    width: 115px;
    height: 108px;
    display: inline-block;
}

.login-form-box{
    margin-top: 40px;
}

.login-box i{
    display: block;
    font-size: 32px;
    margin-top: 25px;
    text-align: center;
}

.login-box span{
    display: block;
    margin-top: 10px;
    text-align: center;
}

.person{
    border-radius: 10px 10px 0px 10px;
    -webkit-border-radius: 10px 10px 0px 10px;
}

.expert{
    border-radius: 10px 10px 10px 0px;
    -webkit-border-radius: 10px 10px 10px 0px;
}

.org{
    border-radius: 10px 0px 10px 10px;
    -webkit-border-radius: 10px 0px 10px 10px;
    -moz-border-radius: 10px 0px 10px 10px;
}

.city{
    border-radius: 0px 10px 10px 10px;
    -webkit-border-radius: 0px 10px 10px 10px;
    -moz-border-radius: 0px 10px 10px 10px;
}

#login-form .form-group{
    margin-bottom: 1rem;
    padding-left: 38px;
}

#login-form .form-group input{
    width: 90%;
    height: 41px;
    font-size: 1.8rem;
    padding-left: 30px;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0.25rem;
}
.login-form-box .icon{
    position: absolute;
    line-height: 41px;
    padding-left: 10px;
}
#btn-login{
    margin-left: 38px;
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #44abf0;
    width: 80%;
    height: 40px;
    cursor: pointer;
}
.register{
    cursor: pointer;
}
.return{
    cursor: pointer;
}
.login-err{
    color: #dd4b39;
    margin-left: 38px;
    margin-bottom: 20px;
}
.login-footer{
    text-align: center;
    margin-top: 10px;
    color: #ffffff;
}
.footer {
    left: 0px;
    right: 0px;
    bottom: 25px;
    text-align: center;
    padding: 100px 5px 5px 5px;
}

.footer .white {
    color: #ffffff;
}


.hide{
    display: none;
}

.left{
    float: left;
}

.right{
    float: right;
}
.pointer{
    cursor: pointer;
}