﻿/*评论与纠错栏目  开始*/

.pc-style .Comment {
    background: #ffffff;
    padding: 10px 20px 20px 20px;
}

.pc-style .Comment .CommentTitle {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    padding: 10px 0px 10px 15px;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}

.pc-style .Comment .CommentTitle:before {
    content: "";
    display: block;
    width: 5px;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0px;
    background: #e53737;
    border-radius: 10px;
}

.pc-style .Comment .CommentTitle .CommentTitleText {
    display: inline;
}

.pc-style .Comment .CommentTitle .InlineBlockTitle {
    display: inline-block;
    font-size: 16px;
    color: #cc3300;
    font-weight: bold;
}

.pc-style .Comment .CommentTitle .RightTitle {
    float: right;
    color: #187C60;
    font-size: 12px;
    font-weight: normal;
}

.pc-style .Comment .CommentTitle .Total {
    font-size: 12px;
    color: #666666;
    font-weight: normal;
}

.pc-style .Comment .CommentTitle .More {
    float: right;
    font-size: 12px;
    font-weight: normal;
    font-family: "宋体";
}

.pc-style .Comment .CommentTitle .ChatRecord {
    /*float:right;
	position:relative;*/
    position: absolute;
    font-size: 12px;
    padding-left: 22px;
    font-weight: normal;
    right: 10px;
    top: 0px;
    background: url(../Images/Social_bg0053.gif) left center no-repeat;
    display: none;
}

.pc-style .Comment .CommentTitle .ChatRecord a {
    color: #1e50a2;
    float: left;
    margin-right: 5px;
}

.pc-style .Comment .CommentTitle .ChatRecord a:hover {
    color: #cc0000;
}

.pc-style .Comment .CommentTitle .ChatRecord .Num {
    background: #cc0000;
    border-radius: 16px;
    height: 16px;
    line-height: 16px;
    padding: 0px 5px;
    color: #ffffff;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    float: left;
    margin: 7px 0px;
}

.pc-style .Comment .CommentList .Item {
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 10px 20px 70px;
    position: relative;
    z-index: 1;
    overflow: auto;
    zoom: 1;
    font-size: 14px;
}

.pc-style .Comment .CommentList .Item:last-child {
    border: 0px;
}

.pc-style .Comment .CommentList .Item .User {
    float: left;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 10px;
    top: 20px;
    border-radius: 50px;
    background: #d9d9d9;
}

.pc-style .Comment .CommentList .Item .UserHead {
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.pc-style .Comment .CommentList .RItem .User {
    left: 0px;
    display: none;
}

.pc-style .Comment .CommentList .R_RItem .User {
    left: 0px;
    display: none;
}

.pc-style .Comment .CommentList .Item .ItemCon {}

.pc-style .Comment .CommentList .Item .ItemCon .UserBaseInfo {
    position: relative;
    padding: 5px 0px;
}

.pc-style .Comment .CommentList .Item .ItemCon .UserBaseInfo .NickName {
    font-size: 15px;
    font-weight: bold;
    color: #666666;
    line-height: 20px;
    padding: 10px 0px;
    display: block;
}

.pc-style .Comment .CommentList .Item .ItemCon .UserBaseInfo .Time-Terminal {
    font-family: Arial;
    color: #666666;
    line-height: 20px;
}

.pc-style .Comment .CommentList .Item .ItemCon .UserBaseInfo .Time-Terminal .Type {
    margin-right: 1em;
}

.pc-style .Comment .CommentList .Item .ItemCon .ItemTitle img {
    vertical-align: bottom;
    width: 24px;
    height: 24px;
}

.pc-style .Comment .CommentList .Item .ItemCon .ItemTitle .Type {
    color: #cc0000;
}

.pc-style .Comment .CommentList .Item .ItemCon .ItemTitle a {
    color: #0066cc;
}

.pc-style .Comment .CommentList .Item .ItemCon .ItemTitle a:hover {
    color: #cc0000;
}

.pc-style .Comment .CommentList .Item .ItemCon .ItemTitle .showBtn {
    background: url(https://g.100xuexi.com/CssModel/100eshu/Images/bg02786.gif) right center no-repeat;
    padding-right: 18px
}

.pc-style .Comment .CommentList .Item .ItemCon .ItemTitle .PageNum {
    color: #cc0000;
}

.pc-style .Comment .CommentList .Item .ItemCon .ItemBody {
    color: #333333;
    word-break: break-all;
}

.pc-style .Comment .CommentList .Item .ItemCon .ItemBody p img {
    vertical-align: bottom;
    width: 24px;
    height: 24px;
}

.pc-style .Comment .CommentList .Item .ItemCon .ItemBody .ImgBox {
    margin-top: 10px;
    overflow: hidden;
    zoom: 1;
}

.pc-style .Comment .CommentList .Item .ItemCon .ItemBody .ImgBox li {
    width: 80px;
    height: 80px;
    overflow: hidden;
    position: relative;
    margin: 0px 5px 5px 0px;
    cursor: pointer;
    float: left;
    border: 1px solid #e5e5e5;
    text-align: center;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.pc-style .Comment .CommentList .Item .ItemCon .ItemBody .ImgBox li img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    opacity: 0;
}

.pc-style .Comment .CommentList .Item .ItemCon .ItemBody .ImgBox li .IcoZoom {
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(https://g.100xuexi.com/CssModel/100eshu/Images/bg0309.png) center center no-repeat;
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: none;
}

.pc-style .Comment .CommentList .Item .ItemCon .EbookCutOut {
    border: 1px solid #e5e5e5;
    background: #f5f5f5;
    padding: 10px 15px;
    color: #666666;
    border-radius: 4px;
    margin: 10px 0px;
}

.pc-style .Comment .CommentList .Item .ItemCon .ItemBody .ImgBox li:hover .IcoZoom {
    display: block;
}

.pc-style .Comment .CommentList .Item .ItemCon .ToolBar {
    color: #666666;
    overflow: hidden;
}

.pc-style .Comment .CommentList .Item .ItemCon .ToolBar .BtnContainer {
    float: left;
    height: 22px;
}

.pc-style .Comment .CommentList .Item .ItemCon .ToolBar .BtnContainer a {
    float: left;
    margin-right: 14px;
    cursor: pointer;
    color: #0066cc;
}

.pc-style .Comment .CommentList .Item .ItemCon .ToolBar .BtnContainer a:hover {
    text-decoration: underline;
    color: #cc0000;
}

.pc-style .Comment .CommentList .Item .ItemCon .ToolBar .BtnContainer .BtnGood {
    background: url(https://g.100xuexi.com/CssModel/100eshu/Images/bg02782.gif) left 3px no-repeat;
    padding-left: 16px;
    color: #cc0000;
    display: none;
}

.pc-style .Comment .CommentList .Item .ItemCon .ToolBar .BtnContainer .BtnBad {
    background: url(https://g.100xuexi.com/CssModel/100eshu/Images/bg02783.gif) left 6px no-repeat;
    padding-left: 16px;
    color: #cc0000;
    display: none;
}

.pc-style .Comment .CommentList .Item .ItemCon .ReplyList {
    border-radius: 4px;
    background: #f5f5f5;
    margin-top: 5px;
}

.pc-style .Comment .CommentList .Item .ItemCon .ReplyList .RItem {
    padding: 10px;
    position: relative;
    border-top: 1px solid #e5e5e5;
}

.pc-style .Comment .CommentList .Item .ItemCon .ReplyList .RItem:first-child {
    border: 0px;
}

.pc-style .Comment .CommentList .Item .ItemCon .ReplyList .RItem .ToolBar .Time {
    float: left;
    font-family: Arial;
}

.pc-style .Comment .CommentList .Item .ItemCon .ReplyList .RItem .ToolBar .BtnReply {
    float: left;
    width: 12px;
    height: 12px;
    background: url(https://g.100xuexi.com/CssModel/100eshu/Images/bg0308.gif) center center no-repeat;
    cursor: pointer;
    padding: 5px 6px;
}

.pc-style .Comment .CommentList .Item .ItemCon .ReplyList .R_RItem {
    padding: 10px;
    position: relative;
}

.pc-style .Comment .CommentList .Item .ItemCon .ReplyList .R_RItem .ToolBar .Time {
    float: left;
    font-family: Arial;
}

.pc-style .Comment .CommentList .Item .ItemCon .ReplyList .R_RItem .ToolBar .BtnReply {
    float: left;
    width: 12px;
    height: 12px;
    background: url(https://g.100xuexi.com/CssModel/100eshu/Images/bg0308.gif) center center no-repeat;
    cursor: pointer;
    padding: 5px 6px;
}

.pc-style .Comment .CommentList .Item .ItemCon .ReplyList .EditorReply {
    /*	background:#fff2de;*/
    background: #f5f5f5;
}

.pc-style .Comment .CommentList .Item .ItemCon .ReplyList .EditorReply .ItemTitle {
    font-weight: normal;
    color: #333333;
}

.pc-style .Comment .CommentList .Item .ItemCon .ReplyList .EditorReply .ItemTitle .Sign {
    color: #ffffff;
    background: #E4393C;
    display: inline-block;
    padding: 1px 2px;
    line-height: 14px;
    margin-left: 5px;
    border-radius: 2px;
}

.pc-style .Comment .CommentList .Item .ItemCon .ReplyList .EditorReply .ItemBody {
    color: #333333;
}

.pc-style .Comment .CommentList .Item .ItemCon .ItemBody .ShareLink {
    height: 44px;
    overflow: hidden;
    background: #f5f5f5;
    padding: 4px;
    display: block;
}

.pc-style .Comment .CommentList .Item .ItemCon .ItemBody .ShareLink .ShareImg {
    width: 44px;
    height: 44px;
    float: left;
    overflow: hidden;
}

.pc-style .Comment .CommentList .Item .ItemCon .ItemBody .ShareLink .ShareImg img {
    width: 44px;
    height: 44px;
}

.pc-style .Comment .CommentList .Item .ItemCon .ItemBody .ShareLink .ShareText {
    margin-left: 56px;
    height: 44px;
    display: block;
    overflow: hidden;
    color: #000000;
}

.pc-style .Comment .ReplyForm {
    /*background:url(https://g.100xuexi.com/CssModel/100eshu/Images/bg0115_0.gif) -1012px top no-repeat;
	padding-top:8px;*/
    display: none;
}

.pc-style .Comment .ReplyForm .ReplyBox {
    border: 1px solid #e5e5e5;
    background: #f5f5f5;
    padding: 10px;
    overflow: hidden;
    zoom: 1;
}

.pc-style .Comment .ReplyForm .TextBoxOuter {
    border: 1px solid #e5e5e5;
    margin-bottom: 10px;
    padding: 5px 5px;
    background: #ffffff;
}

.pc-style .Comment .ReplyForm .TextBox {
    height: 80px;
    outline: 0px;
    clear: both;
    border: 0px;
    display: block;
    width: 100%;
}

.pc-style .Comment .ReplyForm .BtnContainer .OtherTypeMsg {
    float: left;
}

.pc-style .Comment .ReplyForm .BtnContainer .OtherTypeMsg li {
    width: 32px;
    height: 32px;
    margin-right: 5px;
    float: left;
    cursor: pointer;
}

.pc-style .Comment .ReplyForm .OtherTypeMsg .BtnFace {
    background: url(https://g.100xuexi.com/CssModel/100eshu/Images/Social_bg0037.png) center center no-repeat;
}

.pc-style .Comment .ReplyForm .OtherTypeMsg .BtnImg {
    background: url(https://g.100xuexi.com/CssModel/100eshu/Images/Social_bg0038.png) center center no-repeat;
}

.pc-style .Comment .ReplyForm .OtherTypeMsg .BtnLink {
    background: url(https://g.100xuexi.com/CssModel/100eshu/Images/Social_bg0069.png) center center no-repeat;
}

.pc-style .Comment .ReplyForm .BtnContainer {
    color: #666666;
    height: 32px;
}

.pc-style .Comment .ReplyForm .BtnSubmit {
    width: 60px;
    height: 32px;
    cursor: pointer;
    border: 0px;
    text-align: center;
    line-height: 32px;
    background: #e53737;
    border-radius: 3px;
    color: #ffffff;
    float: right;
    display: block;
}

.pc-style .Comment .ReplyForm .BtnSubmit:hover {
    background: #e53737;
    color: #ffffff;
}

.pc-style .Comment .ReplyForm .BtnSubmitTalk {
    width: 60px;
    height: 32px;
    cursor: pointer;
    border: 0px;
    text-align: center;
    line-height: 32px;
    background: #e53737;
    color: #ffffff;
    float: right;
    display: block;
    font-size: 14px;
    border-radius: 2px;
}

.pc-style .Comment .ReplyForm .BtnSubmitTalk:hover {
    background: #cc0000;
    color: #ffffff;
}

.pc-style .Comment .ReplyForm .ImgUploadList dt {
    margin-bottom: 5px;
    position: relative;
}

.pc-style .Comment .ReplyForm .ImgUploadList dt .BtnClose {
    position: absolute;
    right: 0px;
    top: 0px;
    background: url(https://g.100xuexi.com/CssModel/100eshu/Images/bg0101.gif) center center no-repeat;
    width: 20px;
    height: 20px;
}

.pc-style .Comment .ReplyForm .ImgUploadList dt .BtnClose:hover {
    background: url(https://g.100xuexi.com/CssModel/100eshu/Images/bg0102.gif) center center no-repeat;
}

.pc-style .Comment .ReplyForm .ImgUploadList {
    padding: 5px 10px;
    display: block;
    border: 1px solid #e5e5e5;
    background: #ffffff;
    clear: both;
    margin-top: 10px;
    display: none;
}

.pc-style .Comment .ReplyForm .ImgUploadList ul {
    overflow: hidden;
    zoom: 1;
}

.pc-style .Comment .ReplyForm .ImgUploadList li {
    width: 120px;
    height: 120px;
    overflow: hidden;
    position: relative;
    margin: 0px 5px 5px 0px;
    float: left;
    border: 1px solid #e5e5e5;
    text-align: center;
    background: #ffffff;
}

.pc-style .Comment .ReplyForm .ImgUploadList li img {
    width: 120px;
    height: 120px;
}

.pc-style .Comment .ReplyForm .ImgUploadList li .BtnDel {
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(https://g.100xuexi.com/CssModel/100eshu/Images/bg0310.png) center center no-repeat;
    position: absolute;
    right: 0px;
    top: 0px;
}

.pc-style .Comment .ReplyForm .ImgUploadList li.AddImg {
    background: url(https://g.100xuexi.com/CssModel/100eshu/Images/Social_bg0015.png) center center no-repeat;
    cursor: pointer;
}

.pc-style .Comment .ReplyForm .ImgUploadList li.AddImg:hover {
    background: #f5f5f5 url(https://g.100xuexi.com/CssModel/100eshu/Images/Social_bg0015.png) center center no-repeat;
}

/*纠错题库定位*/

.pc-style .Comment .TestQuestion {
    display: none;
}

.pc-style .Comment .question {
    border: 1px dashed #ff6a00;
    margin: 10px 0px;
    border-radius: 4px;
}

.pc-style .Comment .question p {
    margin: 0px;
}

.pc-style .Comment .question .closeBtn {
    font-family: 宋体;
    float: right;
    font-size: 20px;
    color: red;
    font-weight: bold;
    display: block;
    padding: 2px;
    position: relative;
    z-index: 2000;
}

.pc-style .Comment .question .questionContent {
    margin: 10px;
}

.pc-style .Comment .question .paperTitle {
    font-weight: bold;
    padding: 10px 15px 10px 15px;
}

.pc-style .Comment .subquestion {
    margin: 0px 15px 15px 15px;
    border: 1px solid #DDD;
    padding: 10px;
    position: relative;
}

.pc-style .Comment .subquestion ul {
    margin-left: 0px;
}

.pc-style .Comment .feedbackTip {
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #D05050;
    color: #FFF;
    font-size: 12px;
    padding: 5px 8px;
}

.pc-style .Comment .feedback {
    background: #ffe9e9 url(https://g.100xuexi.com/CssModel/XXTK/Images_sc/bg02785.gif) right bottom no-repeat;
}

.pc-style .Comment .ViewMore {
    padding: 10px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
}

.pc-style .Comment .ViewMore a {
    color: #00427C;
    line-height: 24px;
    font-size: 14px;
}

.pc-style .Comment .ViewMore a:hover {
    color: #cc0000;
}

.pc-style .Comment .ShowMore {
    padding: 5px;
    background: #f5f5f5;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
}

.pc-style .Comment .ShowMore a {
    color: #00427C;
    line-height: 24px;
}

.pc-style .Comment .ShowMore a:hover {
    color: #cc0000;
}

.pc-style .Comment .GrabSofa {
    background: url(https://g.100xuexi.com/CssModel/100eshu/Images/bg0308.gif) right center no-repeat;
    display: block;
    width: 120px;
    text-align: right;
    height: 24px;
    margin: 0px auto;
    padding-right: 16px;
    color: #0066cc;
    font-size: 12px;
}

.pc-style .Comment .GrabSofa:hover {
    color: #cc0000;
}

/*评论与纠错栏目  结束*/

/*鼠标悬停显示的用户基本信息-begin*/

.pc-style .UserInfoBox {
    position: absolute;
    border: 4px solid #cccccc;
    background: #ffffff;
    width: 360px;
    height: 135px;
    overflow: hidden;
    display: none;
    z-index: 3000;
}

.pc-style .UserInfoBox .InfoCon {
    padding: 10px 10px 10px 90px;
    position: relative;
    height: 70px;
}

.pc-style .UserInfoBox .InfoCon .HeadImgBox {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 10px;
    top: 10px;
}

.pc-style .UserInfoBox .InfoCon .HeadImgBox img {
    width: 70px;
    height: 70px;
    border-radius: 4px;
}

.pc-style .UserInfoBox .InfoCon li {
    overflow: hidden;
    zoom: 1;
}

.pc-style .UserInfoBox .InfoCon .NickName {
    float: left;
    white-space: nowrap;
    font-family: Arial, "fzlth", "微软雅黑", "宋体";
    font-size: 16px;
    font-weight: normal;
    color: #333333;
    line-height: 24px;
}

.pc-style .UserInfoBox .InfoCon .Time {
    float: right;
    font-family: Arial;
    color: #666666;
}

.pc-style .UserInfoBox .InfoCon .Male {
    float: left;
    height: 16px;
    width: 24px;
    background: #00a0e9 url(https://g.100xuexi.com/CssModel/100eshu/Images/Social_bg0002.png) left center no-repeat;
    text-align: right;
    color: #ffffff;
    font-family: Arial;
    font-size: 10px;
    line-height: 16px;
    margin: 3px 10px 3px 0px;
    padding: 0px 3px;
    overflow: hidden;
    border-radius: 2px;
}

.pc-style .UserInfoBox .InfoCon .Female {
    float: left;
    height: 16px;
    width: 24px;
    background: #e4007f url(https://g.100xuexi.com/CssModel/100eshu/Images/Social_bg0001.png) left center no-repeat;
    text-align: right;
    color: #ffffff;
    font-family: Arial;
    font-size: 10px;
    line-height: 16px;
    margin: 3px 10px 3px 0px;
    padding: 0px 3px;
    overflow: hidden;
    border-radius: 2px;
}

.pc-style .UserInfoBox .InfoCon .Position {
    float: left;
    background: url(https://g.100xuexi.com/CssModel/100eshu/Images/Social_bg0003.png) right center no-repeat;
    color: #666666;
    padding-right: 12px;
}

.pc-style .UserInfoBox .InfoCon .Signature {
    color: #666666;
    height: 22px;
    overflow: hidden;
}

.pc-style .UserInfoBox .BtnContianer {
    height: 44px;
    background: url(https://g.100xuexi.com/CssModel/100eshu/Images/Social_bg0028.png) left top repeat-x;
    display: block;
    border-top: 1px solid #e5e5e5;
}

.pc-style .UserInfoBox .BtnContianer li {
    width: 50%;
    float: left;
}

.pc-style .UserInfoBox .BtnContianer li a {
    display: block;
    height: 20px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    padding: 12px 0px;
}

.pc-style .UserInfoBox .BtnContianer li .BtnSendMsg {
    border-right: 1px solid #e5e5e5;
}

.pc-style .UserInfoBox .BtnContianer li .BtnSendMsg .Ico {
    width: 24px;
    height: 20px;
    background: url(https://g.100xuexi.com/CssModel/100eshu/Images/Social_bg0029.png) center center no-repeat;
    display: inline-block;
    zoom: 1;
    vertical-align: -4px;
    margin-right: 3px;
}

.pc-style .UserInfoBox .BtnContianer li .BtnCheckOut .Ico {
    width: 24px;
    height: 20px;
    background: url(https://g.100xuexi.com/CssModel/100eshu/Images/Social_bg0030.png) center center no-repeat;
    display: inline-block;
    zoom: 1;
    vertical-align: -4px;
    margin-right: 3px;
}

/*鼠标悬停显示的用户基本信息-end*/

/*表情弹出框*/

.pc-style .FaceBox {
    width: 480px;
    border: 1px solid #e5e5e5;
    padding: 2px;
    position: absolute;
    display: none;
    z-index: 100000;
    background: #ffffff;
}

.pc-style .FaceBox ul {
    overflow: hidden;
    zoom: 1;
}

.pc-style .FaceBox li {
    width: 24px;
    height: 24px;
    border: 1px solid #f0f0f0;
    margin: 1px;
    float: left;
    text-align: center;
    padding: 2px;
    cursor: pointer;
}

.pc-style .FaceBox li img {
    max-width: 24px;
    max-height: 24px;
}

.pc-style .FaceBox li:hover {
    border: 1px solid #0066cc;
}

/*表情弹出框*/

.pc-style .FaceBox92 {
    width: 480px;
    border: 1px solid #e5e5e5;
    padding: 2px;
    position: absolute;
    display: none;
    z-index: 4001;
    background: #ffffff;
}

.pc-style .FaceBox92 ul {
    overflow: hidden;
    zoom: 1;
}

.pc-style .FaceBox92 li {
    width: 24px;
    height: 24px;
    border: 1px solid #f0f0f0;
    margin: 1px;
    float: left;
    text-align: center;
    padding: 2px;
    cursor: pointer;
}

.pc-style .FaceBox92 li img {
    max-width: 24px;
    max-height: 24px;
}

.pc-style .FaceBox92 li:hover {
    border: 1px solid #0066cc;
}

/*查看大图*/

.pc-style .Mask {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.50;
    opacity: 0.50;
    left: 0px;
    top: 0px;
    z-index: 5000;
    display: none;
}

.pc-style .LightBox {
    height: 610px;
    width: 810px;
    border: 1px solid #333333;
    box-shadow: 0px 0px 10px 0px #000000;
    position: absolute;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -405px;
    margin-top: -305px;
    z-index: 5001;
    display: none;
}

.pc-style .LightBox .Bg {
    background: #000000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    height: 610px;
    width: 810px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 5002;
}

.pc-style .LightBox .BtnClose {
    background: url(https://g.100xuexi.com/CssModel/100eshu/Images/bg0310.png) center center no-repeat;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 0px;
    opacity: 1;
    z-index: 5004;
}

.pc-style .LightBox table {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 5003;
}

.pc-style .LightBox table td {
    text-align: center;
    vertical-align: middle;
    padding: 5px;
}

.pc-style .LightBox table td img {
    max-height: 600px;
    max-width: 800px;
    opacity: 1;
}

.pc-style .Pagination {
    text-align: center;
    padding-top: 15px;
}

.pc-style .BtnMyTalk {
    font-size: 14px;
    font-weight: normal;
    color: #0066cc;
    position: absolute;
    right: 50%;
    top: 2px;
    height: 40px;
    line-height: 40px;
    margin-left: -38px;
    background: url(https://g.100xuexi.com/CssModel/100eshu/Images/bg0308.gif) right center no-repeat;
    padding-right: 16px;
}

.pc-style .MyTalk {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    z-index: 99999;
    display: none;
}

.pc-style .MyTalk .MyTalkMask {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
}

.pc-style .MyTalk .MyTalkBox {
    display: block;
    width: 660px;
    padding: 10px 20px 20px 20px;
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -350px;
    margin-top: -200px;
    z-index: 2;
}

.pc-style .MyTalk .FaceBox {
    z-index: 4001;
}

.pc-style .MyTalkTitle {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    padding: 10px 0px;
    position: relative;
}

.pc-style .MyTalkTitle .BtnCloseMyTalk {
    background: url(https://g.100xuexi.com/CssModel/100eshu/Images/Social_bg0042.png) center center no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 10px;
}

.pc-style .MyTalkTitle .BtnCloseMyTalk:hover {
    background: url(../Images/Social_bg0042_0.png) center center no-repeat;
}

.pc-style .MyTalk .AddLink {
    padding: 5px 10px;
    display: block;
    border: 1px solid #e5e5e5;
    background: #ffffff;
    clear: both;
    margin-top: 10px;
    display: none;
}

.pc-style .MyTalk .AddLink dt {
    position: relative;
}

.pc-style .MyTalk .AddLink dt .BtnClose {
    position: absolute;
    right: 0px;
    top: 0px;
    background: url(https://g.100xuexi.com/CssModel/100eshu/Images/bg0101.gif) center center no-repeat;
    width: 20px;
    height: 20px;
}

.pc-style .MyTalk .AddLink .BtnClose:hover {
    background: url(https://g.100xuexi.com/CssModel/100eshu/Images/bg0102.gif) center center no-repeat;
}

.pc-style .MyTalk .AddLink dd {
    padding: 10px 0px;
}

.pc-style .MyTalk .AddLink .TextLinkBox {
    line-height: 22px;
    height: 22px;
    border: 1px solid #999999;
    width: 300px;
    padding: 0px 5px;
    margin-right: 10px;
}

.pc-style .MyTalk .AddLink .Btn {
    background: url(https://g.100xuexi.com/CssModel/100eshu/Images/bg0164.gif) center center no-repeat;
    color: #333333;
    height: 24px;
    width: 50px;
    display: inline-block;
    border: 0px;
    zoom: 1;
    vertical-align: top;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
    margin-right: 10px;
    cursor: pointer;
}

.pc-style .MyTalk .AddLink .Btn:hover {
    background: url(https://g.100xuexi.com/CssModel/100eshu/Images/bg0164_0.gif) center center no-repeat;
    color: #333333;
}

/* 移动端样式 */

/*评论与纠错栏目  开始*/

.mobile-style .Comment {
    background: #ffffff;
    padding: 10px 15px 15px 15px;
    margin: 0px 10px 10px 10px;
    border-radius: 4px;
    overflow: hidden;
}

.mobile-style .Comment .CommentTitle {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    padding-top: 10px;
    position: relative;
}

.mobile-style .Comment .CommentTitle .CommentTitleText {
    padding-left: 15px;
    font-size: 18px;
}

.mobile-style .Comment .CommentTitle .CommentTitleText:before {
    content: "";
    display: block;
    width: 5px;
    position: absolute;
    top: 10px;
    height: 2.4em;
    left: 0px;
    background: #e53737;
    border-radius: 10px;
}

.mobile-style .Comment .CommentTitle .InlineBlockTitle {
    display: inline-block;
    font-size: 16px;
    color: #cc3300;
    font-weight: bold;
}

.mobile-style .Comment .CommentTitle .RightTitle {
    float: right;
    color: #187C60;
    font-size: 12px;
    font-weight: normal;
    display: none;
}

.mobile-style .Comment .CommentTitle .Total {
    font-size: 12px;
    color: #666666;
    font-weight: normal;
    display: block;
    padding-left: 10px;
}

.mobile-style .Comment .CommentTitle .More {
    position: absolute;
    top: 10px;
    right: 0px;
    font-size: 12px;
    font-weight: normal;
    font-family: "宋体";
}

.mobile-style .Comment .CommentTitle .ChatRecord {
    /*float:right;
  position:relative;*/
    position: absolute;
    font-size: 12px;
    padding-left: 22px;
    font-weight: normal;
    right: 10px;
    top: 0px;
    background: url(../Images/Social_bg0053.gif) left center no-repeat;
    display: none;
}

.mobile-style .Comment .CommentTitle .ChatRecord a {
    color: #1e50a2;
    float: left;
    margin-right: 5px;
}

.mobile-style .Comment .CommentTitle .ChatRecord a:hover {
    color: #cc0000;
}

.mobile-style .Comment .CommentTitle .ChatRecord .Num {
    background: #cc0000;
    border-radius: 16px;
    height: 16px;
    line-height: 16px;
    padding: 0px 5px;
    color: #ffffff;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    float: left;
    margin: 7px 0px;
}

.mobile-style .Comment .CommentList .Item {
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 10px 20px 70px;
    position: relative;
    z-index: 1;
    overflow: auto;
    zoom: 1;
    font-size: 14px;
}

.mobile-style .Comment .CommentList .Item:last-child {
    border: 0px;
}

.mobile-style .Comment .CommentList .Item .User {
    float: left;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 10px;
    top: 20px;
    border-radius: 50px;
    background: #d9d9d9;
}

.mobile-style .Comment .CommentList .Item .UserHead {
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.mobile-style .Comment .CommentList .RItem .User {
    left: 0px;
    display: none;
}

.mobile-style .Comment .CommentList .R_RItem .User {
    left: 0px;
    display: none;
}

.mobile-style .Comment .CommentList .Item .ItemCon {}

.mobile-style .Comment .CommentList .Item .ItemCon .UserBaseInfo {
    position: relative;
    padding: 5px 0px;
}

.mobile-style .Comment .CommentList .Item .ItemCon .UserBaseInfo .NickName {
    font-size: 15px;
    font-weight: bold;
    color: #666666;
    line-height: 20px;
    padding: 10px 0px;
    display: block;
}

.mobile-style .Comment .CommentList .Item .ItemCon .UserBaseInfo .Time-Terminal {
    font-family: Arial;
    color: #666666;
    line-height: 20px;
}

.mobile-style .Comment .CommentList .Item .ItemCon .UserBaseInfo .Time-Terminal .Type {
    margin-right: 1em;
}

.mobile-style .Comment .CommentList .Item .ItemCon .ItemTitle img {
    vertical-align: bottom;
    width: 24px;
    height: 24px;
}

.mobile-style .Comment .CommentList .Item .ItemCon .ItemTitle .Type {
    color: #cc0000;
}

.mobile-style .Comment .CommentList .Item .ItemCon .ItemTitle a {
    color: #0066cc;
}

.mobile-style .Comment .CommentList .Item .ItemCon .ItemTitle a:hover {
    color: #cc0000;
}

.mobile-style .Comment .CommentList .Item .ItemCon .ItemTitle .showBtn {
    background: url(https://g.100xuexi.com/CssModel/100eshu/Images/bg02786.gif) right center no-repeat;
    padding-right: 18px
}

.mobile-style .Comment .CommentList .Item .ItemCon .ItemTitle .PageNum {
    color: #cc0000;
}

.mobile-style .Comment .CommentList .Item .ItemCon .ItemBody {
    color: #333333;
    word-break: break-all;
}

.mobile-style .Comment .CommentList .Item .ItemCon .ItemBody p img {
    vertical-align: bottom;
    width: 24px;
    height: 24px;
}

.mobile-style .Comment .CommentList .Item .ItemCon .ItemBody .ImgBox {
    margin-top: 10px;
    overflow: hidden;
    zoom: 1;
}

.mobile-style .Comment .CommentList .Item .ItemCon .ItemBody .ImgBox li {
    width: 80px;
    height: 80px;
    overflow: hidden;
    position: relative;
    margin: 0px 5px 5px 0px;
    cursor: pointer;
    float: left;
    border: 1px solid #e5e5e5;
    text-align: center;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.mobile-style .Comment .CommentList .Item .ItemCon .ItemBody .ImgBox li img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    opacity: 0;
}

.mobile-style .Comment .CommentList .Item .ItemCon .ItemBody .ImgBox li .IcoZoom {
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(https://g.100xuexi.com/CssModel/100eshu/Images/bg0309.png) center center no-repeat;
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: none;
}

.mobile-style .Comment .CommentList .Item .ItemCon .EbookCutOut {
    border: 1px solid #e5e5e5;
    background: #f5f5f5;
    padding: 10px 15px;
    color: #666666;
    border-radius: 4px;
    margin: 10px 0px;
}

.mobile-style .Comment .CommentList .Item .ItemCon .ItemBody .ImgBox li:hover .IcoZoom {
    display: block;
}

.mobile-style .Comment .CommentList .Item .ItemCon .ToolBar {
    color: #666666;
    overflow: hidden;
}

.mobile-style .Comment .CommentList .Item .ItemCon .ToolBar .BtnContainer {
    float: left;
    height: 22px;
}

.mobile-style .Comment .CommentList .Item .ItemCon .ToolBar .BtnContainer a {
    float: left;
    margin-right: 14px;
    cursor: pointer;
    color: #0066cc;
}

.mobile-style .Comment .CommentList .Item .ItemCon .ToolBar .BtnContainer a:hover {
    text-decoration: underline;
    color: #cc0000;
}

.mobile-style .Comment .CommentList .Item .ItemCon .ToolBar .BtnContainer .BtnGood {
    background: url(https://g.100xuexi.com/CssModel/100eshu/Images/bg02782.gif) left 3px no-repeat;
    padding-left: 16px;
    color: #cc0000;
    display: none;
}

.mobile-style .Comment .CommentList .Item .ItemCon .ToolBar .BtnContainer .BtnBad {
    background: url(https://g.100xuexi.com/CssModel/100eshu/Images/bg02783.gif) left 6px no-repeat;
    padding-left: 16px;
    color: #cc0000;
    display: none;
}

.mobile-style .Comment .CommentList .Item .ItemCon .ReplyList {
    border-radius: 4px;
    background: #f5f5f5;
    margin-top: 5px;
}

.mobile-style .Comment .CommentList .Item .ItemCon .ReplyList .RItem {
    padding: 10px;
    position: relative;
    border-top: 1px solid #e5e5e5;
}

.mobile-style .Comment .CommentList .Item .ItemCon .ReplyList .RItem:first-child {
    border: 0px;
}

.mobile-style .Comment .CommentList .Item .ItemCon .ReplyList .RItem .ToolBar .Time {
    float: left;
    font-family: Arial;
}

.mobile-style .Comment .CommentList .Item .ItemCon .ReplyList .RItem .ToolBar .BtnReply {
    float: left;
    width: 12px;
    height: 12px;
    background: url(https://g.100xuexi.com/CssModel/100eshu/Images/bg0308.gif) center center no-repeat;
    cursor: pointer;
    padding: 5px 6px;
}

.mobile-style .Comment .CommentList .Item .ItemCon .ReplyList .R_RItem {
    padding: 10px;
    position: relative;
}

.mobile-style .Comment .CommentList .Item .ItemCon .ReplyList .R_RItem .ToolBar .Time {
    float: left;
    font-family: Arial;
}

.mobile-style .Comment .CommentList .Item .ItemCon .ReplyList .R_RItem .ToolBar .BtnReply {
    float: left;
    width: 12px;
    height: 12px;
    background: url(https://g.100xuexi.com/CssModel/100eshu/Images/bg0308.gif) center center no-repeat;
    cursor: pointer;
    padding: 5px 6px;
}

.mobile-style .Comment .CommentList .Item .ItemCon .ReplyList .EditorReply {
    /*	background:#fff2de;*/
    background: #f5f5f5;
}

.mobile-style .Comment .CommentList .Item .ItemCon .ReplyList .EditorReply .ItemTitle {
    font-weight: normal;
    color: #333333;
}

.mobile-style .Comment .CommentList .Item .ItemCon .ReplyList .EditorReply .ItemTitle .Sign {
    color: #ffffff;
    background: #E4393C;
    display: inline-block;
    padding: 1px 2px;
    line-height: 14px;
    margin-left: 5px;
    border-radius: 2px;
}

.mobile-style .Comment .CommentList .Item .ItemCon .ReplyList .EditorReply .ItemBody {
    color: #333333;
}

.mobile-style .Comment .CommentList .Item .ItemCon .ItemBody .ShareLink {
    height: 44px;
    overflow: hidden;
    background: #f5f5f5;
    padding: 4px;
    display: block;
}

.mobile-style .Comment .CommentList .Item .ItemCon .ItemBody .ShareLink .ShareImg {
    width: 44px;
    height: 44px;
    float: left;
    overflow: hidden;
}

.mobile-style .Comment .CommentList .Item .ItemCon .ItemBody .ShareLink .ShareImg img {
    width: 44px;
    height: 44px;
}

.mobile-style .Comment .CommentList .Item .ItemCon .ItemBody .ShareLink .ShareText {
    margin-left: 56px;
    height: 44px;
    display: block;
    overflow: hidden;
    color: #000000;
}

.mobile-style .Comment .ReplyForm {
    /*background:url(https://g.100xuexi.com/CssModel/100eshu/Images/bg0115_0.gif) -1012px top no-repeat;
  padding-top:8px;*/
    display: none;
}

.mobile-style .Comment .ReplyForm .ReplyBox {
    border: 1px solid #e5e5e5;
    background: #f5f5f5;
    padding: 10px;
    overflow: hidden;
    zoom: 1;
}

.mobile-style .Comment .ReplyForm .TextBoxOuter {
    border: 1px solid #e5e5e5;
    margin-bottom: 10px;
    padding: 5px 5px;
    background: #ffffff;
}

.mobile-style .Comment .ReplyForm .TextBox {
    height: 80px;
    outline: 0px;
    clear: both;
    border: 0px;
    display: block;
    width: 100%;
}

.mobile-style .Comment .ReplyForm .BtnContainer .OtherTypeMsg {
    float: left;
}

.mobile-style .Comment .ReplyForm .BtnContainer .OtherTypeMsg li {
    width: 32px;
    height: 32px;
    margin-right: 5px;
    float: left;
    cursor: pointer;
}

.mobile-style .Comment .ReplyForm .OtherTypeMsg .BtnFace {
    background: url(https://g.100xuexi.com/CssModel/100eshu/Images/Social_bg0037.png) center center no-repeat;
}

.mobile-style .Comment .ReplyForm .OtherTypeMsg .BtnImg {
    background: url(https://g.100xuexi.com/CssModel/100eshu/Images/Social_bg0038.png) center center no-repeat;
}

.mobile-style .Comment .ReplyForm .OtherTypeMsg .BtnLink {
    background: url(https://g.100xuexi.com/CssModel/100eshu/Images/Social_bg0069.png) center center no-repeat;
}

.mobile-style .Comment .ReplyForm .BtnContainer {
    color: #666666;
    height: 32px;
}

.mobile-style .Comment .ReplyForm .BtnSubmit {
    width: 60px;
    height: 32px;
    cursor: pointer;
    border: 0px;
    text-align: center;
    line-height: 32px;
    background: #e53737;
    border-radius: 3px;
    color: #ffffff;
    float: right;
    display: block;
}

.mobile-style .Comment .ReplyForm .BtnSubmit:hover {
    background: #e53737;
    color: #ffffff;
}

.mobile-style .Comment .ReplyForm .BtnSubmitTalk {
    width: 60px;
    height: 32px;
    cursor: pointer;
    border: 0px;
    text-align: center;
    line-height: 32px;
    background: #e53737;
    color: #ffffff;
    float: right;
    display: block;
    font-size: 14px;
    border-radius: 2px;
}

.mobile-style .Comment .ReplyForm .BtnSubmitTalk:hover {
    background: #cc0000;
    color: #ffffff;
}

.mobile-style .Comment .ReplyForm .ImgUploadList dt {
    margin-bottom: 5px;
    position: relative;
}

.mobile-style .Comment .ReplyForm .ImgUploadList dt .BtnClose {
    position: absolute;
    right: 0px;
    top: 0px;
    background: url(https://g.100xuexi.com/CssModel/100eshu/Images/bg0101.gif) center center no-repeat;
    width: 20px;
    height: 20px;
}

.mobile-style .Comment .ReplyForm .ImgUploadList dt .BtnClose:hover {
    background: url(https://g.100xuexi.com/CssModel/100eshu/Images/bg0102.gif) center center no-repeat;
}

.mobile-style .Comment .ReplyForm .ImgUploadList {
    padding: 5px 10px;
    display: block;
    border: 1px solid #e5e5e5;
    background: #ffffff;
    clear: both;
    margin-top: 10px;
    display: none;
}

.mobile-style .Comment .ReplyForm .ImgUploadList ul {
    overflow: hidden;
    zoom: 1;
}

.mobile-style .Comment .ReplyForm .ImgUploadList li {
    width: 120px;
    height: 120px;
    overflow: hidden;
    position: relative;
    margin: 0px 5px 5px 0px;
    float: left;
    border: 1px solid #e5e5e5;
    text-align: center;
    background: #ffffff;
}

.mobile-style .Comment .ReplyForm .ImgUploadList li img {
    width: 120px;
    height: 120px;
}

.mobile-style .Comment .ReplyForm .ImgUploadList li .BtnDel {
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(https://g.100xuexi.com/CssModel/100eshu/Images/bg0310.png) center center no-repeat;
    position: absolute;
    right: 0px;
    top: 0px;
}

.mobile-style .Comment .ReplyForm .ImgUploadList li.AddImg {
    background: url(https://g.100xuexi.com/CssModel/100eshu/Images/Social_bg0015.png) center center no-repeat;
    cursor: pointer;
}

.mobile-style .Comment .ReplyForm .ImgUploadList li.AddImg:hover {
    background: #f5f5f5 url(https://g.100xuexi.com/CssModel/100eshu/Images/Social_bg0015.png) center center no-repeat;
}

/*纠错题库定位*/

.mobile-style .Comment .TestQuestion {
    display: none;
}

.mobile-style .Comment .question {
    border: 1px dashed #ff6a00;
    margin: 10px 0px;
    border-radius: 4px;
}

.mobile-style .Comment .question p {
    margin: 0px;
}

.mobile-style .Comment .question .closeBtn {
    font-family: 宋体;
    float: right;
    font-size: 20px;
    color: red;
    font-weight: bold;
    display: block;
    padding: 2px;
    position: relative;
    z-index: 2000;
}

.mobile-style .Comment .question .questionContent {
    margin: 10px;
}

.mobile-style .Comment .question .paperTitle {
    font-weight: bold;
    padding: 10px 15px 10px 15px;
}

.mobile-style .Comment .subquestion {
    margin: 0px 15px 15px 15px;
    border: 1px solid #DDD;
    padding: 10px;
    position: relative;
}

.mobile-style .Comment .subquestion ul {
    margin-left: 0px;
}

.mobile-style .Comment .feedbackTip {
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #D05050;
    color: #FFF;
    font-size: 12px;
    padding: 5px 8px;
}

.mobile-style .Comment .feedback {
    background: #ffe9e9 url(https://g.100xuexi.com/CssModel/XXTK/Images_sc/bg02785.gif) right bottom no-repeat;
}

.mobile-style .Comment .ViewMore {
    text-align: center;
    border: 1px solid #e5e5e5;
    background: #f5f5f5;
    border-radius: 4px;
    line-height: 36px;
}

.mobile-style .Comment .ViewMore a {
    color: #00427C;
    line-height: 24px;
    font-size: 14px;
}

.mobile-style .Comment .ViewMore a:hover {
    color: #cc0000;
}

.mobile-style .Comment .ShowMore {
    padding: 5px;
    background: #f5f5f5;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
}

.mobile-style .Comment .ShowMore a {
    color: #00427C;
    line-height: 24px;
}

.mobile-style .Comment .ShowMore a:hover {
    color: #cc0000;
}

.mobile-style .Comment .GrabSofa {
    background: url(https://g.100xuexi.com/CssModel/100eshu/Images/bg0308.gif) right center no-repeat;
    display: block;
    width: 120px;
    text-align: right;
    height: 24px;
    margin: 0px auto;
    padding-right: 16px;
    color: #0066cc;
    font-size: 12px;
}

.mobile-style .Comment .GrabSofa:hover {
    color: #cc0000;
}

/*评论与纠错栏目  结束*/

/*鼠标悬停显示的用户基本信息-begin*/

.mobile-style .UserInfoBox {
    position: absolute;
    border: 4px solid #cccccc;
    background: #ffffff;
    width: 360px;
    height: 135px;
    overflow: hidden;
    display: none;
    z-index: 3000;
}

.mobile-style .UserInfoBox .InfoCon {
    padding: 10px 10px 10px 90px;
    position: relative;
    height: 70px;
}

.mobile-style .UserInfoBox .InfoCon .HeadImgBox {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 10px;
    top: 10px;
}

.mobile-style .UserInfoBox .InfoCon .HeadImgBox img {
    width: 70px;
    height: 70px;
    border-radius: 4px;
}

.mobile-style .UserInfoBox .InfoCon li {
    overflow: hidden;
    zoom: 1;
}

.mobile-style .UserInfoBox .InfoCon .NickName {
    float: left;
    white-space: nowrap;
    font-family: Arial, "fzlth", "微软雅黑", "宋体";
    font-size: 16px;
    font-weight: normal;
    color: #333333;
    line-height: 24px;
}

.mobile-style .UserInfoBox .InfoCon .Time {
    float: right;
    font-family: Arial;
    color: #666666;
}

.mobile-style .UserInfoBox .InfoCon .Male {
    float: left;
    height: 16px;
    width: 24px;
    background: #00a0e9 url(https://g.100xuexi.com/CssModel/100eshu/Images/Social_bg0002.png) left center no-repeat;
    text-align: right;
    color: #ffffff;
    font-family: Arial;
    font-size: 10px;
    line-height: 16px;
    margin: 3px 10px 3px 0px;
    padding: 0px 3px;
    overflow: hidden;
    border-radius: 2px;
}

.mobile-style .UserInfoBox .InfoCon .Female {
    float: left;
    height: 16px;
    width: 24px;
    background: #e4007f url(https://g.100xuexi.com/CssModel/100eshu/Images/Social_bg0001.png) left center no-repeat;
    text-align: right;
    color: #ffffff;
    font-family: Arial;
    font-size: 10px;
    line-height: 16px;
    margin: 3px 10px 3px 0px;
    padding: 0px 3px;
    overflow: hidden;
    border-radius: 2px;
}

.mobile-style .UserInfoBox .InfoCon .Position {
    float: left;
    background: url(https://g.100xuexi.com/CssModel/100eshu/Images/Social_bg0003.png) right center no-repeat;
    color: #666666;
    padding-right: 12px;
}

.mobile-style .UserInfoBox .InfoCon .Signature {
    color: #666666;
    height: 22px;
    overflow: hidden;
}

.mobile-style .UserInfoBox .BtnContianer {
    height: 44px;
    background: url(https://g.100xuexi.com/CssModel/100eshu/Images/Social_bg0028.png) left top repeat-x;
    display: block;
    border-top: 1px solid #e5e5e5;
}

.mobile-style .UserInfoBox .BtnContianer li {
    width: 50%;
    float: left;
}

.mobile-style .UserInfoBox .BtnContianer li a {
    display: block;
    height: 20px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    padding: 12px 0px;
}

.mobile-style .UserInfoBox .BtnContianer li .BtnSendMsg {
    border-right: 1px solid #e5e5e5;
}

.mobile-style .UserInfoBox .BtnContianer li .BtnSendMsg .Ico {
    width: 24px;
    height: 20px;
    background: url(https://g.100xuexi.com/CssModel/100eshu/Images/Social_bg0029.png) center center no-repeat;
    display: inline-block;
    zoom: 1;
    vertical-align: -4px;
    margin-right: 3px;
}

.mobile-style .UserInfoBox .BtnContianer li .BtnCheckOut .Ico {
    width: 24px;
    height: 20px;
    background: url(https://g.100xuexi.com/CssModel/100eshu/Images/Social_bg0030.png) center center no-repeat;
    display: inline-block;
    zoom: 1;
    vertical-align: -4px;
    margin-right: 3px;
}

/*鼠标悬停显示的用户基本信息-end*/

/*表情弹出框*/

.mobile-style .FaceBox {
    width: 480px;
    border: 1px solid #e5e5e5;
    padding: 2px;
    position: absolute;
    display: none;
    z-index: 100000;
    background: #ffffff;
}

.mobile-style .FaceBox ul {
    overflow: hidden;
    zoom: 1;
}

.mobile-style .FaceBox li {
    width: 24px;
    height: 24px;
    border: 1px solid #f0f0f0;
    margin: 1px;
    float: left;
    text-align: center;
    padding: 2px;
    cursor: pointer;
}

.mobile-style .FaceBox li img {
    max-width: 24px;
    max-height: 24px;
}

.mobile-style .FaceBox li:hover {
    border: 1px solid #0066cc;
}

/*表情弹出框*/

.mobile-style .FaceBox92 {
    width: 480px;
    border: 1px solid #e5e5e5;
    padding: 2px;
    position: absolute;
    display: none;
    z-index: 4001;
    background: #ffffff;
}

.mobile-style .FaceBox92 ul {
    overflow: hidden;
    zoom: 1;
}

.mobile-style .FaceBox92 li {
    width: 24px;
    height: 24px;
    border: 1px solid #f0f0f0;
    margin: 1px;
    float: left;
    text-align: center;
    padding: 2px;
    cursor: pointer;
}

.mobile-style .FaceBox92 li img {
    max-width: 24px;
    max-height: 24px;
}

.mobile-style .FaceBox92 li:hover {
    border: 1px solid #0066cc;
}

/*查看大图*/

.mobile-style .Mask {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.50;
    opacity: 0.50;
    left: 0px;
    top: 0px;
    z-index: 5000;
    display: none;
}

.mobile-style .LightBox {
    height: 610px;
    width: 810px;
    border: 1px solid #333333;
    box-shadow: 0px 0px 10px 0px #000000;
    position: absolute;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -405px;
    margin-top: -305px;
    z-index: 5001;
    display: none;
}

.mobile-style .LightBox .Bg {
    background: #000000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    height: 610px;
    width: 810px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 5002;
}

.mobile-style .LightBox .BtnClose {
    background: url(https://g.100xuexi.com/CssModel/100eshu/Images/bg0310.png) center center no-repeat;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 0px;
    opacity: 1;
    z-index: 5004;
}

.mobile-style .LightBox table {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 5003;
}

.mobile-style .LightBox table td {
    text-align: center;
    vertical-align: middle;
    padding: 5px;
}

.mobile-style .LightBox table td img {
    max-height: 600px;
    max-width: 800px;
    opacity: 1;
}

.mobile-style .Pagination {
    text-align: center;
    padding-top: 15px;
}

.mobile-style .BtnMyTalk {
    display: block;
    font-size: 15px;
    font-weight: normal;
    color: #336699;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin-top: 10px;
    background: #f7f7f7;
}

.mobile-style .MyTalk {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    z-index: 99999;
    display: none;
}

.mobile-style .MyTalk .MyTalkMask {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
}

.mobile-style .MyTalk .MyTalkBox {
    display: block;
    padding: 10px 20px 20px 20px;
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    position: fixed;
    z-index: 99999;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.mobile-style .MyTalk .MyTalkBox .TextBoxOuter {
    margin-bottom: 10px;
}

.mobile-style .MyTalk .MyTalkBox .TextBoxOuter .TextBox {
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    padding: 5px 10px;
}

.mobile-style .MyTalk .MyTalkBox .BtnSubmitTalk {
    display: block;
    background: #e53737;
    color: #ffffff;
    border-radius: 4px;
    padding: 10px 0px;
    text-align: center;
}

.mobile-style .MyTalk .FaceBox {
    z-index: 4001;
}

.mobile-style .MyTalkTitle {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    padding: 10px 0px;
    position: relative;
}

.mobile-style .MyTalkTitle .BtnCloseMyTalk {
    background: url(https://g.100xuexi.com/CssModel/100eshu/Images/Social_bg0042.png) center center no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 10px;
}

.mobile-style .MyTalkTitle .BtnCloseMyTalk:hover {
    background: url(../Images/Social_bg0042_0.png) center center no-repeat;
}

.mobile-style .MyTalk .AddLink {
    padding: 5px 10px;
    display: block;
    border: 1px solid #e5e5e5;
    background: #ffffff;
    clear: both;
    margin-top: 10px;
    display: none;
}

.mobile-style .MyTalk .AddLink dt {
    position: relative;
}

.mobile-style .MyTalk .AddLink dt .BtnClose {
    position: absolute;
    right: 0px;
    top: 0px;
    background: url(https://g.100xuexi.com/CssModel/100eshu/Images/bg0101.gif) center center no-repeat;
    width: 20px;
    height: 20px;
}

.mobile-style .MyTalk .AddLink .BtnClose:hover {
    background: url(https://g.100xuexi.com/CssModel/100eshu/Images/bg0102.gif) center center no-repeat;
}

.mobile-style .MyTalk .AddLink dd {
    padding: 10px 0px;
}

.mobile-style .MyTalk .AddLink .TextLinkBox {
    line-height: 22px;
    height: 22px;
    border: 1px solid #999999;
    width: 300px;
    padding: 0px 5px;
    margin-right: 10px;
}

.mobile-style .MyTalk .AddLink .Btn {
    background: url(https://g.100xuexi.com/CssModel/100eshu/Images/bg0164.gif) center center no-repeat;
    color: #333333;
    height: 24px;
    width: 50px;
    display: inline-block;
    border: 0px;
    zoom: 1;
    vertical-align: top;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
    margin-right: 10px;
    cursor: pointer;
}

.mobile-style .MyTalk .AddLink .Btn:hover {
    background: url(https://g.100xuexi.com/CssModel/100eshu/Images/bg0164_0.gif) center center no-repeat;
    color: #333333;
}