@CHARSET "UTF-8";

/*
 *	个人中心样式
 */
 .personal-userCenter {
    width: 1280px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 11px;
}
.personal-userCenter-tabLeftFrame {
    float: left;
}
.personal-userCenter-columns {
    width: 184px;
    border-right: none;
}
ul.personal-userCenter-columnList li {
    width: 177px;
    margin: 0 auto;
    color: rgb(120,120,120);
    margin-bottom: 11px;
    font-size: 16px;
    border-radius: 5px;
    box-shadow:0 1px 1px 0 rgba(0,0,0,0.15);
}
ul.personal-userCenter-columnList li.active{
    background-color: rgb(59,104,184);
    color: white;
}
ul.personal-userCenter-columnList li>a{
    display: block;
    text-align: center;
    background-color: #f5f7f9;
    position: relative;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    /*font-family: monospace;*/
}
ul.personal-userCenter-columnList li.active>a {
    background-color: rgb(59,104,184);
}
ul.personal-userCenter-columnList li>span {
    position: absolute;
    top: 20px;
    right: 40px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #ef6459;
    border-radius: 50%;
}
.personal-userCenter-contentRightFrame {
    padding-left: 208px;
}
.personal-friendTrack-contentBox, .personal-userCenter-msgInfo-contentBox, .personal-taskAndIntegral-contentBox, .personal-infoConfig-contentBox, .personal-favorites-contentBox, .personal-myFire-contentBox {
    min-height: 800px;
    width: 710px;
    border-top: 2px solid #3b68b8;
    float: left;
}
.personal-userCenter-rightSideBar {
    float: right;
    width: 323px;
}
.personal-userCenter-rightSideBar .barItem{
    border-top: 2px solid #3b68b8;
    margin-bottom: 25px;
}
.personal-userCenter-rightSideBar .userCenter-userInfo {
    background-color: #f7f7f7;
}
.personal-userCenter-rightSideBar .personal-userCenter-userInfoBar .name-and-level {
    height: 42px;
    line-height: 42px;
    text-align: center;
}
.personal-userCenter-rightSideBar .personal-userCenter-userInfoBar .name-and-level .username {
    font-size: 18px;
    color: #444444;
    font-weight: bold;
}
.personal-userCenter-rightSideBar .personal-userCenter-userInfoBar .name-and-level .userlevel {
    background-color: rgb(59,104,184);
    color: white;
    font-size: 14px;
    vertical-align: top;
    padding: 2px 8px;
    border-radius: 12px;
    margin-left: 10px;
}
.personal-userCenter-rightSideBar .personal-userCenter-userInfoBar .back-and-head {
    width: 100%;
    height: 162px;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 34px;
}
.personal-userCenter-rightSideBar .personal-userCenter-userInfoBar .back-and-head .headImg {
    width: 98px;
    height: 98px;
    border-radius: 50%;
    /*overflow: hidden;*/
    margin: 0 auto;
    position: relative;
    background-image: url(https://static.iyingdi.cn/achievement/badge/frame/moderator.png);
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 6px;
}
.personal-userCenter-rightSideBar .personal-userCenter-userInfoBar .back-and-head .headImg>img {
    width: 86px;
    height: 86px;
    border-radius: 50%;
}
.personal-userCenter-rightSideBar .personal-userCenter-userInfoBar .back-and-head .headImg .level {
    position: absolute;
    width: 100%;
    bottom: -12px;
    text-align: center;
}
.personal-userCenter-rightSideBar .personal-userCenter-userInfoBar .back-and-head .headImg .level>div{
    width: 54px;
    height: 20px;
    background-image: url(https://static.iyingdi.cn/achievement/badge/board/moderator.png);
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    color: white;
    margin: 0 auto;
}
.personal-userCenter-rightSideBar .personal-userCenter-userInfoBar .follows-and-fans>div {
    display: inline-block;
    width: 50%;
    padding: 12px;
    cursor: pointer;
}
.personal-userCenter-rightSideBar .personal-userCenter-userInfoBar .follows-and-fans>div>p{
    text-align: center;
    font-size: 14px;
    color: #444444;
}
.personal-userCenter-rightSideBar .personal-userCenter-userInfoBar .follows-and-fans>div>p.num {
    font-size: 18px;
}
.personal-userCenter-rightSideBar .userCenter-friendInfo{
    padding: 14px;
    background-color: #f7f7f7;
    border-radius: 4px;
}
.personal-userCenter-rightSideBar .userCenter-friendInfo-title {
    font-size: 16px;
    color: #444444;
    margin-bottom: 15px;
}
.personal-userCenter-rightSideBar .userCenter-friendInfo-search>input {
    background: #f3f3f3;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    width: 100%;
    height: 27px;
    cursor: pointer;
    padding-left: 10px;
}
.personal-userCenter-rightSideBar ul.userCenter-friendList>li .friend-headImg {
    float: left;
    margin-top: 4px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    background-image: url(https://static.iyingdi.cn/achievement/badge/frame/moderator.png);
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 2px;
}
.personal-userCenter-rightSideBar ul.userCenter-friendList>li .friend-headImg>img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}
.personal-userCenter-rightSideBar ul.userCenter-friendList>li {
    padding: 14px 0;
}
.personal-userCenter-rightSideBar li.userCenter-friendListItem .right {
    margin-left: 39px;
}
.personal-userCenter-rightSideBar li.userCenter-friendListItem .right>div {
    padding-top: 10px;
}
.personal-userCenter-rightSideBar li.userCenter-friendListItem .right .level {
    margin-left: 8px;
    color: white;
    border-radius: 4px;
    font-size: 12px;
    display: inline-block;
    width: 40px;
    background-image: url(https://static.iyingdi.cn/achievement/badge/board/moderator.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: text-bottom;
}
li.userCenter-friendListItem+li.userCenter-friendListItem {
    border-top: 1px solid #e7eff6;
}
.personal-userCenter-rightSideBar .right-bar-seed-all {
    text-align: center;
    font-size: 16px;
    color: #3b68b8;
    cursor: pointer;
}
.personal-userCenter-rightSideBar .right-bar-seed-all>span:after {
    font-family: SimSun;
    content: '>';
    font-size: 18px;
    vertical-align: middle;
    font-weight: bolder;
    margin-left: 4px;
}

/*分页*/
ul.userCenter-friendList-footer.personal-home-pagination{
    overflow: hidden;
    margin-top: 10px;
}
ul.userCenter-friendList-footer.personal-home-pagination>li {
    float: left;
    margin-right: 5px;
}
ul.userCenter-friendList-footer.personal-home-pagination>li>a {
    background-color: #f7f7f7;
    border: 1px solid rgb(59,104,184);
    width: 32px;
    height: 32px;
    line-height: 32px;
    display: block;
    text-align: center;
    color: rgb(59,104,184);
}
ul.userCenter-friendList-footer.personal-home-pagination>li>a.active{
    background-color:#3b68b8;
    color: white;
}
ul.userCenter-friendList-footer.personal-home-pagination>li.page_first>a,ul.userCenter-friendList-footer.personal-home-pagination>li.page_end>a{
    width:44px;
}
ul.userCenter-friendList-footer.personal-home-pagination>li.page_up>a,ul.userCenter-friendList-footer.personal-home-pagination>li.page_down>a{
    width: 56px;
}

.personal-userCenter-contentRightFrame .loading-msg {
    text-align: center;
    padding: 10px;
    color: rgb(155,155,155);
}
.personal-userCenter-contentRightFrame .loadingTip {
    padding: 15px 0;
    color: rgb(200,200,200);
    font-size: 16px;
}
/*个人中心新消息提示*/
.personal-userCenter-columnList .user_red_prompt {
    position: absolute;
    top: 15px;
    right: 13px;
    height: 15px;
    line-height: 16px;
    text-align: center;
    display: inline-block;
    background: #ef6459;
    font-size: 12px;
    color: white;
    border-radius: 3px;
    padding: 0 11px;
}
.personal-userCenter-columnList li.active .user_red_prompt {
    position: absolute;
    top: 16px;
    right: 18px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    display: inline-block;
    background: #ef6459;
    font-size: 12px;
    color: white;
    border-radius: 3px;
    padding: 0 11px;
}

/*好友动态*/
.personal-friendTrack-contentBox .header {
    font-size: 15px;
    color: #000000;
    padding-top: 10px;
}
.personal-friendTrack-contentBox ul.friend-track-list>li {
    padding: 20px 0;
    cursor: default;
}
li.dynamic-item+li.dynamic-item {
    border-top: 1px solid #e7eff6;
}
ul.friend-track-list>li.dynamic-item .item-head{
    overflow: hidden;
}
ul.friend-track-list>li.dynamic-item .item-head .userHeadImg {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    background-image: url(https://static.iyingdi.cn/achievement/badge/frame/moderator.png);
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 2px;
}
ul.friend-track-list>li.dynamic-item .item-head .userHeadImg>img{
    width: 36px;
    height: 36px;
    border-radius: 50%;
}
ul.friend-track-list>li.dynamic-item .item-head-info{
    margin-left: 50px;
}
ul.friend-track-list>li.dynamic-item .item-head-info .username {
    font-size: 14px;
    color: #3b68b8;
    margin-right: 6px;
    cursor: pointer;
}
ul.friend-track-list>li.dynamic-item .item-head-info .dynamic-type {
    font-size: 14px;
    color: #8f8f8f;
}
ul.friend-track-list>li.dynamic-item .item-head-info .operate-area{
    color: #9b9b9b;
}
ul.friend-track-list>li.dynamic-item .item-head-info .item-head-foot {
    font-size: 14px;
    color: #8f8f8f;
    /*margin-top: 10px;*/
}
ul.friend-track-list>li.dynamic-item .item-content {
    margin-top: 10px;
}
ul.friend-track-list>li.dynamic-item .item-post-content {
    border-radius: 4px;
    margin-top: 10px;
}
ul.friend-track-list>li.dynamic-item .item-post-content .item-post-txt {
    font-size: 14px;
    color: #6d6d6d;
    font-weight: 700;
    word-break: break-all;
    line-height: 1.6;
}
ul.friend-track-list>li.dynamic-item .item-post-content .item-post-topicInfo {
    color: #BCBCBC;
    margin-top: 10px;
}
ul.friend-track-list>li.dynamic-item .item-articleComment-content, ul.friend-track-list>li.dynamic-item .item-publish-topic-content, ul.friend-track-list>li.dynamic-item .item-postsComment-content {
    width: 100%;
    border-radius: 4px;
    padding: 2px;
}
ul.friend-track-list>li.dynamic-item .item-articleComment-txt {
    font-size: 14px;
    color: #6d6d6d;
    font-weight: 700;
    word-break: break-all;
    line-height: 1.6;
}
ul.friend-track-list>li.dynamic-item .item-articleComment-articleInfo, ul.friend-track-list>li.dynamic-item .item-postComment-topicInfo{
    border-left: 2px solid #d6d6d6;
    padding-left: 6px;
    margin-top: 10px;
}
ul.friend-track-list>li.dynamic-item .item-originComment {
    font-size: 14px;
    color: #8f8f8f;
    margin-bottom: 2px;
    /*max-width: 581px;*/
    word-break: break-all;
    line-height: 1.6;
}
ul.friend-track-list>li.dynamic-item .item-articleComment-content .item-articleTitle, ul.friend-track-list>li.dynamic-item .item-postComment-topic-title {
    font-size: 14px;
    color: #3b68b8;
}
ul.friend-track-list>li.dynamic-item .item-publish-topic-content .item-topic-title {
    font-size: 14px;
    color: #6d6d6d;
    font-weight: 700;
    word-break: break-all;
}
ul.friend-track-list>li.dynamic-item .item-publish-topic-content .item-topic-Info {
    font-size: 16px;
    color: #bcbcbc;
    margin-top: 10px;
}
ul.friend-track-list>li.dynamic-item i.item-topic-pageview {
    background-image: url(https://iplaymtg.oss-cn-beijing.aliyuncs.com/yingdiWeb/images/article/feedPageView.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 14px;
    height: 17px;
    vertical-align: middle;
    margin-right: 1px;
}
ul.friend-track-list>li.dynamic-item i.item-topic-reply {
    background-image: url(https://iplaymtg.oss-cn-beijing.aliyuncs.com/static/images/article/commentReplyIcon.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 14px;
    height: 17px;
    vertical-align: middle;
    margin-right: 1px;
    margin-left: 10px;
}
ul.friend-track-list>li.dynamic-item .item-article-cover {
    position: relative;
    width: 191px;
    height: 109px;
    /*margin: 0 auto;*/
    border-radius:4px;
    float: left;
    overflow: hidden;
}
ul.friend-track-list>li.dynamic-item .item-article-cover>img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    /*box-shadow: 0 2px 2px 0 rgba(0,0,0,0.50);*/
}
ul.friend-track-list>li.dynamic-item:hover .item-article-cover>img{
    transform: scale(1.05);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}
ul.friend-track-list>li.dynamic-item .right-part {
    margin-left: 211px;
    height: 109px;
}
ul.friend-track-list>li.dynamic-item .right-part .title {
    font-size: 20px;
    font-weight: bold;
    color: #4a4a4a;
    text-align: left;
    cursor: pointer;
    transition: color 0.3s ease-in-out;
}
ul.friend-track-list>li.dynamic-item:hover .right-part .title{
    color: #3b68b8;
    transition: color 0.3s ease-in-out;
}
ul.friend-track-list>li.dynamic-item .right-part .description {
    font-size: 14px;
    color: #646464;
    line-height: 1.7;
    max-height: 63px;
    overflow: hidden;
    word-break: break-all;
    margin-top: 10px;
}
ul.friend-track-list>li.dynamic-item .item-article-cover .item-article-cover-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: .9;
    background-image: linear-gradient(-180deg,rgba(0,0,0,0) 0,#000 113%);
    height: 60px;
    padding: 13px 15px;
    border-radius: 0 0px 4px 4px;
}
ul.friend-track-list>li.dynamic-item .item-article-cover .item-article-cover-footer>div {
    width: 100%;
    margin: 0 auto;
    color: #fff;
    font-size: 18px;
    word-break: break-all;
    overflow: hidden;
    text-shadow: 0 2px 2px rgba(0,0,0,.6);
    letter-spacing: 2px;
}
ul.friend-track-list>li.dynamic-item .item-article-cover span.seedTitle {
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: rgba(0,0,0,0.3);
    border-radius: 3px;
    color: white;
    padding: 2px 9px;
    font-size: 14px;
}

/*私信列表*/
.personal-secretLetter-contentBox .personal-secretLetter-content ul>li {
    cursor: default;
}
.personal-secretLetter-contentBox .officailAccountList>li:last-child {
    border-bottom: 1px solid rgb(236,241,245);
}
li.user-contact-item+li.user-contact-item {
    border-top: 1px solid rgb(236,241,245);
}
.personal-secretLetter-contentBox li.user-contact-item .content-item-info {
    position: relative;
    text-align: left;
    /*padding: 6px 20px;*/
    padding-top: 13px;
}
.personal-secretLetter-contentBox li.user-contact-item span.unread-remind-Num {
    margin-left: 10px;
    height: 15px;
    line-height: 16px;
    text-align: center;
    background: #ef6459;
    font-size: 12px;
    color: white;
    border-radius: 3px;
    vertical-align: text-top;
    display: inline-block;
    padding: 0 11px;
}
.personal-secretLetter-contentBox li.user-contact-item .toChatPage {
    position: absolute;
    width: 56px;
    height: 22px;
    font-size: 14px;
    background-color: white;
    border: 1px solid rgb(59,104,184);
    border-radius: 3px;
    color: rgb(59,104,184);
    top: 25px;
    right: 0px;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
    transition: all .2s ease-in-out;
}
.personal-secretLetter-contentBox li.user-contact-item .toShieldOne {
    position: absolute;
    font-size: 14px;
    color: #444444;
    bottom: 10px;
    right: 100px;
    cursor: pointer;
    opacity: 0;
    transition: all .3s ease-in-out;
}
.personal-secretLetter-contentBox li.user-contact-item:hover .toShieldOne{
    opacity: 1;
}
.personal-secretLetter-contentBox li.user-contact-item .toDeleteOne {
    position: absolute;
    right: 53px;
    bottom: 10px;
    font-size: 14px;
    color: #de2121;
    opacity: 0;
    transition: all .3s ease-in-out;
}
.personal-secretLetter-contentBox li.user-contact-item:hover .toDeleteOne{
    opacity: 1;
}
.personal-secretLetter-contentBox li.user-contact-item .toDeleteOne:hover{
    text-decoration: underline;
}
.personal-secretLetter-contentBox li.user-contact-item .toChatPage:hover {
    background-color: rgb(59,104,184);
    color: white;
}
.personal-secretLetter-contentBox li.user-contact-item .contact-item-userInfo {
    overflow: hidden;
    display: inline-block;
    padding-top: 7px;
}
.personal-secretLetter-contentBox li.user-contact-item span.office-mark {
    display: inline-block;
    background-color: rgb(59,104,184);
    color: white;
    padding: 2px 9px 3px 9px;
    font-size: 12px;
    border-radius: 3px;
    height: 18px;
    line-height: 17px;
    margin-right: 5px;
}
.personal-secretLetter-contentBox li.user-contact-item .contact_userHeadImg {
    width: 36px;
    height: 36px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 10px;
    float: left;
    background-image: url(https://static.iyingdi.cn/achievement/badge/frame/moderator.png);
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 2px;
}
.personal-secretLetter-contentBox li.user-contact-item .contact_userHeadImg>img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}
.personal-secretLetter-contentBox li.user-contact-item .contact-name {
    font-size: 16px;
    color: #3b68b8;
}
.personal-secretLetter-contentBox li.user-contact-item .level {
    margin-left: 6px;
    color: white;
    border-radius: 4px;
    font-size: 12px;
    display: inline-block;
    width: 40px;
    background-image: url(https://static.iyingdi.cn/achievement/badge/board/moderator.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: text-bottom;
}
.personal-secretLetter-contentBox span.unread-num {
    background: #ef6459;
    font-size: 12px;
    color: white;
    border-radius: 3px;
    padding: 1px 11px;
    vertical-align: text-bottom;
    margin-left: 10px;
}
.personal-secretLetter-contentBox li.user-contact-item .contact-name:hover {
    color: rgb(59,104,184);
}
.personal-secretLetter-contentBox li.user-contact-item .contact_item_txtMsg {
    clear: both;
    margin-top: 6px;
    font-size: 14px;
    color: rgb(120,120,120);
    margin-bottom: 6px;
    width: 550px;
    overflow: hidden;
}
.personal-secretLetter-contentBox li.user-contact-item .contact_item_imgMsg>img {
    max-width: 80px;
}
.personal-secretLetter-contentBox li.user-contact-item .contact-item-foot>p {
    font-size: 12px;
    color: rgb(155,155,155);
}
.personal-secretLetter-contentBox li.user-contact-item .operate-area{
    position: absolute;
    top: 26px;
    right: 0;
    width: 28px;
}
.personal-secretLetter-contentBox li.user-contact-item .unfold-logo{
    position: absolute;
    top: 32px;
    right: 84px;
    margin: 0 auto;
    width: 12px;
    height: 12px;
    background-image: url(https://iplaymtg.oss-cn-beijing.aliyuncs.com/static/images/tools/cards/common/unfold_blue.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.personal-secretLetter-contentBox ul.contact-item-operate-menu {
    position: absolute;
    right: 20px;
    top: 47px;
    text-align: center;
    width: 101px;
    background: #f4f6f8;
    box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.10);
    font-size: 14px;
    color: #444444;
    z-index: 2;
}
.personal-secretLetter-contentBox ul.contact-item-operate-menu>li {
    padding: 10px 0;
    cursor: pointer;
}
.personal-secretLetter-contentBox ul.contact-item-operate-menu>li:hover {
    color: #3b68b8;
}

/*消息通知(收到的文章评论和跟贴)*/
.personal-userCenter-msgInfo-contentBox .personal-msgInfo-header {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid rgb(229,236,241);
}
.personal-msgInfo-header span.nav-tab {
    margin-right: 30px;
    font-size: 16px;
    color: rgb(155,155,155);
    cursor: pointer;
    position: relative;
}
.personal-msgInfo-header span.nav-tab.active {
    color: rgb(59,104,184);
}
.personal-msgInfo-header span.nav-tab.active:after {
    content: '';
    position: absolute;
    width: 100%;
    bottom: -14px;
    left: 0;
}

.personal-msgInfo-contentBox ul.personal-msg-list>li {
    padding: 20px 0;
    cursor: default;
}
li.dynamic-item+li.dynamic-item {
    border-top: 1px solid #e7eff6;
}
ul.personal-msg-list>li.dynamic-item .item-head{
    /*overflow: hidden;*/
}
ul.personal-msg-list>li.dynamic-item .item-head .userHeadImg {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    cursor: pointer;
    background-image: url(https://static.iyingdi.cn/achievement/badge/frame/moderator.png);
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 2px;
}
ul.personal-msg-list>li.dynamic-item .item-head .userHeadImg>img{
    width: 36px;
    height: 36px;
    border-radius: 50%;
}
ul.personal-msg-list>li.dynamic-item .item-head-info{
    margin-left: 50px;
}
ul.personal-msg-list>li.dynamic-item .item-head-info .username {
    font-size: 14px;
    color: #3b68b8;
    margin-right: 6px;
    cursor: pointer;
}
ul.personal-msg-list>li.dynamic-item .item-head-info .level {
    color: white;
    font-size: 12px;
    margin-right: 10px;
    display: inline-block;
    width: 38px;
    background-image: url(https://static.iyingdi.cn/achievement/badge/board/moderator.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-align: center;
}
ul.personal-msg-list>li.dynamic-item .item-head-info .dynamic-type {
    font-size: 14px;
    color: #8f8f8f;
}
ul.personal-msg-list>li.dynamic-item .item-head-info .operate-area{
    color: #9b9b9b;
    position: relative;
}
ul.personal-msg-list>li.dynamic-item .item-head-info .operate-area>ul {
    display: none;
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 2;
    width: 100px;
    background: #f7f7f7;
    box-shadow: -1px 1px 2px 0 rgba(0,0,0,0.25);
    border-radius: 3px;
}
ul.personal-msg-list>li.dynamic-item .item-head-info .operate-area.active>ul{
    display: block;
}
ul.personal-msg-list>li.dynamic-item .item-head-info .operate-area>ul>li{
    text-align: center;
    padding: 4px;
}
ul.personal-msg-list>li.dynamic-item .item-head-info .item-head-foot {
    font-size: 14px;
    color: #8f8f8f;
    /*margin-top: 10px;*/
}
ul.personal-msg-list>li.dynamic-item .item-content {
    margin-top: 10px;
}
ul.personal-msg-list>li.dynamic-item .item-articleComment-content, ul.personal-msg-list>li.dynamic-item .item-publish-topic-content, ul.personal-msg-list>li.dynamic-item .item-postsComment-content {
    width: 100%;
    border-radius: 4px;
    padding: 2px;
}
ul.personal-msg-list>li.dynamic-item .item-articleComment-txt {
    font-size: 14px;
    font-weight: 700;
    color: #6d6d6d;
    word-break: break-all;
    line-height: 1.6;
}
ul.personal-msg-list>li.dynamic-item .item-articleComment-articleInfo, ul.personal-msg-list>li.dynamic-item .item-postComment-topicInfo{
    border-left: 2px solid #d6d6d6;
    padding-left: 6px;
    margin-top: 10px;
}
ul.personal-msg-list>li.dynamic-item .item-originComment {
    font-size: 14px;
    color: #8f8f8f;
    margin-bottom: 2px;
    max-width: 581px;
    word-break: break-all;
    line-height: 1.6;
}
ul.personal-msg-list>li.dynamic-item .item-articleComment-content .item-articleTitle, ul.personal-msg-list>li.dynamic-item .item-postComment-topic-title {
    font-size: 14px;
    color: #3b68b8;
}
ul.personal-msg-list>li.dynamic-item .item-postComment-post-title {
    color: #3b68b8;
}
ul.personal-msg-list>li.dynamic-item .item-topic-from {
    color: #8F8F8F;
    font-size: 14px;
    margin-top: 20px;
}
ul.personal-msg-list>li.dynamic-item .item-topic-from .topic-title {
    color: #3b68b8;
}
ul.personal-msg-list>li.dynamic-item .item-publish-topic-content .item-topic-title {
    font-size: 16px;
    color: #444444;
}
ul.personal-msg-list>li.dynamic-item .item-publish-topic-content .item-topic-Info {
    font-size: 16px;
    color: #bcbcbc;
    margin-top: 10px;
}

.personal-msgInfo-contentBox .user-content-article {
    position: relative;
    padding: 26px 0 3px 50px;
    border-radius: 3px;
    overflow: initial;
    border-bottom: 1px solid rgb(229,236,241);
    z-index: initial;
    cursor: default;
}
.personal-msgInfo-contentBox .replyArticleComment {
    position: absolute;
    width: 74px;
    height: 28px;
    font-size: 14px;
    background-color: white;
    border: 1px solid rgb(59,104,184);
    border-radius: 3px;
    color: rgb(59,104,184);
    top: 20px;
    right: 0;
    text-align: center;
    cursor: pointer;
    transition: all .2s ease-in-out;
}
.personal-msgInfo-contentBox .replyArticleComment:hover{
    background-color: rgb(59,104,184);
    color: white;
}
.personal-msgInfo-contentBox .replyTopicComment {
    position: absolute;
    width: 74px;
    height: 28px;
    font-size: 14px;
    background-color: white;
    border: 1px solid rgb(59,104,184);
    border-radius: 3px;
    color: rgb(59,104,184);
    top: 20px;
    right: 0;
    line-height: 21px;
    text-align: center;
    cursor: pointer;
    transition: all .2s ease-in-out;
}
.personal-msgInfo-contentBox .replyTopicComment:hover{
    background-color: rgb(59,104,184);
    color: white;
}
.personal-msgInfo-contentBox .content-item-img {
    position: absolute;
    top: 20px;
    left: 0px;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    border: 3px solid rgb(51,88,155);
}
.personal-msgInfo-contentBox .content-item-img>img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.personal-msgInfo-contentBox .content-item-info {
    position: relative;
    text-align: left;
}
.personal-msgInfo-contentBox .content-item-info div.username {
    color: rgb(59,104,184);
    font-size: 16px;
}
.personal-msgInfo-contentBox .content-item-info div.receive-comment {
    line-height: 1.7;
    word-break: break-all;
    text-align: justify;
    color: rgb(68,68,68);
    font-size: 15px;
    margin-top: 2px;
    margin-bottom: 5px;
    width: 600px;
}
.personal-msgInfo-contentBox .content-item-info .content-old-item {
    margin: 5px 0;
    background-color: rgb(247,247,247);
    padding: 6px 10px 6px 12px;
}
.personal-msgInfo-contentBox .content-old-item div.myself-comment {
    margin: 0;
    line-height: 1.7;
    word-break: break-all;
    text-align: justify;
    color: rgb(68,68,68);
}
.personal-msgInfo-contentBox .content-old-item div.myself-imgRemark>img {
    width: 100px;
    height: 100px;
    margin-right: 5px;
    object-fit: cover;
    margin-top: 5px;
}
.personal-msgInfo-contentBox .content-old-item div.content-old-itemTitle {
    margin: 0;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    color: rgb(100,100,100);
}
.personal-msgInfo-contentBox .content-old-itemTitle span.publishFromSpan {
    margin-left: 16px;
}
.personal-msgInfo-contentBox .content-old-item div.content-old-itemTitle>a:hover {
    color: rgb(59,104,184);
}
.personal-msgInfo-contentBox .user-content-reply{
	margin-top: -3px;
	position: relative;
	padding: 20px 95px 10px 0;
	background-color: inherit;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	overflow: hidden;
}
.personal-msgInfo-contentBox .user-content-reply>.reply_btn{
    position: absolute;
	top:10px;
    right: 0;
}
.personal-msgInfo-contentBox .arrow{
	 position: absolute;
    bottom: 0;
    left: 103px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgb(227,227,227);
    margin-left: -6px;
}
.personal-msgInfo-contentBox .user-content-reply .input>textarea{
	margin: 0px;
    padding: 5px 2px 0px 6px;
    /* border-style: solid; */
    /* border-width: 1px; */
    border: 1px solid rgb(114,137,165);
    font-size: 12px;
    word-wrap: break-word;
    line-height: 18px;
    overflow: hidden;
    outline: none;
    height: 30px;
    resize: none;
    width: 100%;
    border-radius: 3px;
    /*background-color: rgb(216,216,216);*/
}
.personal-msgInfo-contentBox .user-content-reply button{
	width: 75px;
    height: 30px;
    line-height: 8px;
    margin-top: 10px;
}
.personal-msgInfo-contentBox .user-content-article+.user-content-article{
    margin: 0;
}
.personal-msgInfo-contentBox .content-item-foot {
	padding: 0;
    overflow: hidden;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
}
.personal-msgInfo-contentBox .content-item-foot>.time{
    font-size: 12px;
    color: rgb(155,155,155);
}
.personal-msgInfo-contentBox .content-item-foot>span.pull-right {
    color: rgb(120,120,120);
    font-size: 12px;
    cursor: pointer;
    margin: 0;
}
.personal-msgInfo-contentBox .content-item-foot>span.pull-right:hover{
    color: rgb(59,104,184);
}
.personal-msgInfo-contentBox .content-item-foot i {
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 14px;
    height: 12px;
    vertical-align: text-top;
    margin-right: 3px;
    margin-left: 10px;
}
.personal-msgInfo-contentBox .content-item-foot i.reply_img {
    background-image: url('https://iplaymtg.oss-cn-beijing.aliyuncs.com/static/images/personal/replyLogo_default_style.png');
}
.personal-msgInfo-contentBox .content-item-foot span.pull-right:hover i.reply_img {
    background-image: url('https://iplaymtg.oss-cn-beijing.aliyuncs.com/static/images/personal/replyLogo_hover_style.png');
}
.personal-msgInfo-contentBox .content-item-foot i.like_img{
    background-image: url('https://iplaymtg.oss-cn-beijing.aliyuncs.com/static/images/article/like.png');
}
.personal-msgInfo-contentBox .content-item-foot i.hate_img{
    background-image: url('https://iplaymtg.oss-cn-beijing.aliyuncs.com/static/images/article/hate.png');
}

.personal-msgInfo-header .user_msg_red_prompt {
    position: absolute;
    right: -18px;
    top: 1px;
    min-width: 15px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    display: inline-block;
    padding: 0px 2px;
    background-color: #ef6459;
    font-size: 12px;
    border-radius: 3px;
    color: white;
}
.personal-msgInfo-contentBox .userMsg-receive-imageContent>img{
    width: 100px;
    height: 100px;
    margin-right: 12px;
    object-fit:cover;
}
.personal-msgInfo-contentBox .userMsg-forum-imageContent>img{
    width: 100px;
    height: 100px;
    margin-right: 5px;
    object-fit:cover;
}
.personal-msgInfo-reply-modal .personal-msgInfo-reply-sourceCommentInfo {
    padding: 14px;
    background-color: rgb(247,247,247);
    margin-bottom: 5px;
}
.personal-msgInfo-reply-modal .personal-msgInfo-reply-sourceCommentInfo .sourceCommentInfo-title {
    margin-bottom: 5px;
}
.personal-msgInfo-reply-modal .personal-msgInfo-reply-sourceCommentInfo .sourceCommentInfo-title span{
    color: rgb(74,74,74);
    font-weight: bold;
    font-size: 14px;
}
.personal-msgInfo-reply-modal .personal-msgInfo-reply-sourceCommentInfo .sourceCommentInfo-title span.sourceCommentUserName {
    margin-right: 15px;
}
.personal-msgInfo-reply-modal .personal-msgInfo-reply-sourceCommentInfo .sourceCommentInfo-title span.sourceCommentTime {
    color: rgb(120,120,120);
    font-weight: normal;
}
.personal-msgInfo-reply-modal .personal-msgInfo-reply-sourceCommentInfo .sourceCommentInfo-text {
    font-size: 16px;
    color: rgb(143,143,143);
}
.personal-msgInfo-reply-modal .personal-msgInfo-reply-header {
    height: 45px;
    line-height: 45px;
    border: 1px solid rgb(203,203,203);
    padding-left: 10px;
    border-bottom: none;
    border-top: 2px solid rgb(59,104,184);
}
.personal-msgInfo-reply-modal .personal-msgInfo-reply-header>span{
    margin-right: 10px;
}
.personal-msgInfo-reply-modal .send-faceImg {
    width: 18px;
    height: 18px;
    background-image: url('https://iplaymtg.oss-cn-beijing.aliyuncs.com/static/images/personal/faceLogo_default_style.png');
    background-size: contain;
    margin-right: 5px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}
.personal-msgInfo-reply-modal .send-localImg {
    width: 16px;
    height: 16px;
    cursor: pointer;
    vertical-align: middle;
    margin-right: 5px;
}
.personal-msgInfo-reply-modal .face_bag {
    position: absolute;
    width: 660px;
    overflow: hidden;
    background-color: white;
    border: 1px solid rgb(203,203,203);
}
.personal-msgInfo-reply-modal .commentBox-imageContent{
    overflow: hidden;
    border-top: 1px dashed rgb(74,74,74);
}
.personal-msgInfo-reply-modal .commentBox-imageContent>li{
    float: left;
    width: 120px;
    height: 120px;
    text-align: center;
    position: relative;
    cursor: default;
    margin: 5px 3px;
}
.personal-msgInfo-reply-modal .commentBox-imageBox>span,.personal-msgInfo-reply-modal .comment-imageBox>span,.personal-msgInfo-reply-modal .commentHot-imageBox>span{
    margin-left: 5px;
}
.personal-msgInfo-reply-modal .commentBox-imageContent>li>img{
    width: 100%;
    height: 100%;
}
.personal-msgInfo-reply-modal .reply_img_close{
    position: absolute;
    right: 3px;
    top: 3px;
    cursor: pointer;
    background-image: url('https://iplaymtg.oss-cn-beijing.aliyuncs.com/static%2Fimages%2Fwebimg%2Freply%2Fclose.png');
    display: inline-block;
    background-size: 20px;
    width: 20px;
    height: 20px;
}
.personal-msgInfo-reply-content textarea {
    width: 100%;
    height: 266px;
    border: 1px solid rgb(203,203,203);
    padding: 10px;
    font-size: 16px;
    outline: none;
}

/*表情相关样式*/
.personal-msgInfo-reply-modal .facebag-area {
    overflow: hidden;
    /*border: 1px solid rgb(155,155,155);*/
    width: 100%;
}
.personal-msgInfo-reply-modal .facebag-series {
    overflow: hidden;
    padding: 5px 20px;
    border-bottom: 1px solid rgb(213,213,213);
}
.personal-msgInfo-reply-modal .facebag-series>ul>li {
    float: left;
    font-size: 14px;
    margin-right: 10px;
    color: rgb(120,120,120);
    cursor: pointer;
    height: 30px;
    line-height: 30px;
}
.personal-msgInfo-reply-modal .facebag-series>ul>li.active {
    color: rgb(59,104,184);
}
.personal-msgInfo-reply-modal .facebag-series>ul>li.active:after {
    content: '';
    position: absolute;
    border-top: 2px solid rgb(59,104,184);
    width: 100%;
    bottom: -5px;
    left: 0;
}
.personal-msgInfo-reply-modal .facebag-images {
    clear: both;
    overflow: auto;
    padding: 10px 15px;
    height: 223px;
}
.personal-msgInfo-reply-modal .facebag-images>img {
    float: left;
    display: inline-block;
    width: 91px;
    height: 91px;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 16px;
}

/*系统通知*/
.personal-sysMsgInfo-contentBox .user-content-nodata {
    text-align: center;
    padding: 20px;
    color: rgb(200,200,200);
    font-size: 16px;
}
ul.sysMsgInfoList>li.sysMsgInfo-item {
    padding: 10px 0px;
    cursor: default;
}
.personal-sysMsgInfo-contentBox .sysMsgInfo-item-msgContent {
    font-size: 16px;
    width: 600px;
    word-break: break-all;
    margin-bottom: 5px;
}
.sysMsgInfo-item+.sysMsgInfo-item {
    border-top: 1px solid rgb(229,236,241);
}
.personal-sysMsgInfo-contentBox .sysMsgInfo-item-msgDate>span {
    color: rgb(155,155,155);
    font-size: 12px;
}
.personal-sysMsgInfo-contentBox li.sysMsgInfo-item .clickGet {
    position: absolute;
    right: 0;
    top: 13px;
    width: 83px;
    height: 22px;
    font-size: 14px;
    background-color: white;
    color: rgb(59,104,184);
    border: 1px solid rgb(59,104,184);
    border-radius: 3px;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
    transition: all .2s ease-in-out;
}
.personal-sysMsgInfo-contentBox li.sysMsgInfo-item .clickGet:hover{
    background-color: rgb(59,104,184);
    color: white;
}
.personal-sysMsgInfo-contentBox span.click-get-achievement {
    position: absolute;
    right: 0;
    top: 12px;
    color: #3b68b8;
    cursor: pointer;
}
.personal-get-achievement .prompting-txt {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}
.personal-get-achievement .achievement-img {
    width: 400px;
    margin: 0 auto;
    margin-top: 20px;
}
.personal-get-achievement .achievement-img>img {
    width: 100%;
}
.personal-get-achievement .achievement-title {
    width: 400px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    margin-top: 5px;
}
/*系统公告*/
.personal-publicMsgInfo-contentBox ul.publicMsgInfoList>li {
    padding: 10px 0;
    cursor: default;
}
.personal-publicMsgInfo-contentBox ul.publicMsgInfoList>li .sysMsgInfo-item-title {
    font-size: 16px;
    margin-bottom: 10px;
}
.personal-publicMsgInfo-contentBox ul.publicMsgInfoList>li .sysMsgInfo-item-msgContent {
    margin-bottom: 10px;
}
.personal-publicMsgInfo-contentBox ul.publicMsgInfoList>li .sysMsgInfo-item-msgDate {
    color: rgb(155,155,155);
    font-size: 12px;
}

/*收藏夹*/
.personal-favorites-contentBox .personal-favorites-header {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid rgb(229,236,241);
}
.personal-favorites-header span.nav-tab {
    margin-right: 30px;
    font-size: 16px;
    color: rgb(155,155,155);
    cursor: pointer;
    position: relative;
}
.personal-favorites-header span.nav-tab.active {
    color: rgb(59,104,184);
}
.personal-favorites-contentBox li.topic-collection-item {
    padding: 10px 0 10px 0;
    overflow: hidden;
    cursor: default;
}
li.topic-collection-item+li.topic-collection-item {
    border-top: 1px solid rgb(229,236,241);
}
.personal-favorites-contentBox li.article-collection-item {
    padding: 16px 0;
    overflow: hidden;
    cursor: default;
}
li.article-collection-item+li.article-collection-item {
    border-top: 1px solid rgb(229,236,241);
}
.personal-favorites-contentBox .article-collection-item-articleIcon {
    width: 190px;
    height: 108px;
    float: left;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.personal-favorites-contentBox .article-collection-item-articleIcon>img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    transform: scale(1);
    transition: transform .3s ease-in-out;
    -webkit-transition: -webkit-transform .3s ease-in-out;
}
.personal-favorites-contentBox li.article-collection-item:hover .article-collection-item-articleIcon>img{
    transform: scale(1.05);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}
.personal-favorites-contentBox .article-collection-item-articleIcon .seedTitle {
    position: absolute;
    left: 7px;
    bottom: 5px;
    background-color: rgba(0,0,0,0.4);
    color: white;
    border-radius: 3px;
    padding: 1px 8px;
}
.personal-favorites-contentBox li.article-collection-item .seperateLine {
    display: inline-block;
    border-right: 1px solid white;
    height: 10px;
    margin: 0 5px;
}
.personal-favorites-contentBox .article-collection-item-articleInfo {
    margin-left: 206px;
    height: 108px;
    position: relative;
}
.personal-favorites-contentBox .article-collection-item-articleTitle {
    max-width: 400px;
    word-break: break-all;
    font-size: 18px;
    color: rgb(74,74,74);
    margin-bottom: 5px;
    font-weight: bold;
    cursor: pointer;
}
.personal-favorites-contentBox li.article-collection-item:hover .article-collection-item-articleTitle{
    color: rgb(59,104,184);
}
.personal-favorites-contentBox .article-collection-item-articleInfoFooter {
    width: 504px;
    font-size: 12px;
    color: rgb(120,120,120);
    position: absolute;
    bottom: -4px;
}
.article-collection-item-articleInfoFooter span.feedAuthor {
    max-width: 200px;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: bottom;
}
.article-collection-item-articleInfoFooter span.clazz-span {
    color: rgb(59,104,184);
    border: 1px solid rgb(59,104,184);
    padding: 3px 5px;
    border-radius: 3px;
}
.article-collection-item-articleInfoFooter span.seedTitle {
    display: inline-block;
    width: 90px;
}
.article-collection-item-articleInfoFooter span.feedTime {
    display: inline-block;
    width: 120px;
}
li.article-collection-item button.deleteArticleCollect {
    position: absolute;
    top: 20px;
    right: 0;
    background-color: white;
    color: rgb(239,99,111);
    border: 1px solid rgb(239,99,111);
    border-radius: 3px;
    width: 56px;
    height: 22px;
    font-size: 14px;
    cursor: pointer;
    transition: all .2s ease-in-out;
}
li.article-collection-item button.deleteArticleCollect:hover{
    color: white;
    background-color: rgb(239,99,111);
}
.topic-collection-item+.topic-collection-item {
    border-top: 1px solid rgb(235,242,251);
}
.personal-favorites-contentBox .topic-collection-item-topicTitle {
    margin-bottom: 5px;
    color: rgb(74,74,74);
    font-size: 18px;
    max-width: 600px;
    word-break: break-all;
    font-weight: bold;
    cursor: pointer;
}
.personal-favorites-contentBox .topic-collection-item-topicTitle:hover{
    color: rgb(59,104,184);
}
.personal-favorites-contentBox .topic-collection-item-topicDescription {
    margin-bottom: 9px;
    color: rgb(120,120,120);
    width: 600px;
    word-break: break-all;
}
.personal-favorites-contentBox .topic-collection-item-topicImgs {
    width: 600px;
    overflow: hidden;
    position: relative;
    margin-bottom: 5px;
}
.personal-favorites-contentBox .topic-collection-item-topicImgs>img {
    width: 90px;
    height: 90px;
    margin-right: 5px;
}
.personal-favorites-contentBox .topic-collection-item-topicImgs span.totalImgNum {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.6);
    color: white;
    padding: 3px 10px;
    border-radius: 3px;
}
.personal-favorites-contentBox .topic-collection-item-topicInfo {
    font-size: 12px;
    color: rgb(120,120,120);
}
.topic-collection-item-topicInfo span.topic-host {
    display: inline-block;
    margin-right: 40px;
}
.topic-collection-item-topicInfo span.topic-title>a {
    color: #3B68B8;
}
.personal-favorites-contentBox li.topic-collection-item button {
    position: absolute;
    top: 20px;
    right: 0;
    background-color: white;
    color: rgb(239,99,111);
    border: 1px solid rgb(239,99,111);
    border-radius: 3px;
    width: 56px;
    height: 22px;
    font-size: 14px;
    cursor: pointer;
    transition: all .2s ease-in-out;
    outline: none;
}
.personal-favorites-contentBox li.topic-collection-item button:hover{
    color: white;
    background-color: rgb(239,99,111);
}
/*分页*/
.personal-userCenter-contentRightFrame .personal-detail-pagination.articleType, .personal-userCenter-contentRightFrame .personal-detail-pagination.forumType>ul {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    padding: 15px 0;
}
.personal-detail-pagination>ul {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    padding: 15px 0
}
.personal-detail-pagination>ul>li {
    float: left;
    display: inline-block;
    line-height: 23px;
    margin-right: 5px
}

.personal-detail-pagination>ul>li {
    float: left;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-right: 10px;
    background-color: #f7f7f7;
    font-size: 16px
}
.personal-detail-pagination>ul>li>a {
    color: #444
}
.personal-detail-pagination>ul>li.page_end,.personal-detail-pagination>ul>li.page_first {
    width: 66px
}
.personal-detail-pagination>ul>li.page_down,.personal-detail-pagination>ul>li.page_up {
    width: 89px
}
.personal-detail-pagination>ul>li.active_page,.personal-detail-pagination>ul>li:hover {
    background-color: #3b68b8
}
.personal-detail-pagination>ul>li.active_page>a,.personal-detail-pagination>ul>li:hover>a {
    color: #fff
}

/*任务与积分*/
.personal-taskAndIntegral-contentBox .personal-tasks-item {
    padding: 10px 0;
}
.personal-tasks-item+.personal-tasks-item {
    border-top: 2px solid #3b68b8;
}
.personal-taskAndIntegral-contentBox .personal-tasks-itemTitle {
    margin-bottom: 10px;
    font-size: 16px;
    color: #444444;
}
.personal-taskAndIntegral-contentBox .personal-tasks-itemContent {
    padding-bottom: 20px;
    text-align: center;
}
.personal-taskAndIntegral-contentBox .personal-tasks-level-bar {
    margin-bottom: 5px;
    text-align: center;
}
.personal-taskAndIntegral-contentBox span.level_num {
    font-size: 16px;
    font-weight: bold;
}
.personal-taskAndIntegral-contentBox span.distance-to-next {
    display: inline-block;
    width: 370px;
    text-align: center;
    margin: 0 8px;
    font-size: 12px;
    letter-spacing: 1px;
}
.personal-taskAndIntegral-contentBox .personal-tasks-credits-bar {
    /*width: 470px;*/
    height: 14px;
    line-height: 14px;
    text-align: center;
}
.personal-taskAndIntegral-contentBox span.credits-progress-bar {
    width: 370px;
    display: inline-block;
    border: 1px solid rgb(59,104,184);
    border-radius: 30px;
    height: 14px;
    line-height: 14px;
    vertical-align: top;
    margin: 0 12px;
    text-align: left;
}
.personal-taskAndIntegral-contentBox span.credits-progress-bar>span{
	background-color: rgb(59,104,184);
    display: inline-block;
    border-radius: 30px;
    height: 12px;
}
.personal-tasks-item .user-task-day {
    margin: 0;
    width: 470px;
    padding-bottom: 30px;
}
.personal-taskAndIntegral-contentBox .user-task-day>.progress{
	background-color:rgb(202,202,202);
}
.personal-taskAndIntegral-contentBox .progress>span {
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    display: block;
    width: 100%;
    text-align: center;
    height: 100%;
    line-height: 30px;
}
.personal-taskAndIntegral-contentBox .user-task-day .progress-bar{
	background-color: rgb(59,104,184);
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.personal-taskAndIntegral-contentBox .user-task-day .progress-bar-success{
	background-color:rgb(59,104,184);
}
.personal-taskAndIntegral-contentBox .content-credit{
	color: rgb(51,88,155);
	font-size: 16px;
}
.personal-tasks-item a.mission_detail {
    color: rgb(59,104,184);
}
.personal-taskAndIntegral-contentBox .user-task-day .progress_task{
    margin-top: 5px;
    padding: 15px 0 15px 20px;
    background: rgb(237,237,237);
    border-radius: 3px;
    border: none;
}
.personal-taskAndIntegral-contentBox .user-task-day .progress_task p{
	margin: 0;
	padding:0;
	font-size: 14px;
}
.personal-taskAndIntegral-contentBox .user-task-day .progress_task p.tasks-introduce {
    font-weight: bold;
    margin-bottom: 10px;
}
/*等级*/
.personal-tasks-itemLevelContent {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    padding-bottom: 20px;
}
.personal-tasks-itemLevelContentLeft, .personal-tasks-itemLevelContentMiddle, .personal-tasks-itemLevelContentRight {
    display: inline-block;
    width: 140px;
    vertical-align: middle;
    position: relative;
}
.personal-tasks-itemLevelContentLeft>p, .personal-tasks-itemLevelContentRight>p {
    text-align: center;
    font-size:14px;
    color:#9b9b9b;
}
.personal-tasks-itemLevelContentLeft>p.credits-now, .personal-tasks-itemLevelContentRight>p.credits-next {
    font-size:26px;
    color:#444444;
}
.personal-taskAndIntegral-contentBox .personal-tasks-itemLevelContentMiddle .circle {
    position: relative;
    width: 140px;
    height: 140px;
    border-width: 14px;
    border-color: #3b68b8;
    border-style: solid;
    border-radius: 50%;
}
.personal-taskAndIntegral-contentBox .personal-tasks-itemLevelContentMiddle .circle .bar {
    position: absolute;
    width: 70px;
    height: 140px;
    overflow: hidden;
}
.personal-taskAndIntegral-contentBox .personal-tasks-itemLevelContentMiddle .circle .bar-left {
    top: -14px;
    left: -13px;
}
.personal-taskAndIntegral-contentBox .personal-tasks-itemLevelContentMiddle .circle .bar-left .bar-left-an{
    position: absolute;
    z-index: 10;
    width: 140px;
    height: 140px;
    border-width: 12px;
    border-color: transparent transparent #00acff #00acff;
    border-style: solid;
    border-radius: 50%;
    transform: rotate(-135deg);
}
.personal-taskAndIntegral-contentBox .personal-tasks-itemLevelContentMiddle .circle .bar-right {
    top: -14px;
    left: 55px;
}
.personal-taskAndIntegral-contentBox .personal-tasks-itemLevelContentMiddle .circle .bar-right .bar-right-an {
    position: absolute;
    left: -70px;
    z-index: 20;
    width: 140px;
    height: 140px;
    border-width: 12px;
    border-color: #00acff #00acff transparent transparent;
    border-style: solid;
    border-radius: 50%;
    transform: rotate(-135deg);
}
.personal-taskAndIntegral-contentBox .personal-tasks-itemLevelContentMiddle .circle .tx {
    position: absolute;
    padding-top: 20px;
}
.personal-taskAndIntegral-contentBox .personal-tasks-itemLevelContentMiddle .circle .tx>p {
    text-align: center;
    width: 110px;
    font-size:14px;
    color:#9b9b9b;
}
.personal-taskAndIntegral-contentBox .personal-tasks-itemLevelContentMiddle .circle .tx>p:first-child {
    font-size: 40px;
    color: rgb(74,74,74);
    width: 106px;
    height: 50px;
}
/*任务*/
.personal-taskAndIntegral-contentBox .daytask-item {
    display: inline-block;
    vertical-align: top;
    width: 177px;
    text-align: center;
}
.personal-taskAndIntegral-contentBox .daytask-item .daytask-itemTitle {
    color: rgb(74,74,74);
    font-size: 16px;
    margin-bottom: 15px;
    font-family: SimHei;
}
.personal-taskAndIntegral-contentBox .daytask-completeCircl {
    width: 64px;
    height: 64px;
    background: url('https://iplaymtg.oss-cn-beijing.aliyuncs.com/static/images/personal/taskComplete.png');
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    margin-bottom: 15px;
}
.personal-taskAndIntegral-contentBox .daytask-itemProcess {
    margin-bottom: 15px;
}
.personal-taskAndIntegral-contentBox .daytask-itemProcess .circle {
  position: relative;
  width: 64px;
  height: 64px;
  border-width: 4px;
  border-color: rgb(185,208,251);
  border-style: solid;
  border-radius: 50%;
  margin: 0 auto
}
.personal-taskAndIntegral-contentBox .daytask-itemProcess .circle .bar {
  position: absolute;
  width: 32px;
  height: 64px;
  overflow: hidden;
}
.personal-taskAndIntegral-contentBox .daytask-itemProcess .circle .bar-left {
  top: -5px;
  left: -4px;
}
.personal-taskAndIntegral-contentBox .daytask-itemProcess .circle .bar-left .bar-left-an{
  position: absolute;
  z-index: 10;
  width: 64px;
  height: 64px;
  border-width: 4px;
  border-color: transparent transparent rgb(59,104,184) rgb(59,104,184);
  border-style: solid;
  border-radius: 50%;
  transform: rotate(-135deg);
}
.personal-taskAndIntegral-contentBox .daytask-itemProcess .circle .bar-right {
  top: -5px;
  left: 28px;
}
.personal-taskAndIntegral-contentBox .daytask-itemProcess .circle .bar-right .bar-right-an {
  position: absolute;
  left: -32px;
  z-index: 20;
  width: 64px;
  height: 64px;
  border-width: 4px;
  border-color: rgb(59,104,184) rgb(59,104,184) transparent transparent;
  border-style: solid;
  border-radius: 50%;
  transform: rotate(-135deg);
}
.personal-taskAndIntegral-contentBox .daytask-itemProcess .circle .tx {
    position: absolute;
    width: 64px;
    height: 64px;
    text-align: center;
    font-size: 20px;
    color: rgb(74,74,74);
    padding-top: 15px;
    padding-right: 5px;
}
.personal-taskAndIntegral-contentBox .daytask-item .daytask-decription {
    color: rgb(120,120,120);
    font-size: 12px;
}
.personal-taskAndIntegral-contentBox .daytask-item .daytask-decription.completed {
    color: rgb(59,104,184);
}
/*每日任务*/
.personal-taskAndIntegral-contentBox ul.day-tasks-list>li {
    padding: 10px 0;
    cursor: default;
}
li.day-task-item+li.day-task-item{
    border-top: 1px solid #e7eff6;
}
.personal-taskAndIntegral-contentBox ul.day-tasks-list>li .task-title {
    font-size: 14px;
    color: #4a4a4a;
    margin-right: 10px;
}
.personal-taskAndIntegral-contentBox ul.day-tasks-list>li .completed-degree {
    font-size: 14px;
    color: #9b9b9b;
}
.personal-taskAndIntegral-contentBox ul.day-tasks-list>li.reach .completed-degree {
    color:#64af95;
}
.personal-taskAndIntegral-contentBox ul.day-tasks-list>li .circle-area {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #64af95;
    border-radius: 50%;
    vertical-align: text-top;
    margin-right: 4px;
}
.personal-taskAndIntegral-contentBox ul.day-tasks-list>li.reach .circle-area{
    position: relative;
    background-color: #64af95;
}
.personal-taskAndIntegral-contentBox ul.day-tasks-list>li.reach .circle-area:after {
    position: absolute;
    top: -1px;
    left: 2px;
    color: white;
    content: '✓';
    font-size: 12px;
}
.personal-taskAndIntegral-contentBox ul.day-tasks-list>li .add-experience {
    margin-left: 210px;
    margin-right: 15px;
}
.personal-taskAndIntegral-contentBox ul.day-tasks-list>li .add-experience>span:first-child {
    font-size: 14px;
    color: #9b9b9b;
    margin-right: 2px;
}
.personal-taskAndIntegral-contentBox ul.day-tasks-list>li .add-experience>span:last-child {
    font-size: 14px;
    color: #64af95;
}
.personal-taskAndIntegral-contentBox ul.day-tasks-list>li .add-fire>span:first-child {
    font-size: 14px;
    color: #9b9b9b;
    margin-right: 2px;
}
.personal-taskAndIntegral-contentBox ul.day-tasks-list>li .add-fire>i {
    background-image: url(https://iplaymtg.oss-cn-beijing.aliyuncs.com/yingdiWeb/images/personal/fire_logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: text-top;
    width: 11px;
    height: 14px;
    margin-left: 2px;
}

/*成就任务*/
.personal-taskAndIntegral-contentBox ul.achievements-area>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
}
.personal-taskAndIntegral-contentBox ul.achievements-area>li:not(:nth-child(4n+1)) {
    margin-left: 10px;
}
.personal-taskAndIntegral-contentBox ul.achievements-area>li .achievement-icon {
    width: 170px;
    height: 90px;
}
.personal-taskAndIntegral-contentBox ul.achievements-area>li .achievement-title {
    text-align: center;
    font-size: 16px;
    color: #4a4a4a;
    margin-top: 4px;
}
.personal-taskAndIntegral-contentBox ul.achievements-area>li .lock-shade {
    position: absolute;
    top: 0;
    left: 0;
    width: 170px;
    height: 90px;
    background-color: rgba(0,0,0,0.8);
    text-align: center;
}
.personal-taskAndIntegral-contentBox ul.achievements-area>li .lock-shade>img {
    width: 38px;
    margin-top: 16px;
}
.personal-taskAndIntegral-contentBox ul.achievements-area>li .achievement-detail {
    position: absolute;
    bottom: 30px;
    left: 120px;
    width: 239px;
    padding-bottom: 15px;
    display: none;
    background-color: rgba(0,0,0,0.8);
    overflow: hidden;
    z-index: 100;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
    border-radius: 6px;
    text-align: center;
}
.personal-taskAndIntegral-contentBox ul.achievements-area>li:hover .achievement-detail{
    display: block;
}
.personal-taskAndIntegral-contentBox ul.achievements-area>li .achievement-detail img {
    width: 220px;
    height: 117px;
    margin-top: 10px;
    border-radius: 3px;
}
.personal-taskAndIntegral-contentBox ul.achievements-area>li .achievement-detail .title{
    font-size:18px;
    color:#ffffff;
    margin-top: 5px;
}
.personal-taskAndIntegral-contentBox ul.achievements-area>li .achievement-detail .detail-info {
    padding: 0 10px;
}
.personal-taskAndIntegral-contentBox ul.achievements-area>li .achievement-detail .detail-info>div {
    margin-bottom: 10px;
}
.personal-taskAndIntegral-contentBox ul.achievements-area>li .achievement-detail .detail-info p {
    font-size: 14px;
    color: #e1e1e1;
    margin-top: 4px;
}

/*我的营火*/
.personal-myFire-contentBox .content-item:last-child {
    border-top: 2px solid #3b68b8;
    margin-top: 20px;
}
.personal-myFire-contentBox .content-item .item-title {
    padding-top: 10px;
    font-size: 16px;
    color: #444444;
}
.personal-myFire-contentBox .fires-show {
    height: 60px;
    line-height: 60px;
    text-align: center;
}
.personal-myFire-contentBox .fires-show .fires-num {
    font-size: 60px;
    color: #444444;
}
.personal-myFire-contentBox .fires-show>i {
    background-image: url(https://iplaymtg.oss-cn-beijing.aliyuncs.com/yingdiWeb/images/personal/fire_logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: text-bottom;
    width: 40px;
    height: 52px;
    margin-left: 4px;
}
.personal-myFire-contentBox .screen-type {
    position: relative;
}
.personal-myFire-contentBox .screen-type>span {
    font-size: 14px;
    color: #3b68b8;
    cursor: pointer;
}
.personal-myFire-contentBox .screen-type>ul {
    position: absolute;
    right: 0;
    display: none;
    background-color: #f7f7f7;
    box-shadow: -1px 1px 2px 0 rgba(0,0,0,0.25);
    border-radius: 3px;
    width: 72px;
    z-index: 2;
}
.personal-myFire-contentBox .screen-type.active>ul{
    display: block;
}
.personal-myFire-contentBox .screen-type>ul>li {
    font-size: 14px;
    color: #000000;
    text-align: center;
    padding: 5px 0;
}
.personal-myFire-contentBox .screen-type>ul>li:hover{
    color: #3b68b8;
}
.personal-myFire-contentBox .screen-type>ul>li.active {
    color: #3b68b8;
}
.personal-myFire-contentBox ul.history-list{
    margin-top: 10px;
}
.personal-myFire-contentBox ul.history-list>li{
    position: relative;
    padding:10px 0;
    cursor: default;
}
li.fire-history-item+li.fire-history-item{
    border-top: 1px solid #ecf1f5;
}
.personal-myFire-contentBox ul.history-list>li .fire-used-for {
    font-size: 16px;
    color: #4a4a4a;
    margin-bottom: 6px;
}
.personal-myFire-contentBox ul.history-list>li .time{
    font-size:14px;
    color:#9b9b9b;
}
.personal-myFire-contentBox ul.history-list>li .fires-num-detail {
    position: absolute;
    right: 0;
    bottom: 10px;
}
.personal-myFire-contentBox ul.history-list>li .fires-num-detail .fire-num {
    font-size: 20px;
    color: #4a4a4a;
}
.personal-myFire-contentBox ul.history-list>li .fires-num-detail>i {
    background-image: url(https://iplaymtg.oss-cn-beijing.aliyuncs.com/yingdiWeb/images/personal/fire_logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: inherit;
    width: 12px;
    height: 15px;
    margin-left: 4px;
}


/*个人设置*/
/*.personal-infoConfig-Item+.personal-infoConfig-Item {
    border-top: 1px solid rgb(229,236,241);
}*/
.personal-infoConfig-contentBox .personal-infoConfig-Item {
    padding: 10px 0 40px 0;
}
.personal-infoConfig-Item+.personal-infoConfig-Item {
    border-top: 2px solid rgb(59,104,184);
}
.personal-infoConfig-contentBox .operate-btn {
    color: #3b68b8;
    font-size: 14px;
    cursor: pointer;
}
.personal-infoConfig-contentBox .personal-config-itemTitle {
    font-size: 16px;
    color: #000000;
    margin-bottom: 20px;
}
.personal-infoConfig-contentBox .personal-config-itemTip {
    font-size: 14px;
    color: #4A4A4A;
    margin-bottom: 10px;
}
.personal-infoConfig-contentBox .config-headImg .headImgArea {
    position: relative;
    width: 110px;
    height: 110px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.personal-infoConfig-contentBox .config-headImg .headImgArea>img{
    width: 100%;
    height: 100%;
}
.personal-infoConfig-contentBox .config-headImg .shade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    border-radius: 50%;
    color: white;
    line-height: 110px;
    text-align: center;
    cursor: pointer;
}
.personal-infoConfig-contentBox .show-description {
    font-size: 14px;
    color: #787878;
}
.personal-config-descritpion-modal textarea {
    width: 100%;
    height: 230px;
    padding: 10px;
}
/*.personal-infoConfig-contentBox textarea{
    width: 100%;
    background-color: #f7f7f7;
    border: none;
    border-radius: 4px;
    height: 125px;
    padding: 10px;
    overflow: auto;
}*/
/*.personal-infoConfig-contentBox .save-area{
    text-align: center;
    margin-top: 10px;
}
.personal-infoConfig-contentBox .save-area>button{
    border: 1px solid #3b68b8;
    border-radius: 3px;
    width: 72px;
    height: 27px;
    background-color: white;
    color: #3b68b8;
    outline: none;
    cursor: pointer;
    transition: all .2s ease-in-out;
}
.personal-infoConfig-contentBox .save-area>button:hover {
    background-color: #3b68b8;
    color: white;
    transition: all .2s ease-in-out;
}*/
/*.personal-infoConfig-contentBox .personal-config-itemInput {
    width: 100%;
    background-color: #f7f7f7;
    border: none;
    border-radius: 4px;
    height: 30px;
    margin-bottom: 15px;
    padding-left: 10px;
}
.personal-infoConfig-contentBox .config-account .checkCode {
    position: relative;
}
.personal-infoConfig-contentBox .config-account .checkCode>button {
    position: absolute;
    background: #3b68b8;
    border: none;
    border-radius:0 4px 4px 0;
    width:112px;
    height: 30px;
    right: 0;
    color: white;
    cursor: pointer;
}*/

/*游戏账号*/
.personal-infoConfig-contentBox .add-game-account>img {
    width: 40px;
    cursor: pointer;
}
.personal-infoConfig-contentBox ul.game-account-bind>li {
    position: relative;
    margin-bottom: 10px;
    font-size: 14px;
    cursor: default;
}
.personal-infoConfig-contentBox ul.game-account-bind>li .delete-account {
    position: absolute;
    right: 0;
    color: rgb(239,99,111);
    cursor: pointer;
}
.personal-infoConfig-contentBox ul.game-account-bind>li>img {
    width: 20px;
    vertical-align: bottom;
    border-radius: 50%;
    margin-right: 10px;
}
.personal-infoConfig-contentBox ul.game-account-bind>li .game-name {
    margin-right: 20px;
}
.user-center-add-gameAccount-modal input{
    width: 300px;
    height: 30px;
    padding-left: 10px;
    margin-left: 20px;
}
.user-center-add-gameAccount-modal .game-type-select{
    position: relative;
    display: inline-block;
}
.user-center-add-gameAccount-modal .game-type-select>a {
    display: inline-block;
    cursor: pointer;
    line-height: 30px;
    background-color: rgb(59,104,184);
    color: white;
    font-size: 14px;
    width: 160px;
    text-align: left;
    text-indent: 15px;
    position: relative;
    border-radius: 3px;
}
.user-center-add-gameAccount-modal .game-type-select>ul {
    display: none;
    width: 160px;
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 1000;
    background-color: rgb(59,104,184);
    border: 1px solid rgb(65,131,209);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.6);
    border-radius: 3px;
}
.user-center-add-gameAccount-modal .game-type-select.active>ul {
    display: block;
}
.user-center-add-gameAccount-modal .game-type-select>ul>li:hover {
    background-color: rgb(26,81,146);
}
.user-center-add-gameAccount-modal .game-type-select>ul>li {
    line-height: 30px;
    text-indent: 15px;
    color: white;
}
.user-center-add-gameAccount-modal .game-type-select>img {
    position: absolute;
    width: 12px;
    height: 12px;
    top: 9px;
    right: 10px;
}
/*绑定手机*/
.personal-infoConfig-contentBox .show-bind-item:last-child {
    margin-top: 15px;
}
.personal-infoConfig-contentBox .show-item-title {
    font-size: 14px;
    color: #444444;
}
.personal-infoConfig-contentBox .show-item-value {
    font-size: 14px;
    color: #787878;
    margin-left: 30px;
}
.personal-bind-phone-modal>div:last-child {
    margin-top: 15px;
}
.personal-bind-phone-modal>div input {
    width: 100%;
    background: #F7F7F7;
    border-radius: 4px;
    border: none;
    height: 38px;
    padding-left: 15px;
}
.personal-bind-phone-modal>div input {
    width: 100%;
    background: #F7F7F7;
    border-radius: 4px;
    border: none;
    height: 38px;
    padding-left: 15px;
    outline: none;
}
.personal-bind-phone-modal>div:first-child input {
    width: 400px;
}
.personal-bind-phone-modal>div:first-child button {
    background-color: #3b68b8;
    color: white;
    border: none;
    height: 36px;
    width: 80px;
    border-radius: 4px;
    cursor: pointer;
}
/*绑定邮箱*/
.personal-bind-email-modal>div input {
    width: 100%;
    height: 38px;
    background: #F7F7F7;
    border-radius: 4px;
    border: none;
    padding-left: 15px;
}

/*修改密码*/
.personal-modify-pwd-modal>div input {
    width: 100%;
    height: 38px;
    border-radius: 4px;
    border: none;
    background-color: #F7F7F7;
    padding-left: 15px;
    outline: none;
}
.personal-modify-pwd-modal>div:not(:first-child) {
    margin-top: 20px;
}


