body {
    font-size: 14px;
    height: auto;
}

.modal {
    position: fixed;
    top: 83%;
    left: 53.5%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255,0.1);
    height:276px;
    width:423px;
    
}

.modal img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%;
}

.loginbg {
    background: #1890ff;
    position: absolute;
    width: 100%;
    height: 300px;
    left: 0;
    top: 0;
    z-index: 0;
}

.loginav {
    width: 100%;
    padding: 0 50px;
    margin: 0 auto;
    background: #fff;
    z-index: 10;
    position: relative;
    margin-top: 115px;
    padding-bottom: 50px;
    margin-bottom: 50px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1)
}

.logo2 {
    left: 0px;
    font-size: 30px;
    color: #fff;
    position: absolute;
    width: 100%;
    top: -45px;
    text-align: center;
    padding-bottom: 26px;
}

.logotit {
    text-align: center;
    padding: 40px 0;
    font-size: 30px;
}

.loginav2 {
    width: 600px;
    padding: 0 65px;
}

.btnblock {
    border-radius: 0 !important;
}

.loginbox {
    padding: 50px 0 70px 0;
}

.logininput .forminput {
    border: none;
    display: block;
    width: 100%;
    line-height: 48px;
    outline: none;
    text-indent: 1px;
}

.logininput>li {
    display: block;
    padding-top: 5px;
    position: relative;
    border-bottom: 1px solid #efefef;
}

.logininput li>span {
    color: #ccc;
}

.logintit {
    border-bottom: 2px solid #efefef;
    color: #1263f0;
    position: relative;
    padding: 15px 0;
    font-size: 16px;
    text-indent: 20px;
}

.logintit:before {
    position: absolute;
    content: "";
    height: 4px;
    background: #1263f0;
    width: 100px;
    left: 0;
    bottom: -2px;
}

.btn-primary {
    background: #1890ff;
    border-color: #1890ff;
}