* {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

.signin{
    width: 100%;
    height: 100%;
}

.signinpanel {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: rgb(11,23,56);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.container {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -320px 0 0 -600px;
    width: 1200px;
    height: 600px;
}

.logo {
    position: relative;
    padding: 0 0 0 73px;
    height: 90px;
    text-align: left;
    background: url(../img/logo.png) 13px no-repeat;
    color: #FFF;
}

.logo h2 {
    color: #FFF;
    font-size: 36px;
    font-family: PingFang SC,Microsoft YaHei,Arial,sans-serif;
    line-height: 90px
}

.body {
    position: relative;
    width: 1200px;
    background: #fff;
    -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .25);
}

.banner {
    float: left;
    width: 780px;
    height: 400px;
    overflow-x: hidden;
}

.main {
    float: left;
    width: 420px;
}

.text {
    margin: 0 auto;
    width: 290px;
    padding: 45px 0 20px 0;
    font-size: 24px;
    color: #333;
    -webkit-font-smoothing: antialiased;
}

.form {
    margin: 0 auto;
    width: 290px;
}

.uname {
    background: #FFF url(../img/user.png) no-repeat 95% center;
    color: #333;
}

.form-control {
    border-radius: 2px;
    padding: 6px 12px;
    height: 34px;
    display: block;
    margin-top: 15px;
}

.pword {
    background: #FFF url(../img/locked.png) no-repeat 95% center;
    color: #333;
}

.code {
    margin: 0 0 15px 0;
}

.imgcode {
    height: 34px;
    margin-right: 0px;
}

.btn-style {
    background: rgb(59,131,197);
    border: 1px solid rgb(59,131,197);
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    border-radius: 4px;
    color: #FFF;
}

.checkbox-custom {
    position: relative;
    padding: 0 15px 0 25px;
    margin-bottom: 7px;
    display: inline-block;
}

.checkbox-custom input {
    opacity: 1;
    position: absolute;
    cursor: pointer;
    z-index: 2;
    margin: -6px 0 0 0;
    top: 37%;
    left: 3px;
}

.foot {
    padding-top: 30px;
    width: 100%;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    color: #FFF;
}