* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
img{
  border: 0;
}
a{
  text-decoration: none;
}
html,body {
  width: 100%;
  height: 100%;
  /*overflow: hidden;*/
}
.layui-form-label {
  width: 90px !important;
}

.pagination li {
  padding: 0px 5px;
}

.pagination li span {
  font-size: 14px;
}

.pagination li a {
  font-size: 14px;
}

.pagination li:nth-child(1) {
  float: right;
}

.pagination li:nth-child(2) {
  float: right;
}

.clearfix:after { /*伪元素是行内元素 正常浏览器清除浮动方法*/
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  *zoom: 1; /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/

}

ul li {
  list-style: none;
  list-style-type: none;
}

.body {
  width: 100%;
  /*height: calc(100vh);*/
  /*overflow-y: hidden;*/
  /*position: absolute;*/
  /*margin-top: 250px;*/
  /*position: relative;*/

}

.head {
  /*display: flex;*/
  /*height: 50px;*/
  /*line-height: 50px;*/
  width: 80%;
  margin: 0 auto;
}

.color1 {
  color: #32AA92;
}

.search_wrap .layui-form-checkbox[lay-skin=primary] span {
  font-size: 14px;
  color: rgba(94, 94, 94, 1);
}

.head_box {
  width: 100%;
  margin: 0 auto;
  /*position: fixed;*/
  top: 0px;
  z-index: 999999999;
  background: white;
}

.head_left {
  width: 20%;
  float: left;
}

.head_left img {
  display: inline;
  margin-top: 2%;
}

.head_right {
  height: 60px;
  line-height: 60px;
  width: 80%;
  float: right;
  text-align: right;
  position: relative;

}

.head_right span {
  font-size: 14px;
  color: #7C7C7C;
}

.head_right [vip] {
  color: #32AA92;
  font-size: 14px;
  padding-left: 5px;
  position: relative;

}

.head_right [vip]::after {
  content: "";
  width: 0px;
  height: 13px;
  position: absolute;
  left: 0px;
  top: 4px;

  border: 0.5px solid #dadada;
}

.head_right [vip] i {
  font-style: normal;
  color: #7c7c7c;
  font-size: 14px;
  cursor: pointer;
}

.head .wechat-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 5px solid #f5f3f1;
  display: inline-block;
  vertical-align: middle;
}

.head_right img#vipshow {
  display: inline-block;
  vertical-align: middle;
  position: relative !important;
  z-index: 999 !important;
  margin-right: 5px;
}

.search_wrap {
  width: 100%;
  /*background: #32AA92;
   padding:40px 0px;*/
  box-sizing: border-box;

}
.list_div{
  margin-bottom:1% !important;
}
.list_div  .title{
  margin-bottom: 5px;
}

.search_context {
  width: 100%;
  margin: 0px auto;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 40px 0px 10px 0px;
  box-sizing: border-box;
}
.search_box {
  width: 80%;
  margin: 0px auto;
  box-sizing: border-box;
}

.left_text_search {
  color: white;
  display: block;
  float: left;
   width: 15%;
  font-size:26px;
  height: 48px;
  line-height: 48px;
  overflow:hidden;


}

.search_input {
  width:71%;
  float: left;
}
.search_btn {
  width: 13%;
  float: right;
}

@media (min-width: 1515px) and (max-width: 1755px) {
  .search_input {
    width:70%;

  }
  .search_btn {
    width: 15%;

  }
}
@media screen and (max-width: 1514px) {
  .search_input {
    width:67%;
  }
  .search_btn {
    width: 18%;
  }
}
@media screen and (max-width: 1200px) {
  .search_input {
    width:65%;
  }
  .search_btn {
    width: 20%;
  }
  .box-infos{
    height: 300px ;
  }
}
@media screen and (max-width: 1123px) {
  .search_btn {
    width: 21%;
  }
  .search_input {
    width: 64%;
  }

}


.search_btn .div1 {
  width: 80px;

  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  opacity: 1;
  background: rgb(207 131 87);
  border-radius: 3px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin: 0px 5px;
  border: 0px;
  float: right;
}

.container_wrap {


}
.container_wrap::-webkit-scrollbar {
  display:none
}

.box {
  width: 80%;
  margin: 0 auto;
}

.book_box {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 50px;
  margin-top: 2%;
}

.book_box ul {
  clear: both;

}
.infinite-list-wrapper ul{
  margin-top: 1%;
}
.book_box .ul li {
  float: left;
  width: 48%;
  border-bottom: 0.5px solid #efe9e9;
  padding-top: 1%;
  margin-bottom: 2%;
}
.book_box .ul li:nth-child(even){
  margin-left: 4%;
}
.book_box .ul li:nth-child(odd){

  /*padding-right: 9%;*/
}

.book_box .ul li .top_div {
  /*padding: 20px 0px;*/
}

.book_box .Current_book li a {
  color: #5E5E5E;
  display: block;
  margin: 10px auto;
  font-size: 14px;
}

.book_box .Current_book li a:hover {
  color: #32AA92;
}
.block{
  width: 100%;
}

.img_box {
  /*height: 240px;*/
  /*float: left;*/
  width: 24%;
  /*position: relative;*/
}

.img_box img {
  width: 100%;

}

.detail_wrap {
  /*position: relative;*/
  /*width: -moz-calc(100% - 169px);*/
  /*width: -webkit-calc(100% - 169px);*/
  /*width: calc(100% - 169px);*/
    flex: 1;
    margin-left: 10px;
  /*float: right;*/
}

.detail_box {
  margin: 0 auto;
  width: 100%;
}

.ul li:nth-child(odd) .bookname {
  width: 90%;
}

.detail_box .bookname span {
  display: inline-block;
}

.detail_box .bookname .c1 {
  color: #383838;
  font-size: 18px;
  opacity: 1;
  font-weight: bold;
}
.books-title{
  position: relative;
  margin-bottom: 3%;
}
.books-title .c2{
  position: absolute;
  bottom: 0;
  right: 0;
}
.batch{
  font-size: 14px;
  position: absolute;
  right: 30%;
  bottom: 0;
  color: #32AA92;
}
.detail_box .bookname .c2 {
  color: #383838;
  font-size: 14px;
  cursor: pointer;
  color: #5E5E5E;
  background-image: url("../images/JT.png");
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 10px;

}

.detail_box div.leibie {
  position: relative;
}
.detail_box div.leibie:after{
  content:"";
  width: 0px;
  position: absolute;
  border: 1px solid #3392A8;
  top: -17px;
  height: 70px;
}

.detail_box div.leibie span {
  color: #3392A8;
  font-size: 14px;
  padding-left:10px;
}

.detail_box div.leibie .d1 span {
  display: inline-block;
  margin-right: 2px;
}

.detail_box .public_date {
  margin-top: 15px;
  width: 72%;
  /*height: 30px;*/
  font-size: 14px;
  line-height: 17px;
  color: #2D2D2D;
  opacity: 1;

  /*display: flex;*/
}

ul li .colorcom span {
  font-size: 14px;
  color: #5E5E5E;
}

.detail_box .demn_son {
    margin-bottom: 10px;
}

.detail_box .public_date span:nth-child(2) {
  /*text-align: right;*/
  float: right;
}

.detail_box .network {
  /*width:248px;*/
  /*height: 33px;*/
  font-size: 14px;
  line-height: 17px;
  color: #333333;
  opacity: 1;
}

.current_date {
  font-size: 14px;
  opacity: 1;
  color: #333;
}
.current_date span{

}
.current_publish_date{
  height: 35px; /* 设置容器高度 */
  overflow: hidden; /* 超出部分隐藏 */
  position: relative; /* 相对定位，以便::after元素定位 */
}
.current_publish_date::after{
  content: ""; /* 超出部分显示的内容 */
  position: absolute; /* 绝对定位 */
  bottom: 0; /* 定位到底部 */
  right: 0; /* 定位到右侧 */
  padding-left: 5px; /* 左侧填充，文本与省略号之间的间隔 */
  background-color: white; /* 背景色与容器颜色一致，使省略号不被遮挡 */
}
.current_publish_date:hover::after{
  content: none; /* 鼠标悬停时，不显示省略号 */
}

.down {
  /*height: 36px;*/
  text-align: center;
  position: absolute;
  bottom: -5px;
}

.down .down_wrap {

  height: 36px;
  text-align: left;
  /*margin-left: -68px;*/
}

.down a {
  width: 114px;
  height: 36px;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  color: rgba(51, 146, 168, 1);
  opacity: 1;
  padding-left: 20px;
  background: #eff7f7 url("../images/xiazai.png") no-repeat 10px 50%;
  background-size: 14px;
  display: inline-block;
  margin-right: 5px;
  border-radius:4px;
}

.down a.basic_msg {
  background-image: url("../images/qkwy.png");
  cursor: pointer;
}

.down a.copy {
    background-image: url("../images/qkwy.png");
    cursor: pointer;
}

.down a:hover {
  color: rgba(51, 146, 168, 1);
}


.down a:nth-child(3) {
  background: #eff7f7 url("../images/detail.png") no-repeat 10px 50%;
  background-size: 14px;
}

.fix_wechat {
  position: fixed;
  right: 50px;
  bottom: 50%;
  top: 50%;
  height: 150px;
  width: 150px;
  border: 2px solid #99D0C4;
  text-align: center;
  border-radius: 10px;
  background: url("../images/wechat.png") no-repeat;
  background-size: 100% 100%;

}

#cover {
  position: absolute;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.4);
  width: 100%; /*宽度设置为100%，这样才能使隐藏背景层覆盖原页面*/
  height: 100%;
  filter: alpha(opacity=60); /*设置透明度为60%*/
  opacity: 0.6; /*非IE浏览器下设置透明度为60%*/
  display: none;
  z-Index: 999;
}

#modal {
  position: absolute;
  width: 500px;
  height: 300px;
  top: 50%;
  left: 50%;
  background-color: #fff;
  display: none;
  cursor: pointer;
  z-Index: 9999;
}

/*微信登录样式*/
.layer_notice {
  display: none;
}

.layer_notice .login_left {

}

.layer_notice .login_right {

}

.right_server{
  position: fixed;
  right: 0px;
  height: 30px;
  line-height: 30px;
  bottom: 25% ;
}
.right_server_mask{
  width: 120px;
  height: 30px;
  background: #D8EFE6 url(../images/server.png) no-repeat;
  background-size: contain;
  background-size:16px;
  font-size: 12px ;
  padding-left: 40px;
  cursor: pointer;
  background-position: 13px center;
  border-radius: 27px 0px 0px 27px;
  color: #32AA92;
  overflow: hidden;
}
.right_xcx{
  position: fixed;
  bottom:30%;
  right: 0px;
  height: 30px;
  line-height: 30px;
}
.right_xcx_mask{
  width: 110px;
  height: 30px;
  background: #D8EFE6 url(../images/xcx.png) no-repeat;
  background-size: contain;
  background-size:16px;
  font-size: 12px ;
  padding-left: 40px;
  cursor: pointer;
  background-position: 13px center;
  border-radius: 27px 0px 0px 27px;
  color: #32AA92;
  overflow: hidden;
}
.xcx_img{
  right:0px;
  position: absolute;
  top:-176px;
  width: 0px;
  overflow: hidden;
}

.nums {
   position: absolute;
   bottom: 5px;
   right: 20px;
   text-align: center;
 }

.nums li {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 8px;
  border-radius: 8px;
  background: #fff;
  text-indent: -99px;
  overflow: hidden;
  opacity: .75;
  filter: alpha(opacity=75);
  cursor: pointer;
  -o-transition: all .2s;
  -ms-transition: all .2s;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.nums .on{
  width: 16px;
}

#top_banner {
  text-align: center;
  position: relative;
  width: 100%;
  height: 80px;
  overflow: hidden;
}

.top_banner_img{
  display: none;
  width: 100%;
  max-height: 80px;
  background-repeat: no-repeat;
  overflow: hidden;
}

.top_banner_img_block{
  width: 100%;
  max-height: 80px;
  background-repeat: no-repeat;
  overflow: hidden;
}

.xcx_img img{
  width: 180px;
  height: auto;
}
.top_hidden{
  border-radius: 5px;
  overflow: hidden;
  display: flex; /* 使用flex布局 */
  flex-direction: column; /* 设置主轴方向为垂直 */
  position: fixed;
  right:55px;
  bottom: 16%;
  display: none;
}
.goTop{
  border-radius: 5px;
  overflow: hidden;
  display: flex; /* 使用flex布局 */
  flex-direction: column; /* 设置主轴方向为垂直 */
  position: fixed;
  right:15px;
  bottom: 15%;
}
.n1_mask{
  display: none;
}
.footer{
  height:50px;
  line-height: 50px;
  background: #ffffff;
  width: 100%;
  position: fixed;
  bottom: 0px;
  text-align: center;
  z-index: 99;
}
.footer a{
  text-align: center;
  color: #7e7373;
  font-size: 12px;
}

.box-infos{
  position: relative;
  padding-bottom: 2.5%;
  margin-bottom: 3%;
  width: 48% !important;
}
.box-infos:nth-child(odd){
margin-right: 4%;
}
.qikan-more{
  width: 48%;
}
.qikan-more:nth-child(1){
  margin-right: 4%;
}
.periodical .el-col-2,
.periodical .el-col-15{
  font-size: 14px;
}
