body {
    width: 100vw;
    height: 100vh;
    background-image: url("../images/img/js-bj.png");
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow-x: hidden;
    overflow-y: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content {
    overflow: hidden;
    width: 90%;
    margin: 0px auto;
    /*padding-bottom: 15rem;*/
}

.layui-input-block {
    margin-left: 0px;
    min-height: 36px;
    padding: 20px 0px 0 0;
    border: none;
    border-bottom: 1px solid #e7e7e7;
}

.layui-input {
    border: none;
}

p {
    color: #999;
    font-size: 12px;
    text-align: center;
    padding: 20px 0 2px;
}

.v_code {
    white-space: nowrap;
    overflow: hidden;
    width: 25%;
    font-size: 14px;
    color: #CCCCCC;
    position: absolute;
    right: 0px;
    bottom: 0px;
    cursor: pointer;
    line-height: 38px;
    text-align: center;
    border: none;
}

.header-language {
    float: right;
    margin-right: 20px;

}

.header-language > img {
    width: 45px;
    height: 25px;
}

.header-language select {
    height: 25px;
    color: #606266;;
    width: 120px;
}

.header-language select::before {
    content: "123";
    font-family: "iconfont" !important;
    color: black;
    z-index: 9999;
}