@import url("https://at.alicdn.com/t/font_905243_mlmza6fndgc.css");
body,
html {
  font-family: "Microsoft Yahei", "\5FAE\8F6F\96C5\9ED1", Arial, "Hiragino Sans GB", "\5B8B\4F53";
  margin: 0;
  padding: 0;
}
.main {
  max-width: 640px;
  margin: 0 auto;
}
.i_logo {
  width: 92%;
  padding: 12px 4%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}
.i_logo .logo {
  width: 110px;
}
.i_logo .logo img {
  width: 100%;
  display: block;
}
.i_logo .txt {
  color: #000000;
}
.i_logo .txt h2 {
  font-size: 14px;
  line-height: 20px;
}
.i_logo .btn {
  color: #66b63b;
  cursor: pointer;
}
.i_logo .btn i {
  font-size: 30px;
  line-height: 30px;
}
.i_logo .nav {
  position: absolute;
  top: 64px;
  left: 0;
  width: 100%;
  z-index: 1000;
  display: none;
}
.i_logo .nav ul {
  background-color: rgba(101, 180, 58, 0.8);
  padding: 4%;
}
.i_logo .nav ul li {
  line-height: 42px;
  font-size: 14px;
  border-bottom: 1px solid #d6d6d6;
}
.i_logo .nav ul li a {
  display: block;
  color: #ffffff;
}
.i_banner {
  width: 100%;
  position: relative;
}
.i_banner .swiper-container {
  width: 100%;
}
.i_banner .swiper-container .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.i_banner .swiper-container .swiper-slide img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.i_nav {
  width: 100%;
  padding: 4% 0;
}
.i_nav ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.i_nav ul li {
  width: 25%;
  margin-bottom: 2%;
}
.i_nav ul li:nth-child(n + 5) {
  margin-bottom: 0;
}
.i_nav ul li i {
  display: block;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  background-color: #66b63b;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  line-height: 60px;
  font-size: 32px;
}
.i_nav ul li h2 {
  font-size: 12px;
  line-height: 32px;
  text-align: center;
  color: #333333;
}
.index_era {
  width: 92%;
  padding: 4%;
  background-color: white;
}
.index_era .tit {
  text-align: center;
}
.index_era .tit h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
}
.index_era .tit h2 span {
  color: #66b63b;
}
.index_era .tit h3 {
  font-size: 14px;
  line-height: 14px;
  margin-top: 3%;
}
.index_era .box {
  margin-top: 4%;
}
.index_era .box ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.index_era .box ul li {
  width: 48%;
  margin: 0 4% 4% 0;
  background-color: #ffffff;
  box-shadow: 2px 2px 4px #d6d6d6;
}
.index_era .box ul li:nth-child(even) {
  margin-right: 0;
}
.index_era .box ul li:nth-child(n + 3) {
  margin-bottom: 0;
}
.index_era .box ul li .image {
  width: 100%;
  height: 100px;
}
.index_era .box ul li .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.index_era .box ul li h2 {
  font-size: 10px;
  line-height: 18px;
  padding: 6%;
}
.index_exc {
  width: 92%;
  padding: 4%;
  background: url("../images/tenbg.jpg") center center no-repeat;
  background-size: cover;
}
.index_exc .tit {
  text-align: center;
  color: #ffffff;
}
.index_exc .tit h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
}
.index_exc .tit h3 {
  font-size: 14px;
  line-height: 14px;
  margin-top: 3%;
}
.index_exc .box {
  margin-top: 4%;
}
.index_exc .box ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.index_exc .box ul li {
  width: 16.8%;
  margin: 0 4% 4% 0;
}
.index_exc .box ul li:nth-child(5n) {
  margin-right: 0;
}
.index_exc .box ul li:nth-child(n + 6) {
  margin-bottom: 0;
}
.index_exc .box ul li img {
  width: 100%;
  display: block;
  margin-bottom: 6%;
}
.index_exc .box ul li h2 {
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  line-height: 18px;
}
.index_show {
  width: 92%;
  padding: 4%;
}
.index_show .tit {
  text-align: center;
}
.index_show .tit h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
}
.index_show .tit h2 span {
  color: #66b63b;
}
.index_show .tit h3 {
  font-size: 14px;
  line-height: 14px;
  margin-top: 3%;
}
.index_show .box {
  margin-top: 4%;
}
.index_show .box ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.index_show .box ul li {
  width: 48%;
  margin: 0 4% 4% 0;
  position: relative;
}
.index_show .box ul li:nth-child(even) {
  margin-right: 0;
}
.index_show .box ul li:nth-child(n + 3) {
  margin-bottom: 0;
}
.index_show .box ul li img {
  width: 100%;
  display: block;
}
.index_show .box ul li h2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #ffffff;
  font-size: 12px;
  line-height: 32px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
}
.index_show .txt {
  margin-top: 4%;
  text-align: center;
}
.index_show .txt h2 {
  font-size: 14px;
  color: #66b63b;
}
.index_show .txt a {
  color: #666666;
}
.index_ind {
  width: 92%;
  padding: 4%;
  background-color: white;
}
.index_ind .tit {
  text-align: center;
}
.index_ind .tit h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
}
.index_ind .tit h2 span {
  color: #66b63b;
}
.index_ind .tit h3 {
  font-size: 14px;
  line-height: 14px;
  margin-top: 3%;
}
.index_ind .show {
  margin-top: 4%;
}
.index_ind .show ul {
  display: -webkit-flex;
  display: flex;
}
.index_ind .show ul li {
  width: 48%;
  height: 157px;
  overflow: hidden;
  margin-right: 4%;
}
.index_ind .show ul li:nth-child(even) {
  margin-right: 0;
}
.index_ind .show ul li img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  display: block;
}
.index_ind .show ul li:first-child {
  position: relative;
}
.index_ind .show ul li .q360 {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -30px;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: #66b63b;
}
.index_ind .show ul li .q360 i {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 22px;
  line-height: 22px;
  padding-top: 7px;
}
.index_ind .show ul li .q360 h2 {
  font-size: 10px;
  line-height: 12px;
  color: #ffffff;
  text-align: center;
}
.index_ind .show ul li .q360 span {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  line-height: 16px;
}
.index_ind .box {
  margin-top: 4%;
}
.index_ind .box ul {
  width: 100%;
}
.index_ind .box ul li {
  width: 100%;
  display: none;
}
.index_ind .box ul li:first-child {
  display: block;
}
.index_ind .box ul li img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  display: block;
}
.index_ind .item {
  margin-top: 4%;
}
.index_ind .item ul {
  display: -webkit-flex;
  display: flex;
}
.index_ind .item ul li {
  -webkit-flex: 1;
  flex: 1;
  font-size: 12px;
  text-align: center;
  border: 1px solid #66b63b;
  color: #66b63b;
  margin-right: 4%;
  line-height: 32px;
  cursor: pointer;
}
.index_ind .item ul li:last-child {
  margin-right: 0;
}
.index_ind .item ul .active {
  background-color: #66b63b;
  color: #ffffff;
}
.index_news {
  width: 92%;
  padding: 4%;
}
.index_news .tit {
  text-align: center;
}
.index_news .tit h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
}
.index_news .tit h2 span {
  color: #66b63b;
}
.index_news .tit h3 {
  font-size: 14px;
  line-height: 14px;
  margin-top: 3%;
}
.index_news .box {
  margin-top: 4%;
}
.index_news .box img {
  width: 100%;
  display: block;
  margin: 10px 0;
}
.index_news .box ul {
  width: 100%;
}
.index_news .box ul li {
  font-size: 12px;
  line-height: 28px;
  position: relative;
}
.index_news .box ul li:after {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #66b63b;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 11px;
}
.index_news .box ul li a {
  color: #333333;
  padding-left: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding-right: 90px;
}
.index_news .box ul li a:hover {
  color: #66b63b;
}
.index_news .box ul li span {
  color: #666666;
  position: absolute;
  top: 0;
  right: 0;
}
.index_fot {
  width: 92%;
  padding: 8% 4% 90px 4%;
  background-color: #e5e5e5;
}
.index_fot p {
  font-size: 12px;
  text-align: center;
  color: #302f33;
}
.position {
  width: 92%;
  padding: 0 4%;
  background-color: white;
}
.position h2 {
  padding-left: 26px;
  font-size: 14px;
  line-height: 42px;
  color: #333333;
  background: url(../images/home.png) left top no-repeat;
  background-position: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; 
}
.position h2 a {
  color: #333333;
}
.position h2 b {
  font-weight: normal;
  margin: 0 6px;
}
.m_assort {
  width: 92%;
  padding: 4% 4% 0 4%;
}
.m_assort ul {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.m_assort ul li {
  width: 22%;
  margin: 0 4% 4% 0;
}
.m_assort ul li:nth-child(4n) {
  margin-right: 0;
}
.m_assort ul li a {
  display: block;
  padding: 0 10%;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
  background-color: #595959;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.m_assort ul li a:hover {
  background-color: #66b63b;
}
.m_assort ul li .active {
  background-color: #66b63b;
}
.m_content {
  width: 92%;
  padding: 4%;
  background-color: white;
}
.m_content .info {
  text-align: center;
}
.m_content .info h2 {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}
.m_content .info h3 {
  font-size: 14px;
  text-align: center;
  color: #666666;
}
.m_content .map {
  width: 300px;
  margin: 0 auto;
}
.m_content .tit {
  text-align: center;
}
.m_content .tit h2 {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}
.m_content .tit h3 {
  font-size: 14px;
  color: #666666;
}
.m_content .box {
  margin-top: 4%;
}
.m_content .box ul {
  width: 240px;
  margin: 0 auto;
}
.m_content .box ul li {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 4%;
}
.m_content .box ul li i {
  display: block;
  width: 60px;
  font-size: 12px;
  text-align: right;
  font-style: normal;
}
.m_content .box ul li input {
  width: 180px;
  border: 1px solid #d6d6d6;
  box-sizing: border-box;
  padding: 0 10px;
  margin: 0;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}
.m_content .box ul li textarea {
  width: 180px;
  border: 1px solid #d6d6d6;
  box-sizing: border-box;
  padding: 0 10px;
  margin: 0;
  line-height: 30px;
  font-size: 12px;
}
.m_content .box .btn {
  text-align: center;
  margin-top: 8%;
}
.m_content .box .btn button {
  background-color: #66b63b;
  border: 0;
  padding: 0 20px;
  height: 30px;
  font-size: 12px;
  margin: 0 2%;
  color: #ffffff;
}
.n_content {
  width: 92%;
  padding: 0 4%;
  background-color: white;
}
.n_content ol {
  width: 100%;
}
.n_content ol li {
  padding: 4% 0;
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px dashed #d6d6d6;
}
.n_content ol li .z {
  width: 30%;
  margin-right: 4%;
}
.n_content ol li .z img {
  width: 100%;
  display: block;
}
.n_content ol li .y {
  width: 66%;
}
.n_content ol li .y h2 {
  font-size: 16px;
  line-height: 28px;
}
.n_content ol li .y h2 a {
  color: #333333;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.n_content ol li .y p {
  font-size: 12px;
}
.n_content .pager {
  padding: 4% 0;
}
.n_content .pager .pagination {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.n_content .pager .pagination li {
  width: 24px;
  height: 24px;
  border: 1px solid #d6d6d6;
  text-align: center;
  line-height: 24px;
  font-size: 12px;
  margin: 0 4px;
  display: none;
}
.n_content .pager .pagination li:first-child,
.n_content .pager .pagination li:last-child {
  display: block;
}
.n_content .pager .pagination .disabled {
  background-color: #66b63b;
  color: #ffffff;
  border: 1px solid #66b63b;
}
.n_content .pager .pagination .active {
  background-color: #66b63b;
  color: #ffffff;
  border: 1px solid #66b63b;
}
.n_content .pager .pagination a {
  display: block;
  color: #333333;
}
.n_content .pager .pagination a:hover {
  background-color: #66b63b;
  color: #ffffff;
  border: 1px solid #66b63b;
}
.n_view {
  width: 92%;
  padding: 4%;
  background-color: white;
}
.n_view .tit {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.n_view .time {
  text-align: center;
  font-size: 12px;
  color: #999999;
}
.n_view .time span {
  margin: 0 6px;
}
.n_view .content {
  width: 100%;
  margin: 4% 0;
}
.n_view .content p {
  font-size: 12px;
  text-indent: 2em;
}
.n_view .content img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.n_view .nex {
  padding: 2% 0;
  border-top: 1px dashed #d6d6d6;
}
.n_view .nex h2 {
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.n_view .nex h2 a {
  color: #333333;
}
.s_content {
  width: 92%;
  padding: 4%;
  background-color: white;
}
.s_content ol {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.s_content ol li {
  width: 48%;
  margin: 0 4% 4% 0;
}
.s_content ol li:nth-child(even) {
  margin-right: 0;
}
.s_content ol li img {
  width: 100%;
  display: block;
}
.s_content ol li h2 {
  font-size: 12px;
  line-height: 34px;
  text-align: center;
  color: #333333;
}
.s_content .pager {
  padding: 0 0 4% 0;
}
.s_content .pager .pagination {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.s_content .pager .pagination li {
  width: 24px;
  height: 24px;
  border: 1px solid #d6d6d6;
  text-align: center;
  line-height: 24px;
  font-size: 12px;
  margin: 0 4px;
  display: none;
}
.s_content .pager .pagination li:first-child,
.s_content .pager .pagination li:last-child {
  display: block;
}
.s_content .pager .pagination .disabled {
  background-color: #66b63b;
  color: #ffffff;
  border: 1px solid #66b63b;
}
.s_content .pager .pagination .active {
  background-color: #66b63b;
  color: #ffffff;
  border: 1px solid #66b63b;
}
.s_content .pager .pagination a {
  display: block;
  color: #333333;
}
.s_content .pager .pagination a:hover {
  background-color: #66b63b;
  color: #ffffff;
  border: 1px solid #66b63b;
}
.page {
  width: 92%;
  padding: 4%;
  background-color: white;
}
.page img {
  max-width: 100% !important;
  display: block;
  margin: 0 auto;
}
.page .c_ys {
  width: 100%;
}
.page .c_ys h2 {
  font-size: 18px;
  padding: 0 10%;
  font-weight: bold;
  color: #66b63b;
  text-align: center;
}
.page .c_ys ul {
  width: 100%;
  margin-top: 4%;
}
.page .c_ys ul li {
  width: 100%;
  margin-bottom: 4%;
}
.page .c_ys ul li:last-child {
  margin-bottom: 0;
}
.page .c_bz {
  width: 100%;
}
.page .c_bz h4 {
  font-size: 18px;
  padding: 0 10%;
  font-weight: bold;
  color: #66b63b;
  text-align: center;
}
.page .c_bz img {
  margin: 4% 0;
}
.page .c_bz ul {
  width: 100%;
}
.page .c_bz ul li {
  margin-bottom: 4%;
}
.page .c_bz ul li:last-child {
  margin-bottom: 0;
}
.page .c_bz ul li h2 {
  font-size: 16px;
  font-weight: bold;
}
.page .c_bz ul li h3 {
  font-size: 12px;
  color: #666666;
}
.page .c_fw {
  width: 100%;
}
.page .c_fw h2 {
  font-size: 18px;
  padding: 0 10%;
  font-weight: bold;
  color: #66b63b;
  text-align: center;
}
.page .c_fw h3 {
  font-size: 14px;
  color: #666666;
  text-align: center;
}
.page .c_fw h4 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: 4%;
}
.page .c_fw img {
  margin-top: 4%;
}
.page .tzhz {
  width: 100%;
}
.page .tzhz h2 {
  font-size: 18px;
  padding: 0 10%;
  font-weight: bold;
  color: #66b63b;
  text-align: center;
}
.page .tzhz h3 {
  font-size: 14px;
  color: #666666;
  text-align: center;
  margin-bottom: 4%;
}
.page .tzhz h4 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.page .tzhz img {
  margin-top: 4%;
}
.page .scqj {
  width: 100%;
}
.page .scqj h2 {
  font-size: 18px;
  padding: 0 10%;
  font-weight: bold;
  color: #66b63b;
  text-align: center;
}
.page .scqj h3 {
  font-size: 14px;
  color: #666666;
  text-align: center;
  margin-bottom: 4%;
}
.page .scqj h4 {
  font-size: 14px;
  font-weight: bold;
}
.page .scqj p {
  font-size: 12px;
}
.page .scqj img {
  margin-top: 4%;
}
.page .hzys {
  width: 100%;
}
.page .hzys h2 {
  font-size: 18px;
  padding: 0 10%;
  font-weight: bold;
  color: #66b63b;
  text-align: center;
}
.page .hzys h3 {
  font-size: 14px;
  color: #666666;
  text-align: center;
  margin-bottom: 4%;
}
.page .hzys ul li h4 {
  font-size: 14px;
  font-weight: bold;
}
.page .hzys ul li p {
  font-size: 12px;
}
.page .hzys img {
  margin-top: 4%;
}
.page .hzzc {
  width: 100%;
}
.page .hzzc h2 {
  font-size: 18px;
  padding: 0 10%;
  font-weight: bold;
  color: #66b63b;
  text-align: center;
}
.page .hzzc h3 {
  font-size: 14px;
  color: #666666;
  text-align: center;
  margin-bottom: 4%;
}
.page .hzzc ul li h4 {
  font-size: 14px;
  font-weight: bold;
}
.page .hzzc ul li p {
  font-size: 12px;
}
.page .hzzc img {
  margin-top: 4%;
}
.fot_nav {
  width: 100%;
  max-width: 640px;
  position: fixed;
  bottom: 0;
  background-color: #66b63b;
}
.fot_nav ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.fot_nav ul li {
  -webkit-flex: 1;
  flex: 1;
  padding: 10px 0;
}
.fot_nav ul li a {
  display: block;
  color: #ffffff;
  text-align: center;
  position: relative;
}
.fot_nav ul li a:after {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -15px;
  content: "";
  width: 1px;
  height: 30px;
  background-color: #ababab;
}
.fot_nav ul li a i {
  font-size: 28px;
  line-height: 28px;
}
.fot_nav ul li a h2 {
  font-size: 12px;
  line-height: 12px;
  margin-top: 2px;
}
.box16 ul {
  display: flex;
  flex-wrap: wrap;
}
.box16 ul li {
  width: 50%;
  text-align: center;
}
.box16 ul li:hover {
  color: #66b63b;
}
.box16 ul li:hover .pic img:nth-child(1) {
  display: none;
}
.box16 ul li:hover .pic img:nth-child(2) {
  display: block;
}
.box16 ul li .pic {
  width: 80px;
  height: 70px;
  margin: 0 auto;
}
.box16 ul li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.box16 ul li .pic img:nth-child(2) {
  display: none;
}
.box16 ul li .txt {
  margin: 10px 0 20px;
}
.box16 ul li .txt .tit,
.box16 ul li .txt .des {
  line-height: 20px;
  font-size: 14px;
}
.box8 ul li + li {
  margin-top: 10px;
}
.box8 ul li {
  border: 1px solid #777;
  padding: 10px;
  border-radius: 5px;
}
.box8 ul li a {
  display: flex;
}
.box8 ul li a .left {
  display: none;
}
.box8 ul li a .center {
  width: 55%;
}
.box8 ul li a .center .tit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
}
.box8 ul li a .center .des,
.box8 ul li a .center .mor {
  color: #777;
}
.box8 ul li a .right {
  width: 45%;
  height: 100px;
}
.box8 ul li a .right img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box9 .title {
  font-size: 18px;
  text-align: center;
}
.box9 .time {
  font-size: 14px;
  text-align: center;
}
.box9 .content p {
  margin-bottom: 10px;
  text-indent: 2em;
}
.box9 .pager {
  margin-top: 20px;
}
.box9 .pager .prev a,
.box9 .pager .next a {
  color: #333;
}
.box9 .pager .prev a:hover,
.box9 .pager .next a:hover {
  color: #66b63b;
}
.paging {
  padding: 40px 0;
  border-top: 1px solid #eee;
}
.paging ul {
  display: flex;
  justify-content: center;
}
.paging ul li {
  display: none;
}
.paging ul li:nth-child(1),
.paging ul li:last-child {
  display: block;
}
.paging ul li a,
.paging ul li span {
  display: block;
  padding: 5px 10px;
  margin: 0 5px;
  font-size: 14px;
  background: white;
  box-shadow: 2px 2px 10px #cfcde0;
}
.paging ul li:hover a {
  background: #66b63b;
  color: white;
}
.paging ul .disabled a,
.paging ul .disabled span {
  cursor: not-allowed;
  background-color: #f1f2f5;
}
.paging ul .active a,
.paging ul .active span {
  background: #66b63b;
  color: white;
}
