@charset "UTF-8";
.banner {
  width: 100%;
  height: 1.5rem;
}
.banner img {
  width: 100%;
}

.case {
  width: 100%;
  overflow: hidden;
  font-size: 12px;
  background: #f7f7f7;
}

.news_box {
  white-space: nowrap;
  overflow-x: auto;
  /*border-bottom: 1px solid #dcdcdc;*/
  padding-left: 0.1rem;
  background: #fff;
  box-sizing: border-box;
}

.news_box a {
  font-size: 0.16rem;
  color: #666666;
}

.news_box li {
  min-width: 0.31rem;
  height: 0.47rem;
  margin-right: 0.32rem;
  display: inline-block;
  line-height: 0.47rem;
  position: relative;
}

.news_box li .pos_line {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 0.31rem;
  height: 3px;
  background: #fff;
  bottom: 0;
}

.news_box li.active .pos_line {
  background: #ff6800;
}

.news_box li.active {
  color: #ff6800;
}

.caseBox {
  width: 100%;
  padding: 0.15rem 0.1rem;
  box-sizing: border-box;
  background: #f7f7f7;
}
.caseBox ul {
  width: 100%;
}
.caseBox ul li {
  width: 1.7rem;
  min-height: 2.8rem;
  background: #fff;
  margin-bottom: 0.15rem;
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.1);
}
.caseBox ul li .img {
  width: 100%;
  height: 1.68rem;
}
.caseBox ul li .img img {
  display: block;
}
.caseBox ul li .title {
  width: 100%;
  padding: 0 0.11rem;
  box-sizing: border-box;
  font-size: 0.13rem;
  color: #333333;
  text-align: center;
  margin-top: 0.08rem;
  margin-bottom: 0.06rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.caseBox ul li .txt {
  width: 100%;
  height: 0.34rem;
  padding: 0 0.11rem;
  box-sizing: border-box;
  font-size: 0.11rem;
  color: #999999;
  text-align: center;
  margin-bottom: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.caseBox ul li .go_btn {
  width: 0.9rem;
  height: 0.21rem;
  border: 1px solid #ff6a00;
  border-radius: 0.1rem;
  text-align: center;
  line-height: 0.21rem;
  margin: 0 auto;
  color: #ff6a00;
}

.wx_shadow {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  z-index: 999999999;
  display: none;
}
.wx_shadow .popup {
  width: 100%;
  height: 3.4rem;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.15rem;
  padding-bottom: 0;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  /* Firefox 4 */
  -webkit-transition: all 0.3s ease-in-out;
  /* Safari 和 Chrome */
  -o-transition: all 0.3s ease-in-out;
  /* Opera */
  transform: translateY(108%);
  -ms-transform: translateY(108%);
  /* IE 9 */
  -moz-transform: translateY(108%);
  /* Firefox */
  -webkit-transform: translateY(108%);
  /* Safari 和 Chrome */
  -o-transform: translateY(108%);
}
.wx_shadow .popup .close {
  position: absolute;
  right: 0.06rem;
  top: -0.2rem;
  width: 0.52rem;
  height: 0.56rem;
}
.wx_shadow .popup .close img {
  width: 100%;
  display: block;
}
.wx_shadow .popup .cont {
  width: 100%;
  height: 1.1rem;
  border-bottom: 1px solid #eaeaea;
}
.wx_shadow .popup .cont .img {
  width: 0.9rem;
  height: 0.9rem;
  border: 1px solid #eaeaea;
}
.wx_shadow .popup .cont .img img {
  display: block;
}
.wx_shadow .popup .cont .name {
  width: 1.5rem;
  height: 0.9rem;
  margin-left: 0.12rem;
}
.wx_shadow .popup .cont .name .p1 {
  font-size: 0.16rem;
  color: #333333;
}
.wx_shadow .popup .cont .name .p2 {
  font-size: 0.12rem;
  color: #000000;
  margin-top: 0.12rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.wx_shadow .popup .cont .copy {
  width: 0.75rem;
  margin-left: 0.12rem;
}
.wx_shadow .popup .cont .copy img {
  display: block;
  width: 100%;
}
.wx_shadow .popup .go_wx {
  width: 100%;
}
.wx_shadow .popup .go_wx p {
  font-size: 0.14rem;
  color: #ff2121;
  line-height: 0.5rem;
  height: 0.5rem;
  text-align: center;
}
.wx_shadow .popup .go_wx .imgs {
  width: 100%;
}
.wx_shadow .popup .go_wx .imgs img {
  display: block;
  width: 100%;
}
.wx_shadow .popup .go_wx a {
  width: 100%;
  display: block;
  margin-top: 0.1rem;
  background: #0db252;
  font-size: 0.16rem;
  color: #fff;
  line-height: 0.4rem;
  height: 0.4rem;
  text-align: center;
  border-radius: 5px;
}

.page {
  width: 1.62rem;
  height: 0.31rem;
  margin: 0 auto;
  padding: 0.12rem 0;
}
.page a {
  width: 0.4rem;
  height: 100%;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  border-radius: 5px;
}
.page a img {
  width: 0.07rem;
}
.page div {
  width: 0.6rem;
  height: 100%;
  font-size: 0.14rem;
  color: #999999;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  border-radius: 5px;
}

.pagination {
	margin-top:10px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  text-align: center;
  padding: 0 0 82px; }
  .pagination a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin: 0 4px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    background-color: #fff;
    color: #999;
    cursor: pointer; }
    .pagination a:hover {
      border-color: #4AB74E;
      color: #4AB74E; }
    .pagination a:first-child {
      background: #fff url(/images/create/previous.png) center no-repeat; }
    .pagination a:last-child {
      background: #fff url(/images/create/next.png) center no-repeat; }
    .pagination a.cur {
      background-color: #4AB74E;
      color: #fff; }
	  .pagination a.thisclass {
      background-color: #4AB74E;
      color: #fff; }
	  
    .pagination a.page_disabled {
      cursor: not-allowed; }