.enterBox{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url("../images/enterBg.png") no-repeat center center;
    background-size: cover;
}
.enterCt{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 640px;
    text-align: center;
}
.enterCt>div>img{
    margin-bottom: 62px;
}
.btnBox>ul{
    padding-left: 0;
    margin-bottom: 0;
    text-align: center;
    font-size: 0;
}
.btnBox>ul>li:first-child{
    margin-left: 0;
}
.btnBox>ul>li{
    display: inline-block;
    margin-left: 95px;
}
.btnBox>ul>li>a{
    display: inline-block;
    width: 150px;
}
.btnBox>ul>li>a>div{
    width: 100%;
    height: 70px;
    background: #fff;
    border: 1px solid #90B955;
    border-radius: 10px;
    color: #8C8C8C;
    padding-top: 10px;
    font-size: 14px;
}
.btnBox>ul>li>a>div:hover{
    background:#90B955;
    border-color:#90B955;
    color: #fff;
}
.btnBox>ul>li>a>div>span{
    font-size: 24px;
}
.btnBox>ul>li>a>p{
    color: #fff;
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 14px;
}

@media (max-width: 767px) {
    .enterCt{
        width: 100%;
    }
    .btnBox>ul>li{
        display: block;
        margin-left: 0;
        margin-top: 20px;
    }
    .enterCt>div>img{
        margin-bottom: 0;
        width: 72%;
        height: auto;
    }
    .btnBox>ul>li>a>p{
        margin-top: 15px;
    }
    .btnBox>ul>li>a{
        width: 110px;
    }
    .btnBox>ul>li>a>div>span{
        font-size: 20px;
    }
    .btnBox>ul>li>a>p{
        font-size: 12px;
    }
    .btnBox>ul>li>a>div{
        padding-top: 5px;
        height: 57px;
    }
}