body {
    color: #999;
    background: url("../../images/loginen.png") no-repeat center;
    background-size: cover;
}

a {
    color: #fff;
}

.en-lobox {
    padding-top: 30px;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;

}

.en-lobox a {
    width: 110px;
    height: 50px;
    display: block;
    border: 1px solid white;
    color: white;
    border-radius: 30px;
    text-align: center;
    line-height: 50px;
    margin: 0 10px;
    font-size: 18px;
}

.en-lobox a:hover {
    background-color: white;
    color: #db2626;
}

.login-select {
    text-align: center;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    margin-top: 20px;
}

.login-select>div {
    display: inline-block;
    padding: 0 10px;
    height: 56px;
    background-color: #a67265;
    font-size: 32px;
    line-height: 56px;
    color: #ffffff;
}

.select-box {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    margin-top: 130px;

}

.select-box .box-se {
    background-size: 100% 100%;
    border-radius: 20px;
    padding: 60px;
    border-top: none;
    color: white;
    margin: 0 30px;
}

.box1 {
    background: url("../../images/entrance-1.png") no-repeat;
}

.box2 {
    background: url("../../images/entrance-2.png") no-repeat;

}

.select-title {
    font-size: 30px;

}

.select-title span {
    display: inline-block;
    border-bottom: 5px solid white;
    margin-bottom: 8px;
    padding-bottom: 8px;
}

.select-conter {
    font-size: 26px;
}

.select-conter-2 {
    font-size: 20px;
}

.select-login {
    margin-top: 50px;
    background-color: white;
    text-align: center;
    width: 200px;
    height: 54px;
    border-radius: 40px;
    color: #db2626;
    font-size: 26px;
    line-height: 54px;
}

.box1 a {
    color: #db2626;
}

.box2 a {
    color: #e3a318;
}

.selct-index {
    text-align: right;
    color: #fff;
    font-size: 16px;
    margin-top: 12px;
    margin-right: 10px;
    text-decoration: underline;
}

.selct-index a {
    color: #fff;
}

@media (max-width:992px) {
    .select-box {
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        justify-content: center;

    }

    .select-login {
        margin-top: 80px;

    }

    .select-box .box {
        margin: 5px 10px;
    }

    .en-lobox {
        justify-content: center;
    }
}
