/* *{color:#fff;font-size: 16px;} */
*{color:#fff;}
body{
    position: relative;
}
.body{
    width: 100%;
    height: 100%;
    background:#fff url("../images/bg.jpg") no-repeat;
    background-size: 100% 100%;
}
.edit-name{
    width: auto;
}
.login{
    width: 100%;
    height: 70%;
    margin-top: -4vh;
}
.login-container{
    width: 40%;
    min-width: 350px;
    height: 100%;
    padding: 0 2% 5%;
    text-align: center;
    border-radius: 1vh;
    border: 1px solid #ffffff80;
    background: rgba(15,27,44,.28);
}
.login-container p{
    margin: 1vh auto;
}
.open-title{
    width: 100%;
    height: auto;
    padding-top: 10%;
}
.open-title h1{
    font-size: 2.4rem;
    font-weight: 400;
    text-align: center;
    letter-spacing: .2rem;
}
.open-title p{
    color: #ffffffc9;
    font-size: 1.2rem;
    text-align: center;
    letter-spacing: .2rem;
    margin: .3rem auto 0;
}
input{outline:none;}
.open-title+div{
    height: 11%;
    margin: 5% 0 15%;
}
.form-input,.form-button{
    width: 75%;
    height: 100%;
    color: #fff;    
    font-size: 1.15rem;
    text-align: center;
    letter-spacing: .1rem;
    border-radius: 1.5rem;
    border: 1px solid #888;
    background: rgba(93,93,118,.45);
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    outline:none; 
}
/* 占位符颜色 */
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #e8eef7; 
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #e8eef7;
}

input:-ms-input-placeholder{
    color: #e8eef7;
}

input::-webkit-input-placeholder{
    color: #e8eef7;
}

input[type=number] {
    -moz-appearance:textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.login-select{
    width: 75%;
    height: 11%;
    margin: 0 auto 10%;
    position: relative;
}
.form-select{
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    background: rgba(26,34,47,.43) url('../images/icon/icon_select_bottom.png') no-repeat 95% center;
    background-size: auto 35%;
}
.login-select .option{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    height: 500%;
    padding: 14% 0 4%;
    background: rgba(26,34,47,.7);
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
    border: 1px solid #888;
}
.option div{
    width: 95%;
    height: 100%;
    margin: 0 2% 0 3%;
    padding-right: 2%;
    overflow: auto;
}
.selected-blue{color: #4095fd;}
.option div::-webkit-scrollbar{
    width: .2rem;
}
.option div::-webkit-scrollbar-thumb{
    background: rgba(255,255,255,.13);
    border-radius: 1rem;
}
.option div::-webkit-scrollbar-track{
    background: rgba(62,69,94,.63);
    border-radius: 1rem;
    padding: 2vh 1vh;
}
.option p{
    padding: 2vh 0;
    margin: 0;
    border-bottom: 1px solid #ffffff60;
}

/* 进入活动按钮 */
.login-container .btn{
    height: 12%;
}
.login-btn{
    background: rgba(44,44,226,.3);
    font-size: 1.25rem;
}
.mask{
    width: 100%;
}