* {
    margin: 0;
    padding: 0;
    font-family: "Microsoft Yahei";
}

a {
    text-decoration: none;
}

li {
    list-style-type: none;
}

input:focus {
    outline: none;
}

.flex {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.ui-container{
    width: 100%;
    min-width: 1200px;
    height: 100vh;
    background: url(../../img/images/login-bg1.png) no-repeat center center;
    background-size: cover;
}
.ui-content{
    width: 1200px;
    height: 100vh;
    margin: auto;
    position: relative;
}

.ui-head{
    width: 100%;
    height: 42px;
    line-height: 42px;
    padding-top: 60px;
}
.ui-head img{
    width: auto;
    height: 100%;
}
.ui-head a{
    display: inline-block;
    width: auto;
    height: 100%;
    line-height: 42px;
    color: #2A6FC5;
    font-size: 24px;
    background: url(../../img/images/index-icon.png) no-repeat left center;
    background-size: 23px auto;
    padding-left: 35px;
    box-sizing: border-box;
}
.ui-box{
    width: 416px;
    height: 460px;
    background: #fff;
    box-shadow: 0px 2px 13px 0px #4064C1;
    padding: 0px 32px;
    box-sizing: border-box;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -240px;
    border-radius:6px;
}
.ui-box h3{
    width: 100%;
    height: 100px;
    line-height: 100px;
    text-align: center;
    color: #2A6FC5;
    font-size: 30px;
}
.ui-box input[type=text],.ui-box input[type=password]{
    width: 100%;
    height: 48px;
    line-height: 48px;
    color: #999999;
    font-size: 20px;
    border: 1px solid #DCDCDC;
    margin-bottom: 20px;
    padding: 0px 20px;
    box-sizing: border-box;
}
.yzhm{
    height: 48px;
    margin-left: 20px;
}
.checkbox{
    color: #999999;
    font-size: 18px;
}
.checkbox span{
    display: inline-block;
    width: 23px;
    height: 23px;
    border: 1px solid #DCDCDC;
    border-radius:2px;
    margin-right: 10px;
    position: relative;
}

.checkbox span input{
    opacity: 0;
}

.checkbox span input:checked + img{
    opacity: 1;
}
.checkbox span img{
    width: 18px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -9px;
    opacity: 0;
}
.ui-forget{
    color: #5192EB;
    font-size: 18px;
}
.login-btn{
    display: inline-block;
    width: 100%;
    height: 54px;
    line-height: 54px;
    color: #fff;
    font-size: 22px;
    margin-top: 40px;
    background: #2A6FC5;
    text-align: center;
    letter-spacing: 3px;
}
.ui-foot{
    width: 100%;
    height: auto;
    color: #2A6FC5;
    font-size: 14px;
    text-align: center;
    position: absolute;
    bottom: 40px;
}