.UserCenter {
    width: 1280px;
    margin: 0 auto;
    padding: 10px;
    overflow: hidden;
    background-color: #FFFFFF;
}

.User_Head {
    height: 90px;
    overflow: hidden;
    width: 1280px;
    margin-bottom: 10px;
    border-bottom: solid 2px #FF9900;
}

.User_Head .FaceImg {
    width: 90px;
    height: 90px;
    overflow: hidden;
    float: left;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
}

.User_Head .FaceImg .EditTips {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 18px;
    line-height: 18px;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    text-align: center;
    font-size: 12px;
    transition: background-color 0.3s;
}

.User_Head .FaceImg .EditTips:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.User_Head .LevelBox {
    width: 200px;
    height: 90px;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0 10px;
}

.User_Head .LevelBox ul {
    margin: 0;
    padding: 0;
}

.User_Head .LevelBox ul li {
    height: 25px;
    line-height: 25px;
    list-style: none;
}

.User_Head .LevelBox ul li span {
    float: right;
    cursor: pointer;
}

.User_Head .LevelBox ul li span#data_val_level {
    float: none;
    font-weight: bold;
}

.User_Head .LevelBox ul li span#data_val_userxp {
    float: none;
    font-weight: bold;
}

.User_Head .LevelBox ul li strong {
    font-weight: 800;
    font-size: 15px;
}

.User_Head .LevelBox ul li.userxpbar {
    height: 5px;
    border: solid 1px #E8E8E8;
}

.User_Head .LevelBox ul li.userxpbar span.bar {
    width: 100%;
    height: 5px;
    display: block;
    background-color: #DC656B;
    float: left;
}

span.testw45 {
    width: 45%;
}

.User_Head .MoneyInfo {
    width: 755px;
    height: 90px;
    float: left;
}

.User_Head .MoneyInfo .MyGold {
    width: 244px;
    height: 90px;
    float: left;
    background-color: #FFF1A3;
    float: left;
    margin-left: 5px;
    border-radius: 10px 10px 0 0;
    border: solid 1px #F7930A;
}

.User_Head .MoneyInfo .MyGold .MoneyName {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    font-weight: 800;
}

.User_Head .MoneyInfo .MyGold .MoneyValue {
    height: 35px;
    line-height: 35px;
    justify-content: center;
    font-size: 16px;
    text-align: center;
    font-weight: 800;
    display: flex;
    position: relative;
}

.User_Head .MoneyInfo .MyGold .MoneyValue .txbtn {
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 12px;
    background-color: #009933;
    line-height: 20px;
    color: #FFFFFF;
    font-weight: 400;
    padding: 1px 5px;
    border-radius: 5px;
}

.User_Head .MoneyInfo #MyBags {
    cursor: pointer;
}

.User_Head .RegBag {
    width: 180px;
    height: 90px;
    float: right;
}

.User_Head .RegBag ul li {
    height: 40px;
    line-height: 40px;
    list-style: none;
    padding: 2px 0;
    cursor: pointer;
}

.User_Head .RegBag ul li span {
    height: 38px;
    width: 180px;
    display: block;
    background: linear-gradient(45deg, #d63384, #c2185b, #880e4f);
    color: #FFFFFF;
    border-radius: 7px;
    text-align: center;
}

.User_Head .RegBag ul li span.short {
    width: 87px;
    float: left;
}

.User_Head .RegBag ul li span.short2 {
    width: 87px;
    float: right;
}

.User_CheckIn_Container {
    width: 1280px;
    height: 125px;
    margin-top: 10px;
}

.User_CheckIn {
    width: 882px;
    height: 122px;
    float: left;
}

.User_CheckIn .Today {
    cursor: pointer;
}

.User_CheckIn .DayItem {
    width: 99px;
    height: 100px;
    padding: 8px;
    border: solid 1px #FCE378;
    background-color: #FFF1A3;
    border-radius: 15px;
    float: left;
    margin-right: 8px;
}

.User_CheckIn .DayItem .Content {
    background-color: #FFFAE3;
    height: 100px;
    width: 100px;
    border-radius: 15px;
}

.User_CheckIn .DayItem .Content .Title {
    height: 35px;
    line-height: 35px;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    font-family: "微软雅黑";
}

.User_CheckIn .DayItem .Content .Glod {
    width: 40px;
    height: 40px;
    margin: 0 30px;
}

.User_CheckIn .DayItem .Content .Text {
    width: 100px;
    height: 25px;
    background-color: #ffffff;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
    color: #F7930A;
    border-radius: 0 0 10px 10px;
}

.User_CheckInDays {
    width: 397px;
    height: 122px;
    float: right;
}

.User_CheckInDays .ContinueDays {
    width: 337px;
    height: 20px;
    background-color: #FFFAE3;
    line-height: 20px;
    border: solid 1px #FCE378;
    margin-left: 5px;
    font-size: 12px;
    text-align: center;
}

.User_CheckInDays ul {
    width: 397px;
    overflow: hidden;
}

.User_CheckInDays ul li {
    height: 55px;
    width: 125px;
    float: left;
    margin-left: 5px;
    margin-bottom: 5px;
    background-color: #FFFAE3;
    text-align: center;
    border: solid 1px #FCE378;
}

.User_CheckInDays ul li .title {
    font-size: 15x;
    font-weight: 800;
    height: 30px;
    line-height: 30px;
}

.User_CheckInDays ul li .text {
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    color: #F7930A;
}

.User_CheckInDays ul li .Total {
    height: 55px;
    line-height: 55px;
    text-align: center;
}

.User_Left_Box {
    width: 780px;
    height: 573px;
    float: left;
}

.User_Left_Box_Item {
    width: 780px;
    overflow: hidden;
    margin-bottom: 10px;
}

.User_OnLine_Box {
    width: 1280px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #FFFFFF;
    padding: 0 10px;
}

.User_OnLine_Box .TimeBar {
    border: solid 1px #F7930A;
    height: 5px;
}

.User_OnLine_Box .TimeBar .Long {
    height: 5px;
    background-color: #D22D7C;
}

.User_OnLine_Box .InfoBar {
    height: 80px;
}

.User_OnLine_Box .InfoBar span.button {
    background: linear-gradient(45deg, #2E7D32, #4CAF50, #8BC34A);
    padding: 3px 10px;
    color: #FFFFFF;
    border-radius: 4px;
}

.User_OnLine_Box .InfoBar span.isup {
    background: #CCCCCC;
}

.User_OnLine_Box .InfoBar img {
    transform: scale(0.9);
}

.User_OnLine_Box .InfoBar img.Finish {
    cursor: pointer;
    animation: smoothBreathing 4s infinite ease-in-out;
}

@keyframes smoothBreathing {
    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(0.8);
        opacity: 1;
    }
}

.User_Hobby {
    width: 400px;
    height: 170px;
    border: solid 1px #FFF1A3;
    float: left;
}

.User_Hobby .Title {
    height: 40px;
    line-height: 40px;
    background-color: #FFF1A3;
    color: #000000;
}

.User_Hobby .Title strong {
    font-size: 16px;
    margin-left: 10px;
    font-weight: 800;
}

.User_Hobby .Title span {
    margin-left: 15px;
    cursor: pointer;
}

.User_Hobby .Title span.refresh {
    background: linear-gradient(45deg, #d63384, #c2185b, #880e4f);
    padding: 3px 10px;
    color: #FFFFFF;
    border-radius: 5px;
}

.User_Hobby .Content {
    overflow: hidden;
}

.User_Hobby .Content table.gamelist {
    border-collapse: collapse;
}

.User_Hobby .Content table.gamelist td {
    height: 25px;
    line-height: 25px;
}

.User_Hobby .Content table.gamelist td a {
    color: #333333;
}

.User_Hobby .Content ul li {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 14px;
}

.User_Hobby .Content ul li span.button {
    background: linear-gradient(45deg, #2E7D32, #4CAF50, #8BC34A);
    padding: 3px 10px;
    color: #FFFFFF;
    border-radius: 5px;
}

.User_Hobby .Content ul li span.isup {
    background: #CCCCCC;
}

.User_Exchange {
    width: 360px;
    height: 170px;
    overflow: hidden;
    float: right;
    border: solid 1px #FFF1A3;
}

.User_Exchange .Title {
    height: 40px;
    line-height: 40px;
    background-color: #FFF1A3;
    color: #000000;
}

.User_Exchange .Title strong {
    font-size: 16px;
    margin-left: 10px;
    font-weight: 800;
}

.User_Exchange .Title span {
    float: right;
    margin-right: 10px;
    cursor: pointer;
}

.User_Exchange .Content {
    overflow: hidden;
}

.User_Exchange .Content ul li {
    list-style: none;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}

.User_Exchange .Content ul li span.button {
    background: linear-gradient(45deg, #d63384, #c2185b, #880e4f);
    padding: 3px 10px;
    color: #FFFFFF;
    border-radius: 5px;
    margin-left: 20px;
    cursor: pointer;
}

.User_Exchange .Content ul li span.disbtn {
    background: #CCCCCC;
    padding: 3px 10px;
    color: #FFFFFF;
    border-radius: 5px;
    margin-left: 20px;
}

.User_Exchange .Content ul li span.isup {
    background: #CCCCCC;
}

/* 分享链接 */

.User_Shares {
    width: 485px;
    height: 160px;
    float: right;
    border: solid 1px #FFF1A3;
}

.User_Shares .Title {
    width: 480px;
    height: 40px;
    line-height: 40px;
    background-color: #FFF1A3;
}

.User_Shares .Title strong {
    font-size: 16px;
    margin-left: 10px;
    font-weight: 800;
}

.User_Shares .Title span {
    float: right;
    margin-right: 10px;
    cursor: pointer;
}

.User_Shares .Left {
    width: 245px;
    height: 130px;
    float: left;
}

.User_Shares .Right {
    width: 235px;
    height;
    height: 150px;
    border-left: dashed 1px #FFF1A3;
    float: right;
}

.User_Shares .Info {
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.User_Shares .Content {
    line-height: 180%;
    padding: 0 10px;
}

.User_Shares .Total {
    height: 40px;
}

.User_Shares .Total span.button {
    background: linear-gradient(45deg, #d63384, #c2185b, #880e4f);
    color: #FFFFFF;
    border-radius: 5px;
    display: block;
    height: 30px;
    line-height: 30px;
    width: 120px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}

.User_PointsInfo {
    width: 280px;
    height: 160px;
    float: left;
    border: solid 1px #FFF1A3;
}

.User_PointsInfo .Title {
    height: 40px;
    line-height: 40px;
    background-color: #FFF1A3;
    color: #000000;
}

.User_PointsInfo .Title strong {
    font-size: 16px;
    margin-left: 10px;
    font-weight: 800;
}

.User_PointsInfo ul li {
    height: 30px;
    line-height: 30px;
    list-style: none;
    padding-left: 10px;
}

.User_PointsInfo ul li span.button {
    background: linear-gradient(45deg, #2E7D32, #4CAF50, #8BC34A);
    padding: 3px 10px;
    color: #FFFFFF;
    cursor: pointer;
    border-radius: 5px;
}

.User_PointsInfo ul li span.isup {
    background: #CCCCCC;
}

.User_PointsInfo ul li span#browseGame {
    cursor: pointer;
}

.User_Help {
    width: 210px;
    height: 210px;
    overflow: hidden;
    float: left;
    border: solid 1px #FFF1A3;
}

.User_Help .Title {
    height: 40px;
    line-height: 40px;
    background-color: #FFF1A3;
    color: #000000;
}

.User_Help .Title strong {
    font-size: 16px;
    margin-left: 10px;
    font-weight: 800;
}

.User_Help .Title span {
    margin-right: 10px;
    float: right;
    cursor: pointer;
}

.User_Help .Content {
    padding: 5px;
    height: 150px;
}

.User_Help .Content ul li {
    height: 23px;
}

.User_Logs {
    width: 535px;
    height: 200px;
    float: right;
    padding: 5px 10px;
    border: solid 1px #FFF1A3;
    position: relative;
}

.User_Logs #MsgList {
    width: 100%;
    height: auto;
    max-height: 200px;
    overflow-y: auto;
    padding-right: 5px;
    position: relative;
}

.User_Logs #MsgList p {
    line-height: 20px;
    padding: 0 5px;
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

/*/ 会员抽奖 /*/

.User_LuckClick {
    width: 490px;
    height: 573px;
    float: right;
}

.User_LuckClick .LuckTitle {
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    background-color: #FFF1A3;
}

.User_LuckClick .LuckTitle strong {
    font-size: 16px;
    margin-left: 10px;
    font-weight: 800;
}

.User_LuckClick .LuckTitle span {
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}

.User_LuckClick .LuckTips {
    padding: 5px 10px;
    height: 25px;
    line-height: 25px;
}

.User_LuckClick .LuckBox {
    width: 490px;
    height: 500px;
    overflow: hidden;
}

.User_LuckClick .LuckBox .Item {
    width: 150px;
    height: 150px;
    float: left;
    background-color: #1E1A19;
    border: solid 1px #F7930A;
    overflow: hidden;
    margin: 5px;
    border-radius: 10px;
}

.User_LuckClick .LuckBox .Item .Title {
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 18px;
    font-family: "微软雅黑";
    margin-top: 10px;
}

.User_LuckClick .LuckBox .Item .Goods {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    text-align: center;
}

.User_LuckClick .LuckBox .Item .Text {
    text-align: center;
    height: 20px;
    line-height: 20px;
    margin-top: 5px;
    color: #FFFF00;
}

.User_LuckClick .LuckBox .Button {
    width: 150px;
    height: 150px;
    float: left;
    border: solid 1px #F7930A;
    overflow: hidden;
    margin: 5px;
    border-radius: 10px;
    background-color: #EF3534;
    color: #FFFFFF;
    font-size: 55px;
    text-align: center;
    line-height: 120%;
    cursor: pointer;
}

.User_LuckClick .LuckBox .Selected {
    background-color: #FFF1A3;
}

/*/ 抽奖时候的背包 /*/

.User_LuckClick_Bags {
    width: 600px;
    height: 500px;
    background-color: #FFFFFF;
}

.pointer {
    width: 150px;
    height: 150px;
    cursor: pointer;
    transition: transform 0.1s;
    z-index: 10;
}

.pointer.rotating {
    animation: rotatePointer 0.1s linear infinite;
}

@keyframes rotatePointer {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.wrapbox {
    padding: 5px;
    overflow: hidden;
}

.digg {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-align: center;
}

.digg a,
.digg span {
    padding: 5px 7px;
    border: solid 1px #F6F6F6;
    margin-right: 5px;
}

.digg span.current {
    background-color: #DA0000;
    color: #FFFFFF;
}

table.list {
    border-collapse: collapse;
    table-layout: fixed
}

table.list th {
    padding: 9px 15px;
    min-height: 20px;
    line-height: 20px;
    font-size: 14px;
    border: solid 1px #EEEEEE;
    text-align: left;
}

table.list td {
    padding: 9px 15px;
    min-height: 20px;
    line-height: 20px;
    font-size: 14px;
    border: solid 1px #EEEEEE;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/*/ 会员中心通用表格 /*/

.pagebox {
    font-size: 14px;
    overflow: hidden;
}

.pagebox table.common {
    border-collapse: collapse;
}

.pagebox table.common th {
    height: 40px;
    line-height: 40px;
    background-color: #E8E8E8;
    font-family: "微软雅黑";
}

.pagebox table.common td {
    border: solid 1px #F6F6F6;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.pagebox table.common tr:hover td {
    background-color: #FFFFCC;
}

.tip {
    padding: 5px 10px;
    overflow: hidden;
    border: dashed 1px #E8E8E8;
    margin-bottom: 5px;
    line-height: 200%;
}

a.greenlink {
    color: #4AAC4E;
}

a.greenlink:hover {
    text-decoration: underline;
}

span.msguser {
    color: #FF0000;
}

span.msgmonster {
    color: #FFA500;
}

span.msgonline {
    color: #388E3C;
}

span.msgweapon {
    color: #388E3C;
}

/* 左侧漂浮框 */

.float-box-left {
    position: fixed;
    width: 150px;
    height: 150px;
    top: 50%;
    left: calc(50% - 1300px/2 - 200px);
    /* 计算左侧位置 */
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    z-index: 1000;
    text-align: center;
    cursor: pointer;
}

/* 右侧漂浮框 */

.float-box-right {
    position: fixed;
    width: 150px;
    height: 150px;
    top: 50%;
    right: calc(50% - 1300px/2 - 200px);
    /* 计算右侧位置 */
    transform: translateY(-50%);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    z-index: 1000;
    text-align: center;
    cursor: pointer;
}