﻿@charset "UTF-8";
/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{ margin: 0; padding: 0; }
fieldset,img{ border: 0; }
:focus{ outline: 0; }
address,caption,cite,code,dfn,em,strong,th,var,optgroup{ font-style: normal; font-weight: normal; }
h1,h2,h3,h4,h5,h6{ font-size: 100%; font-weight: normal; font-family: "Microsoft YaHei"; }
abbr,acronym{ border: 0; font-variant: normal; }
code,kbd,samp,tt{ font-size: 100%; }
input,button,textarea,select{ *font-size: 100%; border:none;}
body{ background:#fff; color:#5e5e5e; font: 14px/2em Microsoft YaHei,SimSun,Arial;}
ol,ul{ list-style: none; }
table{ border-collapse: collapse; border-spacing: 0; }
caption,th{ text-align: left; }
sup,sub{ font-size: 100%; vertical-align: baseline; }
:link, :visited, ins{ text-decoration: none; }
blockquote,q{ quotes: none; }
blockquote:before, blockquote:after, q:before, q:after{ content: ''; content: none; }
a:link, a:visited{ color: #5e5e5e;}
a:hover { color:#c9394a;}
a:active { color: #666;}
.g-menu-mini{line-height:60px}


.clearfix:after{content:'\0020';display:block;height:0;clear:both;visibility:hidden; }
.clearfix{*zoom:1;}
.l{float:left;}
.r{float:right;}
.clear{ height:0; overflow:hidden; clear:both}
.hide{display:none;}
.btn.hide{display:none;}
a.hidefocus { outline: none; }
button.hidefocus::-moz-focus-inner { border:none; }
a:focus {outline:none;-moz-outline:none;}
input,textarea {outline:none;}
h2 { font-size: 20px; }
h3 { font-size: 16px; line-height: 32px; }
h5 { font-size: 14px; line-height: 28px; }
/*border && padding*/
.img_border { border: 4px solid #fff; border-radius: 1px;}
.bb { border-bottom: 1px solid #d2d2d2 }
.bt { border-top: 1px solid #d2d2d2 }
.pt15 { padding-top: 15px; }
.pb15 { padding-bottom: 15px; }
.p15{ padding:0 15px}
/*颜色定义*/
.color-gray,a.color-gray:link,a.color-gray:visited{color:#b7bcc0;}html,
body {
  font: 14px/1.5 "Microsoft Yahei", "Hiragino Sans GB", Helvetica, "Helvetica Neue", "微软雅黑", Tahoma, Arial, sans-serif;
  color: #14191e;
}
body {
  overflow-y: auto;
}
body {
  min-width: 1200px;
  background-color: #edeff0;
}
a:link,
a:visited {
  color: #14191e;
}
a:hover,
a:active {
  color: #cc0000;
}
.clearfix:after {
  content: '\0020';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.l {
  float: left;
}
.r {
  float: right;
}
.hide {
  display: none;
}
.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.newcontainer,
.page-container {
  margin: 0 auto;
  width: 1200px;
}
.container {
  margin: 0 auto;
}
.container {
  width: 1200px;
}
#main {
  padding: 20px 0;
}
.waper {
  width: 1200px;
  margin: 0 auto;
}
.shadow {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#header {
  background: #000000;
}
#nav {
  width: auto;
  padding-right: 20px;
  height: 60px;
  margin: 0 auto;
  position: relative;
  z-index: 1000;
}
.logo {
  float: left;
  width: 230px;
  height: 60px;
}
.nav-item li {
  float: left;
  width: 80px;
}
.nav-item a {
  position: relative;
  display: block;
  color: #787d82;
  text-align: center;
  font-size: 14px;
  height: 60px;
  line-height: 60px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.nav-item a:hover,
.nav-item .active a,
.nav-item a.active {
  color: #fff;
  background-color: #363c41;
}
.nav-item a .icn-new {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  top: -10px;
  width: 16px;
  height: 16px;
  background: url(/static/img/common/new.png) no-repeat 0 0;
}
.header-app-icon {
  display: inline-block;
  width: 11px;
  height: 16px;
  background: url(/static/img/head-app-icon.png) no-repeat 0 0;
  vertical-align: -3px;
  margin-right: 5px;
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
}
#header a {
  display: block;
  padding: 0 8px;
  height: 60px;
  line-height: 60px;
  color: #999;
}
#header .app-down-area a:hover {
  color: #fff;
  background-color: #363c41;
}
#header .app-down-area a:hover i {
  background-position: 0 -16px;
}
/*.nav-item-mycourse a {
  width: 120px;
}*/
/*全局搜索*/
.search-area {
  float: right;
  position: relative;
  height: 30px;
  width: 240px;
  margin: 15px 0;
  margin-right: 20px;
  background: #363c41;
}
.search-area .search-input {
  padding: 5px 10px;
  width: 190px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  float: left;
  border: 0;
  background: #363c41;
  color: #14191e;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.search-area .search-input:-moz-placeholder {
  color: #787d82;
}
.search-area .search-input::-moz-placeholder {
  color: #787d82;
  opacity: 1;
}
.search-area .search-input:-ms-input-placeholder {
  color: #787d82;
}
.search-area .search-input::-webkit-input-placeholder {
  color: #787d82;
}
.search-area .search-input.placeholder {
  color: #787d82;
}
.search-area .btn_search {
  float: right;
  cursor: pointer;
  width: 30px;
  height: 30px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.search-area .btn_search,
.search-area .course,
.search-area .wenda {
  background: url(/static/img/gsearch-sprite.png) no-repeat 0 0;
}
.search-area.focus .search-input {
  color: #363d40;
  background: #fff;
}
.search-area.focus .btn_search {
  background-position: 0 -40px;
  background-color: #fff;
}
.search-area .search-area-result {
  position: absolute;
  left: 0px;
  top: 31px;
  width: 258px;
  margin-bottom: 20px;
  border: 1px solid #d3d3d3;
  border-top: none;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.35);
  font-size: 12px;
  overflow: hidden;
  display: none;
  z-index: 1000;
}
.search-area .search-area-result dt,
.search-area .search-area-result dd {
  height: 40px;
  line-height: 40px;
}
.search-area .search-area-result dt {
  padding: 0 10px;
  color: #787d82;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-area .search-area-result dt span {
  color: #14191e;
}
.search-area .search-area-result dd a {
  padding: 0 10px 0 33px;
  display: block;
  width: auto;
  color: #787d82;
}
.search-area .search-area-result dd span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-area .search-area-result dd a:hover,
.search-area .search-area-result .curr a {
  color: #14191e;
  background-color: #edf0f2;
}
.search-area .course {
  background-position: 10px -80px;
}
.search-area .search-area-result .curr .course {
  background-position: 10px -130px;
}
.search-area .wenda {
  background-position: 10px -180px;
}
.search-area .search-area-result .curr .wenda {
  background-position: 10px -230px;
}
#login-area {
  float: right;
  position: relative;
}
.header-unlogin li {
  float: left;
}
.header-signin a,
.header-signup a {
  display: block;
  width: 60px;
  font-size: 14px;
  text-align: center;
  height: 60px;
  line-height: 60px;
  color: #787d82;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.header-signin a:hover {
  color: #fff;
  background-color: #cc0000;
}
.header-signup a:hover {
  color: #fff;
  background-color: #363c41;
}
.logined > li {
  float: left;
}
.logined li > a {
  display: block;
  height: 60px;
  line-height: 60px;
  width: 60px;
  color: #787d82;
  text-align: center;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.logined li > a:hover {
  color: #fff;
  background-color: #363c41;
}
#header-avator:hover {
  background-color: transparent;
}
.my_message a {
  background: url(/static/img/icon_msg.png) no-repeat center center;
}
.my_message a span {
  display: none;
}
.msg_icon {
  display: none;
  position: absolute;
  padding: 0px 4px;
  height: 16px;
  left: 32px;
  top: 10px;
  line-height: 14px;
  background: #c9394a;
  color: #fff;
  font-style: normal;
  font-size: 10px;
}
.my_mp span {
  display: block;
  line-height: 16px;
  color: #6c7072;
}
.my_mp .mp {
  padding-top: 12px;
  font-size: 12px;
}
.my_mp a:hover .mp_num {
  color: #fff;
}
.set_btn {
  right: 0px;
}
.set_btn a.hover {
  background-color: #363d40;
}
.set_btn img {
  border-radius: 22px;
  border: 2px solid #adb0b1;
  vertical-align: middle;
  display: inline-block;
  background: url(/static/img/menu_icon.png) no-repeat 0 0;
}
#nav_list {
  display: none;
  z-index: 999;
  width: 140px;
  position: absolute;
  top: 60px;
  right: 0px;
  background: #363c41;
  list-style: none;
}
#nav_list li a {
  border-top: 1px solid #4a5153;
  height: 39px;
  line-height: 39px;
  font-size: 14px;
  background-image: url(/static/img/menu_icon.png?t=10);
  background-repeat: no-repeat;
  display: block;
  color: #fff;
  text-align: left;
  padding: 0;
  padding-left: 47px;
  width: auto;
}
#nav_list a:hover {
  color: #fff;
  background-color: #4d5559;
}
#nav_list #my_space {
  padding: 0 18px;
  background-image: none;
  border: 0;
  height: 49px;
  line-height: 49px;
  text-align: center;
}
#nav_list .my_message {
  background-position: 19px -46px;
}
#nav_list #my_note {
  background-position: 19px -90px;
}
#nav_list #my_question {
  background-position: 19px -128px;
}
#nav_list #my_setting {
  background-position: 19px -167px;
}
#nav_list #my_logout {
  background-position: 19px -207px;
}
.myspace_remind {
  width: 10px;
  height: 10px;
  background: url(/static/img/space-remind.png) no-repeat 0 0;
  position: absolute;
  top: 10px;
  right: 10px;
}
/*footer*/
#footer {
	position:absolute;
	bottom:0;
 	background: #000000;
 	border-top: 1px solid #e2e4e6;
 	font-size: 12px;
 	color: #787d82;
 	height : 100px;
 	width: 100%;
}
#footer .waper {
  width: auto;
  max-width: 1200px;
}
#footer .footer_intro {
  padding-left: 40px;
}
#footer p {
  line-height: 1.7;
}
.footer_logo {
  display: none;
  float: left;
  background: url(/static/img/common/footer-sprite.png) 0 -230px no-repeat;
  height: 40px;
  width: 120px;
  margin: 0 20px;
}
#footer .des {
  width: 445px;
}
#footer .followus {
  margin-right: 34px;
  padding-left: 30px;
}
.followus a {
  float: left;
  position: relative;
  width: 32px;
  height: 32px;
  background-image: url(/static/img/common/footer-sprite.png);
  background-repeat: no-repeat;
  margin: 3px 6px 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
#footer .followus a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.flw-weixin-box {
  position: absolute;
  display: none;
  width: 170px;
  height: 220px;
  left: -69px;
  bottom: 35px;
  background: url(/static/img/common/footer-sprite.png?1) no-repeat 0 0;
}
.followus .followus-weixin {
  background-position: 0 -279px;
}
.followus-weixin:hover .flw-weixin-box {
  display: block;
}
.followus .followus-weibo {
  background-position: 0 -321px;
}
.followus .followus-qzone {
  background-position: 0 -363px;
}
.friend-links {
  /*padding-top: 20px ;border-top:1px solid #4F5153;*/
  line-height: 60px;
}
.friend-links a {
  display: inline-block;
  margin-right: 20px;
}
.friend-links a:hover {
  text-decoration: underline;
  color: #000;
}
.friend-links dl {
  padding: 0 10px;
}
.friend-links dd {
  float: left;
  width: 160px;
}
.footer_link ul {
  overflow: hidden;
  margin-top: -1px;
}
.footer_link a:link,
.footer_link a:visited,
.footer_link a:active {
  color: #c8cdd2;
}
.footer_link a:hover {
  color: #fff;
}
#footer .footer_link {
  margin-bottom: 4px;
  line-height: 1.8;
}
#footer .footer_link li {
  margin-right: 30px;
  text-align: center;
  float: left;
}
/*翻页*/
.page {
  margin: 25px 0 auto;
  overflow: hidden;
  clear: both;
  text-align: center;
}
.page-inner {
  padding: 0 20px;
}
.page a {
  display: inline-block;
  margin: 0 5px;
  padding: 0 5px;
  min-width: 20px;
  height: 29px;
  line-height: 30px;
  font-size: 14px;
  color: #787d82;
  text-align: center;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 0.2s;
  -moz-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.page a:hover {
  border-color: #cc0000;
  color: #cc0000;
  text-decoration: none;
}
.page a.active {
  background: #cc0000;
  color: #ffffff;
  border-color: transparent;
}
.page span,
.page-disabled {
  display: inline-block;
  padding: 0 5px;
  min-width: 20px;
  height: 39px;
  line-height: 39px;
  font-size: 14px;
  color: #c8cdd2;
  text-align: center;
}
.page-first,
.page-last {
  width: 50px;
}
.page-prev,
.page-next {
  width: 70px;
}
.page .notmargin {
  margin-right: 0;
}
/* 
HTML structure：
<div class="panel">
  <div class="panel-heading">
    <h3 class="panel-title">Panel title</h3>
  </div>
  <div class="panel-body">
    Panel content
  </div>
  <div class="panel-footer">Panel footer</div>
</div>
panel-heading,
panel-body,
panel-footer all could be select use not necessary
*/
.bordered {
  border-bottom: solid 1px #d0d6d9;
}
.panel {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  padding: 0 20px;
  color: #14191e;
  background-color: #ffffff;
  margin-bottom: 20px;
}
.panel-heading {
  border-bottom: solid 1px #d0d6d9;
}
.panel-title {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}
select {
  margin: 0;
  font-size: 100%;
  cursor: pointer;
  font-weight: normal;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #555;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  padding: 4px 6px;
  vertical-align: middle;
}
select:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/*收藏*/
a.btn-add-collection {
  display: block;
  background: url(/static/img/course/new_add_collection.png) no-repeat 46px top;
  height: 32px;
  color: #909b9e;
  text-align: center;
  line-height: 35px;
}
a.btn-add-collection:hover {
  background-position: 46px -44px;
  color: #fff;
}
a.btn-remove-collection {
  background-position: 46px -88px;
  color: #909b9e;
}
a.btn-remove-collection:hover {
  background-position: 46px -130px;
}
.course-title .btn-add-collection {
  margin-top: 6px;
}
.videohead .btn-add-collection {
  margin-top: 20px;
}
.js-btn-collection .concerned-icon {
  margin-top: 34px;
  display: inline-block;
}
/*进度条*/
progress {
  display: inline-block;
  background: #f0f0f0;
  border: 0;
  height: 6px;
  color: #aad94a;
  /*IE10 #c9394a*/
  width: 400px;
}
progress::-webkit-progress-bar {
  background: #f0f0f0;
}
progress::-moz-progress-bar {
  background: #aad94a;
}
progress::-webkit-progress-value {
  background: #aad94a;
}
.progress {
  background: #f0f0f0;
  height: 6px;
  width: 400px;
  display: inline-block;
}
.progressBar {
  background: #aad94a;
  height: 6px;
}
.teacher-icon {
  width: 7px;
  margin-left: 5px;
  position: relative;
  top: 1px;
}
/*回到顶部*/
.elevator {
  position: fixed;
  right: 15px;
  bottom: 10px;
  z-index: 1030;
}
.elevator a {
  display: block;
  position: relative;
  margin: 1px 0;
  outline: none;
  height: 52px;
  width: 52px;
  -webkit-transition: background-position 0.15s;
  -moz-transition: background-position 0.15s;
  transition: background-position 0.15s;
  background: url(/static/img/common/elevator.png?1) no-repeat;
}
.elevator .elevator-diaocha {
  background-position: 0 -798px;
}
.elevator .elevator-diaocha:hover {
  background-position: 0 -984px;
}
.elevator .elevator-app-box {
  position: absolute;
  width: 172px;
  height: 194px;
  bottom: -10px;
  right: 46px;
  -webkit-transition: opacity 0.25s, transform .3s;
  -moz-transition: opacity 0.25s, transform .3s;
  transition: opacity 0.25s, transform .3s;
  opacity: 0;
  filter: alpha(opacity=0);
  max-width: 0;
  -webkit-transform: scale(0.01);
  -ms-transform: scale(0.01);
  transform: scale(0.01);
  -webkit-transform-origin: 100% 95%;
  -ms-transform-origin: 100% 95%;
  transform-origin: 100% 95%;
  background: url(/static/img/common/elevator.png) no-repeat 0 -222px;
}
.elevator .elevator-app {
  background-position: 0 -550px;
}
.elevator .elevator-app:hover {
  background-position: 0 -612px;
}
.elevator .elevator-app:hover .elevator-app-box {
  display: block;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  max-width: none;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.elevator .elevator-weixin-box {
  position: absolute;
  /* display: none; */
  width: 172px;
  height: 212px;
  bottom: -10px;
  right: 46px;
  -webkit-transition: opacity 0.25s, transform .3s;
  -moz-transition: opacity 0.25s, transform .3s;
  transition: opacity 0.25s, transform .3s;
  opacity: 0;
  filter: alpha(opacity=0);
  max-width: 0;
  -webkit-transform: scale(0.01);
  -ms-transform: scale(0.01);
  transform: scale(0.01);
  -webkit-transform-origin: 100% 95%;
  -ms-transform-origin: 100% 95%;
  transform-origin: 100% 95%;
  background: url(/static/img/common/elevator.png) no-repeat 0 0;
}
.elevator .elevator-weixin {
  background-position: 0 -860px;
}
.elevator .elevator-weixin:hover {
  background-position: 0 -922px;
}
.elevator .elevator-weixin:hover .elevator-weixin-box {
  /* max-width: none; */
  display: block;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  max-width: none;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.elevator .elevator-msg {
  background-position: 0 -426px;
}
.elevator .elevator-msg:hover {
  background-position: 0 -488px;
}
.elevator .elevator-top {
  background-position: 0 -674px;
}
.elevator .elevator-top:hover {
  background-position: 0 -736px;
}
a {
  outline: none;
}
a:active {
  star: expression(this.onFocus=this.blur());
}
a,
input,
button {
  outline: none;
}
button::-moz-focus-inner {
  border: 0px;
}
input::-moz-focus-inner {
  border: 0px;
}
.autowrap {
  word-wrap: break-word;
  word-break: break-all;
}
.compatible-contianer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  min-width: 800px;
  height: 30px;
  line-height: 30px;
  background: url(/static/img/iebg.gif) repeat-x;
  z-index: 999999;
}
.cpt-ct {
  color: #363636;
  font-size: 12px;
  text-align: center;
}
.cpt-ct i {
  display: inline-block;
  width: 12px;
  height: 14px;
  vertical-align: -2px;
  margin-right: 5px;
  background: url(/static/img/iefixed-sprite.png) no-repeat 0 0;
}
.cpt-ct a {
  color: #39b94e;
}
.cpt-ct a:hover {
  text-decoration: underline;
}
.cpt-handle {
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 12px;
  line-height: 27px;
}
.cpt-handle a {
  display: inline-block;
  vertical-align: middle;
}
.cpt-handle .cpt-agin {
  color: #656e73;
  margin-right: 5px;
}
.cpt-handle .cpt-agin:hover {
  color: #363d40;
}
.cpt-close {
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  border-radius: 50%;
  transition: 0.3s;
}
.cpt-close:hover {
  background-color: #fc8800;
}
.cpt-close i {
  display: inline-block;
  height: 8px;
  width: 8px;
  vertical-align: 1px;
  background: url(/static/img/iefixed-sprite.png) no-repeat 0 -24px;
}
.cpt-close:hover i {
  background-position: 0 -42px;
}
/*用户卡片样式*/
.layer-usercard {
  position: absolute;
  z-index: 999;
  width: 370px;
  height: 165px;
  background: #fff;
  box-shadow: 0 2px 2px #999;
}
.layer-usercard .arrow {
  position: absolute;
  left: 65px;
  top: -11px;
  width: 19px;
  height: 11px;
  background: url(/static/img/dot_usercard.png);
}
.layer-usercard-header {
  height: 110px;
  background: #2a2c2e;
}
.layer-usercard-header .avatar img {
  border-radius: 50px;
  left: 21px;
  position: absolute;
  top: 21px;
  border: 3px solid #7f8082;
}
.layer-usercard-header dt,
.layer-usercard-header dd {
  float: right;
  width: 245px;
  padding-right: 20px;
  color: #fff;
}
.layer-usercard-header dt {
  padding-top: 20px;
  font-size: 18px;
}
.layer-usercard-header dd {
  font-size: 12px;
}
.layer-usercard-info ul {
  overflow: hidden;
  padding-top: 16px;
  height: 32px;
  font-size: 16px;
  color: #364247;
  position: relative;
}
.layer-usercard-info li {
  float: left;
  padding: 0 22px;
  border-right: 1px solid #d9d9d9;
}
.layer-usercard-info span {
  color: #969b9e;
  font-size: 12px;
}
.layer-usercard-info li.noborder {
  border: 0;
}
li.layer-usercard-medal {
  padding: 0;
  top: 12px;
  right: 10px;
  width: 117px;
  position: absolute;
  border: 0;
}
.layer-usercard-medal a {
  width: 32px;
  height: 32px;
  float: left;
  margin-right: 5px;
  border-radius: 1px;
  overflow: hidden;
}
.ipt {
  color: #14191e;
  background-color: #ffffff;
  border: 1px solid #98a1a6;
  height: 20px;
  padding: 9px 9px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 0;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  border-color: #98a1a6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
select.ipt {
  height: 20px;
  line-height: 20px;
}
textarea.ipt,
select[multiple].ipt {
  height: auto;
}
.ipt:-moz-placeholder {
  color: #c8cdd2;
}
.ipt::-moz-placeholder {
  color: #c8cdd2;
  opacity: 1;
}
.ipt:-ms-input-placeholder {
  color: #c8cdd2;
}
.ipt::-webkit-input-placeholder {
  color: #c8cdd2;
}
.ipt.placeholder {
  color: #c8cdd2;
}
.ipt:focus {
  border-color: #000000;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, 0.4);
}
.ipt[disabled],
.ipt[readonly],
.ipt.disabled {
  cursor: default;
  background-color: #edf1f2;
  opacity: 1;
}
textarea.ipt {
  height: auto;
}
.ipt-error {
  color: #cc0000;
  border-color: #cc0000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.ipt-error:focus {
  border-color: #cc0000;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 0, 0, 0.4);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 0, 0, 0.4);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 0, 0, 0.4);
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 200;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  text-decoration: none;
  box-sizing: content-box;
  background-image: none;
  border: 1px solid transparent;
  -webkit-appearance: none;
  white-space: nowrap;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #fff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.btn-red {
  color: #ffffff;
  background-color: #cc0000;
  border-color: #cc0000;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  -weibkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: 138px;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
}
.btn-red:link,
.btn-red:visited {
  color: #ffffff;
}
.btn-red:hover,
.btn-red:focus,
.btn-red.focus {
  color: #ffffff;
  background-color: #f00000;
  border-color: #f00000;
}
.btn-red:active,
.btn-red.active {
  background-color: #b30000;
  border-color: #b30000;
}
.btn-red.disabled,
.btn-red[disabled],
.btn-red.disabled:hover,
.btn-red[disabled]:hover,
.btn-red.disabled:focus,
.btn-red[disabled]:focus,
.btn-red.disabled.focus,
.btn-red[disabled].focus,
.btn-red.disabled:active,
.btn-red[disabled]:active,
.btn-red.disabled.active,
.btn-red[disabled].active {
  cursor: default;
  box-shadow: none;
  background-color: #cc0000;
  border-color: #cc0000;
}
.btn-blue {
  color: #ffffff;
  background-color: #0088cc;
  border-color: #0088cc;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  -weibkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: 138px;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
}
.btn-blue:link,
.btn-blue:visited {
  color: #ffffff;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue.focus {
  color: #ffffff;
  background-color: #00a0f0;
  border-color: #00a0f0;
}
.btn-blue:active,
.btn-blue.active {
  background-color: #0077b3;
  border-color: #0077b3;
}
.btn-blue.disabled,
.btn-blue[disabled],
.btn-blue.disabled:hover,
.btn-blue[disabled]:hover,
.btn-blue.disabled:focus,
.btn-blue[disabled]:focus,
.btn-blue.disabled.focus,
.btn-blue[disabled].focus,
.btn-blue.disabled:active,
.btn-blue[disabled]:active,
.btn-blue.disabled.active,
.btn-blue[disabled].active {
  cursor: default;
  box-shadow: none;
  background-color: #0088cc;
  border-color: #0088cc;
}
.btn-green {
  color: #ffffff;
  background-color: #00b33b;
  border-color: #00b33b;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  -weibkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: 138px;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
}
.btn-green:link,
.btn-green:visited {
  color: #ffffff;
}
.btn-green:hover,
.btn-green:focus,
.btn-green.focus {
  color: #ffffff;
  background-color: #00d747;
  border-color: #00d747;
}
.btn-green:active,
.btn-green.active {
  background-color: #009a33;
  border-color: #009a33;
}
.btn-green.disabled,
.btn-green[disabled],
.btn-green.disabled:hover,
.btn-green[disabled]:hover,
.btn-green.disabled:focus,
.btn-green[disabled]:focus,
.btn-green.disabled.focus,
.btn-green[disabled].focus,
.btn-green.disabled:active,
.btn-green[disabled]:active,
.btn-green.disabled.active,
.btn-green[disabled].active {
  cursor: default;
  box-shadow: none;
  background-color: #00b33b;
  border-color: #00b33b;
}
.btn-normal {
  color: #787d82;
  background-color: #ffffff;
  border-color: #d0d6d9;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  -weibkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: 138px;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
}
.btn-normal:link,
.btn-normal:visited {
  color: #787d82;
}
.btn-normal:hover,
.btn-normal:focus,
.btn-normal.focus {
  color: #787d82;
  background-color: #edf1f2;
  border-color: #98a1a6;
}
.btn-normal:active,
.btn-normal.active {
  background-color: #f2f2f2;
  border-color: #c2cace;
}
.btn-normal.disabled,
.btn-normal[disabled],
.btn-normal.disabled:hover,
.btn-normal[disabled]:hover,
.btn-normal.disabled:focus,
.btn-normal[disabled]:focus,
.btn-normal.disabled.focus,
.btn-normal[disabled].focus,
.btn-normal.disabled:active,
.btn-normal[disabled]:active,
.btn-normal.disabled.active,
.btn-normal[disabled].active {
  cursor: default;
  box-shadow: none;
  background-color: #ffffff;
  border-color: #d0d6d9;
}
.btn-sm {
  width: 78px;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
}
/*发问题匹配问答关键词*/
.send-area-result {
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 41px;
  left: 0;
  width: inherit;
}
.send-area-result dt {
  font-size: 12px;
  color: #c8cdd2;
  line-height: 40px;
  height: 40px;
  padding: 0 10px;
}
.send-area-result dd {
  height: 40px;
  line-height: 40px;
}
.send-area-result dd a.questiontitle {
  border: none;
  font-size: 14px;
  color: #787d82;
  width: inherit;
  text-align: left;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  display: block;
}
.oncurr {
  color: #14191e;
  background: #edf1f2;
}
.send-area-result dd a.questiontitle i,
.send-area-result dd a.questiontitle em {
  font-style: normal;
  font-size: 12px;
  margin-left: 10px;
}
.send-area-result dd a.questiontitle em {
  color: #c8cdd2;
}
.send-area-result dd a.questiontitle i {
  color: #00b33b;
}
.g-menu-mini .menu-ctrl {
  display: none;
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  color: #787d82;
  text-align: center;
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity .3s,transform .3s;
  overflow: hidden;
}
.g-menu-mini:hover .menu-ctrl {
  background-color: #222428;
  color: #fff;
}
/* 顶部导航用户卡片 */
.g-user-card {
  position: absolute;
  right: 0;
  top: 100%;
  width: 300px;
  padding-top: 10px;
  /* opacity: 0;
  filter: alpha(opacity=0); */
  visibility: hidden;
  /* transform: rotateY(30deg) rotateX(-10deg);
  transition: all .3s, transform 0.6s cubic-bezier(0.285, 1.65, 0.745, 1.65); */
  z-index: 1000;
}
.g-user-card .card-inner {
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.g-user-card .card-top {
  padding-left: 100px;
  height: 100px;
  background: #f34131 url(/static/img/common/user_card_top.png) no-repeat center 0;
  color: #fff;
}
.g-user-card .card-top img {
  float: left;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin: 20px 0 0 -82px;
}
.g-user-card .card-top .name {
  display: block;
  padding-top: 30px;
  font-size: 18px;
}
.g-user-card .card-top .meta {
  font-size: 12px;
}
.g-user-card .card-top .meta span {
  margin-right: 12px;
}
.g-user-card .card-top .meta b {
  margin-left: 2px;
}
.g-user-card .card-links {
  position: relative;
  height: 60px;
  line-height: 60px;
}
.g-user-card .card-links a,
.g-user-card .card-links .split {
  position: absolute;
}
.g-user-card .card-links .split {
  left: 150px;
  top: 0;
  margin-top: 15px;
  width: 1px;
  height: 30px;
  background-color: #edf1f2;
}
.g-user-card .card-links a {
  left: 20px;
  top: 0;
  font-weight: bold;
}
.g-user-card .card-links .my-sns {
  left: 172px;
}
.g-user-card .card-history,
.g-user-card .card-links {
  margin-bottom: -1px;
  border-bottom: 1px solid #edf1f2;
}
.g-user-card .card-history {
  height: 70px;
}
.g-user-card .card-history .history-item {
  display: block;
  position: relative;
  padding: 18px 74px 14px 46px;
  font-size: 12px;
  color: #787d82;
  transition: background-color 0.2s;
}
.g-user-card .card-history .history-item .tit {
  display: block;
  margin-bottom: 4px;
  font-weight: bold;
}
.g-user-card .card-history .history-item .media-name {
  display: block;
}
.g-user-card .card-history .history-item .icon-clock {
  position: absolute;
  left: 20px;
  top: 22px;
}
.g-user-card .card-history .history-item .continue {
  position: absolute;
  right: 20px;
  top: 18px;
  color: #f01400;
}
.g-user-card .card-history .history-item .continue:hover {
  color: #d81200;
}
.g-user-card .card-sets {
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
}
.g-user-card .card-sets a {
  color: #787d82;
}
.g-user-card .card-sets a:hover {
  color: #f01400;
}
.g-user-card .card-arr {
  position: absolute;
  right: 23px;
  top: 2px;
  border-width: 0 7px 8px 7px;
  border-color: transparent transparent #f01400 transparent;
  border-style: solid;
}
.user-card-box {
  position: relative;
}
.user-card-box:hover .g-user-card {
  visibility: visible;
  /* opacity: 1;
  filter: alpha(opacity=100);
  transform: rotateY(0) rotateX(0); */
}
.user-card-box .user-card-item img {
  width: 28px;
  height: 28px;
  border-color: #4d5559;
}
.user-card-box:hover .user-card-item img {
  border-color: #f22c1a;
}
@media screen and (max-width: 990px) {
  .nav-item li {
    transition: .3s;
    margin: 0;
    width: 60px;
  }
}
@media screen and (max-width: 907px) {
  .search-area {
    width: 135px;
  }
  .search-area .search-input {
    width: 85px;
  }
}
/* 底部导航 */
@media screen and (max-width: 850px) {
  #footer .followus {
    padding-left: 0;
  }
  #footer .footer_link li {
    margin-right: 10px;
  }
}
@media screen and (max-width: 801px) {
  #logo {
    margin-right: 0;
  }
  .g-menu-mini .menu-ctrl {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    visibility: visible;
    width: 60px;
    height: 60px;
    line-height: 60px;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    font-size: 24px;
    overflow: visible;
  }
  .g-menu-mini {
    position: relative;
  }
  .g-menu-mini:hover .nav-item {
    display: block;
  }
  .nav-item {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 140px;
    background-color: #222428;
  }
  .nav-item li {
    float: none;
    margin: 0;
    width: 100%;
  }
  .nav-item li a {
    padding-left: 30px;
    text-align: left;
  }
  .search-area {
    width: 135px;
  }
  .search-area .search-input {
    width: 85px;
  }
}
@media screen and (max-width: 680px) {
  #footer {
    text-align: center;
  }
  #footer .followus {
    float: none;
    padding: 0;
    margin-bottom: 8px;
  }
  #footer .followus a {
    float: none;
    display: inline-block;
  }
  #footer .footer_intro {
    float: none;
    padding-left: 0;
  }
  #footer .footer_link li {
    float: none;
    display: inline-block;
    margin-right: 16px;
  }
}
@media screen and (max-width: 620px) {
  .search-area {
    width: 124px;
  }
  .search-area .search-input {
    width: 74px;
  }
}
@font-face {
  font-family: 'icomoon';
  src: url('/static/fonts/icomoon.eot?-c8v8sm');
  src: url('/static/fonts/icomoon.eot?-c8v8sm#iefix') format('embedded-opentype'), url('/static/fonts/icomoon.woff?-c8v8sm') format('woff'), url('/static/fonts/icomoon.ttf?-c8v8sm') format('truetype'), url('/static/fonts/icomoon.svg?-c8v8sm#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-stroke-width: 0.2px;
}
.icon-share-weibo:before {
  content: "\e645";
}
.icon-share-weichat:before {
  content: "\e646";
}
.icon-share-qq:before {
  content: "\e647";
}
.icon-share-weibo:before {
  content: "\e645";
}
.icon-share-weichat:before {
  content: "\e646";
}
.icon-share-qq:before {
  content: "\e647";
}
.icon-tick:before {
  content: "\e600";
}
.icon-home:before {
  content: "\e601";
}
.icon-clock:before {
  content: "\e602";
}
.icon-chat:before {
  content: "\e603";
}
.icon-msg:before {
  content: "\e604";
}
.icon-resp:before {
  content: "\e605";
}
.icon-addques:before {
  content: "\e606";
}
.icon-user:before {
  content: "\e607";
}
.icon-wiki:before {
  content: "\e608";
}
.icon-plan:before {
  content: "\e609";
}
.icon-note:before {
  content: "\e60a";
}
.icon-edit:before {
  content: "\e60b";
}
.icon-share:before {
  content: "\e60c";
}
.icon-set:before {
  content: "\e60d";
}
.icon-camera:before {
  content: "\e60e";
}
.icon-del:before {
  content: "\e60f";
}
.icon-search:before {
  content: "\e610";
}
.icon-key:before {
  content: "\e611";
}
.icon-mail:before {
  content: "\e612";
}
.icon-smail:before {
  content: "\e613";
}
.icon-point:before {
  content: "\e614";
}
.icon-ques:before {
  content: "\e615";
}
.icon-tick2:before {
  content: "\e616";
}
.icon-chapter:before {
  content: "\e617";
}
.icon-mobile:before {
  content: "\e618";
}
.icon-gotop:before {
  content: "\e619";
}
.icon-statistic:before {
  content: "\e61a";
}
.icon-code:before {
  content: "\e61b";
}
.icon-video:before {
  content: "\e61c";
}
.icon-test:before {
  content: "\e61d";
}
.icon-menu:before {
  content: "\e61e";
}
.icon-plus:before {
  content: "\e61f";
}
.icon-sub:before {
  content: "\e620";
}
.icon-close:before {
  content: "\e621";
}
.icon-down:before {
  content: "\e622";
}
.icon-left:before {
  content: "\e623";
}
.icon-top:before {
  content: "\e624";
}
.icon-right:before {
  content: "\e625";
}
.icon-exit:before {
  content: "\e626";
}
.icon-refresh:before {
  content: "\e627";
}
.icon-again:before {
  content: "\e628";
}
.icon-bell:before {
  content: "\e629";
}
.icon-nobell:before {
  content: "\e62a";
}
.icon-nolearn:before {
  content: "\e62b";
}
.icon-half:before {
  content: "\e62c";
}
.icon-full:before {
  content: "\e62d";
}
.icon-point-revert:before {
  content: "\e62e";
}
.icon-ques-revert:before {
  content: "\e62f";
}
.icon-tick-revert:before {
  content: "\e630";
}
.icon-flag:before {
  content: "\e631";
}
.icon-msg-revert:before {
  content: "\e632";
}
.icon-ad:before {
  content: "\e633";
}
.icon-imooc:before {
  content: "\e634";
}
.icon-thumb:before {
  content: "\e635";
}
.icon-thumb-revert:before {
  content: "\e636";
}
.icon-star:before {
  content: "\e637";
}
.icon-star-revert:before {
  content: "\e638";
}
.icon-heart:before {
  content: "\e639";
}
.icon-heart-revert:before {
  content: "\e63a";
}
.icon-qq:before {
  content: "\e63b";
}
.icon-weibo:before {
  content: "\e63c";
}
.icon-qqweibo:before {
  content: "\e63d";
}
.icon-weixin:before {
  content: "\e63e";
}
.icon-folder:before {
  content: "\e63f";
}
.icon-jian:before {
  content: "\e640";
}
.icon-ding:before {
  content: "\e641";
}
.icon-you:before {
  content: "\e642";
}
.icon-apple:before {
  content: "\e643";
}
.icon-android:before {
  content: "\e644";
}
/*
HTML structure：
<div class="panel">
  <div class="panel-heading">
    <h3 class="panel-title">Panel title</h3>
  </div>
  <div class="panel-body">
    Panel content
  </div>
  <div class="panel-footer">Panel footer</div>
</div>
panel-heading,
panel-body,
panel-footer
三部分都不是必须的，按需添加
*/
.bordered {
  border-bottom: solid 1px #d0d6d9;
}
.panel {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  padding: 0 20px;
  background-color: #ffffff;
  margin-bottom: 20px;
}
.panel-heading {
  border-bottom: solid 1px #d0d6d9;
}
.panel-title {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}
/*右侧样式*/
.qa-right {
  width: 260px;
}
.newques-container {
  margin-bottom: 20px;
}
.newques-container .newques-btn {
  display: block;
  height: 40px;
  line-height: 40px;
  background-color: #cc0000;
  color: #fff;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.newques-container .newques-btn i {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  font-size: 16px;
  vertical-align: middle;
  display: inline-block;
}
.newques-container .newques-btn:hover {
  background-color: #f00000;
}
.wenda-form {
  padding: 0px;
}
.hot-label,
.list-tag {
  padding: 0 10px;
  color: #787d82;
  float: left;
  height: 20px;
  line-height: 20px;
  margin-right: 4px;
  margin-top: 4px;
  font-size: 12px;
  background: #edf1f2;
  word-wrap: break-word;
  white-space: nowrap;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.hot-label:link,
.hot-label:visited,
.list-tag:link,
.list-tag:visited {
  color: #787d82;
}
.hot-label:hover,
.list-tag:hover {
  color: #14191e !important;
  background-color: #d0d6d9;
}
.weekly-hot li {
  border-bottom: 1px solid #edf1f2;
  padding: 20px 0 20px 0px;
  line-height: 18px;
  word-break: break-all;
  white-space: pre-wrap;
  overflow: hidden;
  position: relative;
  font-size: 12px;
}
.weekly-hot li .hottalk {
  line-height: 20px;
  width: 210px;
  float: left;
}
.weekly-hot li .hottalk:hover {
  color: #cc0000;
  text-decoration: underline;
}
.weekly-hot li:last-child {
  border: none;
}
.weekly-rank .panel-heading {
  position: relative;
}
.weekly-rank .honormore {
  position: absolute;
  font-size: 12px;
  color: #787d82;
  right: 0;
  top: 17px;
}
.weekly-rank .honormore:hover {
  color: #cc0000;
  text-decoration: underline;
}
.weekly-rank li {
  padding: 15px 0 15px 0px;
  border-bottom: 1px solid #edf0f2;
  overflow: hidden;
  position: relative;
}
.weekly-rank li:last-child {
  border-bottom: 0 none;
}
.weekly-rank .roll-head {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  overflow: hidden;
  background: #ccc;
}
.weekly-rank .archieve {
  font-size: 12px;
  color: #7e878c;
}
.weekly-rank .rankingnickname {
  color: #363d40;
  font-size: 14px;
  line-height: 18px;
}
.weekly-rank .rankingnickname:hover {
  color: #be3948;
  text-decoration: underline;
}
.weekly-rank .rankingnickname,
.weekly-rank .archieve {
  margin-left: 50px;
  display: block;
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
  line-height: 18px;
  width: 165px;
}
.hot1 {
  background: #cc0000;
}
.hot2 {
  background: #ff6e03;
}
.hot3 {
  background: #ff9c00;
}
.hot4 {
  background: #c8cdd2;
}
.hot5 {
  background: #c8cdd2;
}
.hoticon {
  width: 16px;
  height: 16px;
  line-height: 16px;
  display: inline-block;
  float: left;
  margin-right: 9px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  margin-top: 2px;
}
.rankingnum {
  position: absolute;
  top: 13px;
  right: 0;
  line-height: 16px;
  font-style: normal;
  font-size: 12px;
  color: #00b33b;
  text-align: center;
}
.mkhotlist {
  border-bottom: 1px solid #edf1f2;
  padding: 20px 0 20px 10px;
  font-size: 12px;
  line-height: 18px;
  color: #99a1a6;
  word-break: break-all;
  white-space: pre-wrap;
  overflow: hidden;
  position: relative;
}
.mkhotlist:last-child {
  border-bottom: 0 none;
}
html,
body {
  background-color: #fff;
}
#main {
  padding-top: 0;
}
.qa-right {
  width: 280px;
}
.wenda {
  width: 1200px;
  height:870px;
  margin: 0 auto;
  position: relative !important;
}
.adopt {
  color: #00b33b;
}
.wenda-sidebar {
  width: 210px;
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.wenda-main {
  width: 900px;
  padding: 0 0 20px 0;
  margin-right: 20px;
}
.wenda-slider {
  width: 280px;
}
.weekly-rank {
  padding: 0;
}
.wenda-sidebar,
.wenda-main,
.wenda-mkclass {
  background: #ffffff;
}
.fixed {
  position: fixed;
  z-index: 10;
  margin-top: -80px;
}
/*左侧样式*/
.wenda-tab {
  padding: 0;
}
.wenda-tab li {
  float: left;
  text-align: left;
  position: relative;
  margin-right: 40px;
  height: 40px;
}
.wenda-tab li a {
  display: block;
  font-size: 12px;
  color: #787d82;
  height: 40px;
  line-height: 40px;
}
.wenda-tab li a:hover {
  color: #14191e;
  text-decoration: none;
}
.wenda-tab .tabactive {
  /*i{
      position: absolute;
      left: -21px;
      top: 0;
      height: 60px;
      width: 2px;
      background:@linecolor;
    }*/
}
.wenda-tab .tabactive a {
  color: #14191e;
  font-size: 16px;
}
.wenda-my .user-info {
  position: relative;
  height: 40px;
  padding-left: 50px;
}
.wenda-my .user-info a.user-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  overflow: hidden;
}
.wenda-my .user-info img {
  width: 40px;
  height: 40px;
}
.wenda-my .user-info p {
  line-height: 20px;
}
.wenda-my .user-info p.username {
  font-size: 12px;
  color: #14191e;
}
.wenda-my .user-info p.help-count {
  font-size: 12px;
  color: #787d82;
}
.wenda-my .user-about {
  text-align: center;
  padding: 20px 0;
  margin-top: 20px;
  margin-bottom: 40px;
  border-top: 1px solid #edf1f2;
  border-bottom: 1px solid #edf1f2;
}
.wenda-my .user-about li {
  display: inline-block;
}
.wenda-my .user-about li.repl {
  margin: 0 20px;
  padding: 0 30px;
  border-left: 1px solid #d0d6d9;
  border-right: 1px solid #d0d6d9;
}
.wenda-my .user-about li a {
  line-height: 20px;
  font-weight: 600;
}
.wenda-my .user-about li i {
  display: inline-block;
  min-width: 12px;
  height: 12px;
  margin-left: 3px;
  padding: 4px;
  background-color: #cc0000;
  border-radius: 10px;
  color: white;
  font-size: 12px;
  text-align: center;
  font-style: normal;
  line-height: 12px;
}
/*中间内容公共*/
.newpost {
  height: 40px;
  line-height: 39px;
  margin: 20px 0 0;
  border-top: 1px solid #d0d6d9;
  position: relative;
  background-color: #edf1f2;
  z-index: 2;
}
.newpost .quealltab {
  float: left;
  padding: 0 30px;
  font-size: 12px;
  color: #787d82;
}
.newpost .quealltab:hover {
  color: #14191e;
}
.newpost .quealltab.onactive {
  color: #14191e;
}

.wenda-list strong {
  font-weight: bold !important;
}
.wenda-listcon {
  padding: 20px 0;
  border-bottom: 1px solid #e3e5e5;
  position: relative;
}
.headslider {
  position: absolute;
  top: 30px;
  left: 0;
  width: 90px;
  overflow: hidden;
  text-align: center;
}
.headslider img {
  border-radius: 50%;
}
.headslider .wenda-nickname {
  display: block;
  text-align: center;
  line-height: 16px;
  color: #787d82;
  font-size: 12px;
  line-height: 1.8em;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.headslider .wenda-nickname:hover {
  color: #cc0000;
}
.headslider .wenda-head {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  overflow: hidden;
  background: #ccc;
  line-height: 0;
}
.wendaslider {
  padding: 10px 103px 0 0;
  margin-left: 120px;
  min-height: 85px;
  word-break: break-all;
  word-wrap: break-word;
  position: relative;
}
.wendaslider .wendaquetitle {
  font-size: 14px;
  line-height: 20px;
  color: #363d40;
  position: relative;
}
.wendaslider .wendaquetitle .icon-ad,
.wendaslider .wendaquetitle .icon-flag,
.wendaslider .wendaquetitle .icon-tick-revert,
.wendaslider .wendaquetitle .icon-ques-revert {
  position: absolute;
  width: 20px;
  height: 20px;
  font-size: 16px;
  top: 2px;
  left: 0;
}
.wendaslider .wendaquetitle .icon-ad {
  color: #0ed4d4;
}
.wendaslider .wendaquetitle .icon-flag {
  color: #a485c7;
}
.wendaslider .wendaquetitle .icon-tick-revert {
  color: #00b33b;
}
.wendaslider .wendaquetitle .icon-ques-revert {
  color: #0088cc;
}
.wendaslider .wendaquetitle .icon-ding {
  color: #cc0000;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}
.wendaslider .wendaquetitle .wendatitlecon {
  padding-left: 28px;
  word-break: break-all;
  word-wrap: break-word;
  overflow: hidden;
}
.wendaslider .wendaquetitle .wendatitle {
  font-weight: bold;
  line-height: 20px;
}
.wendaslider .wendaquetitle .wendatitle:hover {
  color: #cc0000;
}
.wendaslider .replynumber {
  font-size: 12px;
  position: absolute;
  top: 10px;
  right: 0px;
  height: 51px;
  color: #787d82;
  text-align: center;
}
.wendaslider .replynumber .number {
  line-height: 12px;
  height: 12px;
  padding-bottom: 7px;
}
.ys,
.browsenum {
  float: left;
  width: 50px;
  height: 31px;
  margin: 10px 0;
}
.hasanswernum .ys {
  color: #00b33b;
}
.wendaslider .myques-remind-color {
  color: #cc0000;
}
.wendaslider .myques-remind-color span {
  display: inline-block;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 0 5px;
  height: 16px;
  line-height: 16px;
  color: #fff;
  background: #cc0000;
  font-style: normal;
  text-align: center;
  font-size: 12px;
}
/* .myques-remind {
    display: inline-block;
    .wenda-border-radius(10px);
    background: @red;
    padding: 0 5px;
    color: #fff;
    font-style: normal;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
} */
.replymegfooter {
  padding: 10px 0 10px 27px;
  color: #c8cdd2;
  font-size: 12px;
  line-height: 24px;
  margin-top: 5px;
}
.replymegfooter .keyword-list,
.replymegfooter .wenda-time {
  margin-right: 20px;
  float: left;
}
.replymegfooter .formcourse {
  color: #c8cdd2;
}
.replymegfooter .formcourse:hover {
  text-decoration: underline;
  color: #787d82;
}
.replymegfooter .curCourse {
  margin-left: 10px;
}
.usr-type-tc {
  position: absolute;
  top: 60px;
  right: 10px;
  color: #99a1a6;
  font-size: 12px;
  border: 1px solid #edf0f2;
  padding: 0 10px;
  cursor: pointer;
}
.user-type-hide {
  display: none;
}
.list-tag {
  height: 20px;
  line-height: 20px;
  margin-top: 2px;
  margin-right: 10px;
}
.replycont {
  margin-top: 14px;
  position: relative;
}
.replycont .icon-msg-revert {
  position: absolute;
  top: 5px;
  left: 1px;
  width: 14px;
  height: 14px;
  font-size: 14px;
  color: #c8cdd2;
}
.replydes {
  margin-left: 26px;
  color: #787d82;
  font-size: 12px;
  line-height: 20px;
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
}
.replydes .replyuserhead img {
  display: inline-block;
  border-radius: 8px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.qa-breadcrumb {
  height: 30px;
  line-height: 16px;
  border-bottom: 1px solid #d0d6d9;
  font-size: 14px;
  color: #d0d6d9;
}
.qa-breadcrumb a {
  color: #787d82;
}
.qa-breadcrumb a:hover {
  color: #14191e;
}
/*采纳弹层*/
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.75;
}
.modal-backdrop {
  background-color: #000;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1040;
}
.correct-layer {
  width: 400px;
  height: 250px;
  position: fixed;
  background: #fff;
  z-index: 100000;
  margin-top: -125px;
  margin-left: -200px;
  left: 50%;
  top: 50%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.correct-layer .btn-close {
  position: absolute;
  top: 22px;
  right: 20px;
  width: 17px;
  height: 17px;
  cursor: pointer;
  background: url(/static/img/nlogin.png) no-repeat 0 0;
  transition: transform 0.2s;
  -webkit-transition: transform 0.2s;
  -moz-transition: transform 0.2s;
  -o-transition: transform 0.2s;
}
.correct-layer .btn-close:hover {
  background-position: 0 -21px;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.correct-layer h3 {
  font-size: 18px;
  color: #000;
  margin-top: 60px;
  text-align: center;
}
.correct-layer p {
  padding: 30px 0 20px;
  text-align: center;
  font-size: 14px;
  color: #969b9e;
}
.correct-layer input {
  float: left;
  margin-left: 40px;
  padding: 0 10px;
  width: 230px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #c7ced1;
  border-radius: 2px;
  font-size: 12px;
  color: #969b9e;
}
.correct-layer input.error {
  border: 1px solid #ff0000;
}
.correct-layer .btn-submit {
  width: 60px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #39b94e;
  border-radius: 2px;
  float: left;
  margin-left: 10px;
  text-align: center;
}
.course-cover {
  display: block;
  height: 60px;
  margin-top: 20px;
  overflow: hidden;
}
.course-cover:hover span {
  color: #c9394a;
}
.course-name {
  color: #60686b;
  float: right;
  font-size: 12px;
  line-height: 20px;
  width: 102px;
  word-break: break-all;
  word-wrap: break-word;
}
.qa-author {
  font-size: 12px;
}
[class^="icon-"],
[class*=" icon-"] {
  color: #b5b9bc;
}
.icon-share {
  color: #b5b9bc !important;
}
.about-ques {
  padding: 0;
}
.about-ques .mkhotlist {
  padding-left: 0;
}
.opus-wrap {
  width: 1200px;
  overflow: visible;
  margin: 0 auto;
  min-height: 1000px;
}
.opus-header {
  width: 100%;
  min-width: 1200px;
  height: 60px;
  background-color: #eef1f2;
  border-bottom: 1px solid #edf1f2;
}
.opus-header .opus-wrap {
  width: 1400px;
  height: 60px;
  min-height: 0;
  line-height: 60px;
  overflow: hidden;
}
.opus-header a {
  font-size: 16px;
  font-family: 'Microsoft Yahei';
  color: #14191e;
  margin-left: 80px;
}
.opus-header a:hover {
  color: #e71f19;
}
/*表情面板*/
#face_panel {
  background-color: #eae2df;
  border: 1px solid #9FA0A0;
  border-radius: 3px;
  bottom: 4px;
  box-shadow: 0 0 6px rgba(94, 89, 89, 0.57);
  left: 0px;
  margin-bottom: 80px;
  overflow-y: hidden;
  padding: 15px;
  width: 530px;
  z-index: 999;
  position: absolute;
  height: 215px;
}
#face_panel #choose_face {
  border: 1px solid #DFE6F6;
  border-width: 0;
}
zoom:1 #face_panel #choose_face:after {
  content: '\20';
  display: block;
  clear: both;
}
#choose_face a {
  display: block;
  float: left;
  height: 65px;
  padding: 4px;
}
#choose_face a:hover {
  background: #e1dcd6;
}
#choose_face a p {
  line-height: 22px;
  text-align: center;
}
#choose_face a.border_bottom_none {
  border-bottom: none;
}
#choose_face a.border_right_none {
  border-right: none;
}
.font-colorg #choose_face a p {
  color: #5e5e5e;
}
.sider {
  float: left;
  width: 250px;
  height:auto;
}
.user-info {
  padding-left: 100px;
  position: relative;
  min-height: 80px;
  text-align: left;
  overflow: hidden;
}
.user-info .user-name {
  font-size: 18px;
  font-weight: bold;
  color: #14191e;
  line-height: 24px;
  display: block;
  word-break: normal;
  word-wrap: break-word;
}
.user-info a.user-pic {
  position: absolute;
  width: 80px;
  height: 80px;
  left: 0;
  top: 0;
  border-radius: 40px;
  overflow: hidden;
}
.user-info img {
  display: block;
  width: 100%;
  height: 100%;
}
.user-info span {
  float: left;
  width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.user-info span.mt25 {
  margin-top: 25px;
}
.user-info span.user-role {
  line-height: 20px;
  color: #787d82;
}
.user-info span.user-role i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #fff;
}
.user-info span.user-role i.role-teacher {
  background: url('/static/img/myclub/icon-role.png') no-repeat left 4px;
}
.user-info span.user-role i.role-mustar {
  background: url('/static/img/myclub/icon-role.png') no-repeat -20px 4px;
}
.user-info span a.user-name {
  font-size: 18px;
  font-weight: 600;
  color: #14191e;
  line-height: 20px;
}
.user-info span.add-btn {
  width: 90px;
  height: 30px;
  line-height: 30px;
  color: white;
  cursor: pointer;
  font-size: 12px;
  text-align: center;
  margin-top: 4px;
}
.user-info span.add-fri {
  background-color: #00b33b;
}
.user-info span.add-fri:hover {
  background-color: #00cc43;
}
.user-info span.send-msg {
  background-color: #0088cc;
}
.user-info span.send-msg:hover {
  background-color: #0099e6;
}
.user-desc {
  margin-top: 20px;
  font-size: 12px;
  color: #14191e;
  line-height: 20px;
  position: relative;
}
.user-desc .sign-wrap {
  position: relative;
}
.user-desc #signed {
  word-wrap: break-word;
  word-break: break-all;
  line-height: 20px;
  font-size: 12px;
  color: #14191e;
  width: 250px;
  display: block;
}
.user-desc .signed {
  visibility: visible;
}
.user-desc .publish-sign {
  background: url(/static/img/mycourselisticon.png) no-repeat 2px -104px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  bottom: 4px;
  right: 0px;
}
.user-desc #signing {
  word-wrap: break-word;
  word-break: break-all;
  line-height: 20px;
  font-size: 12px;
  color: #99a1a6;
  width: 250px;
  display: block;
  margin: 30px 0;
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  resize: none;
  display: none;
  height: 40px;
  margin: 0;
  border: solid 1px #e6e8e9;
}
.user-desc #signing.sign_block {
  display: block;
}
.user-desc .rlf-tip-wrap {
  color: red;
  margin-top: 10px;
}
.expr {
  font-size: 12px;
  color: #b5b9bc;
}
.expr span {
  font-size: 18px;
  color: #787d82;
  margin-right: 6px;
}
.navx {
  margin-top: 30px;
  border-top: 1px solid #edf1f2;
}
.navx li {
  height: 60px;
  border-bottom: 1px solid #edf1f2;
  margin-left:30px;
}
.navx a {
  line-height: 60px;
  color: #14191e;
  font-size: 14px;
  font-weight:bold
}
.navx i {
  font-style: normal;
  display: inline-block;
  min-width: 14px;
  height: 18px;
  padding: 0 2px;
  margin-left: 10px;
  border-radius: 7px;
  background-color: #e71f19;
  text-align: center;
  color: white;
  font-size: 12px;
  line-height: 18px;
}
.recent-visitors {
  width: 100%;
  overflow: hidden;
  margin-top: 70px;
}
.recent-visitors h4 {
  line-height: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #14191e;
  text-align: left;
  padding-bottom: 18px;
  border-bottom: 1px solid #edf1f2;
}
.recent-visitors .visitors-box {
  width: 300px;
  padding-top: 10px;
}
.recent-visitors a.visitor-pic {
  float: left;
  margin-right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 20px;
}
.recent-visitors img {
  display: block;
  width: 100%;
  height: 100%;
}
.container {
  float: left;
  width: 840px;
  min-height: 1000px;
  margin-left: 80px;
  margin-top: 40px;
  overflow: visible;
}
/*加好友弹出层*/
.addfriendtip {
  width: 417px;
  background: #c9c9c9;
  padding: 8px;
  display: none;
  position: absolute;
  z-index: 999;
  top: 30%;
  left: 215px;
}
.sendadd {
  width: 422px;
}
.sendadd textarea {
  border: 1px solid #cdcdcd;
  width: 390px;
  background: #ffffff;
}
.sendadd h4,
.giveupcon h4 {
  position: relative;
  font-size: 18px;
  font-family: "Microsoft Yahei", "Hiragino Sans GB", Helvetica, "Helvetica Neue", "微软雅黑", Tahoma, Arial, sans-serif;
  line-height: 40px;
  padding-left: 16px;
  height: 40px;
}
.sendadd h4 .tipclose,
.giveupcon h4 span {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 12px;
  top: 12px;
  _top: 8px;
  cursor: pointer;
}
.sendcon {
  padding: 15px;
  _padding: 10px;
}
.sendsq {
  padding: 20px 0;
  text-align: center;
}
.successtip {
  width: 248px;
  background: #c9c9c9;
  padding: 6px;
  position: absolute;
  top: 37%;
  left: 280px;
  z-index: 999;
  display: none;
}
.successcon {
  width: 236px;
  padding: 6px;
  background: #ffffff;
  position: relative;
}
.successcon .suclose {
  background: url(/static/img/tipicon.png) no-repeat 0 0;
  width: 16px;
  height: 16px;
  float: right;
  cursor: pointer;
}
.sendok {
  clear: both;
  background: url(/static/img/zyicon.png) no-repeat 0 -106px;
  height: 52px;
  margin: 12px 0 0 30px;
  padding: 10px 0 0 50px;
  color: #666666;
  font-size: 24px;
  font-family: "Microsoft Yahei", "Hiragino Sans GB", Helvetica, "Helvetica Neue", "微软雅黑", Tahoma, Arial, sans-serif;
}
.sendmsg_avatar {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-top: 8px;
  position: absolute;
  top: 0;
  left: 15px;
}
.ansListA {
  float: right;
  display: block;
  background: #ffffff;
}
.sendmsg h4,
.sendadd h4 {
  height: 56px;
  padding-left: 16px;
  position: relative;
  line-height: 56px;
  background: #be3948;
  color: #ffffff;
}
.sendmsg #sendEmojiIcon {
  margin: 0 0 0 7px;
  float: left;
}
.sendmsg #sendBtn {
  display: inline-block;
  height: 31px;
  color: #ffffff;
  text-align: center;
  line-height: 31px;
  font-size: 14px;
  font-weight: bold;
  float: right;
  padding: 0;
}
.sendmsg .imgset {
  float: left;
  width: 40px;
  height: 60px;
  background: url(/static/img/icron_mgr.png) center 24px no-repeat;
}
.sendmsg_btn_box {
  background: #ffffff;
  padding: 12px 8px 20px;
  zoom: 1;
  position: relative;
  overflow: hidden;
}
.sendmsg_btn_box:after {
  content: '\20';
  display: block;
  clear: both;
}
.private-letter {
  width: 580px;
}
.private-letter .sendcon {
  background: #ffffff;
  padding: 20px 40px 10px;
  position: relative;
}
.private-letter textarea {
  width: 499px;
}
.private-letter .privatel-wrap {
  padding: 12px 0 20px 50px;
  color: #363d40;
}
.private-letter #sendEmojiIcon {
  margin-left: 40px;
}
.private-letter .sendmsg_btn_box {
  padding-right: 40px;
}
.private-letter #sendBtn,
.pravtie_close .btn-large {
  background: #39b94e;
}
.private-letter #sendBtn:hover,
.pravtie_close .btn-large:hover {
  background: #3ec154;
  color: #ffffff;
  outline: none;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
}
.pravtie_close .xubox_close1 {
  background: url(/static/img/pravtie_close.jpg) 0 0 no-repeat;
  width: 30px;
  height: 30px;
  top: 15px;
  right: 16px;
}
.pravtie_close .xubox_close1:hover {
  background-position: -30px 0;
}
.privatel-name {
  position: absolute;
  top: 19px;
  left: 40px;
}
html,
body {
  background-color: #fff;
}
#main {
  padding-top: 0;
}
/*.newpost {
    height: 59px;
    .newpost-title{
        line-height:59px;
        font-size: 16px;
    }
}*/
.my-newpost {
  height: 40px;
  text-align: left;
  padding-bottom: 20px;
  border-bottom: 1px solid #e3e5e5;
}
.my-newpost a {
  position: relative;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin-right: 40px;
  font-size: 12px;
  color: #787d82;
}
.my-newpost a i {
  display: inline-block;
  min-width: 12px;
  height: 12px;
  margin-left: 3px;
  padding: 4px;
  background-color: #cc0000;
  border-radius: 10px;
  color: white;
  font-size: 12px;
  text-align: center;
  font-style: normal;
  line-height: 12px;
}
.my-newpost a.active {
  font-size: 16px;
  color: #14191e;
}
.my-newpost a.newq {
  float: right;
  margin-right: 0;
  background-color: #cc0000;
  padding: 0 30px;
  color: #fff;
  font-size: 14px;
}
.my-newpost a.newq:hover {
  background-color: #f00000;
}
.wendaslider {
  margin-left: 0;
  min-height: 0;
}
.myquelist {
  padding-left: 10px;
  padding-right: 10px;
}
/*无回答样式*/
.unquestion {
  color: #d0d6d9;
  font-size: 14px;
  padding: 80px 0 30px;
  text-align: center;
}
.unquestion span {
  background: url("/static/img/unlist.gif") no-repeat scroll 0 -140px rgba(0, 0, 0, 0);
  display: block;
  height: 130px;
  margin: 0 auto 30px;
  width: 130px;
}
.unquestion p {
  text-align: center;
}

#top_menu_content a.on{color:red}
#left_menu_content li a.on{color:red}

.hr_4_bg{ width:100%; height:100px; background:url(../../images/yx/hr_4_bg2.jpg) repeat-x;margin-top:5px}
.hr_4{ width:980px; margin:0 auto;}
.hr_4_top{ height:43px;  border-bottom:2px #e1e0e0 solid;}
.hr_4_top h1{ width:100px; font:20px/43px "微软雅黑"; border-bottom:2px #0e51a2 solid;}
.hr_4_ul{ margin-top:13px;height:227px;}
.hr_4_ul img{ border:1px #cbcbcb solid;}
.hr_4_ul li{ width:233px; float:left;}
.hr_4_w{ height:57px; background:url(../../images/yx/hr_4_w.jpg) repeat;}
.hr_4_w span{ font:17px/30px "微软雅黑"; text-align:center; display:block;}
.hr_4_w em{ text-align:center; color:#6e6e6e; display:block;}
.hr_4_w i{ font-style:normal; padding-left:15px; color:#6e6e6e; line-height:18px;}
.Copyright{ width:980px;height:100px;margin: 0 auto; text-align: center;}
.Copyright h1{ color:#b0b0b0; font-size:14px; padding-top:20px;}
