html {
    background: rgba(249, 249, 249, 1);
}

.box {
    width: 780px;
    height: 458px;
    margin: 95px auto;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 3px rgba(225, 227, 229, 1);
    border-radius: 3px;
}

.top-title {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #303030;
    margin: 0px 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #F4F4F4;
}

.top-col {
    height: 30px;
    padding-top: 50px;
    text-align: left;
    padding-left: 28px;
}

.top-line {
    display: inline-block;
    width: 240px;
    height: 2px;
    background: #E1E3E5;
}

.top-active {
    background: #618FEB;
}

.top-text {
    margin-left: 76px;
    position: absolute;
    margin-top: -15px;
    width: 88px;
    padding: 8px;
    background: #F4F4F4;
    border-radius: 3px;
    font-size: 14px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #909090;
    letter-spacing: 2px;
    text-align: center;
}

.top-circle {
    width: 10px;
    height: 10px;
    background: #D2D5D8;
    border-radius: 50%;
    position: absolute;
    margin-left: 240px;
    margin-top: -5px;
}

.top-active > .top-text {
    background: #387DFF;
    color: #FFFFFF;
}

.top-active > .top-circle {
    background: #387DFF;
}

.div-form {
    width: 370px;
    margin: 40px auto 0px auto;
}

.layui-form-item {
    margin-bottom: 20px;
}

.layui-form-item .layui-input-inline {
    width: 370px;
}

.layui-input {
    height: 40px;
    border-radius: 3px;
}

.layui-btn{
    padding: 0;
}

.layui-btn-normal {
    background-color: #387DFF;
    width: 100%;
    margin-top: 10px;
    height: 40px;
}

.verifyImg {
    height: 32px;
    position: absolute;
    margin-top: -36px;
    margin-left: 260px;
}

.verifyImgBtn{
    position: absolute;
    margin-top: -26px;
    margin-left: 351px;
}

.btnGetCode {
    position: absolute;
    margin-top: -40px;
    margin-left: 260px;
    width: 112px;
    height: 40px;
    background: rgba(56, 125, 255, 1);
    border-radius: 3px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #ffffff;
}

.layui-form-item .error-tip{
    position: absolute;
    color: #FF5667;
    font-size: 14px;
    margin-top: 3px;
}

html {
    background-color: #F9F9F9!important;
}