/**
 *  个人中心样式
 *  by wang 201710
 */
.left{
    width:248px;
    height:100%;
    min-height:500px;
    border:1px solid #e6e6e6;
    margin-top:20px;
    padding-bottom:60px;
}
.left .user{
    padding:20px 0;
}
.user .uimg{
    display:block;
    width:110px;
    height:110px;
    border:1px solid #e6e6e6;
    padding:5px;
    border-radius:50%;
    margin:0 auto;
    text-align:center;
}
.user .uimg img{
    width:110px;
    height:110px;
    border-radius:50%;
}
.user .uname{
    display:block;
    padding-top:20px;
    text-align:center;
}
.left ul{
    border-top: 5px solid #f60;
    padding-top:20px;
}
.left li:first-child{
    border-top: 1px solid #e6e6e6;
}
.left li{
    display:block;
    height: 60px;
    line-height: 59px;
    font-size: 16px;
    border-bottom: 1px solid #e6e6e6;
}
.left li a{
    color:#666;
    display:block;
    height:100%;
    font-size:16px;
    border-left:4px solid #fff;
    padding: 0 18px 0 80px;
}
.left li:hover a{
    color:#f60;
    border-left:4px solid #f60;
}
.left li.active a{
    color:#fff;
    border-left:4px solid #f60;
    background-color:#f60;
}
.right{
    width:930px;
    padding-top:10px;
    padding-left:20px;
    padding-bottom:30px;
}
/* 个人资料 */
.profile{
    width:500px;
    margin-top:50px;
    margin-left:100px;
}
.profile tr td{
    height:60px;
    line-height:60px;
}
.profile tr td:first-child{
    width:100px;
}
.profile td input[type="text"], .profile td input[type="password"]{
    padding:10px;
    font-size:13px;
    border:1px solid #e6e6e6;
}
.profile td input[type="radio"]{
    margin-left:10px;
    margin-right:50px;
}
.edit-portrait{
    width:80px;
    height:80px;
    position:relative;
}
.edit-portrait img{
    width:80px;
    height:80px;
    border-radius:2px;
}
.edit-portrait div{
    width:80px;
    height:80px;
    line-height:80px;
    text-align:center;
    color:#fff;
    font-size:12px;
    cursor:pointer;
    position:absolute;
    top:0;
    left:0;
    background-color:rgba(0,0,0,.3);
    visibility:hidden;
}
.edit-portrait:hover div{
    visibility:visible;
}
.modal-content{
    opacity:1;
}
.modal-content .modal-middle{
    height:225px;
}
.modal-content button{
    width:80px;
    height:35px;
    font-size: 14px;
    padding: 5px;
    color: #fff;
    border: 1px solid #ff6600;
    background-color: #ff6600;
    cursor: pointer;
    border-radius: 5px;
    margin-left:10px;
}
.portrait-show{
    width:330px;
    height:210px;
    float:left;
}
#attach_btn{
    margin-top:66px;
    margin-left:20px;
}
.modal-content #cancel_btn{
    color:#555;
    background-color:#fff;
    border:1px solid #ddd;
}
/* 编辑图片 */
#rRightDown,#rLeftDown,#rLeftUp,#rRightUp,#rRight,#rLeft,#rUp,#rDown{
    position:absolute;
    background:#FFF;
    border: 1px solid #333;
    width: 6px;
    height: 6px;
    z-index:500;
    font-size:0;
    opacity: 0.5;
    filter:alpha(opacity=50);
}
#rLeftDown,#rRightUp{cursor:ne-resize;}
#rRightDown,#rLeftUp{cursor:nw-resize;}
#rRight,#rLeft{cursor:e-resize;}
#rUp,#rDown{cursor:n-resize;}
#rLeftDown{left:-4px;bottom:-4px;}
#rRightUp{right:-4px;top:-4px;}
#rRightDown{right:-4px;bottom:-4px;}
#rLeftUp{left:-4px;top:-4px;}
#rRight{right:-4px;top:50%;margin-top:-4px;}
#rLeft{left:-4px;top:50%;margin-top:-4px;}
#rUp{top:-4px;left:50%;margin-left:-4px;}
#rDown{bottom:-4px;left:50%;margin-left:-4px;}

#bgDiv{width:200px; height:200px; border:1px solid #ddd; position:relative;float:left;}
#dragDiv{border:1px dashed #fff; width:160px; height:160px; top:20px; left:20px; cursor:move; }
#viewDiv{width:100px;height:100px;float:left;left:10px;border-radius:2px;}

#attach_input{
    display:none;
}
/* 推荐gif头像 */
.hot-portraits{
    width:268px;
    float:right;
}
.hot-portraits li{
    float:left;
    width:52px;
    height:52px;
    margin-left:13px;
    margin-bottom:5px;
    border-radius:5px;
    cursor:pointer;
}
.hot-portraits li img{
    width:52px;
    height:52px;
    border-radius:5px;
}
/* 历史头像 */
.my-portraits{
    width:400px;
    float:left;
}
.my-portraits li{
    float:left;
    margin-right:5px;
    width:50px;
    height:50px;
    border-radius:50%;
    padding:2px;
    border:1px solid #e6e6e6;
    cursor:pointer;
}
.my-portraits li:hover{
    border-color:#f60;
}
.my-portraits li img{
    width:50px;
    height:50px;
    border-radius:50%;
}
.btn-box{
    float:right;
    margin-top:20px;
}
.profile span.info{
    font-size:12px;
    color:#555;
    margin-left:10px;
}
.edit-email{
  font-size: 13px;
  margin-left: 10px;
}
.edit-email:hover{
  color: #f60;
}
.profile button{
  display:block;
  width:150px;
  height:40px;
  font-size:14px;
  padding:5px;
  margin-top:20px;
  margin-bottom:50px;
  color:#fff;
  border:1px solid #ff6600;
  background-color:#ff6600;
  cursor:pointer;
  border-radius:5px;
}
/* 追番历史 观看历史 */
.right .anime_box li{
    float:left;
    width:160px;
    height:213px;
    border:1px solid #e6e6e6;
    margin:0 12px;
    padding-top:0;
    margin-top:10px;
    margin-bottom:10px;
    position:relative;
}
.right .anime_box li>a{
    display:block;
    overflow:hidden;
}
.anime_box li img{
    width:160px;
    height:213px;
    display: block;
    margin: 0 auto;
    line-height: 213px;
    border: none;
    position: relative;
    overflow: hidden;
}
.anime_box li img:after{
    content: attr(alt);
    font-size: 14px;
    display: block;
    position: absolute;
    text-align:center;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
}
.anime_box li > div{
    position:absolute;
    width:148px;
    padding:6px 6px 0 6px;
    height:55px;
    left:0;
    bottom:0;
    z-index:10;
    background-color:#fff;
    opacity:.95;
    cursor:default;
    text-align:center;
    transition:opacity .8s;
}
.anime_box li div a{
    display:block;
    font-size:13px;
    height:30px;
    line-height:30px;
    overflow:hidden;
    text-align:center;
}
.anime_box li div span{
  font-size:12px;
  display:block;
  height:20px;
  line-height:20px;
  overflow:hidden;
}
.anime_box li div:hover a{
    color:#f60;
}
.anime_box li a:hover + div{
    opacity:0;
}
.anime_box li .del-icon{
   position: absolute;
   top:-8px;
   right:-8px;
   font-size:18px;
   cursor:pointer;
   background-color:#fff;
   border-radius:100%;
   display:block;
   width:20px;
   height:20px;
   line-height:20px;
   text-align:center;
}
.more{
    font-size: 13px;
    text-align: center;
    color: #888;
    cursor: pointer;
    padding-top: 25px;
    padding-bottom: 15px;
}
.more:hover{
    color:#555;
}
.more.disable:hover{
    color:#888;
    cursor:default;
}
/* 我的收藏 样式覆盖 */
.anime_box li div.anime-info{
  height:90px;
}
.anime_box li .episode-title, .anime_box li .time{
  color:#888;
}
.anime_box li p{
  font-size:12px;
  height:20px;
  line-height:20px;
  overflow:hidden;
}
/* 成长日志 */
.exp-level{
    margin:10px 0;
    height:35px;
    line-height:35px;
}
.exp-level label{
    margin-left:10px;
}
.explogs{
    border:0;
    border-collapse:collapse;
    border-spacing:0;
    width:100%;
}
.explogs td{
    padding:10px;
    text-align:center;
    min-width:80px;
    border:1px solid #e6e6e6;
}
.page-box{
    margin-top:20px;
    text-align:center;
    height:25px;
}
.page-box a, .page-box .disable{
    font-size:14px;
    margin:5px 15px;
}
.page-box a:hover{
    color:#f06;
}
.page-box .disable{
    cursor:default;
    color:#ccc;
}
.right div.info{
    margin-top:150px;
    font-size:25px;
    text-align:center;
    color:#ccc;
}
.exp-level .signin{
    width:80px;
    height:35px;
    font-size: 14px;
    padding: 5px;
    color: #fff;
    border: 1px solid #ff6600;
    background-color: #ff6600;
    cursor: pointer;
    border-radius: 5px;
    margin-left:20px;
    display: none;
}
.exp-level .signin.active{
  color: #999;
  border: 1px solid #ddd;
  background-color: #ededed;
  cursor: default;
}
/* 邀请好友页面样式 */
.code-valid{
  color:#65C514;
  color:var(--week6-color);
}
.code-invalid{
  color:var(--week0-color);
}
.add-code-btn{
  width:108px;
  height:38px;
  font-size: 14px;
  padding: 5px;
  color: #fff;
  border: 1px solid #ff6600;
  background-color: #ff6600;
  cursor: pointer;
  border-radius: 5px;
  margin-left:20px;
}
/* 用户说明页面样式 */
.ins-box{
  padding:10px;
}
.ins-box label{
  font-weight:bold;
  font-size:15px;
  width: 30px;
  float:left;
}
.ins-box p{
  font-size: 13px;
  width:800px;
  display:block;
  float:left;
}
.exp-table{
  border-collapse:collapse;
  border-spacing:0;
  margin-top:20px;
}
.w100{
  width:100px;
}
.exp-table th{
  border:1px solid #888;
  height:30px;
}
.exp-table td{
  border:1px solid #888;
  text-align:center;
  height:30px;
}
/* 问题反馈页面 */
.feedback-box{
  margin-top:10px;
  border:1px solid #e6e6e6;
  padding:10px 15px;
  position: relative;
}
.feedback-box a{
  color: #f20;
  font-size: 14px;
}
.feedback-box .ctime{
  font-size:13px;
  margin-left:15px;
}
.feedback-box p{
  padding-top:10px;
  font-size: 15px;
}
.reply-box{
  padding:10px 20px;
  font-size: 15px;
  float: right;
  background-color:#cff;
  border-radius:15px;
}
.feedback-box .del-icon{
    position: absolute;
    top:0;
    right:0;
    font-size:18px;
    cursor:pointer;
    background-color:#fff;
    border-radius:100%;
    display:block;
    width:20px;
    height:20px;
    line-height:20px;
    text-align:center;
 }