body{
    padding: 0;
    margin: 0;
    position: relative;
}
html,body{
    height: 100%;
}
.enter-box{
    width: 100%;
    height: 100%;
    background: url("/theme/front/homePage/img/enter-bg.png");
    background-size: 100% 100% ;
    font-size: 0;
}
.enter-head{
    padding: 40px 80px;
    width: 200px;
    height: 80px;
}
.enter-head img{
    width: 100%;
    height: 100%;
}
.enter-title{
    font-size: 55px;
    color: #ffffff;
    text-align: center;
}
.enter-text{
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 100px;
    line-height: 30px;
}
.enter-body{
    padding: 86px 25% 0 25%;
}
.enter-bottom{
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 0;
    position: absolute;
    bottom: 70px;
    left: 48%;

}
.enter-recordNo{
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 0;
    position: absolute;
    bottom: 50px;
    left: 48%;

}

.enter-btn-wrap{
    display: flex;
    justify-content: center;
    margin-bottom: 15%;
}
.enter-btn{
    width:180px;
    height:64px;
    border-radius: 32px;
    line-height: 64px;
    text-align: center;
    font-size: 18px;
    outline: none;
    border: 1px solid #5C93FC;
    cursor: pointer;
}
.focus{
    color: #ffffff;
    background: #5C93FC;
}
.normal{
    color: #5C93FC;
    background: none;
}
.margin-left-90{
    margin-left: 90px;
}
