.supernatant {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 21000;
  background: url("../images/optBg.png") repeat;
  display: none;
}
.supernatant .vertical {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.supernatant .vertical .wrapper {
  position: relative;
  width: 300px;
  padding-bottom: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  margin: 0 auto;
  padding-top: 50px;
}
.supernatant .vertical .wrapper .notice {
  padding: 10px 15px 0 15px;
  font-size: 14px;
  line-height: 18px;
  color: #222;
}
.supernatant .vertical .wrapper .button-box {
  margin-top: 30px;
  font-size: 0;
}
.supernatant .vertical .wrapper .button-box .affirm {
  width: 80px;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  outline: none;
  font-size: 14px;
  border: 1px solid #CB552D;
  display: inline-block;
  background: #fff;
  color: #CB552D;
  margin-right: 30px;
  cursor: pointer;
}
.supernatant .vertical .wrapper .button-box button {
  width: 80px;
  height: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  outline: none;
  font-size: 14px;
  border: 1px solid #CB552D;
  cursor: pointer;
}
.supernatant .vertical .wrapper .button-box button.resume {
  background: #CB552D;
  color: #fff;
}
.supernatant .vertical .wrapper .success-icon {
  width: 44px;
  height: 38px;
  margin: 0 auto;
  background: url(../images/icon1.png) no-repeat -271px -5px;
}
.supernatant .vertical .wrapper .close-icon {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  width: 34px;
  height: 33px;
  top: -25px;
  color: #fff;
  right: -35px;
  background: url(../images/icon1.png) no-repeat -277px -60px;
}
.main_content {
  min-width: 1200px;
  background: #f9f9f9;
}
.main_content .gyposition {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #666;
}
.main_content .gyposition .gyposition_icon {
  width: 23px;
  height: 23px;
  display: inline-block;
  background: url("../images/icon1.png") no-repeat -200px -118px;
  margin: 0 5px -8px 0;
}
.main_content .my_list {
  padding: 25px 30px 0 30px;
  background: #fff;
}
.main_content .my_list span {
  margin-right: 60px;
  color: #666;
  display: inline-block;
  padding-bottom: 21px;
  cursor: pointer;
  border-bottom: 2px solid #fff;
}
.main_content .my_list span code {
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
  width: 18px;
  height: 22px;
}
.main_content .my_list span.switch_one code {
  background: url("../images/wod_sd.png") no-repeat;
}
.main_content .my_list span.switch_one.active {
  color: #CB552D;
  border-bottom: 2px solid #CB552D;
}
.main_content .my_list span.switch_one.active code {
  background: url("../images/wod_sd_hover.png") no-repeat;
}
.main_content .my_list span.switch_two code {
  background: url("../images/zjyd.png") no-repeat;
}
.main_content .my_list span.switch_two.active {
  color: #CB552D;
  border-bottom: 2px solid #CB552D;
}
.main_content .my_list span.switch_two.active code {
  background: url("../images/zjyd_hover.png") no-repeat;
}
.main_content .main {
  background: #fff;
  margin-top: 10px;
  margin-bottom: 30px;
}
.main_content .main .filter {
  border-bottom: 1px solid #eee;
  overflow: hidden;
  font-size: 0;
  line-height: 30px;
  padding: 20px 30px;
}
.main_content .main .filter span {
  color: #666;
  font-size: 16px;
  cursor: pointer;
}
.main_content .main .filter span.active {
  color: #CB552D;
}
.main_content .main .filter .line {
  display: inline-block;
  margin: 0 15px;
  font-size: 16px;
  color: #ccc;
}
.main_content .main .list_wrapper {
  margin-top: 40px;
  padding: 0 30px;
}
.main_content .main .list_wrapper .operation label {
  position: relative;
  margin-right: 20px;
}
.main_content .main .list_wrapper .operation label code {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: middle;
  background: url("../images/select_all_no.png") no-repeat center center;
}
.main_content .main .list_wrapper .operation label span {
  color: #666;
  font-size: 14px;
}
.main_content .main .list_wrapper .operation label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.main_content .main .list_wrapper .operation label.active code {
  background: url("../images/select_all_selected.png") no-repeat center center;
}
.main_content .main .list_wrapper .operation .delete {
  font-size: 14px;
  color: #666;
  margin-left: 5px;
  cursor: pointer;
}
.main_content .main .list_wrapper .operation .delete:hover {
  color: #CB552D;
}
.main_content .list_wrapper {
  overflow: hidden;
}
.main_content .list_wrapper .book-item {
  margin: 30px 80px 40px 0;
  width: 225px;
  float: left;
  position: relative;
}
.main_content .list_wrapper .book-item input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.main_content .list_wrapper .book-item .books {
  width: 100%;
  position: relative;
}
.main_content .list_wrapper .book-item .books .circle {
  position: absolute;
  z-index: 1000;
  top: 10px;
  left: 10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/check_box.png") no-repeat;
}
.main_content .list_wrapper .book-item .books .img_wrapper {
  position: relative;
  width: 100%;
  height: 300px;
}
.main_content .list_wrapper .book-item .books .img_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main_content .list_wrapper .book-item .books .img_wrapper .img_layer {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}
.main_content .list_wrapper .book-item .books .img_wrapper .img_layer .to_read {
  display: block;
  margin: 130px auto 0 auto;
  width: 115px;
  height: 35px;
  background: #CB552D;
  border: 1px solid #CB552D;
  color: #fff;
  border-radius: 35px;
  font-size: 14px;
  line-height: 35px;
  cursor: pointer;
  text-align: center;
}
.main_content .list_wrapper .book-item .books .img_wrapper .img_layer .to_read code {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 5px;
  background: url("../images/read_num.png") no-repeat center top;
  background-size: 16px 16px;
}
.main_content .list_wrapper .book-item .books .img_wrapper:hover .img_layer {
  display: block;
}
.main_content .list_wrapper .book-item .book_name span {
  display: inline-block;
  max-width: 200px;
  font-size: 15px;
  color: #222;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main_content .list_wrapper .book-item .book_name .delete {
  float: right;
  margin-top: 10px;
  cursor: pointer;
  display: inline-block;
  width: 14px;
  height: 15px;
  background: url("../images/delete.png") no-repeat;
}
.main_content .list_wrapper .book-item .author span {
  display: inline-block;
  max-width: 200px;
  color: #999;
  font-size: 13px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main_content .list_wrapper .book-item .author .already_read {
  float: right;
  margin-top: 10px;
  color: #999;
  font-size: 13px;
}
.main_content .list_wrapper .book-item.active .books .circle {
  background: url("../images/check_box_selected.png") no-repeat;
}
.main_content .search_box {
  float: right;
  position: relative;
  width: 216px;
  height: 28px;
  border: 1px solid #CB552D;
  border-radius: 30px;
}
.main_content .search_box input {
  width: 100%;
  height: 100%;
  background: inherit;
  border: none;
  padding: 0 45px 0 15px;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main_content .search_box .search_icon {
  position: absolute;
  top: 0px;
  right: 6px;
  display: inherit;
  width: 21px;
  height: 21px;
  padding: 4px;
  cursor: pointer;
  background: url("../images/search.png") no-repeat center center;
}
