.search-view {
  margin: 15px 0;
  width: 100%;
  height: 30px;
  background: #ffffff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
}
.search-view img {
  height: 15px;
  width: 15px;
  margin-left: 10px;
}
.search-view input {
  margin-left: 5px;
  font-weight: 400;
}
.search-view ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #B4B4B7;
}
.search-view :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #B4B4B7;
}
.search-view ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #B4B4B7;
}
.search-view :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #B4B4B7;
}
.questionbank-list {
  width: 100%;
}
.questionbank-list .questionbank-cell {
  width: 32%;
  margin-right: 2%;
  background: #ffffff;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 15px 0;
  text-align: center;
  margin-bottom: 10px;
}
.questionbank-list .questionbank-cell:nth-child(3n) {
  margin-right: 0;
}
.questionbank-list .questionbank-cell img {
  width: 32px;
  height: 32px;
}
.questionbank-list .questionbank-cell .questionbank-type {
  margin-top: 6px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.question-type-view {
  width: 48%;
  height: 75px;
  background: #ffffff;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  box-sizing: border-box;
  padding-left: 15px;
}
.question-type-view .vip-img {
  width: 60px;
  height: 24px;
}
.question-type-view .yami-img {
  width: 50px;
  height: 40px;
}
.question-type-view .type-info {
  margin-left: 10px;
}
.question-type-view .type-info .type {
  font-weight: 600;
  color: #ff9b00;
}
.question-type-view .type-info .special {
  margin-top: 5px;
  font-weight: 400;
  color: #b4b4b7;
  font-size: 9px;
}
.layer-view {
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  box-sizing: border-box;
  padding-left: 10px;
  padding-top: 10px;
}
.layer-view ul {
  height: 110px;
  overflow: hidden;
}
.layer-view .course-name {
  font-weight: 400;
  color: #b4b4b7;
  background: #f7f8fa;
  border-radius: 13px;
  padding: 8px 8px;
  margin-bottom: 10px;
  margin-right: 3px;
}
.layer-view .selected {
  background: rgba(255, 155, 0, 0.1);
  color: #ff9b00;
  border: 1px solid #ff9b00;
}
.layer-view .rqmore {
  font-weight: 400;
  color: #b4b4b7;
  text-align: center;
  padding-bottom: 3px;
}
.layer-view .rqreduce {
  font-weight: 400;
  color: #b4b4b7;
  text-align: center;
  padding-bottom: 3px;
  display: none;
}
.rqmore-view {
  text-align: center;
}
.rqmore-view img {
  width: 55px;
  height: 25px;
}
.rqmore-view .reduce-img {
  display: none;
}
.ganhuo-view {
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}
.ganhuo-view .open {
  height: 190px;
  overflow: hidden;
}
.ganhuo-view .ganhuo-cell {
  width: 100%;
  height: 92px;
  box-sizing: border-box;
  padding: 15px 10px 10px 10px;
  border-top: 1px solid #B4B4B7;
}
.ganhuo-view .ganhuo-cell:first-child {
  border-top: none;
}
.ganhuo-view .ganhuo-cell .ganhuo-info {
  width: 210px;
}
.ganhuo-view .ganhuo-cell .ganhuo-info p {
  font-weight: 400;
  color: #333333;
  line-height: 12px;
}
.ganhuo-view .ganhuo-cell .ganhuo-info .ganhuo-news {
  height: 36px;
  margin: 5px 0;
  color: #b4b4b7;
}
.ganhuo-view .ganhuo-cell .ganhuo-info .ganhuo-date {
  text-align: right;
  color: #b4b4b7;
}
.ganhuo-view .ganhuo-cell .ganhuo-news-img {
  width: 80px;
  height: 67px;
}
.ganhuo-rqmore-view {
  text-align: center;
}
.ganhuo-rqmore-view img {
  width: 55px;
  height: 25px;
}
.ganhuo-rqmore-view .ganhuo-reduce-img {
  display: none;
}
.ganhuo-rqmore {
  font-weight: 400;
  color: #b4b4b7;
  text-align: center;
  padding-bottom: 3px;
}
.ganhuo-rqreduce {
  font-weight: 400;
  color: #b4b4b7;
  text-align: center;
  padding-bottom: 3px;
  display: none;
}


/* copy */
.layer-view1 {
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  box-sizing: border-box;
  padding-left: 10px;
  padding-top: 10px;
}
.layer-view1 ul {
  height: 110px;
  overflow: hidden;
}
.layer-view1 .course-name1 {
  font-weight: 400;
  color: #b4b4b7;
  background: #f7f8fa;
  border-radius: 13px;
  padding: 8px 8px;
  margin-bottom: 10px;
  margin-right: 3px;
}
.layer-view1 .selected {
  background: rgba(255, 155, 0, 0.1);
  color: #ff9b00;
  border: 1px solid #ff9b00;
}
.layer-view1 .rqmore1 {
  font-weight: 400;
  color: #b4b4b7;
  text-align: center;
  padding-bottom: 3px;
}
.layer-view1 .rqreduce1 {
  font-weight: 400;
  color: #b4b4b7;
  text-align: center;
  padding-bottom: 3px;
  display: none;
}
.rqmore-view1 {
  text-align: center;
}
.rqmore-view1 img {
  width: 55px;
  height: 25px;
}
.rqmore-view1 .reduce-img1 {
  display: none;
}

.layer-view2 {
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  box-sizing: border-box;
  padding-left: 10px;
  padding-top: 10px;
}
.layer-view2 ul {
  height: 110px;
  overflow: hidden;
}
.layer-view2 .course-name2 {
  font-weight: 400;
  color: #b4b4b7;
  background: #f7f8fa;
  border-radius: 13px;
  padding: 8px 8px;
  margin-bottom: 10px;
  margin-right: 3px;
}
.layer-view2 .selected {
  background: rgba(255, 155, 0, 0.1);
  color: #ff9b00;
  border: 1px solid #ff9b00;
}
.layer-view2 .rqmore2 {
  font-weight: 400;
  color: #b4b4b7;
  text-align: center;
  padding-bottom: 3px;
}
.layer-view2 .rqreduce2 {
  font-weight: 400;
  color: #b4b4b7;
  text-align: center;
  padding-bottom: 3px;
  display: none;
}
.rqmore-view2 {
  text-align: center;
}
.rqmore-view2 img {
  width: 55px;
  height: 25px;
}
.rqmore-view2 .reduce-img2 {
  display: none;
}


.layer-view3 {
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  box-sizing: border-box;
  padding-left: 10px;
  padding-top: 10px;
}
.layer-view3 ul {
  height: 110px;
  overflow: hidden;
}
.layer-view3 .course-name3 {
  font-weight: 400;
  color: #b4b4b7;
  background: #f7f8fa;
  border-radius: 13px;
  padding: 8px 8px;
  margin-bottom: 10px;
  margin-right: 3px;
}
.layer-view3 .selected {
  background: rgba(255, 155, 0, 0.1);
  color: #ff9b00;
  border: 1px solid #ff9b00;
}
.layer-view3 .rqmore3 {
  font-weight: 400;
  color: #b4b4b7;
  text-align: center;
  padding-bottom: 3px;
}
.layer-view3 .rqreduce3 {
  font-weight: 400;
  color: #b4b4b7;
  text-align: center;
  padding-bottom: 3px;
  display: none;
}
.rqmore-view3 {
  text-align: center;
}
.rqmore-view3 img {
  width: 55px;
  height: 25px;
}
.rqmore-view3 .reduce-img3 {
  display: none;
}


.layer-view4 {
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  box-sizing: border-box;
  padding-left: 10px;
  padding-top: 10px;
}
.layer-view4 ul {
  height: 110px;
  overflow: hidden;
}
.layer-view4 .course-name4 {
  font-weight: 400;
  color: #b4b4b7;
  background: #f7f8fa;
  border-radius: 13px;
  padding: 8px 8px;
  margin-bottom: 10px;
  margin-right: 3px;
}
.layer-view4 .selected {
  background: rgba(255, 155, 0, 0.1);
  color: #ff9b00;
  border: 1px solid #ff9b00;
}
.layer-view4 .rqmore4 {
  font-weight: 400;
  color: #b4b4b7;
  text-align: center;
  padding-bottom: 3px;
}
.layer-view4 .rqreduce4 {
  font-weight: 400;
  color: #b4b4b7;
  text-align: center;
  padding-bottom: 3px;
  display: none;
}
.rqmore-view4 {
  text-align: center;
}
.rqmore-view4 img {
  width: 55px;
  height: 25px;
}
.rqmore-view4 .reduce-img4 {
  display: none;
}





