.container {
    background: #F7F8FA;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.main-wrap {
    width: 1200px;
    margin: 0 auto;
}

.default_wrap {
    display: flex;
    justify-content: space-between;
    background: #fff;
    border-radius: 10px;
    box-shadow: 2px 2px 14px #00000011;
    overflow: hidden;
}

.login-iph {
    margin: 40px 0;
    padding: 0 40px;
    border-left: dashed 1px #E6E6E6;
    min-width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.iph-title {
    text-align: center;
    width: 200px;
    line-height: 30px;
    color: #999;
}

.type-wrap {
    box-sizing: border-box;
    margin-top: 40px;
    width: auto;
    background: #FFFFFF;
    border-radius: 6px;
    justify-content: space-around;
    display: flex;
}

.type-item {
    text-align: center;
    padding: 0 10px;
    display: inline-block;
    max-width: 110px;
}

.type-item span {
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #303133;
}

.item-img {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.body-wrap {
    flex: 1;
    height: 0;
}

.body-wrap .main-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.body-wrap .form-wrap {
    width: 440px;
    background: transparent;
    border-radius: 4px;
    padding: 40px;
    box-sizing: border-box;
}

.body-wrap .form-wrap .login-title {
    font-size: 30px;
    line-height: 36px;
    color: #303133;
    font-weight: 400;
    text-align: center;
    margin-bottom: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.body-wrap .form-wrap .login-title img {
    height: 38px;
    margin-right: 10px;
}

.body-wrap .form-wrap .input-wrap {
    width: auto;
    height: 52px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    margin-bottom: 15px;
    display: flex;
    box-sizing: border-box;
}

.body-wrap .input-wrap .icon {
    display: flex;
    align-items: center;
    justify-items: center;
    padding-left: 10px;
}

.body-wrap .input-wrap .iconfont {
    font-size: 20px;
    color: #909399;
}

.body-wrap .input-wrap .input,
.body-wrap .input-wrap .layui-form-select {
    flex: 1;
    width: 0;
    line-height: 50px;
    height: 50px;
    padding: 0 10px;
    border: none;
}

.body-wrap .input-wrap .captcha {
    cursor: pointer;
}

.body-wrap .form-wrap .layui-btn {
    line-height: 48px;
    height: 48px;
    color: #fff;
    border-radius: 4px;
    width: 100%;
    margin-top: 27px;
}

.body-wrap .layui-form-select .layui-input {
    border: none;
    line-height: 48px;
    height: 48px;
    padding-left: 0;
}

.footer-wrap {
    padding: 50px 0 20px 0;
    text-align: center;
}

.footer-wrap a {
    color: #999;
    font-size: 12px;
}

.footer-wrap .copyright-logo img {
    max-width: 100px;
    max-height: 27px;
}

.footer-wrap .gov-box img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.footer-wrap .info {
    margin: 8px 0;
}