@charset "utf-8";
/*
    * Busy 收集 整理
 */
/*雅虎（YUI 3）reset*/
/*Normalize.css*/
html,
body {
  width: 100%;
  height: 100%;
  /* background: #f5f5f5; */
  background: #fff;
  font-family: '微软雅黑' !important;
}
/*渐变*/
.Add_gradient {
  width: 100%;
  height: 23px;
  margin-top: 60px;
  background: -webkit-linear-gradient(top, #ececec, #f5f5f5);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(bottom, #ececec, #f5f5f5);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(bottom, #ececec, #f5f5f5);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to bottom, #ececec, #f5f5f5);
  /* 标准的语法 */
}
/* .banner {
  width: 100%;
  height: 300px;
  background: url(/static/index/images/answer_02.png);
  background-size: 100% 100%;
  margin-top: 60px;
  text-align: center;
}
.banner h1 {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  padding-top: 70px;
}
.banner h2 {
  font-size: 18px;
  color: #fff;
  padding-top: 15px;
}
.banner .search_input {
  overflow: hidden;
  margin-top: 40px;
}
.banner .search_input input {
  width: 820px;
  height: 48px;
  line-height: 48px;
  border: .02rem solid #cccccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  text-indent: 11px;
}
.banner .search_input a {
  width: 116px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background: #3f4b55;
  display: inline-block;
  margin-left: 25px;
} */


/* 2019-10-19 修改 */
.banner {
  width: 100%;
  height: 470px;
  background: url(/static/index/images/qesation_all.png);
  background-size: 100% 100%;
  margin-top: 60px;
  text-align: center;
}
.banner h1 {
  padding-top: 50px;
  font-size: 36px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 60px;
}
.banner .question_box {
  padding:35px 40px 35px 30px;
  background-color: #fff;
  width:935px;
  height:290px;
  margin:0 auto;
  border:1px solid #eee;
  border-radius: 5px;
}
.banner .question_box>div{
 display: flex;
 flex-direction: row;
 justify-content: space-between;
 align-items: flex-start;
}
.banner .question_box>div>span{
  width:70px;
  font-size: 14px;
  color:#333;
  line-height: 20px;
  margin-top: 5px;
 }
 .banner .question_box>.question_tit{
  margin-bottom: 30px;
  position: relative;
 }
 .banner .question_box>.question_tit textarea{
  width:790px;
  height:110px;
  font-size: 14px;
  color:#333;
  border:1px solid #cccccc;
  border-radius: 5px;
  padding: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
 }
 .banner .question_box>.question_tit .TestNum{
   position: absolute;
   bottom: 5px;
   right: -5px;
 }
 .banner .question_box>.img_box .img_list{
  width:790px;
  height:80px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
 }


/* 图片上传 */
.banner .question_box>.img_box .img_list .list_box {
  display: inline-block;
  /* overflow: hidden; */
  float: left;
}
.banner .question_box>.img_box .img_list .item {
	float: left;
	position: relative;
	margin:0  20px 0 0;
}
.addImg {
	/* width: 190px;
  height: 190px; */
  width: 115px;
	height: 80px;
}
.upload_input {
	display: none;
}
.preview {
	position: absolute;
	/* width: 190px;
  height: 190px; */
  width: 115px;
	height: 80px;
	left: 0;
	top: 0;
}
.click {
	position: absolute;
	/* width: 190px;
  height: 190px; */
  width: 115px;
	height: 80px;
	left: 0;
	top: 0;
	z-index: 1;
	cursor: pointer;
}
.delete {
	position: absolute;
	right: -2rem;
	top: -1rem;
	cursor: pointer;
	display: none;
}
.preview img {
	width: 100%;
	height: 100%;
}
/*提交按钮  */
.banner .question_box>.img_box .img_list .sub_box {
  width: 270px;
  height:36px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.banner .question_box>.img_box .img_list .sub_box .checke{
  position: relative;
  -webkit-appearance: none;
  width:40px;
  height: 15px;
  line-height: 15px;
  background: #eee;
  border-radius: 8px;
  outline: none;
  vertical-align: middle;
  cursor: pointer;
}
.banner .question_box>.img_box .img_list .sub_box  .checke:before{
  position: absolute;
    left: 0;
    top: -2px;
    content: '';
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #eee;
    box-shadow: 0px 0px 5px #ddd;
    transition: all 0.2s linear;
    border: 1px solid #fff;
}

.banner .question_box>.img_box .img_list .sub_box  .checke:checked{
 background: #268de1;
}
.banner .question_box>.img_box .img_list .sub_box  .checke:checked:before{
  top:-2px;
  left:20px;
  transition: all 0.2s linear;
}
.banner .question_box>.img_box .img_list .sub_box button {
    width: 120px;
    height:36px;
    font-size: 18px;
    color:#fff;
    text-align: center;
    line-height: 36px;
    background-color: #bd0000;
    border:0 none;
    outline: none;
    border-radius: 5px;
    cursor: pointer;
}
/* 2019-10-21 */
/* 问题搜索 */
.seach_box{
  width: 1200px;
  margin:0 auto;
  overflow: hidden;
}
.seach_box .search_input {
  width: 940px;
  margin:50px auto 0px;
  /* overflow: hidden;
  margin-top: 40px; */
  vertical-align: middle;
}
.search_input input {
  width: 810px;
  height: 48px;
  line-height: 48px;
  color:#999;
  border: 1px solid #cdcdcd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  text-indent: 11px;
  border-radius: 25px;
  vertical-align: middle;
}
.search_input a {
  width: 116px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background: #bd0000;
  display: inline-block;
  vertical-align: middle;
  border-radius: 25px;
  /* margin-left: 25px; */
} 
/* 提交问题弹框 */
.mask_sub{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1111;
  display: none;
}
.question_sub{
  width: 570px;
  /* height:330px; */
  position: fixed;
  left:50%;
  top:50%;
 transform: translate(-50%, -50%);
  background-color: #fff;
  text-align: center;
  border-radius: 5px;
  padding-bottom: 20px;
}
.question_sub h4{
  width: 520px;
  text-align: center;
  font-size: 22px;
  line-height: 26px;
  margin: 40px 25px 0;
  color:#333333;
}
.question_sub .tab_box{
  width: 520px;
  margin: 40px 25px 0px 25px; 
  text-align: left;
  /* font-size: 14px;
  line-height: 24px;
  color:#333333; */
}
.question_sub .tab_box li{
  display: inline-block;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}
.question_sub .tab_box .tab_head{
  margin-bottom: 20px;
}
.question_sub .tab_box .tab_head li{
  display: inline-block;
  text-align: center;
  padding-right: 30px;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
}
.question_sub .tab_box .tab_head li.active{
  color:#013162;
  font-weight: 600;
}
.question_sub .tab_box .tab_content{
  display: none;
}
.question_sub .tab_box .tab_content.active{
  display: block;
}
.question_sub .tab_box .tab_content li{
  display: inline-block;
  text-align: center;
  color:#012f63;
  font-size: 14px;
  line-height: 32px;
  height:32px;
  background-color: #ecf4ff;
  border-radius: 16px;
  padding:0 25px;
  cursor: pointer;
  margin: 0 15px 20px 0;
}
.question_sub .tab_box .tab_content li.active{
  color:#fff;
  background-color: #012f63;
}
.question_sub>button{
  width: 120px;
  font-size: 18px;
  color:#ffffff;
  text-align: center;
  line-height: 34px;
  height:34px;
  background-color: #2494e0;
  border:0 none;
  outline: none;
  border-radius: 5px;
  cursor: pointer;
  background: -webkit-linear-gradient(left, #2296df , #3a63ea); /* Safari 5.1 - 6.0 */ 
  background: -o-linear-gradient(right, #2296df, #3a63ea); /* Opera 11.1 - 12.0 */ 
  background: -moz-linear-gradient(right, #2296df, #3a63ea); /* Firefox 3.6 - 15 */ 
  background: linear-gradient(to right, #2296df , #3a63ea); /* 标准的语法 */

}
.question_sub>i{
  display: inline-block;
  width:30px;
  color:#fff;
  font-size: 20px;
  text-align: center;
  height:30px;
  border-radius: 15px;
  background-color: #949494;
  line-height: 30px;
  position: absolute;
  right:20px;
  top:20px;
  font-style: normal;
  cursor: pointer;
  background: url(../images/close1.png);
  background-size: 100% 100%;
}

/*融跃CFA题库选择*/
.question_choose {
  width: 1200px;
  margin:0 auto;
}
.question_choose .question_ku {
  background: #fff;
  padding: 28px 20px 0 20px;
  /* box-shadow: 0 0 20px #f1f1f1; */
}
.question_choose .question_ku .all_qusetion {
  overflow: hidden;
}
.question_choose .question_ku .all_qusetion a {
  float: left;
  position: relative;
  color: #666;
  font-size: 14px;
  line-height: 60px;
  margin: 0 9px;
}
/*增加未读标识 */
.question_choose .question_ku .all_qusetion a .tip_p{
  position: absolute;
  right:-75px;
  top:10px;
  color:#f36466;
  padding:0 10px;
  font-size: 12px;
  line-height: 20px;;
  height:20px;
}
.question_choose .question_ku .all_qusetion a .tip_p i{
  display: inline-block;
  width: 18px;
  height: 12px;
  background: url(/static/index/images/no_read.png) no-repeat center center ;
  background-size: contain;
}


/*增加未读标识 结束*/

.question_choose .question_ku .all_qusetion a.activequestion {
  color: #bd0000;
}
.question_choose .question_ku .all_qusetion a.activequestion::before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: -1px;
  right: 50%;
  margin-right: -14.5px;
  width: 29px;
  height: 16px;
  background: url(/static/index/images/jjhay.png) center no-repeat !important;
}
.question_choose .question_ku ul {
  background: #f4f6f8;
  height: 59px;
  line-height: 59px;
  overflow: hidden;
  border-bottom: 1px solid #eaeaea;
}
.question_choose .question_ku ul p {
  float: left;
  text-indent: 24px;
  color: #333333;
  font-size: 14px;
  margin-right: 15px;
  font-weight: bold;
}
.question_choose .question_ku ul li {
  float: left;
  margin-right: 40px;
}
.question_choose .question_ku ul li:hover {
  cursor: pointer;
}
.question_choose .question_ku ul:last-child {
  height: 60px;
  line-height: 60px;
  border-bottom: none;
}
.question_choose .question_ku ul:last-child li {
  height: 28px;
  line-height: 28px;
  background: #bd0000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0 30px 0 13px;
  display: block;
  position: relative;
  margin: 15px 20px 0px 0;
  color: #fff;
  background: url(/static/index/images/small_close.png) 90% center no-repeat #bd0000;
}
.question_choose .question_ku ul:last-child li a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.question_choose .question_ku ul:last-child li img {
  margin-left: 5px;
}
.question_choose .question_ku ul:last-child li img:hover {
  cursor: pointer;
}
.question_choose .question_ku ul option {
  height: 28px;
  line-height: 28px;
  background: #bd0000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0 30px 0 13px;
  display: block;
  position: relative;
  margin: 15px 20px 0px 0;
  color: #fff;
  background: url(/static/index/images/small_close.png) 90% center no-repeat #bd0000;
}
.container {
  margin-top: 20px;
  overflow: hidden;
}
.container .container_left {
  /* width: 800px; */
  width: 100%;
  min-height: 600px;
  float: left;
  background: #fff;
}
.container .container_left ul {
  padding: 0 15px;
}
.container .container_left ul li {
  /* min-height: 110px; */
  border-bottom: 1px dashed #e5e5e5;
  overflow: hidden;
  padding: 20px 0;
}
.container .container_left ul li div {
  float: left;
}

/* .container .container_left ul li div.haveanswer:hover {
  background: #bd0000 !important;
  color: #fff !important;
} */
.container .container_left ul li div.howmany_anwser {
  width: 40px;
  height: 40px;
  text-align: center;
  background: #f3f3f3;
  color: #7b7b7b;
}
.container .container_left ul li div.resolved {
  width: 40px;
  height: 40px;
  text-align: center;
  /* margin-top: 27px; */
  background: #bd0000;
  color: #fff;
}
.container .container_left ul li div.haveanswer {
  width: 40px;
  height: 40px;
  text-align: center;
  /* margin-top: 27px; */
  background: #ffebe5;
  color: #bd0000;
}

.container .container_left ul li div.howmany_anwser {
  width: 40px;
  height: 40px;
  text-align: center;
  background: #f3f3f3;
  color: #7b7b7b;
}
.container .container_left ul li div.howmany_look {
  width: 40px;
  height: 40px;
  text-align: center;
  color: #7b7b7b;
  margin: 0px 0 0 10px;
}
.container .container_left ul li div.ques_content {
  margin: -5px 0 0 16px;
  overflow: hidden;
  width: 85%;
}
.container .container_left ul li div.ques_content p:nth-child(1) {
  color: #999;
  display: inline-block;
}
.container .container_left ul li div.ques_content p.tip_p {
  display: inline-block;
  color:#f36466;
  padding:0 10px;
  font-size: 12px;
  line-height: 20px;;
  height:20px;
}
.container .container_left ul li div.ques_content p.tip_p i{
  display: inline-block;
  width: 18px;
  height: 12px;
  background: url(/static/index/images/no_read.png) no-repeat center center ;
  background-size: contain;
}
.container .container_left ul li div.ques_content p.content_p{
  color: #333;
  font-size: 16px;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.container .container_left ul li div.ques_content p.content_p span {
  height: 24px;
  line-height: 24px;
  padding: 0 5px;
  color: #bd0000;
  background: #ffebe5;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  margin-bottom: 5px;
}
.container .container_left ul li div.ques_content p.come_p {
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.container .container_left .page {
  text-align: center;
  margin: 37px auto;
  overflow: hidden;
}
.container .container_left .page ul {
  width: 100%;
  height: 100%;
}
.container .container_left .page ul li {
  width: 36px;
  min-height: 36px;
  line-height: 36px;
  text-align: center;
  border: 1px solid #999;
  margin: 0 6px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0;
}
.container .container_left .page ul li:hover {
  cursor: pointer;
  background: #bd0008;
  border: 1px solid #bd0008;
}
.container .container_left .page ul li:hover a {
  color: #fff;
}
.container .container_left .page ul li a {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.container .container_left .page ul li:first-child {
  width: 44px;
}
.container .container_left .page ul li:last-child {
    width: 104px;
}
.container .container_left .page ul li:last-child form{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.container .container_left .page ul li:last-child form a input{
    width: 100% !important;
    height: 100% !important;
    display: inline-block;
    border: solid 1px #999 !important;
}
.container .container_left .page ul li.active {
  background: #bd0008;
  color: #fff;
  border: 1px solid #bd0008;
}
.container .container_left .page ul li.disabled:hover{
  background: #fff;
  border: 1px solid #999;
  cursor: no-drop;
}
.container .container_right {
  width: 370px;
  min-height: 500px;
  float: right;
}
.container .container_right .hot_anwser {
  padding: 0 13px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.container .container_right .hot_anwser h6 {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #e5e5e5;
}
.container .container_right .hot_anwser ul {
  padding-left: 44px;
}
.container .container_right .hot_anwser ul li {
  line-height: 20px;
  color: #333;
  font-size: 14px;
  margin: 15px 0;
  position: relative;
}
.container .container_right .hot_anwser ul li a {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container .container_right .hot_anwser ul li::after {
  content: "问";
  width: 26px;
  height: 26px;
  line-height: 26px;
  background: #ffece7;
  color: #bd0000;
  position: absolute;
  left: -36px;
  top: -4px;
  text-align: center;
}
.container .container_right .answer_rank {
  padding: 0 13px 34px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 20px;
}
.container .container_right .answer_rank h6 {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #e5e5e5;
}
.container .container_right .answer_rank ul li {
  height: 80px;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #e5e5e5;
  color: #333;
  font-size: 14px;
  position: relative;
}
.container .container_right .answer_rank ul li img {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  float: left;
}
.container .container_right .answer_rank ul li .rank_info {
  float: left;
  margin-left: 10px;
  font-size: 14px;
}
.container .container_right .answer_rank ul li .rank_info p:nth-child(1) {
  color: #333;
}
.container .container_right .answer_rank ul li .rank_info p:nth-child(2) {
  color: #777;
}
.container .container_right .about_lesson {
  width: 370px;
  background: #fff;
  margin-top: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.container .container_right .about_lesson h1 {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #eaeaea;
  font-size: 16px;
  text-indent: 20px;
  color: #333;
}
.container .container_right .about_lesson ul {
  overflow: hidden;
}
.container .container_right .about_lesson ul li {
  height: 89px;
  margin: 23px 0;
  padding: 0 11px;
}
.container .container_right .about_lesson ul li .les_img {
  height: 100%;
  position: relative;
  float: left;
}
.container .container_right .about_lesson ul li .les_img img {
  width: 120px;
  height: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
}
.container .container_right .about_lesson ul li .les_img p {
  position: absolute;
  width: 34px;
  height: 18px;
  line-height: 18px;
  background: #e71f19;
  color: #fff;
  font-size: 12px;
  text-align: center;
  left: 11px;
  top: 7px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.container .container_right .about_lesson ul li .les_info {
  float: right;
  width: 210px;
  height: 100%;
  margin-right: 4px;
}
.container .container_right .about_lesson ul li .les_info p {
  margin: 20px 0 10px 0;
  font-size: 14px;
}
.container .container_right .about_lesson ul li .les_info h3 {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}
.container .container_right .about_lesson ul li .les_info p.bookbug {
  color: #999;
  font-size: 12px;
}
.container .container_right .about_lesson ul li .les_info .bookmoney {
  text-align: right;
  overflow: hidden;
}
.container .container_right .about_lesson ul li .les_info .bookmoney small {
  color: #fe6444;
  float: left;
  line-height: 26px;
  font-size: 14px;
}
.container .container_right .about_lesson ul li .les_info .bookmoney button {
  width: 58px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  display: inline-block;
  background: #bd0000;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 0;
}
.container .container_right .about_lesson ul li .les_info .bookmoney button:hover {
  cursor: pointer;
}
.li_active {
  color: #bd0000;
}
.mask_note {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1111;
  display: none;
}
.mask_note .kuang {
  width: 620px;
  height: 900px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -310px;
  top: 50%;
  margin-top: -450px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.mask_note .kuang .img_title {
  width: 100%;
  height: 176px;
  position: relative;
}
.mask_note .kuang .img_title h6 {
  position: absolute;
  font-size: 24px;
  color: #fff;
  top: 46px;
  left: 400px;
  z-index: 1;
}
.mask_note .kuang .img_title img {
  width: 101%;
  height: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: absolute;
  top: 0;
  left: -1px;
}
.mask_note .kuang .close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.mask_note .kuang .close:hover {
  cursor: pointer;
}
.mask_note .kuang .note_con {
  padding: 30px 40px;
  overflow-y: scroll;
  height: 720px;
}
.mask_note .kuang .note_con div {
  position: relative;
  overflow: hidden;
}
.mask_note .kuang .note_con label {
  width: 80px;
  display: inline-block;
  float: left;
  margin-top: 12px;
}
.mask_note .kuang .note_con select {
  width: 440px;
  height: 44px;
  border: 1px solid #cccccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-bottom: 20px;
  background: #f5f7f9;
}
.mask_note .kuang .note_con textarea {
  width: 440px;
  height: 200px;
  padding: 10px;
  border: 1px solid #cccccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-bottom: 20px;
}
.mask_note .kuang .note_con input {
  width: 440px;
  height: 40px;
  border: 1px solid #cccccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
  text-indent: 10px;
}
.mask_note .kuang .note_con .TestNum {
  position: absolute;
  bottom: 30px;
  right: 20px;
}
.mask_note .kuang .note_con p.public_note {
  width: 54px;
  height: 24px;
  line-height: 24px;
  background: #fff;
  border: 3px solid #dfdfdf;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  float: left;
  margin-top: 10px;
  transition: 0.5s all ease;
  position: relative;
}
.mask_note .kuang .note_con p.public_note img {
  position: absolute;
  left: -3px;
  top: -3px;
  transition: 0.5s all ease;
}
.mask_note .kuang .note_con p.public_note.public_active {
  background: #268de1;
  transition: 0.5s all ease;
}
.mask_note .kuang .note_con p.public_note.public_active img {
  position: absolute;
  left: 29px;
  top: -3px;
  transition: 0.5s all ease;
}
.mask_note .kuang .note_con .two_btn {
  text-align: center;
  padding: 0 120px;
}
.mask_note .kuang .note_con .two_btn a {
  width: 120px;
  height: 34px;
  line-height: 34px;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 20px;
}
.mask_note .kuang .note_con .two_btn a.fl {
  background: -webkit-linear-gradient(left, #2296df, #3a64ea);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #2296df, #3a64ea);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #2296df, #3a64ea);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #2296df, #3a64ea);
  /* 标准的语法 */
}
.mask_note .kuang .note_con .two_btn a.fr {
  background: #cccccc;
}
.mask_loading {
  width: 140px;
  height: 140px;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 50%;
  margin-left: -100px;
  top: 50%;
  margin-top: -100px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: none;
  z-index: 11111;
}
.mask_loading p {
  color: #fff;
  font-size: 20px;
  text-align: center;
  position: absolute;
  bottom: 20px;
  width: 100%;
}
.mask_loading #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 60px;
  width: 60px;
  margin-top: -45px;
  margin-left: -30px;
  -webkit-animation: loading-center-absolute 1s infinite;
  animation: loading-center-absolute 1s infinite;
}
.mask_loading .object {
  width: 20px;
  height: 20px;
  background-color: #FFF;
  float: left;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  margin-right: 20px;
  margin-bottom: 20px;
}
.mask_loading .object:nth-child(2n+0) {
  margin-right: 0px;
}
.mask_loading #object_one {
  -webkit-animation: object_one 1s infinite;
  animation: object_one 1s infinite;
}
.mask_loading #object_two {
  -webkit-animation: object_two 1s infinite;
  animation: object_two 1s infinite;
}
.mask_loading #object_three {
  -webkit-animation: object_three 1s infinite;
  animation: object_three 1s infinite;
}
.mask_loading #object_four {
  -webkit-animation: object_four 1s infinite;
  animation: object_four 1s infinite;
}
@-webkit-keyframes loading-center-absolute {
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading-center-absolute {
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes object_one {
  50% {
    -ms-transform: translate(20px, 20px);
    -webkit-transform: translate(20px, 20px);
    transform: translate(20px, 20px);
  }
}
@keyframes object_one {
  50% {
    -ms-transform: translate(20px, 20px);
    -webkit-transform: translate(20px, 20px);
    transform: translate(20px, 20px);
  }
}
@-webkit-keyframes object_two {
  50% {
    -ms-transform: translate(-20px, 20px);
    -webkit-transform: translate(-20px, 20px);
    transform: translate(-20px, 20px);
  }
}
@keyframes object_two {
  50% {
    -ms-transform: translate(-20px, 20px);
    -webkit-transform: translate(-20px, 20px);
    transform: translate(-20px, 20px);
  }
}
@-webkit-keyframes object_three {
  50% {
    -ms-transform: translate(20px, -20px);
    -webkit-transform: translate(20px, -20px);
    transform: translate(20px, -20px);
  }
}
@keyframes object_three {
  50% {
    -ms-transform: translate(20px, -20px);
    -webkit-transform: translate(20px, -20px);
    transform: translate(20px, -20px);
  }
}
@-webkit-keyframes object_four {
  50% {
    -ms-transform: translate(-20px, -20px);
    -webkit-transform: translate(-20px, -20px);
    transform: translate(-20px, -20px);
  }
}
@keyframes object_four {
  50% {
    -ms-transform: translate(-20px, -20px);
    -webkit-transform: translate(-20px, -20px);
    transform: translate(-20px, -20px);
  }
}
.overfl {
  padding: 18px 0;
  background: #f4f6f8;
  border-bottom: none;
  overflow: hidden;
}
.overfl .new_subject{
  line-height: 32px;
  float: left;
  width: 1050px;
}
.overfl .new_subject a{
  cursor: pointer;
  color: #333;
  margin-right: 20px;
}
.overfl .new_subject a.active{
  color: #bd0000;
}
.overfl .lt_title {
  float: left;
  text-indent: 24px;
  color: #333333;
  font-size: 14px;
  margin-right: 15px;
  font-weight: bold;
  line-height: 32px;
}
.overfl .pushbox {
  display: block;
  width: 100%;
}
.search_bar_in {
  background-color: #fff;
}
.screns .search_bar_in {
  position: relative;
  display: block;
  float: left;
  width: 196px;
  margin-right: 28px;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.screns .search_bar_in > p {
  color: #666;
  font-size: 14px;
  line-height: 32px;
  padding-left: 5px;
  margin: 0;
  background: url(/static/index/images/searchBg.png) 177px center no-repeat;
  cursor: pointer;
  display: block;
  max-width: 194px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-right: 24px;
}
.screns .list_wrap {
  z-index: 66;
  display: block;
  position: absolute;
  left: 0px;
  top: 34px;
  left: 0;
  min-height: 200px;
  width: 100%;
  border: 1px solid #eee;
  padding: 10px 0;
  margin-top: 4px;
  background-color: #fff;
  border-radius: 5px;
  display: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.screns .list_wrap .headban {
  border-bottom: 1px solid #eee;
  padding: 10px;
  text-align: left;
  display: none !important;
}
.screns .list_wrap .mainjit {
  padding: 5px;
}
.screns .list_wrap .mainjit p {
  padding: 5px 3px;
  font-size: 14px;
}
.screns .list_wrap p {
  padding: 5px;
  margin: 0 9px;
  font-size: 14px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .banner .question_box {
        width: 992px;
    }
    .seach_box {
        width: 992px;
    }
    .seach_box .search_input {
        width: 100%;
    }
    .search_input input {
        width: 871px;
    }
    .question_choose {
        width: 992px;
    }
    .question_choose .question_ku {
        padding: 28px 0 0 0;
    }
    .overfl {
        padding: 18px;
    }
    .overfl .lt_title {
        text-indent: 0;
    }
    .overfl .new_subject {
        width: 100%;
    }
  .wrapper {
    width: 992px;
  }
  .container {
    width: 992px;
    margin: 0 auto;
  }
  .container .container_left {
    width: 992px;
  }
  .container .container_right {
    width: 992px;
    margin-top: 20px;
  }
  .container .container_right .hot_anwser {
    width: 100%;
    float: left;
  }
  .container .container_right .answer_rank {
    margin-top: 20px;
    float: left;
    width: 49%;
  }
  .container .container_right .about_lesson {
    width: 49%;
    float: right;
    margin-top: 20px;
  }
  .container .container_right .about_lesson ul li .les_info {
    width: 320px;
  }
  .screns .search_bar_in {
    width: 160px;
  }
  .screns .search_bar_in p {
    background: url(/static/index/images/searchBg.png) 140px center no-repeat;
  }
}
@media (max-width: 1024px) {
  .banner .question_box {
        width: 720px;
    }
    .banner .question_box>.question_tit textarea {
        width: 578px;
    }
    .banner .question_box>.img_box .img_list {
        width: 578px;
    }
    .seach_box {
        width: 720px;
    }
    .seach_box .search_input {
        width: 100%;
    }
    .search_input input {
        width: 599px;
    }
    .question_choose {
        width: 720px;
    }
    .overfl {
        padding: 18px;
    }
    .overfl .lt_title {
        text-indent: 0;
    }
    .overfl .new_subject {
        width: 100%;
    }
    .fifles {
        width: 80px!important;
    }
    .uploadfild .upimgs {
        width: 80px!important;
    }
    .uploadfild .upimgs img {
        width: 80px!important;
    }
  .wrapper {
    width: 720px;
  }
  .container {
    width: 720px;
    margin: 20px auto;
  }
  .banner .search_input input {
    width: 550px;
  }
  .container .container_left {
    width: 720px;
    margin: 0 auto;
    min-height: auto;
    padding-bottom: 20px;
  }
  .container .container_left ul li div.ques_content {
    width: 80%;
  }
  .container .container_right {
    width: 720px;
    overflow: hidden;
  }
  .container .container_right .hot_anwser {
    width: 100%;
    float: left;
  }
  .container .container_right .answer_rank {
    float: left;
    width: 49%;
  }
  .container .container_right .about_lesson {
    width: 49%;
    float: right;
    margin-top: 20px;
  }
  .container .container_right .about_lesson ul li .les_info {
    width: 195px;
  }
}
.uploadfild {
  position: relative;
  overflow: hidden;
  margin-top: 4px;
}
.uploadfild .upimgs {
  position: relative;
  float: left;
  width: 118px;
  height: 80px;
  margin-right: 10px;
  overflow: hidden;
}
.uploadfild .upimgs img {
  width: 118px;
  height: 80px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.uploadfild .upimgs .cegjia {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 118px;
  height: 80px;
  background: url("../images/icon_delete.png") no-repeat center;
}
.uploadfild .upimgs input {
  opacity: 0;
}
.uploadfild .upimgs:hover .cegjia {
  display: block;
}
.fifles {
  overflow: hidden;
  display: block;
  float: left;
  width: 118px;
  height: 80px;
  background: url("../images/a11.png") no-repeat center;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.fifles input {
  opacity: 0;
}
.submits {
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 246px;
  text-align: right;
}
.repet {
  display: inline-block;
  text-align: center;
  width: 90px;
  height: 30px;
  border-radius: 4px;
  background: #fff;
  color: #39a1f8;
  font-size: 14px;
  line-height: 30px;
  margin: 0 15px;
  border: 1px solid #39a1f8;
  margin-left: 30px;
}
.repet.no {
  background: #eee;
  border-color: #2681ce;
}
.submits input {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
#level_wrap {
  padding: 5px;
}
#level_wrap option {
  padding: 5px 3px;
  margin: 0 9px;
  font-size: 14px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.hour_show,.minute_show,.second_show{
  background: #ff6161;
  color: #fff;
  line-height: 20px;
  height: 20px;
  padding: 0 3px;
  display: inline-block;
}
/* 2019-12-19 */
.z_photo {
  width: 500px;
  height:100px;
  overflow: auto;
  clear: both;
}
      
.z_photo img {
  width: 100px;
  height: 100px;
}
      
.z_addImg {
  float: left;	/*左浮动*/
  margin-right: 0.2rem;	/*设置右外边距*/
  margin-right: 20px;
}

.z_file {
  width: 100px;
  height: 100px;
  background: url(/static/index/images/z_add.png) no-repeat;
  background-size: 100% 100%;	/*图片尺寸*/
  float: left;
  margin-right: 0.2rem;
}
      
.z_file input::-webkit-file-upload-button {
  width: 100px;
  height: 100px;
  border: none;	/*设置边框没有*/
  position: absolute;	/*绝对定位*/
  outline: 0;	/*边框边缘我的外围轮廓大小为0px*/
  opacity: 0;	/*设置元素不透明级别*/
}
      
.z_file input#file {
  display: block;	/*此元素将会被显示为块级元素，此元素前后会带有换行符*/
  width: auto;
  border: 0;
  vertical-align: middle;	/*此元素垂直居中*/
}

/*遮罩层*/
      
.z_mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /*渐变    R红色值 G绿色值 B蓝色值 A透明度*/
  position: fixed;	/*生成绝对定位 相对于浏览器窗口进行定位*/
  top: 0;
  left: 0;
  z-index: 999;	/*设置元素的堆叠顺序*/
  display: none; /*此元素不会被显示*/
}

.z_alert {
  width: 300px;
  height: 200px;
  border-radius: 20px; /*添加圆角边框*/
  background: #fff;	/*设置背景*/
  font-size:22px;	/*字体大小*/
  text-align: center;	/*对齐方式 居中*/
  position: absolute; /*生成绝对定位，相对于 static 定位以外的第一个父元素进行定位*/
  left: 50%;
  top: 50%;
  margin-left: -150px;
  margin-top: -100px;
}
      
.z_alert p:nth-child(1) {
  line-height: 150px;	
}

.z_alert p:nth-child(2) span {
  display: inline-block;
  width: 49%;
  height: 50px;
  line-height:50px;
  float:left;
  border-top: 1px solid #ddd;
}

.z_cancel {
 /* border-right: 1px solid #ddd;*/
}

.p_mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /*渐变    R红色值 G绿色值 B蓝色值 A透明度*/
  position: fixed;	/*生成绝对定位 相对于浏览器窗口进行定位*/
  top: 0;
  left: 0;
  z-index: 999;	/*设置元素的堆叠顺序*/
  display: none; /*此元素不会被显示*/
}
.p_alert {
  width: 800px;
  height: 600px;
  text-align: center;	/*对齐方式 居中*/
  position: absolute; /*生成绝对定位，相对于 static 定位以外的第一个父元素进行定位*/
  left: 50%;
  top: 50%;
  margin-left: -400px;
  margin-top: -400px;
}
.p_alert img{
  width: 800px;
  height: 600px;
}
