/* login-start */
.login-container{
    background:rgba(0,0,0,0.8);
    position: fixed;
    width: 100%;
    height: 100%;
    top:0px;
    display: flex;
    align-items: center;
    z-index: 2;
}


.login-modal{
    width: 460px;
    height: 420px;
    margin: 0 auto;
    background-image: url(/img/xd/login/modal-login.png);
}

.container-close{
    position: absolute;
    right: 40px;
    cursor: pointer;
}

.login-header{
    height: 96px;
    color: white;
    font-size: 41px;
    display: flex;
    align-items: center;
    padding-left: 36px;
    position: relative;
}

.login-main{
    height: 271px;
    padding-top: 20px;
    display: flex;
    font-size: 17px;
    flex-direction: column ;
    align-items: center;
    justify-content:space-around;
}

.login-main .login-username,.login-main .login-password{
    position: relative;
    width: 80%;
}

.login-modal-input{
    margin: 10px 0;
    width: 100%;
    height: 46px;
    border: 1px solid grey;
    border-radius: 8px;
    outline: none;
    padding: 0 15px;
    text-align: left;
    background-color: #f8f8f8;
    border-color: #e9e9e9;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 14px;
}

.input-placeholder{
    color: #b6b6b6;
    position: absolute;
    top: 21px;
    left: 14px;
}

.login-main input:focus{
    outline: none;
}
/* .login-main .login-submit{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
} */

.login-submit-btn{
    width:143px;
}
.login-submit-btn>img{
    width:100%;
}

.login-submit-other>img{
    width: 56px;
}
.login-main .login-submit .login-submit-other{
    display: flex;
    justify-content:space-around;
    align-items: center;
    width: 183px;
    float: right;
    margin: 0;
}

.login-err{
    display: none;
}
.forget-password {
    color: red;
    font-size: 16px;
    margin-left: 300px;
    margin-bottom: 10px;
    padding-bottom: 2px;
    border-bottom: 1px solid red;
    cursor: pointer;
}

.login-main  .login-submit{
    width: 80%;
    display: flex;
    align-items: center;
}

.login-main .login-submit-btn{
    display: flex;
    justify-content:  center;
    align-items: center;
    height: 46px;
    width: 100%;
    border: 1px solid orange;
    color: orange;
    border-radius: 13px;
    cursor: pointer;
    margin-right: 15px;
}

.login-main .register-btn{
    display: flex;
    justify-content:  center;
    align-items: center;
    height: 46px;
    width: 100%;
    border: 1px solid #b6b6b6;
    border-radius: 13px;
    cursor: pointer;
    margin-right: 29px;
}
/* login end */

/* phonelogin start */
.phone-login-container{
    background:rgba(0,0,0,0.8);
    position: fixed;
    width: 100%;
    height: 100%;
    top:0px;
    display: flex;
    align-items: center;
    z-index: 2;
}

.login-yzm {
    position: relative;
}
.login-yzm .login-modal-input{
    margin-right: 26px;
}

.phone-login-container .login-yzm{
    display: flex;
    align-items: center;
    width: 80%;
}

.phone-login-container .send-yzm-btn{
    display: flex;
    justify-content:  center;
    align-items: center;
    height: 46px;
    width: 100%;
    border: 1px solid #b6b6b6;
    border-radius: 13px;
    cursor: pointer;
}
/* phonelogin end */

/* register start */
.register-container{
    background:rgba(0,0,0,0.8);
    position: fixed;
    width: 100%;
    height: 100%;
    top:0px;
    display: flex;
    align-items: center;
    z-index: 2;
}

.register-modal{
    width: 460px;
    height: 510px;
    margin: 0 auto;
    background-image: url(/img/xd/login/modal.png);
}

.register-header{
    height: 96px;
    color: white;
    font-size: 41px;
    display: flex;
    align-items: center;
    padding-left: 36px;
    position: relative;
}

.register-main{
    height: 354px;
    padding-top: 20px;
    display: flex;
    font-size: 12px;
    flex-direction: column ;
    align-items: center;
    justify-content:space-around;
}
.register-main .register-username,
.register-main .register-password,
.register-main .register-phone,
.register-main .register-yzm,
.register-main .register-submit{
    position: relative;
    width: 80%;
}

.register-modal-input{
    margin: 10px 0;
    width: 100%;
    height: 38px;
    border: 1px solid grey;
    border-radius: 8px;
    outline: none;
    padding: 0 15px;
    text-align: left;
    background-color: #f8f8f8;
    font-size: 14px;
    border-color: #e9e9e9;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.register-yzm {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.register-yzm .register-modal-input{
    width: 40%;
}


.register-container .send-yzm-btn{
    width: 169px;
    height: 35px;
    border:  1px solid #b6b6b6;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.register-main input:focus{
    outline: none;
}

.register-submit img{
    width: 100%;
}

.return-login{
    color: red;
    font-size: 13px;
    cursor: pointer;
}
/* register end */

/* bindPhone start */
.bind-phone-container{
    background:rgba(0,0,0,0.8);
    position: fixed;
    width: 100%;
    height: 100%;
    top:0px;
    display: flex;
    align-items: center;
    z-index: 2;
}

.bind-phone-modal{
    width: 460px;
    height: 420px;
    margin: 0 auto;
    background-image: url(/img/xd/login/modal-login.png);
}

.bind-phone-header{
    height: 96px;
    color: white;
    font-size: 41px;
    display: flex;
    align-items: center;
    padding-left: 36px;
    position: relative;
}

.bind-phone-main{
    height:252px;
    padding-top: 20px;
    display: flex;
    font-size: 12px;
    flex-direction: column ;
    align-items: center;
    justify-content:space-around;
}
.bind-phone-main .bind-phone-username,
.bind-phone-main .bind-phone-password,
.bind-phone-main .bind-phone-name,
.bind-phone-main .bind-phone-phone,
.bind-phone-main .bind-phone-yzm,
.bind-phone-main .bind-phone-submit{
    position: relative;
    width: 80%;
}

.bind-phone-modal-input{
    margin: 10px 0;
    width: 100%;
    height: 38px;
    border: 1px solid grey;
    border-radius: 8px;
    outline: none;
    padding: 0 15px;
    text-align: left;
    background-color: #f8f8f8;
    font-size: 14px;
    border-color: #e9e9e9;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.bind-phone-yzm {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.bind-phone-yzm .bind-phone-modal-input{
    width: 40%;
}


.bind-phone-container .bind-phone-send-yzm{
    width: 169px;
    height: 35px;
    border:  1px solid #b6b6b6;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.bind-phone-main input:focus{
    outline: none;
}

.bind-phone-submit-btn{
    border: 1px solid #EB6B34;
    border-radius: 19px;
    -moz-border-radius: 19px;
    height: 43.45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    font-weight: bold;
    color: #EB6B34;

}

.bind-phone-submit img{
    width: 100%;
}



.return-login{
    color: red;
    font-size: 13px;
    cursor: pointer;
}
/* bindPhone end */

/*用户登录后展示样式--start*/
.after-login-box {
    margin-left: .3rem;

    width: 70px;
    height: 100%;

    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;

}
.user-avatar-container {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: azure;

    cursor: pointer;

    transform: translateX(-40%);

}
.user-avatar-container > img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
}
.msg-notify-red-hot{
    display: none;

    width: 10px;
    height: 10rpx;

    position: relative;
    top: 0;
    right: -70%;

    background-image: url("/img/xd/user/msg_notify_red_dot.png");
}

.user-info-box {
    display: none;
    background-color: white;
    padding-left: 15px;
    box-sizing: border-box;
    width: 180px;
    height: 272px;

    position: absolute;
    top: 80px;
    z-index: 99;

    font-size: 12px;
    color: #000000;
}
.user-name {
    height: 35px;
    line-height: 35px;

    color: #aaaaaa;

    border-bottom: 1px solid #eeeeee;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-right: 10px;
}
.user-name > span {
    min-width: 100px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.user-name .bind-phone{
    cursor: pointer;
}

.user-msg-container {
    margin-top: 15px;
}
.user-msg-title {
    font-size: 12px;
    font-weight: bolder;
    color: #000000;
    margin-bottom: 7px;
}
.user-msg-notify {
    font-size: 10px;
    color: #000000;

    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.unread-msg-num {
    width: 24px;
    height: 14px;
    line-height: 14px;
    vertical-align: center;
    text-align: center;

    margin-left: 10px;


    background-color: red;
    border-radius: 6px;
    color: white;
    font-size: 10px;
}

.user-played-game-lists-container {

}
.user-played-game-lists-title {
    font-size: 12px;
    font-weight: bolder;
    color: #000000;
}
.played-game-lists {
    width: 150px;
    height: 161px;
    margin-top: 5px;
    overflow: hidden;

    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}
.played-game-item {
    width: 37px;
    height: 37px;

    margin-right: 13px;
    margin-bottom: 3px;

    cursor: pointer;
}

.logout-btn {
    font-size: 12px;
    color: #aaaaaa;

    cursor: pointer;
}
/*用户登录后展示样式--end*/

/*登录后修改密码样式--start*/
.al-step-old-pwd-verify {
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.al-step-old-pwd-verify > .old-pwd-input {
    width: 80%;
    height: 40px;
}
.al-step-old-pwd-verify .head-title, .al-step-bind-phone .head-title {
    font-size: 15px;
    width: 80%;
    box-sizing: border-box;
    font-weight: bold;
    margin-bottom: 5px;
}
.al-step-old-pwd-verify > .error-tips, .al-step-bind-phone .error-tips, .al-step-new-pwd-set .error-tips {
    font-size: 16px;
    color: red;
    min-height: 21px;
}
.al-step-old-pwd-verify .btn-list {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.al-step-old-pwd-verify .upd-pwd-btn {
    display: flex;
    justify-content: center;
    align-items: center;

    height: 46px;
    line-height: 46px;
    width: 30%;

    background-color: white;
    border: 1px solid orange;
    color: orange;
    font-size: 20px;
    border-radius: 13px;
    cursor: pointer;
    margin-right: 15px;
    outline: none !important;
}
.al-step-old-pwd-verify .upd-pwd-btn :focus {
    outline: none !important;
}
.al-step-bind-phone .bind-phone-send-yzm {
    width: 169px;
    height: 35px;
    border: 1px solid #b6b6b6;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
/*登录后修改密码样式--end*/


/*登录前、登录后忘记密码样式--start*/
.bl-step-login-name-verify {
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.bl-step-login-name-verify .bl-login-name-input {
    width: 80%;
    height: 40px;
}
.bl-step-login-name-verify .head-title, .bl-step-phone-verify .head-title {
    font-size: 15px;
    width: 80%;
    box-sizing: border-box;
    font-weight: bold;
    margin-bottom: 5px;
}
.bl-step-login-name-verify .error-tips, .bl-step-phone-verify .error-tips, .bl-step-new-pwd-set .error-tips {
    font-size: 16px;
    color: red;
    min-height: 21px;
}
.bl-step-login-name-verify > .upd-pwd-btn {
    display: flex;
    justify-content: center;
    align-items: center;

    height: 46px;
    line-height: 46px;
    width: 30%;

    background-color: white;
    border: 1px solid orange;
    color: orange;
    font-size: 20px;
    border-radius: 13px;
    cursor: pointer;
    margin-right: 15px;
    outline: none !important;
}
.bl-step-login-name-verify > .upd-pwd-btn :focus {
    outline: none !important;
}
.bl-step-phone-verify .bind-phone-send-yzm {
    width: 169px;
    height: 35px;
    border: 1px solid #b6b6b6;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
/*登录前、登录后修改密码样式--end*/

.btn-disabled {
    color: #ccc !important;
    border:1px solid #ccc !important;
    cursor: default !important;
}