html {
    height: 100%;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimSun, sans-serif;
    line-height: 1.5;
    overflow: hidden;
    height: 100%;
    margin: 0;
    padding: 0;
    /*color: white;*/
    font-size: 12px;
    /*background-image: url("./assets/pc/login/bg.png");*/
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}

.formWrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.title {
    text-align: center;
    color: #2f91ec;
    font-size: 28px;
}

.logo {
    width: 379px;
    height: 75px;
}

.tips {
    font-size: 20px;
    margin: 10px 0 26px 0;
    color: #2f91ec;
}

.loginBox{
    background-color: #fff;
    border: 1px solid #E9E9E9;
    border-radius: 15px;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
    width: 430px;
}

.loginHeader{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.loginHeaderTitle{
    color: #2f91ec;
    font-size: 28px;
    padding-top: 30px;
}

.loginType{
    display: flex;
    align-content: center;
    font-size: 18px;
    border-bottom: 1px solid #E9E9E9;
    margin-bottom: 20px;
}

.byIdcard, .byMobile{
    height: 55px;
    width: 50%;
    line-height: 55px;
    text-align: center;
    color: #101010;
}

.byIdcard, .byMobile:hover{
    cursor: pointer;
}

.byIdcard{
    border-right: 1px solid #E9E9E9;
    color: #1890FF;
}

.tool {
    color: #1890FF;
    margin-bottom: 10px;
    font-size: 14px;
    padding: 0 20px
}

.other {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 2;
    font-size: 14px;
}

.other span {
    cursor: pointer;
}

.login-btn{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.message {
    height: 20px;
    color: #f05653;
}

form {
    width: 400px;
}

.login {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.input-group {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 0 20px;
    box-sizing: border-box;
}

.input-icon {
    position: absolute;
    width: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.input-icon img {
    width: 11px;
    height: 14px;
    transform: scale(1.3);
}

.input-group input {
    width: 100%;
    height: 40px;
    padding-left: 14%;
    box-shadow: none;
    outline: none;
    border-radius: 4px;
    border: 1px solid #ccc;
}

input:-webkit-autofill {
    background: #d6d7d9 !important;
    color: white !important;
}

::-webkit-input-placeholder {
    color: #CCC;
}

button {
    background-color: #0086E9;
    color: white;
    outline: none;
    cursor: pointer;
    touch-action: manipulation;
    border: none;
    border-radius: 4px;
    text-transform: none;
    -webkit-user-select: none;
    vertical-align: middle;
    width: 90%;
    height: 40px;
}

button span {
    margin-right: 40px;
    font-size: 16px;
}

button span:last-child {
    margin: 0;
}

.left-img span {
    position: absolute;
    line-height: 1;
    width: 100%;
    top: 52%;
    text-align: center;
    left: 0;
}

.footer {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 20px;
    z-index: 999;
    color: #fff;
}


.newUserConfirm{
    display: none;
    position: absolute;
    top: 40%;
    left: 33%;
    width: 433px;
    /*height: 192px;*/
    padding: 20px;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    background-color: white;
    z-index: 1002;
    line-height: 2;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.newUserConfirmTips{
    color:#5F5A59;
    padding-left: 30px;
    font-size: 14px
}

.confirmMobileNum{
    padding-left: 30px;
}

.mobileNum{
    font-size: 28px;
    color: #000;
}

.confirmMobileNum input {
    width: 80px;
    height: 40px;
    box-shadow: none;
    outline: none;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-size: 28px;
    text-align: center;
    margin: 0 5px;
}

.confirmMobileNumTips{
    display: none;
    color: #F5222D;
    padding-left: 30px;

}

.newUserConfirmBtn {
    width: 90%;
    bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.newUserConfirmBtn button {
    width: 65px;
    height: 32px;
    outline: none;
    cursor: pointer;
    touch-action: manipulation;
    border: none;
    border-radius: 4px;
    text-transform: none;
    -webkit-user-select: none;
    vertical-align: middle;
    margin-left: 10px;
}

.cancelBtn{
    color:#333;
    background-color: #FFF;
    border:1px solid #e8e8e8 !important;
}

.confirmBtn{
    color:#FFF;
    background-color: #0086E9;
}


.newUserInfoModal{
    display: none;
    position: absolute;
    top: 10%;
    left: 30%;
    /*width: 433px;*/
    /*height: 192px;*/
    padding: 20px;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    background-color: white;
    z-index: 1002;
    line-height: 2;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.modalTitle{
    width: 100%;
    display: flex;
    align-items: center;
    color: #333;
    font-weight: bold;
    font-size: 28px;
}

.infoForm{
    width: 550px;
}

.infoTitle{
    display: flex;
    height: 50px;
    line-height: 50px;
    color: rgba(191, 191, 191, 100)
}

.titleTips{
    display: flex;
    font-size: 18px;
    font-weight: 500;
    color: #5F5A59;
}

.userInfoBox{
    display: flex;
    flex-wrap: wrap;
}

.userInfoItem{
    /*display: flex;*/
    width: 50%;
    margin-bottom: 5px;
}

.itemText{
    display: flex;
}

.required-icon{
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.required-icon img {
    width: 20px;
    height: 20px;
    transform: scale(1.3);
}

.userInfoItem div{
    /*font-size: 14px;*/
}

.userInfoItem input{
    width: 87%;
    height: 30px;
    padding: 0 8px;
    box-shadow: none;
    outline: none;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.sexSelect{
    width: 94%;
    height: 30px;
    box-shadow: none;
    outline: none;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.mobileConfirmBox{
    margin-bottom: 10px;
}

.mobileConfirmBox input{
    width: 55%;
    height: 30px;
    padding: 0 8px;
    margin-right: 15px;
    box-shadow: none;
    outline: none;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.mobileConfirmBtn{
    width: 80px;
    height: 32px;
}

.userInfoBtn{
    /*width: 90%;*/
    bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.userInfoBtn button {
    width: 85px;
    height: 32px;
    outline: none;
    cursor: pointer;
    touch-action: manipulation;
    border: none;
    border-radius: 4px;
    text-transform: none;
    -webkit-user-select: none;
    vertical-align: middle;
    margin-left: 10px;
}
