body,html {
    width: 100%;
    height: 100%;
}
* {
    padding: 0;
    margin: 0;
}
.wrap {
    width: 100%;
    height: 100%;
    background: url("../img/bg1.png") 0 0 no-repeat;
    background-size: 100% 100%;
    position: relative;
    position: relative;
}
.wrap .box {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}
.con {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 675px;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.content {
    width: 420px;
    height: 408px;
    background: #fff;
    border-radius: 15px;
    padding: 30px 20px;
    box-sizing: border-box;
    margin-left: 60px;
}
.footer {
    text-align: center;
    font-size: 18px;
    color: #999999;
    position: absolute;
    width: 100%;
    bottom: 20px;
    left: 0;
}
.footer span {
    margin: 0 20px;
}
.logo {
    margin-bottom: 40px;
}
.title {
    font-size: 26px;
    font-family: PingFang SC Heavy, PingFang SC Heavy-Heavy;
    font-weight: 600;
    color: #12151B;
    letter-spacing: 1px;
    margin-bottom: 40px;
}
.title p {
    width: 27px;
    height: 4px;
    background: #427AF4;
    border-radius: 13px;
    margin-top: 8px;
}
.group>div {
    border-radius: 2px;
    border: 1px solid #D0D4D9;
    margin-bottom: 30px;
    padding-left: 5px;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.group>div img {
    width: 18px;
    margin-right: 8px;
}
.group>div input {
    border: 0;
    outline: none;
    line-height: 42px;
    font-size: 16px;
    color: #969EA8;
    flex: 1;
    padding-left: 5px;
}
.group>div input.center {
    border-bottom: 1px solid #3a84ef;
}
.sub_btn {
    display: block;
    font-size: 16px;
    width: 100%;
    height: 48px;
    background:#427AF4;
    border-radius: 6px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    box-shadow: 0px 3px 10px 0px rgba(80,155,230,0.5), 0px 0px 1px 100px rgba(0,0,0,0.1) inset;
    cursor: pointer;
    outline: none;
    border: none;
    margin-top: 30px;
}
.hint-login{
    color: #333;
    font-size: 15px;
    margin-top: 15px;
    text-align: center
}

