
.content { padding-top:50px;}
/* 会员信息 */

.user_body{ width: 100%; min-height: 600px; overflow: hidden; background-color:#DDD3C9;padding-bottom: 50px; }
/* 基本信息 */
.userInfo_important{ width: 90%; height: auto; overflow: hidden; margin: 20px auto; background-color: #D2BEA6;  }
.userInfo_important dt{ width: 110px; padding: 20px; float: left;}
.userInfo_important dt img{ width:100px; height: 100px; border: 1px solid #888687; border-radius: 50px;}
.userInfo_important dt p{ width: 100%; line-height: 30px; text-align: center;}
.userInfo_important dd{ width: 300px; float: left; padding-top: 40px;}
.userInfo_important dd p{ line-height: 25px; }
.userInfo_important dd .color1{ color: #e98621;}
.userInfo_important dd a:hover{ text-decoration: underline;}
.userInfo_detailed{width: 90%; height: auto; overflow: hidden; margin: 20px auto;  border-top: 1px solid #bfa487;}
.userInfo_detailed tr{  border-bottom:1px dotted #666;}
    .userInfo_detailed tr td { padding:10px 0px;}
.userInfo_detailed .td1{ width: 150px; padding-left: 10px;  background-color: #bfa487; text-align: right;}
.userInfo_detailed .td2{ padding-left: 10px;}
.userInfo_detailed .input{ width: 180px; height: 25px; line-height: 25px;  background-color: #F4FFE1; border: 1px solid #aaaaaa; padding: 0px 5px; }
.userInfo_detailed .msg {
    display: inline;
    color: red;
    background: url(../images/login/must-enter.jpg) left center no-repeat;
    padding-left:20px;
    margin-left: 10px;
}
.userInfo_detailed .success {background: url(../images/login/tip-img.png) 0px 0px no-repeat;}
.userInfo_detailed .error { background: url(../images/login/tip-img.png) 0px -45px no-repeat;}
.user_body .btn{ width: 190px; height:30px; line-height: 30px; margin: 10px; text-align: center; color: #fff; font-size: 16px; font-weight: 600; background-color: #ce681d; border: 1px solid #eea236; cursor: pointer;}
.user_body .btn:hover{background-color:#e07d20;}
/*密码强度*/
#pw-level{ overflow: hidden;}
#pw-level span{ display: block; float: left; padding: 0px 20px; color: #fff;  margin-right: 10px; background-color:#ccc ; line-height: 20px; }

/* 交易记录 */
.user_transaction_log_header{ width: 600px; margin: 20px auto; overflow: hidden;}
.user_transaction_log_header li{ float: left; margin-left:1px;}
.user_transaction_log_header li a{ display: block; padding:15px 34px; color:#494249; cursor:pointer; background-color:#bfa487; font-size: 16px; border-radius: 5px 5px 0px 0px;-moz-border-radius:5px 5px 0px 0px; /* Old Firefox */}
.user_transaction_log_header li.on a,
.user_transaction_log_header li a:hover{ color:#fff; background-color:#846247;}
.user_transaction_log_body{ width: 100%; min-height:500px; overflow: hidden;}
.user_transaction_log_body .desc { width: 90%; margin:0px auto; padding:20px 0px; }
    .user_transaction_log_body .desc a { color:#2A9DE0; text-decoration:underline;}
        .user_transaction_log_body .desc a:hover { color:#0586EB;}
.user_transaction_log_body .tit{ width: 90%; margin:0px auto;line-height: 40px; text-align: center;  color:#0586EB; border-bottom:1px solid #a77b4c;}
.user_transaction_log_body .table{ margin: 0px auto; color:#494249; }
.user_transaction_log_body .table tr{ text-align: center;}
.user_transaction_log_body .table tr td { padding:10px;}
.user_transaction_log_body .table tr a{ color:#0586EB;}
.user_transaction_log_body .table tr a:hover{ color:#000;}
.user_transaction_log_body .table tr.bg1{ background-color: #c5b6a3;}
.user_transaction_log_body .table thead tr{ height:40px;line-height: 40px;font-size: 16px; border-bottom: 1px dashed #666;}
/* 玩家排行 */
.user_transaction_log_body .tr1{ color: #E12D30;}
.user_transaction_log_body .tr2{ color: #E5731A;}
.user_transaction_log_body .tr3{ color: #2A9DE0;}
.user_transaction_log_body .tr1 .num,
.user_transaction_log_body .tr2 .num,
.user_transaction_log_body .tr3 .num{ display: block; width: 20px; height: 20px; line-height: 20px; text-align: center; margin: 0px auto; color: #fff; border-radius: 3px;-moz-border-radius:3px; /* Old Firefox */}
.user_transaction_log_body .tr1 .num{ background-color:#E12D30; }
.user_transaction_log_body .tr2 .num{ background-color:#E5731A; }
.user_transaction_log_body .tr3 .num{ background-color:#2A9DE0; }



