/* 金汇圈-首页 */
/* 中心 */
.Center {
  width: 100%;
  height: 100%;
  margin-top: 20px;
  clear: both;
}
.Center_Box {
  width: 1200px;
  margin: 0 auto;
}
/* 左模块 */
.Center_Left {
  float: left;
  width: 865px;
}
/* 对话框 */
.Center_Dialog {
  width: 865px;
  background: #FFFFFF;
  margin-bottom: 20px;
}
.Center_DialogBox {
  padding: 10px 20px 14px 20px;
  display: inline-block;
}
.Center_DialogBox_Textarea {
  width: 825px;
  height: 110px;
  background: #E8E8E8;
  margin-bottom: 10px;
}
.Center_DialogBox_Textarea>textarea{
  width: 805px;
  height: 90px;
  background: #E8E8E8;
  resize: none;
  border: none;
  /* 去除选中后的边框 */
  outline: none;
  padding: 10px;
  line-height: 25px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #515151;
}
.Center_DialogBox_Menu {
  width: 100%;
  clear: both;
}
.Center_DialogBox_Menu_Ul {
  float: left;
}
.Center_DialogBox_Menu_Ul>li {
  float: left;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  cursor: pointer;
  margin-right: 20px;
}
.Center_DialogBox_Menu_Ul>li img {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-bottom: 2px;
  margin-right: 5px;
}
/* 表情模块样式 */
.emoticons{
  width: 525px;
  margin-bottom:20px;
}
.emoticons .publisher{
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #dbdbdb;
}
.emoticons .publisher textarea{
  width: 500px;
  height: 140px;
  padding: 5px 10px;
  border: 1px solid #dbdbdb;
  resize: none;
}
.emoticons .publisher .trigger{
  font-size: 24px;
  font-weight: bold;
  color: #666;
}
.trigger-active{
  color: #CBA264 !important;
}
.emoticons .result{
  padding: 10px 15px;
  border: 1px dotted #dbdbdb;
  margin-top: 10px;
  height: 150px;
  line-height: 24px;
}
.emoticons .result img{
  vertical-align: middle;
}
.widget-layer{
  position: relative;
  width: 410px;
  margin-top: 8px;
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  z-index: 10;
}
.widget-layer:before{
  position: absolute;
  top: -16px;
  left: 2px;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-bottom-color: #dbdbdb;
}
.widget-layer:after{
  position: absolute;
  top: -15px;
  left: 2px;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-bottom-color: #f0f0f0;
}
.widget-layer .widget-tool{
  height: 28px;
  background: #f0f0f0;
}
.widget-layer .widget-close{
  float: right;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-family: Arial;
  color: #cecbcb;
}
.widget-layer ul{
  width: 372px;
  margin: 0 auto;
  padding: 15px 5px 20px;
  overflow: hidden;
}
.widget-layer li{
  position: relative;
  z-index: 8;
  float: left;
  width: 22px;
  height: 22px;
  padding: 4px;
  margin-left: -1px;
  margin-top: -1px;
  border: 1px solid #e8e8e8;
  cursor: pointer;
}
.widget-layer li:hover{
  z-index: 9;
  border-color: #eb7350;
}
.Center_DialogBox_Post {
  float: right;
  width: 83px;
  height: 26px;
  line-height: 26px;
  border: none;
  color: #FFFFFF;
  background-color: #dca861;
  font-size: 14px;
  margin-top: -5px;
}
/* 话题-模块 */
.topic {
  position: relative;
}
.topicBox {
  position: absolute;
  width: 338px;
  height: 320px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(198,198,198,0.8000);
  z-index: 3;
  left: -72px;
  top: 30px;
  cursor: auto;
  overflow-y: scroll;
  display: none;
}
.topicTitle,.pictureTitle {
  margin: 6px 15px;
}
.topicTitle span {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
}
.topic_Closure {
  float: right;
  cursor: pointer;
  color: #404040 !important;
  font-size: 12px !important;
  font-weight:normal !important;
}
.topic_Ul {
 margin: 0 15px; 
}
.topic_Ul>li {
  border-top: 1px solid #E8E8E8;
  padding: 12px 0;
  display: inline-block;
  width: 100%;
}
.topic_Avatar {
  float: left;
  width: 46px;
  height: 46px;
  border-radius: 100px;
  margin-right: 32px;
}
.topic_Avatar img {
  width: 100% !important;
  height: 100% !important;
}
.topic_Info {
  float: left;
}
.topic_Name {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  margin-bottom: 6px;
  width: 160px;
  height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow:ellipsis;
}
.topic_Post {
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
}
.topic_Choose {
  float: right;
  margin-right: 15px;
  margin-top: 10px;
  width: 21px;
  height: 21px;
}
.topic_Choose img {
  width: 100% !important;
  height: 100% !important;
}
/* 话题-展示 */
.Center_Dialog_Topic {
  margin-bottom: 10px;
  width: 815px; 
  overflow: hidden;
  word-break: break-word;
  text-overflow: ellipsis;
  -o-text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 这里是超出几行省略 */
}
.Center_Dialog_Topic ul>li {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #CBA264;
  float: left;
  margin-right: 5px;
}
/* 图片上传 */
.picture {
  position: relative;
}
.pictureBox {
  position: absolute;
  width: 338px;
  height: 183px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(198,198,198,0.8);
  cursor: auto;
  left: -140px;
  top: 35px;
  display: none;
}
.pictureTitle span {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
}
.picture_Closure {
  float: right;
  cursor: pointer;
  color: #404040 !important;
  font-size: 12px !important;
  font-weight:normal !important;
}
/* 图片-上传样式 */
.fileImg {
	overflow:hidden;
	width: 310px;
  margin: 24px 15px 0 15px;
}
.fileImg ul {
  width: 330px;
}
.fileImg ul li {
	position: relative;
  border: 1px dotted #c5c5c5;
  width: 90px;
  height: 90px;
  float: left;
  margin-right: 16px;
  list-style-type: none;
  border-radius: 5px;
}
.fileImg ul li input {
	position:absolute;
	z-index:3;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.fileImg ul li:after {
	position:absolute;
	content:' ';
	display:block;
	width:2px;
	height:30px;
	background:#797979;
	left:50%;
	margin-left:-1px;
	top:50%;
	margin-top:-15px;
	z-index:2;
}
.fileImg ul li:before {
	position:absolute;
	content:' ';
	display:block;
	top:50%;
	margin-top:-1px;
	z-index:2;
	width:30px;
	height:2px;
	background:#797979;
	left:50%;
	margin-left:-15px;
}
.fileImg ul li span:nth-child(2) {
	display:none;
	width:90px;
	height:90px;
	position:absolute;
	left:0;
	top:0;
	background:#f4f5f7;
	cursor:pointer;
	border-radius:5px;
	overflow:hidden;
	z-index:3;
}
.fileImg ul li span:nth-child(2):after {
	content:'x';
	display:block;
	z-index:4;
	width:20px;
	height:20px;
	line-height:16px;
	color:#fff;
	background:red;
	border-radius:50%;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px;
	text-align:center;
}
.fileImg ul li span:nth-child(2) img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
}
/* 图片-确定 */
.picture_Sure {
  margin: 15px;
  float: right;
  width: 50px;
  height: 20px;
  background: url("../img/jinhuipen/suspended/pic_sure.png") no-repeat;
  cursor: pointer;
}
/* 图片-展示 */
.Center_Dialog_Picture img {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
/* 查看更多 */
.seemore {
  position: relative;
}
.seemoreBox {
  position: absolute;
  width: 100px;
  height: 116px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(198,198,198,0.8);
  cursor: auto;
  top: 30px;
  left: 0;
  display: none;
}
.seemoreBox ul {
  padding: 15px 10px 0 10px;
}
.seemoreBox ul>li {
  margin-bottom: 13px;
}
.seemoreBox ul>li a {
  font-size: 13px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
}
.seemoreBox ul>li a img{
  width: 18px;
  height: 18px;
  vertical-align: middle;
}
/* 置顶排行 */
.Center_TopRanking {
  width: 865px;
  height: 155px;
  background: #FFFFFF;
  margin-bottom: 20px;
}
.Center_TopRanking ul {
  margin: 10px 25px;
  height: 135px;
  overflow: hidden;
  float: left;
}
.Center_TopRanking ul li {
  padding: 10px 0;
  height: 25px;
  line-height: 25px;
  border-bottom: 1px solid #E8E8E8;
}
.Center_TopRanking ul li a {
  color: #000000;
  height: 20px;
  line-height: 20px;
}
.Top_logo {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #D20707;
  margin-right: 13px;
  border: 1px solid #D20707;
  padding: 1px;
  border-radius: 3px;
  float: left;
}
.Top_Title {
  width: 673px;
  display: inline-block;
  margin-right: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow:ellipsis;
  float: left;
  margin-top: 2px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
}
.Top_Author {
  float: right;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  margin-top: 2px;
}
/* 评论区 */
.Center_CommentArea {
  width: 865px;
}
.Center_CommentArea ul>li {
  width: 865px;
  background: #FFFFFF;
  position: relative;
  margin-bottom: 20px;
}
.Center_hot {
  position: absolute;
  top: 0;
  left: 0;
}
.Center_hot img {
  float: left;
  width: 15px;
  height: 25px;
}
.Center_CommentBox {
  padding: 15px 20px;
}
.Center_CommentTitle{
  display: inline-block;
  width: 100%;
}
.Center_CommentImg {
  float: left;
  margin-right: 10px;
  border-radius: 100px;
}
.Center_CommentImg img {
  width: 45px;
  height: 45px;
  float: left;
}
.Center_BaseInfo {
  float: left;
  position: relative;
}
.name {
  float: left;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #000000;
}
.Center_BaseInfo img {
  margin-left: 10px;
  vertical-align: middle;
  margin-top: -5px;
}
.courseico {
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #C68920;
  padding: 1px 5px;
  background: #FFEDD3;
  border-radius: 3px;
  margin-left: 10px;
}
.time {
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #A8A8A8;
  position: absolute;
  left: 0;
  top: 25px;
}
.focus_onBox {
  float: right;
  margin-right: 30px;
  margin-top: 10px;
}
.focus_on,.setup  {
  float: left;
  margin-right: 10px;
}
.focus_on img{
  width: 60px;
  height: 30px;
}
.focuson {
  cursor: pointer;
}
.followed {
  display: none;
}
.setup img {
  cursor: pointer;
  width: 22px;
  height: 12px;
}
.setupinfo {
  position: absolute;
  width: 50px;
  height: 66px;
  background: #FFFFFF;
  box-shadow: 0px 0px 5px 0px rgba(75,75,75,0.35);
  top: 25px;
  left: -12px;
  text-align: center;
  display: none;
}
.setupinfo p {
  margin-top: 10px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  cursor: pointer;
}
/* 评论区内容 */
.Center_ContentBox {
  margin: 30px 0 15px 55px;
}
/* 标题 */
.conter_heading {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #000000;
  margin-bottom: 15px;
}
.conter_heading img {
  width: 50px;
  height: 20px;
  vertical-align: middle;
  margin-top: -2px;
}
.conter_img {
  font-size: 15px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #9C0707;
}
.conter_img img{
  vertical-align: middle;
  margin-right: 5px;
}
.conterinfo {
  font-size: 15px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
}
.contertopic {
  font-size: 15px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #F1C180;
}
.contertopic a {
  color: #F1C180;
}
.conterimg {
  margin-top: 10px;
}
.conterimg img {
  width: 80px;
  height: 80px;
  margin-right: 25px;
}
.operate {
  margin-top: 30px;
  display: inline-block;
  width: 100%;
}
.operate_left {
  float: left;
}
.operate_left span {
  background: #ECECEC;
  border-radius: 8px;
  padding: 1px 8px;
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  margin-right: 15px;
}
.operate_left img {
  width: 13px;
  height: 13px;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -5px;
}
.operate_right {
  float: right;
}
.operate_right a,.collect{
  font-size: 13px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  margin-right: 15px;
}
.operate_right a img,.collect img {
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -2px;
}
/* 投票 */
.voteBox {
  margin-top: 20px;
  width: 730px;
  background: #E8E8E8;
  padding: 15px 15px 10px 15px;
}
.vote_Title {
  font-size: 15px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
}
.vote_Title img {
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -8px;
}
.range-slider {
  height: 30px;
  width: 100% !important;
  font-size: 0;
  background-color: #FFFFFF;
  margin-top: 15px;
  border-radius: 15px;
  cursor: pointer;
}
.range {
  height: 30px;
  background-color: #C7C6C6;
  border-radius: 15px;
}
.range-name {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  position: absolute;
  top: 6px;
  left: 15px;
}
.range-per {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  position: absolute;
  top: 6px;
  right: 15px;
}
.vote_deadline {
  margin-top: 15px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  display: flow-root;
}
.vote_time {
  float: left;
}
.vote_information {
  float: right;
}
/* 视频 */
.videosBox {
  margin-top: 15px;
}
.videosTitle {
  font-size: 15px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
}
.videosTitle a {
  color: #D29310;
  display: inline-block;
}
.videosTitle a img {
  width: 21px;
  height: 16px;
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 4px;
}
.videos_video {
  margin-top: 15px;
  width: 600px;
}
/* 加载更多 */
.Center_load {
  width: 300px;
  height: 50px;
  background: url("../img/jinhuipen/suspended/load_img.png") no-repeat;
  margin: 50px auto 250px auto;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #97590E;
  line-height: 50px;
  text-align: center;
}
.Center_load img {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-right: 10px;
}
/* 右模块 */
.Center_Right {
  float: right;
  width: 315px;
}
.Center_Haslogged {
  width: 100%;
  height: 175px;
  background: url("../img/jinhuipen/suspended/loginbanner.png") no-repeat;
  margin-bottom: 20px;
}
.Notlogged {
  padding: 30px 30px 15px 30px;
}
.Notlogged_Title {
  margin: 0 auto;
  width: 153px;
  height: 36px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  line-height: 21px;
  text-align: center;
  margin-bottom: 20px;
}
.Please_Login {
  width: 184px;
  height: 33px;
  display: block;
  margin: 0 auto;
}
.Please_Login img {
  float: left;
  width: 100%;
  height: 100%;
}
.Notregister {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  text-align: center;
  margin-top: 15px;
}
.Notregister a {
  color: #AF761F;
}
.Haslogged {
  padding: 15px 40px;
}
.Haslogged_Title {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
}
.quit {
  float: right;
  cursor: pointer;
}
.userInfo {
  margin: 15px auto;
  display: inline-block;
}
.avatar {
  float: left;
  width: 65px;
  height: 65px;
  margin-right: 10px;
}
.userInfo img {
  float: left;
  width: 100%;
  height: 100%;
  border-radius: 100px;
}
.userInfoBox {
  float: left;
  margin-top: 10px;
}
.name {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  margin-bottom: 10px;
}
.home {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #9B0808;
}
.home a {
  color: #9B0808;
}
.jump {
  text-align: center;
}
.post {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #DCA861;
  padding: 3px 6px;
  border: 1px solid #DCA861;
  display: inline-block;
  text-align: center;
  margin: 0 15px;
}
.broadcast {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  display: inline-block;
  text-align: center;
  padding: 3px 6px;
  background: #DCA861;
  margin: 0 15px;
}
/* 热门课题 */
.hot_subject {
  width: 100%;
  height: 232px;
  background: #FFFFFF;
  margin-bottom: 20px;
}
.hot_subject_TitleBox {
  padding: 15px 20px;
}
.hot_subject_Title {
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #000000;
  margin-bottom: 9px;
}
.hot_subject_More {
  float: right;
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  margin-top: 5px;
}
/* 课程轮播 */
.hot_bannerBox{
  width: 277px;
  height: 152px;
  position: relative;
}
.hot_banner_img{
  width: 277px;
  height: 152px;
}
.hot_banner_img ul li{
  position: absolute;
  display: none;
}
.hot_banner_img ul li a{
  display: block;
  width: 277px;
  height: 152px;
  font-size: 100px;
  text-align: center;
  color: #fff;
}
.hot_banner_tab{
  position: absolute;
  bottom: -20px;
  text-align: center;
  width: 277px
}
.hot_banner_tab a{
  display: inline-block;
  font-size: 10px;
  background: #fff;
  margin: 0 5px;
  color: #333;
  width: 20px;
  height: 4px;
  background: #E8E8E8
}
.hot_banner_tab a.active{
  background: #DEBD8A;
  color: #fff;
}
/* 老师直播热榜 */
.Center_UpDateHotListBox {
  width: 315px;
  height: 578px;
  background: #FFFFFF;
  margin-bottom: 20px;
}
.Center_UpDateHotList {
  width: 268px;
  height: 16px;
  padding-bottom: 11px;
  border-bottom: 1px solid #CBA264;
  margin: 21px 25px 15px 25px;
  float: left;
}
.Center_UpDateHotListUl {
  float: left;
  width: 90%;
}
.Center_UpDateHotListUl>li{
  float: left;
  height: 16px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  /* font-weight: bold; */
  color: #000000;
  cursor: pointer;
  margin-right: 15px;
  margin-left: 5px;
}
.Center_HotListInfo {
  width: 268px;
  overflow: hidden;
  margin: 0 25px;
}
.Center_HotListInfoUl {
  width: 1000%;
}
.Center_HotListInfoUl li {
  float: left;
  width: 268px;
  height: 335px;
}
.Center__HotList_Answer {
  width:268px;
  height: 370px;
  overflow-y: scroll;
  scrollbar-width:none; /*火狐隐藏滚动条*/
}
.Center__HotList_Answer::-webkit-scrollbar {
  display: none;
}
.Center__HotList_Answer>li {
  float: left;
  width: 100%;
  height: 20px;
  line-height: 30px;
  margin-bottom: 8px;
}
.Center__HotList_Answer>li:nth-of-type(2){
  color: #C41616;
}
.Center__HotList_Answer>li:nth-of-type(3){
  color: #F5551E;
}
.Center__HotList_Answer>li:nth-of-type(4){
  color: #EEC23D;
}
.Center__HotList_Sequence {
  float: left;
  line-height: 30px;
  width: 15px;
}
.Center__HotList_Sequence img {
  width: 12px;
  height: 14px;
  vertical-align: middle;
}
.Center__HotList_Case {
  float: left;
  margin: 0 10px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 30px;
}
.Center__HotList_Case a{
  color: #000000;
}
.Center__HotList_Hot,.Center__HotList_New {
  float: left;
  width: 16px;
  height: 16px;
  line-height: 25px;
}
.Center__HotList_Hot img,.Center__HotList_New img{
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.Center_TopicInfoMore {
  float: right;
}
.Center_TopicInfoMore img {
  width: 21px;
  height: 20px;
  cursor: pointer;
}
.Center_TopicInfoMore img:hover {
  animation: mymove 1s linear infinite;
}
@keyframes mymove {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes mymove {/* Safari and Chrome */
  100% {
    transform: rotate(360deg);
  }
}
/* 提问老师 */
.Center_Quiz {
  width: 268px;
  height: 152px;
  border: 1px dotted #E8E8E8;
  margin: 0 25px;
}
.Center_Quiz_Title {
  margin:0 15px;
  padding: 7px 0;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  border-bottom: 1px solid #E8E8E8;
}
.teacher {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #CBA264;
  cursor: pointer;
  border: none;
  outline:none;
}
.Center_Quiz_Area {
  width: 238px;
  margin: 0px 15px;
  height: 80px;
  resize: none;
  border: none;
  outline: none;
  line-height: 25px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #515151;
}
.Center_Quiz_Post {
  width: 43px;
  height: 20px;
  background: #CBA264;
  border-radius: 5px;
  text-align: center;
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  border: none;
  cursor: pointer;
  float: right;
  margin-right: 10px;
  line-height: 20px;
}
/* 圈内大咖 */
.Center_BigCoffee {
  width: 315px;
  height: 593px;
  background: #FFFFFF;
  margin-bottom: 20px;
}
.Center_BigCoffee_Title {
  width: 289px;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #000000;
  padding: 10px 0;
  margin: 0 12px;
  float: left;
  border-bottom: 1px solid #E8E8E8;
}
/* 排版 */
.Center_BigCoffeeBox {
  float: left;
  margin: 10px 20px;
  width: 270px;
}
.Center_BigCoffee_Heading {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  margin-bottom: 12px;
  display: flow-root;
}
.Center_BigCoffee_HeadingUl {
  float: left;
  width: 270px;
}
.Center_BigCoffee_HeadingUl>li {
  font-size: 13px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #000000;
  height: 30px;
  line-height: 30px;
  margin-bottom: 20px;
}
.Center_BigCoffee_HeadingUl>li:nth-of-type(1) {
  color: #CD0707;
}
.Center_BigCoffee_HeadingUl>li:nth-of-type(2) {
  color: #D6731B;
}
.Center_BigCoffee_HeadingUl>li:nth-of-type(3) {
  color: #EBA326;
}
.Heading_Order {
  float: left;
  width: 30px;
  text-align: center;
  margin-right: 16px;
}
.Heading_Name {
  float: left;
  width: 120px;
}
.Heading_Name a {
  color: #000000;
}
.Heading_Name img{
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-right: 8px;
  border-radius: 100px;
}
.Heading_Score {
  float: right;
  width: 100px;
  text-align: right;
  color: #000000;
}
/* 板块推荐 */
.Center_Plate {
  width: 315px;
  height: 258px;
  background: #FFFFFF;
  margin-bottom: 20px;
}
.Center_Plate_Title {
  width: 289px;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #000000;
  padding: 10px 0;
  margin: 0 12px;
  float: left;
  border-bottom: 1px solid #E8E8E8;
}
/* 板块轮播 */
.Plate{
  overflow: hidden;
  position: relative;
  width:100%;
  margin: 0 auto 5% auto;
}
.Plate{
  max-width: 750px;  /***   这里的max-width值就是图片的宽度，暂不支持百分比   ***/
}
.list li{
  float: left;
  list-style: none;
}
.list {
  position: relative;
  left: 0;
}
.nav{
  width:100%;
  height: 20px;
  position: absolute;
  bottom: 0;
}
.nav li{
  cursor:pointer;
  position: relative;
  margin-left: 15px;
  display: inline;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #FCD7A3;
  float: left;
  list-style: none;
}
.nav .action{
  background-color: #F99507;
}
.nav li:hover{
  background-color: #F99507;
}
.nav ul{
  position: relative;
  left: 0;
}
.next{
  cursor:pointer;
  opacity: 1;
  position: absolute;
  right: 0;
  background: url("../img/jinhuipen/suspended/plate_right.png") no-repeat;
  width: 16px;
  height: 25px;
  display: block;
  line-height: 80px;
}
.prev{
  cursor:pointer;
  opacity: 1;
  background: url("../img/jinhuipen/suspended/plate_left.png") no-repeat;
  display: block;
  position: absolute;
  width: 16px;
  height: 25px;
  text-align: center;
  line-height: 80px;
}
.Plate_InfoBox {
  padding: 13px 30px;
}
.Plate_Left {
  float: left;
  width: 117px;
  height: 170px;
  border: 1px solid #A6A6A6;
  border-radius: 3px;
  text-align: center;
}
.Plate_Right {
  float: right;
  width: 117px;
  height: 170px;
  border: 1px solid #A6A6A6;
  border-radius: 3px;
  text-align: center;
}
.Plate_Img {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  margin-top: 20px;
}
.Plate_Hot {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  margin: 12px 0;
}
.Plate_focuson {
  width: 96px;
  height: 23px;
  margin: 0 auto;
}
.Plate_focuson a {
  width: 96px;
  height: 23px;
}
.Plate_focuson a img {
  float: left;
  width: 100%;
  height: 100%;
}
/* 最新答疑/观点 */
.Center_UpDateViewListBox {
  width: 315px;
  height: 480px;
  background: #FFFFFF;
  margin-bottom: 20px;
}
.Center_UpDateViewList {
  width: 268px;
  height: 16px;
  padding-bottom: 11px;
  border-bottom: 1px solid #CBA264;
  margin: 21px 25px 15px 25px;
  float: left;
}
.Center_UpDateViewListUl {
  float: left;
  width: 90%;
}
.Center_UpDateViewListUl>li{
  float: left;
  height: 16px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  /* font-weight: bold; */
  color: #000000;
  cursor: pointer;
  margin-right: 15px;
  margin-left: 5px;
}
.Center_UpDateViewListMore {
  float: right;
  width: 15px;
  height: 15px;
  margin: 4px 4px 0 0;
}
.Center_ViewListInfo {
  width: 268px;
  overflow: hidden;
  margin: 0 25px;
}
.Center_ViewListInfoUl {
  width: 1000%;
}
.Center_ViewListInfoUl li {
  float: left;
  width: 268px;
}
.Center__ViewList_Answer,.Center_UpDate_Answer {
  width:268px;
  height: 370px;
  overflow-y: scroll;
  scrollbar-width:none; /*火狐隐藏滚动条*/
}
.Center__ViewList_Answer::-webkit-scrollbar,.Center_UpDate_Answer::-webkit-scrollbar {
  display: none;
}
.Center__ViewList_Answer>li {
  float: left;
  width: 100%;
  height: 35px;
  line-height: 30px;
  padding-bottom: 15px ;
  margin-bottom: 15px;
  border-bottom: 1px solid #dddddd;
}
/* 最新观点内容 */
.Center_UpDate_AnswerLi {
  float: left;
  width: 100%;
  margin-bottom: 17px;
}
.Center_UpDate_View_Avatar {
  float: left;
  width: 35px;
  height: 35px;
  border-radius: 100px;
  margin-right: 15px;
}
.Center_UpDate_View_Answer {
  float: left;
  width: 218px;
  height: 35px;
}
.Center_UpDate_View_Teacher {
  font-size: 13px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  width: 200px;
  float: left;
  line-height: 15px;
}
.Center_UpDate_View_Time {
  float: right;
  font-size: 13px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
}
.Center_UpDate_View_Guide {
  width: 198px;
  font-size: 13px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow:ellipsis;
  line-height: 25px;
}
.Center_UpDate_Answer {
  padding-left: 15px;
  width: 239px;
}
.Center_UpDate_Answer li {
  border-bottom: 1px solid #BFBFBF;
}
.Teacher_Name,.Ask,.Answer {
  width: 239px;
  margin-bottom: 10px;
}
.TeacherIMG {
  width: 25px;
  height: 25px;
  margin-right: 7px;
  vertical-align: middle;
}
.TeacherName {
  height: 25px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  line-height: 25px;
  margin-right: 5px;
}
.TeacherTime {
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #676767;
  margin-right: 20px
}
.Buy {
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color:#C48A1A;
}
.AskImg,.AnswerImg {
  width: 20px;
  height: 20px;
  margin: 0 3px;
  float: left;
}
.AskName {
  height: 25px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #193AB2;
  margin-right: 5px;
}
.AskQuestion {
  height: 25px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
}
.AnswerName {
  height: 25px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #C48A1A;
  margin-right: 5px;
}
.AnswerReply {
  height: 25px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
}
.AnswerBox {
  width: 200px;
  float: left;
  margin-left: 10px;
  margin-top: -3px;
  margin-bottom: 10px;
  line-height: 20px;
}
/* 热门话题 */
.Center_HotTopic {
  width: 315px;
  /* height: 235px; */
  background: #FFFFFF;
  margin-bottom: 20px;
  display: inline-block;
}
.Center_HotTopic_Title {
  width: 289px;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #000000;
  padding: 8px 0;
  margin: 0 12px;
  float: left;
  border-bottom: 1px solid #E8E8E8;
}
.Center_HotTopicMore {
  float: right;
  margin-top: 4px;
  width: 20px;
  height: 20px;
}
.Center_HotTopicMore img {
  float: left;
  width: 21px;
  height: 20px;
  cursor: pointer;
}
.Center_HotTopicMore img:hover {
  animation: mymove 1s linear infinite;
}
@keyframes mymove {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes mymove {/* Safari and Chrome */
  100% {
    transform: rotate(360deg);
  }
}
.Center_HotTopicBox {
  float: left;
  margin: 10px 12px;
  width: 291px;
}
.Center_HotTopic_TitleBox {
  font-size: 13px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
}
.Center_HotTopic_InfoUl {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.Center_HotTopic_InfoUl li {
  margin-top: 10px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
}
.Center_HotTopic_InfoUl li a {
  color: #000000;
}
/* 会员专区 */
.Center_Member {
  margin-bottom: 20px;
  display: inline-block;
  width: 315px;
  background: #FFFFFF;
}
.Center_Member_Title {
  width: 289px;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #000000;
  padding: 8px 0;
  margin: 0 12px;
  border-bottom: 1px solid #E8E8E8;
}
.Center_Member_Introduce {
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #000000;
  margin: 12px 25px 5px 25px;
}
.Center_Member_Img {
  width: 265px;
  height: 120px;
  margin: 0 auto;
}
.Center_Member_Img img {
  float: left;
  width: 100%;
  height: 100%;
}
/* 开通会员、体验 */
.Center_Member_Open {
  margin: 20px 0 15px 0;
  text-align: center;
}
.Center_Member_Open a {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
}
.Experience {
  color: #CBA264;
  border: 1px solid #CBA264;
  padding: 2px 6px;
  text-align: center;
  margin: 0 10px;
}
.Member {
  color: #E60012;
  border: 1px solid #E60012;
  padding: 2px 6px;
  text-align: center;
  margin: 0 10px;
}
/* 风险提示 */
.Center_Risk {
  margin-bottom: 20px;
  display: inline-block;
  width: 315px;
  background: #FFFFFF;
}
.Center_RiskBox {
  padding: 15px;
}
.Center_Risk_Title {
  height: 18px;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #C71212;
}
.Center_Risk_Title img {
  width: 24px;
  height: 22px;
  vertical-align: middle;
  margin-right: 5px;
}
.Center_Risk_Content,.Center_Risk_Content1 {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  margin-top: 20px;
}
/* 左侧菜单栏 */
.Letf_MenuBar {
  position: fixed;
  top: 20%;
  left: 10%;
  width: 107px;
  background: #FFFFFF;
}
.Letf_MenuBar ul {
  margin: 15px 10px;
}
.Letf_MenuBar ul li {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  cursor: pointer;
  text-align: center;
  margin-bottom: 12px;
  padding: 2px 0;
}
.Letf_MenuBar ul li img {
  width: 18px;
  height: 18px;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -2px;
}
.actives {
  color: #CBA264 !important;
  background: #E8E8E8;
}
/* 屏蔽蒙版 */
.Shield {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10;
  background: url("../img/jinhuipen/suspended/mask_img.png");
  top: 0;
  left: 0;
  display: none;
}
.ShieldBox {
  width: 380px;
  height: 180px;
  background: #FFFFFF;
  margin: 20% auto;
}
.ShieldTitle {
  width: 100%;
  height: 40px;
  background: #F1F2F7;
  text-align: center;
  position: relative;
  line-height: 40px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
}
.ShieldTitle img {
  width: 21px;
  height: 21px;
  vertical-align: middle;
  margin-right: 5px;
}
.Shield_Close {
  position: absolute;
  width: 17px;
  height: 17px;
  right: 12px;
  top: 12px;
  background: url("../img/jinhuipen/suspended/CloseImg.png") no-repeat;
  cursor: pointer;
}
.ShieldInfo {
  margin: 20px auto;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  text-align: center;
  line-height: 25px;
}
.ShieldConfirmIofo {
  text-align: center;
}
.ShieldConfirmIofo img {
  width: 110px;
  height: 33px;
  margin: 0 20px;
  cursor: pointer;
}
/* 认证提示 */
.Legalize {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10;
  background: url("../img/jinhuipen/suspended/mask_img.png");
  top: 0;
  left: 0;
  display: none;
}
.LegalizeBox {
  width: 380px;
  height: 180px;
  background: #FFFFFF;
  margin: 20% auto;
}
.LegalizeTitle {
  width: 100%;
  height: 40px;
  background: #F1F2F7;
  text-align: center;
  position: relative;
  line-height: 40px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
}
.LegalizeTitle img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 5px;
}
.Legalize_Close {
  position: absolute;
  width: 17px;
  height: 17px;
  right: 12px;
  top: 12px;
  background: url("../img/jinhuipen/suspended/CloseImg.png") no-repeat;
  cursor: pointer;
}
.LegalizeInfo {
  margin: 30px auto;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  text-align: center;
  line-height: 25px;
}
.LegalizeConfirmIofo {
  text-align: center;
}
.LegalizeConfirmIofo img {
  width: 110px;
  height: 33px;
  margin: 0 20px;
  cursor: pointer;
}
/* 投诉提示 */
.Complaint {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10;
  background: url("../img/jinhuipen/suspended/mask_img.png");
  top: 0;
  left: 0;
  display: none;
}
.ComplaintBox {
  width: 380px;
  height: 330px;
  background: #FFFFFF;
  margin: 20% auto;
}
.ComplaintTitle {
  width: 100%;
  height: 40px;
  background: #F1F2F7;
  text-align: center;
  position: relative;
  line-height: 40px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
}
.ComplaintTitle img {
  width: 21px;
  height: 21px;
  vertical-align: middle;
  margin-right: 5px;
}
.Complaint_Close {
  position: absolute;
  width: 17px;
  height: 17px;
  right: 12px;
  top: 12px;
  background: url("../img/jinhuipen/suspended/CloseImg.png") no-repeat;
  cursor: pointer;
}
.ComplaintInfo {
  width: 100%;
  margin: 15px auto 0 auto;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
}
.ComplaintInfo p{
  width: 326px;
  margin: 0 auto;
}
.ComplaintInfo ul {
  display: flex;
  flex-wrap: wrap;
  clear: both;          
  width: 100%;
}
.ComplaintInfo ul li {
  width: 90px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  margin: 10px 0 0 25px;
  border: 1px solid #C4C4C4;
  border-radius: 3px;
  cursor: pointer;
}
.checkeds {
  background: #DCA861;
  color: #FFFFFF !important;
  border: 1px solid #DCA861 !important;
  border-radius: 3px !important;
}
.ComplaintInfo_reason {
  width: 306px;
  height: 65px;
  border: 1px solid #C4C4C4;
  margin: 17px auto;
  display: flow-root;
  resize: none;
  outline: none;
  padding: 10px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #C4C4C4;
}
.ComplaintConfirmIofo {
  text-align: center;
}
.ComplaintConfirmIofo img {
  width: 110px;
  height: 33px;
  margin: 0 20px;
  cursor: pointer;
}
.Complaint_Sure {
  width: 110px;
  height: 33px;
  background: url("../img/jinhuipen/suspended/chieid_confirm.png") no-repeat;
  border: none;
  margin: 0 20px;
  cursor: pointer;
}