.personal {
  padding-top: 126px;
}

/*个人中心通用顶部*/
.user-common-title {
  background-color: #fff;
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 36px 47px;
  position: relative;
}
.user-common-content {
  background-color: #fff;
  height: 980px;
  margin-bottom: 52px;
}
.user-common-logo {
  width: 139px;
  float: left;
  text-align: center;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.user-common-logo .user-avatar {
  width: 139px;
  height: 139px;
  border-radius: 50%;
  background: url(../../images/avatar-default.png) no-repeat center;
  background-size: cover;
}
.user-common-logo .user-avatar img {
  width: 139px;
  height: 139px;
  border-radius: 50%;
}
.user-common-logo p {
  font-size: 14px;
  color: #8c8c8c;
  line-height: 24px;
  text-align: center;
  padding-top: 6px;
}
.user-common-info {
  height: 100%;
  min-width: 800px;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 27px;
}
.user-common-info .user-account {
  height: 34px;
  line-height: 34px;
  margin-bottom: 4px;
}
.user-common-info .user-account span {
  font-size: 22px;
  color: #000;
  padding-right: 10px;
}
.user-common-info .user-account button {
  display: inline-block;
  background-color: #fff;
  border: none;
  cursor: pointer;
  outline: none;
}
.user-common-info .user-account button:hover {
  color: #fc531d;
}
.user-common-info .last-time {
  font-size: 14px;
  color: #8d8d8d;
  height: 28px;
  line-height: 28px;
}
.user-common-info .user-msg {
  height: 28px;
  line-height: 28px;
}
.user-balance,
.user-msg-content {
  color: #8d8d8d;
  font-size: 14px;
  height: 100%;
  float: left;
}
.user-balance,
.user-msg-content a {
  display: block;
  height: 28px;
  overflow: hidden;
  color: #8d8d8d;
}
.user-balance > p,
.user-msg-content a p {
  float: left;
}
.user-balance > p:nth-of-type(2),
.user-msg-content a p:nth-of-type(2) {
  color: #fc531d;
}
.user-balance > p:first-child + p,
.user-msg-content a p:first-child + p {
  color: #fc531d;
}
.user-balance {
  padding-right: 40px;
  position: relative;
}
.user-balance i {
  display: block;
  width: 1px;
  height: 10px;
  position: absolute;
  right: 20px;
  top: 10px;
  color: #d7d7d7;
  background-color: #d7d7d7;
}
.user-msg-content {
  background: url(../../images/msg_icon.png) left center no-repeat;
  background-size: 14px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  cursor: pointer;
}
.user-about-click {
  padding-top: 13px;
}
.user-about-click button,
.user-about-click a {
  float: left;
  display: block;
  width: 88px;
  height: 27px;
  background-color: #fff;
  outline: none;
  border: 1px solid #ddd;
  margin-right: 8px;
  border-radius: 4px;
  cursor: pointer;
  color: #666;
  font-size: 14px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 25px;
  line-height: 23px\9;
}
.user-about-click button:nth-of-type(1),
.user-about-click a:nth-of-type(1) {
  color: #fc531d;
}
.user-about-click button:hover,
.user-about-click a:hover {
  color: #fc531d;
  border: 1px solid #fc531d;
}
/*导航栏*/
.user-tabBar {
  width: 280px;
  height: 100%;
  border-right: 1px solid #ececec;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.user-tabBar li {
  height: 67px;
  width: 280px;
  background-color: #fff;
}
.user-tabBar li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #666;
  line-height: 65px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #ececec;
  padding-left: 128px;
  background: url('../../images/grzl_icon.png') 92px center no-repeat;
  background-size: 23px;
  position: relative;
}
.user-tabBar li:nth-of-type(2) a {
  background: url('../../images/zhaq_icon.png') 92px center no-repeat;
  background-size: 21px 24px;
}
.user-tabBar li:nth-of-type(3) a {
  background: url('../../images/wdxx_icon.png') 92px center no-repeat;
  background-size: 23px 22px;
}
.user-tabBar li:nth-of-type(4) a {
  background: url('../../images/wdcz_icon.png') 92px center no-repeat;
  background-size: 26px;
}
.user-tabBar li:nth-of-type(5) a {
  background: url('../../images/voucher_gray_icon.png') 92px center no-repeat;
  background-size: 27px 20px;
}
.user-tabBar li:nth-of-type(6) a {
  background: url('../../images/wdlb_icon.png') 92px center no-repeat;
  background-size: 25px 24px;
}
/*hover*/
.user-tabBar li:hover a,
.user-tabBar li.on a {
  color: #68b3fb;
  background: url('../../images/grzl_blue_icon.png') 92px center no-repeat;
}
.user-tabBar li:nth-of-type(2):hover a,
.user-tabBar li:nth-of-type(2).on a {
  background: url('../../images/zhaq_blue_icon.png') 92px center no-repeat;
}
.user-tabBar li:nth-of-type(3):hover a,
.user-tabBar li:nth-of-type(3).on a {
  background: url('../../images/wdxx_blue_icon.png') 92px center no-repeat;
}
.user-tabBar li:nth-of-type(4):hover a,
.user-tabBar li:nth-of-type(4).on a {
  background: url('../../images/wdcz_blue_icon.png') 92px center no-repeat;
}
.user-tabBar li:nth-of-type(5):hover a,
.user-tabBar li:nth-of-type(5).on a {
  background: url('../../images/voucher_icon.png') 92px center no-repeat;
  background-size: 27px 20px;
}
.user-tabBar li:nth-of-type(6):hover a,
.user-tabBar li:nth-of-type(6).on a {
  background: url('../../images/wdlb_blue_icon.png') 92px center no-repeat;
}
/*选中的样式*/
.user-tabBar li.on a {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  border-right: 1px solid #fff;
  color: #68b3fb;
}
.user-tabBar li:nth-of-type(1).on a {
  border-top: 1px solid #fff;
}
.user-tabBar li.on a::before {
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  width: 4px;
  height: 67px;
  background-color: #46a6fd;
}
.right-content {
  float: right;
  width: 920px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 38px;
}
.right-content > h2 {
  height: 67px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #ececec;
  font-size: 24px;
  color: #333;
  font-weight: normal;
  padding-top: 16px;
  line-height: 50px;
  margin-bottom: 20px;
}

/*该分类暂无游戏*/
.no_list {
  min-height: 500px;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 16px;
  color: #c5c5c5;
  line-height: 40px;
}
.no_list img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 200px;
  padding-top: 130px;
}

/* 头像选择 */
.avatar-pop {
  display: none;
  width: 484px;
  background: #fff;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: 2px 2px 10px #ccc;
  box-shadow: 2px 2px 10px #ccc;
  border-radius: 8px;
  position: absolute;
  top: 220px;
  left: 47px;
  z-index: 9;
}
.avatar-pop ul {
  width: 100%;
  height: 252px;
  padding: 0 26px 26px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
}
.avatar-pop::after {
  content: '';
  position: absolute;
  left: 58px;
  top: -11px;
  z-index: 10;
  display: block;
  width: 18px;
  height: 18px;
  background: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #e6e6e6 transparent transparent #e6e6e6;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.avatar-pop ul li {
  float: left;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  margin-left: 26px;
  margin-top: 26px;
  border: 1px solid transparent;
  overflow: hidden;
  cursor: pointer;
}
.avatar-pop ul li:hover {
  border: 1px solid #f00;
}
.avatar-pop ul li img {
  width: 100%;
  height: 100%;
}
