.middle.middle {
    width: 1200px;
    margin: 20px auto 80px auto;
}

.middle .middle_top {
    padding: 20px 42px;
    margin-bottom: 23px;
    background: url('../img/user-center-bg.png') no-repeat center/cover
}

.middle .middle_top .img_wrap {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    text-align: center;
    margin-right: 40px;
    border-radius: 50%;
    background-color: #fff;
}

.middle .middle_top .img_wrap img {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    margin-top: 3px;
    object-fit: cover;
}

.middle .middle_top .info {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #fff;
}

.middle .middle_top .info .nickname {
    margin-bottom: 10px;
    font-size: 23px;
}

.middle .middle_top .info .username {
    margin-right: 15px;
}

.middle .middle_left {
    width: 213px;
    border-radius: 3px;
    background-color: #fff;
}

.user-icon1,
.user-icon2,
.user-icon3,
.user-icon4,
.user-icon5 {
    width: 25px;
    height: 25px;
    line-height: 37px;
    margin: -3px 16px 0 0;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/user_center/account.png);
    background-size: 18px 20px;
}

.user-icon2 {
    background-size: 16px 20px;
    background-image: url(../img/user_center/info.png);
}

.user-icon3 {
    background-size: 25px 17px;
    background-image: url(../img/user_center/game.png);
}

.user-icon4 {
    background-size: 16px 20px;
    background-image: url(../img/user_center/password.png);
}

.user-icon5 {
    background: url(../img/iconsbox.png) -110px -262px;
}

.bigarr-icon {
    width: 17px;
    height: 35px;
    display: inline-block;
    background: url(../img/icon-t.png) -587px -496px;
    vertical-align: middle;
}

.bluearr-icon {
    width: 20px;
    height: 21px;
    display: none;
    background: url(../img/iconsbox.png) -180px -23px;
    float: right;
    margin-top: 15px;
    margin-right: 5px;
}

.tab_box {
    margin-top: 35px;
}

.tab {
    height: 37px;
    padding-left: 44px;
    margin-bottom: 45px;
    cursor: pointer;
    position: relative;
    font-size: 18px;
    color: #7B7B7B;
    border-left: 4px solid transparent;
}

.tab .tab-name {
    line-height: 37px;
}

.tab:hover .tab-name,
.tab.tab_active .tab-name {
    color: #FF520E
}

.tab:hover .user-icon1,
.tab.tab_active .user-icon1 {
    background-image: url(../img/user_center/account-active.png);
}

.tab:hover .user-icon2,
.tab.tab_active .user-icon2 {
    background-image: url(../img/user_center/info-active.png);
}

.tab:hover .user-icon3,
.tab.tab_active .user-icon3 {
    background-image: url(../img/user_center/game-active.png);
}

.tab:hover .user-icon4,
.tab.tab_active .user-icon4 {
    background-image: url(../img/user_center/password-active.png);
}

.tab:hover,
.tab.tab_active {
    border-left: 4px solid #FF520E;
    background: #f2f2f2;
}

.tab_active .bigarr-icon {
    display: none;
}

.tab:hover {
    background: #f2f2f2;
}

.tab:hover .bigarr-icon {
    display: none;
}

.middle_right {
    width: 976px;
    background: #FFFFFF;
    padding: 27px 34px;
    border-radius: 3px;
    box-sizing: border-box;
}

.middle_right .my_account {
    padding-bottom: 200px;
}

.middle_right .my_game,
.middle_right .my_info {
    padding-bottom: 300px;
}

.middle_right .my_account .title_module {
    margin-bottom: 31px;
}

.middle_right .my_account .title_module .pre_icon {
    width: 3px;
}

.middle_right .my_account .title_module .txt {
    font-size: 16px;
    color: #333333;
}

.middle_right .my_account .title_module .txt .tips {
    font-size: 15px;
    font-weight: normal;
    color: #FF520E;
}

.middle_right .my_account .form {
    padding: 33px 0;
    margin-bottom: 21px;
    background: #F4F4F4;
    border-radius: 7px;
}

.middle_right .my_account .form>p {
    margin-bottom: 16px;
    text-align: center;
}

.middle_right .my_account .form>p span {
    font-size: 15px;
    color: #5B5B5B;
}

.middle_right .my_account .form input {
    width: 278px;
    height: 39px;
    padding: 0 9px;
    font-size: 14px;
    border-radius: 3px;
    box-sizing: border-box;
}

.middle_right .my_account .form input::placeholder {
    color: #CDCDCD;
}

.middle_right .my_account .form input[disabled] {
    background-color: #e5e5e5;
}

.middle_right .my_account .form .confirm_btn {
    display: block;
    width: 116px;
    height: 39px;
    margin: 0 0 0 354px;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 39px;
    border: 0;
    border-radius: 39px;
    background-color: #3ba100;
    cursor: pointer;
}

.middle_right .my_account .authentication_tip {
    margin-bottom: 37px;
    font-size: 15px;
    color: #B0B0B0;
}

.middle_right .my_account .account_safe {
    padding: 20px 60px;
}

.middle_right .my_account .account_safe .phone_setting {
    font-size: 15px;
    color: #717171;
}

.middle_right .my_account .account_safe .phone_setting .phone_info {
    display: inline-block;
    vertical-align: top;
    margin-top: -5px;
}

.middle_right .my_account .account_safe .phone_setting .phone_icon {
    display: inline-block;
    width: 27px;
    height: 30px;
    margin-right: 38px;
    background: url('../img/user_center/phone.png') no-repeat center/contain;
}

.middle_right .my_account .account_safe .phone_setting .bind_status {
    display: inline-block;
    height: 21px;
    padding: 0 6px;
    margin-left: 10px;
    line-height: 21px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #F3F3F3;
    background: #C5C5C5;
    border-radius: 2px;
}

.middle_right .my_account .account_safe .phone_setting .desc {
    margin-top: 13px;
    font-size: 14px;
    color: #A1A3A3;
}

.middle_right .my_account .account_safe .phone_setting .bind_btn {
    width: 105px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    font-size: 14px;
    color: #FF520E;
    border: 1px solid #E7E7E7;
    border-radius: 5px;
    cursor: pointer;
}

.middle_right .my_info {
    font-family: 'Source Han Sans CN';
}

.middle_right .my_info .info {
    padding: 0 80px;
}

.middle_right .my_info label {
    width: 74px;
    margin-right: 30px;
    font-size: 16px;
    color: #686767;
}

.middle_right .my_info input {
    font-size: 16px;
    font-family: 'Source Han Sans CN';
    border: 0;
    background-color: transparent;
}

.middle_right .update_psw {
    font-size: 16px;
    color: #686767;
}

.middle_right .my_game .game_list_head span {
    display: inline-block;
    width: 280px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    color: #555555;
    background-color: #f4f4f4;
}

.middle_right .my_game .game_list_head span:last-child {
    width: 628px;
    text-align: left;
    text-indent: 203px;
    border-left: 2px solid #fff;
    box-sizing: border-box;
}

.middle_right .my_game ul.game_list li {
    position: relative;
    padding: 20px 47px 20px 43px;
    font-size: 15px;
    border-bottom: 1px solid #F2F2F2;
}

.middle_right .my_game ul.game_list li .img_wrap {
    display: inline-block;
    vertical-align: middle;
    width: 57px;
    height: 57px;
    margin-right: 11px;
}

.middle_right .my_game ul.game_list li .img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.middle_right .my_game ul.game_list li .name {
    display: inline-block;
    vertical-align: middle;
    width: 165px;
    color: #555555;
}

.middle_right .my_game ul.game_list li .server_wrap {
    position: absolute;
    top: 50%;
    right: 47px;
    transform: translateY(-50%);
    /* width: 628px; */
}

.middle_right .my_game ul.game_list li .server {
    display: inline-block;
    width: 500px;
    text-align: center;
    color: #9E9E9E;
}

.middle_right .my_game ul.game_list li .btn {
    display: inline-block;
    width: 105px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 16px;
    color: #FF520E;
    border: 1px solid #E7E7E7;
    border-radius: 5px;
    background-color: transparent;
    cursor: pointer;
}

.middle_right .my_game ul.game_list .no_data {
    padding: 30px 0;
    text-align: center;
    color: #888;
}

.mask.bind_phone {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    opacity: 0.65;
}

.title {
    padding-bottom: 10px;
    margin-bottom: 32px;
    border-bottom: 1px solid #eee;
}

.title span {
    padding-bottom: 7px;
    font-size: 20px;
    color: #323232;
    border-bottom: 3px solid #FF7900;
}

.tips {
    font-size: 16px;
    font-weight: normal;
    color: #686767;
    margin-right: 6px;
}

.input {
    width: 233px;
    height: 31px;
    border: 1px solid #ccc;
    text-indent: 10px;
    margin-top: 19px;
    border-radius: 3px;
}

.my_date {
    position: relative;
    padding-bottom: 381px;
}

.my_date .left div:first-of-type,
.my_date .right div:first-of-type {
    margin-top: 50px;
}

.my_date .left div:first-of-type select {
    border: 1px solid #EAEAEA;
}

.my_date .right {
    margin-right: 285px;
}

.submit_box {
    position: absolute;
    bottom: 321px;
}

.submit_box input {
    width: 78px;
    height: 29px;
    line-height: 19px;
    text-align: center;
    font-size: 15px;
    color: #fff !important;
    background: #ff9200;
    border-radius: 3px;
    cursor: pointer;
}

.submit_box span {
    font-size: 12px;
    color: #999999;
    position: relative;
    top: 6px;
    left: 10px;
}

.update_psw_wrap {
    width: 600px;
    margin: 58px auto 273px auto;
}

#submit_box2 {
    position: relative;
    top: 45px;
    left: 115px;
}

.update_psw_wrap div img {
    margin: 0 6px 0 10px;
}

.update_psw_wrap p {
    font-size: 16px;
}

.update_psw_wrap p label:first-child,
.update_psw_wrap div label:first-child {
    display: inline-block;
    width: 100px;
    margin-right: 15px;
    text-align: right;
}

.update_psw_wrap label,
.update_psw_wrap input {
    font-size: 16px;
    color: #686767;
}

.update_psw_wrap div label:last-child {
    font-size: 14px;
}

.update_psw_wrap input {
    margin-right: 5px;
}

.accountsafe {
    padding-bottom: 185px;
}

.accountsafe_row {
    padding: 5px 16px 5px 10px;
    border: 1px solid #EAEAEA;
    margin: 20px 0;
    position: relative;
}

.accountsafe_row div {
    border-left: 1px solid #EAEAEA;
    margin-left: 8px;
    padding: 10px;
}

.accountsafe_row:nth-child(2) div.left {
    margin-left: 12px;
}

.bind_status1 {
    position: absolute;
    top: 46px;
    left: 42px;
}

.bind_status2 {
    position: absolute;
    top: 44px;
    left: 43px;
}

.bind_status3 {
    position: absolute;
    top: 43px;
    left: 42px;
}

.bind_status4 {
    position: absolute;
    top: 39px;
    left: 40px;
}

.accountsafe_row div p:first-of-type {
    font-size: 15px;
    color: #616161;
    font-weight: bold;
}

.accountsafe_row div p:last-of-type {
    margin-top: 8px;
    font-size: 10px;
    color: #686868;
}

.account_btn {
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #99cd00;
    color: #FFFFFF;
    border: 1px solid #72b700;
    font-size: 15px;
    position: relative;
    top: 16px;
    cursor: pointer;
}

.yes_btn {
    background: #909090;
    border: 1px solid #909090;
}

.mygift_row {
    padding: 20px 0;
    border-bottom: 1px dashed #dbdbdb;
}

.mygift_row p {
    font-size: 12px;
    color: #696969;
    margin-bottom: 10px;
    position: relative;
}

.mygift_row p:first-of-type {
    font-size: 16px;
    color: #303030;
    font-weight: bold;
    margin-bottom: 13px;
}

.mygift_row>input {
    border: 1px solid #a9a9a9;
    border-radius: 3px;
    background: #FFFFFF;
    font-size: 12px;
    color: #686868;
    cursor: pointer;
    margin: 10px 20px 0 0;
    padding: 3px 4px;
}

.mygift_row>input:hover {
    background: #00B6F8;
    color: #FFFFFF;
    border: 1px solid #00B6F8;
}

.copybtn {
    background: #FFFFFF;
    color: #00B6F8;
    cursor: pointer;
}

.pagenum {
    display: table;
    margin: 20px auto 20px auto;
}

.pagenum span {
    margin-left: 10px;
}

.prenvent_sink div:nth-of-type(2),
.prenvent_sink div:nth-of-type(3) {
    padding: 9px 0;
    font-size: 12px;
    color: #6a6a6a;
}

.prenvent_sink div input {
    width: 251px;
    height: 29px;
    border: 1px solid #cfd0d2;
    margin-left: 10px;
    text-indent: 10px;
}

.prenvent_sink div:nth-of-type(2) {
    margin-top: 16px;
}

.prenvent_sink div:nth-of-type(2) input {
    width: 110px;
}

.prenvent_sink div:last-of-type {
    width: 869px;
    height: 99px;
    background: #fffdec;
    border: 1px solid #e6e5e1;
    margin: 20px 0 294px 0;
    padding: 19px 6px;
    box-sizing: border-box;
    text-indent: 2em;
}

.foot {
    margin-top: 476px;
}

.dialog {
    position: fixed;
    top: 208px;
    left: 0;
    right: 0;
    width: 520px;
    height: 350px;
    background: #FFFFFF;
    margin: auto;
    padding: 0 20px;
    box-sizing: border-box;
    z-index: 1000
}

.dialog_top {
    font-size: 20px;
    color: #666;
    text-align: center;
    font-weight: bold;
    position: relative;
    padding: 24px 0 12px 0;
}

.dialog_top img {
    position: absolute;
    right: -20px;
    top: 0px;
    cursor: pointer;
}

.status_box {
    width: 100%;
    margin-top: 8px;
    background: #e4e4e4;
}

.status {
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 10px;
    text-align: center;
    color: #6f6f6f;
}

.status:after {
    width: 9px;
    height: 30px;
    content: '';
    display: block;
    background: url(../img/icon-t.png) -438px -551px;
    float: right;
    margin-left: 10px;
}

.status-on {
    background: #96c902;
    color: #f9ffff;
}

.status-on:after {
    height: 31px;
    background: url(../img/icon-t.png) -421px -551px;
    margin-top: -1px;
}

.status-finish:after {
    background: url(../img/icon-t.png) -450px -551px;
}

.phonebind_title {
    margin-top: 30px;
    font-size: 12px;
    color: #848484;
}

.phonebind_oldpsw {
    font-size: 10px;
    color: #2d2d2d;
}

.phonebind_oldpsw.slide_box {
    margin-top: 20px;
}

.phonebind_oldpsw input {
    margin-left: 7px;
}

.phonebind_oldpsw .msg_tips {
    display: inline-block;
    padding: 10px 0 0 84px
}

.next_step {
    width: 78px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #FF7900;
    color: white;
    cursor: pointer;
    margin: 24px 0 0 95px;
    border-radius: 2px;
}

.next_step.login_pwd {
    margin-left: 97px;
}

.next_step.msg_code {
    margin-left: 85px;
}

.line_box {
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 40px;
    margin-bottom: 22px;
}

.close_dialog {
    width: 33px;
    height: 32px;
    position: absolute;
    top: -3px;
    right: -21px;
    cursor: pointer;
    background: url(../img/icon-t.png) -380px -550px;
}

.end_img {
    margin-top: 30px;
}

.outlink {
    color: #06B9F1;
    text-decoration: underline;
    cursor: pointer;
}

.end_world {
    margin: 10px 0 0 25px;
}

.login_bg {
    width: 100%;
    height: 600px;
    background: url(../img/loginbj_02.jpg) no-repeat center top;
    background-size: cover;
}

.foot {
    margin: 0;
    position: relative;
}

.login_dialog {
    padding: 22px 28px;
    background: #FFFFFF;
    position: absolute;
    top: 250px;
    right: 456px;
    border-radius: 3px;
}

@media screen and (max-width: 1400px) {
    .login_dialog {
        right: 80px;
    }
}

.login_dialog div {
    position: relative;
}

.login_dialog p {
    font-size: 20px;
    color: #666666;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.account,
.psw,
.code {
    width: 267px;
    height: 37px;
    display: block;
    padding-left: 42px;
    box-sizing: border-box;
    margin-bottom: 25px;
    border-radius: 3px;
    border: 1px solid #ddd;
}

.psw {
    margin-bottom: 15px;
}

.input-icon1,
.input-icon2,
.input-icon3 {
    width: 17px;
    height: 16px;
    display: inline-block;
    background: url(../img/account.png) no-repeat center/contain;
    position: absolute;
    top: 11px;
    left: 12px;
}

.input-icon2 {
    top: 9px;
    height: 21px;
    background: url(../img/password.png) no-repeat center/contain;
}

.login_btn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: block;
    background: #a5a6a6;
    color: #FFFFFF;
    cursor: pointer;
    margin: 27px 0;
}

.send_reply_active {
    background: url("../img/login-bg.png") no-repeat center/cover;
}

.reg_btn {
    color: #FF7900;
    float: right;
    cursor: pointer;
    background-color: transparent;
}

.login_dialog div select {
    color: #999999;
    vertical-align: middle;
}

.login_dialog div label {
    color: #999999;
}

.login_dialog div a {
    color: #FF7900;
}

.reg_page {
    width: 938px;
    margin: 38px auto;
    padding: 30px;
    box-sizing: border-box;
    background: #FFFFFF;
}

.top {
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px solid #EAEAEA;
}

.title_module .pre_icon {
    display: inline-block;
    vertical-align: middle;
    width: 2px;
    height: 18px;
    background: #ff9200;
}

.title_module .txt {
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    text-indent: 6px;
    font-size: 20px;
    color: #4e4e4e;
}

.top span:first-of-type {
    font-size: 15px;
    color: #666;
}

.top a {
    color: #FF7900;
}

.middle2 {
    padding: 20px 0;
    margin: 0;
    border-bottom: 1px solid #EAEAEA;
}

.middle2 .reg_input {
    border-left-color: #ccc;
}

#Verification_code {
    width: 65px;
    height: 32px;
    margin-left: 1px;
    margin-right: 7px;
    /*border: 1px solid #6a98ca;*/
}


/* .bottom {
    padding-bottom: 36px;
}

.bottom>div span:first-child {
    display: inline-block;
    width: 84px;
    margin-right: 18px;
    text-align: right;
} */

.finish {
    width: 240px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    background: #a5a6a6;
    color: #FFFFFF;
    margin: 30px 0 30px 106px;
    cursor: pointer;
}

.bottom p.reg_assignment {
    margin-left: 104px;
}

.bottom p.reg_assignment a {
    color: #FF7900;
}

.reg_table {
    border: none;
}

.reg_table tr td:first-of-type {
    text-align: right;
}

.reg_input {
    width: 233px;
    height: 31px;
    border: 1px solid #ccc;
    text-indent: 10px;
    border-left-color: #EAEAEA;
    border-radius: 3px;
}

.code_input {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    width: 100px;
    width: 100px;
    height: 31px;
    border: 1px solid #ccc;
    text-indent: 10px;
    border-left-color: #EAEAEA;
}

.reg_input4 {
    width: 113px;
}

.phone_code_btn {
    width: 116px;
    height: 32px;
    border: 1px solid #ccc;
    vertical-align: middle;
}

.checkbox {
    position: relative;
    top: 2px;
    right: 5px;
    margin-left: 6px;
}

.giftcode {
    background: white;
}

.phone-icon {
    width: 38px;
    height: 49px;
    display: block;
    background: url(../img/icon-t.png) -524px -81px;
    margin-top: 10px;
    margin-left: 4px;
}

.qq-icon {
    width: 40px;
    height: 44px;
    display: block;
    background: url(../img/icon-t.png) -524px -150px;
    margin: 10px 3px 0 3px;
}

.email-icon {
    width: 46px;
    height: 50px;
    display: block;
    background: url(../img/icon-t.png) -10px -450px;
    margin-top: 10px;
}

.wechat-icon {
    width: 45px;
    height: 36px;
    display: block;
    background: url(../img/icon-t.png) -277px -450px;
    margin-top: 10px;
    margin-right: 1px;
}

.end-tips {
    margin-top: 30px;
}

.end-tips span:last-of-type {
    height: 18px;
    line-height: 18px;
    display: inline-block;
    color: #98cd00;
}

.end-tips span:first-of-type {
    position: relative;
    top: -1px;
}

.word {
    position: relative;
    /* top: 5px; */
}

div.submit_box2 input {
    width: 78px;
    height: 29px;
    line-height: 19px;
    text-align: center;
    color: #fff;
    background: #99cc00;
    border: 1px solid #72b800;
    cursor: pointer;
    margin-top: 20px;
}

.gift_code_not_data {
    margin-top: 30px;
}

.input-icon3 {
    background: url(../img/pccode.png)no-repeat 6px #ebebeb;
    background-size: 20px;
}

#code_box {
    position: relative;
}

.account {
    margin-bottom: 15px;
}