
._iconfont {
  font-family: "_iconfont" !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconGroup-:before {
  content: "\e683";
}

.iconzuo:before {
  content: "\e601";
}

#slider {
  position: relative;
  overflow: hidden;
}

#slider ul {
  position: relative;
  height: 387px;
  list-style: none;
}

#slider ul li {
  position: relative;
  display: block;
  float: left;
  width: 460px;
  height: 387px;
}

a.control_prev,
a.control_next {
  width: 36px;
  height: 36px;
  line-height: 36px;
  position: absolute;
  top: 45%;
  z-index: 999;
  display: block;
  opacity: 0.8;
  padding: 0 10px;

}

a.control_prev div,
a.control_next div {
  width: 36px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
  background-color: rgba(15, 16, 17, 0.21);
  border-radius: 50%;
  color: #fff;
  display: none;
}
a.control_prev div i{
  margin-top: 8px;
}

a.control_next div i{
  margin-top: 8px;
}

a.control_prev div {
  padding-right: 2px;
}

a.control_next div {
  padding-left: 2px;
}

#slider:hover a.control_prev div {
  display: block;
}

#slider:hover a.control_next div {
  display: block;
}

a.control_prev:hover,
a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

a.control_prev {
  border-radius: 0 2px 2px 0;
  font-family: "宋体";
}

a.control_next {
  right: 0;
  font-family: "宋体";
  border-radius: 2px 0 0 2px;
}

.slider_option {
  position: relative;
  width: 160px;
  font-size: 18px;
}
._page_container {
  font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,SimSun,sans-serif;
  font-size: 13px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  user-select: none;
	margin: 25px 0;
}

._page_container input[type=number] {
  -moz-appearance: textfield;
}

._page_container input[type=number]::-webkit-inner-spin-button,
._page_container input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

._page_container ._pages {
  display: inline;
  height: 28px;
  line-height: 28px;
}

._page_container ._pages li {
  display: inline-block;
  list-style: none;
  vertical-align: top;
  color: #303133;
  font-weight: bold;
  min-width: 30px;
  text-align: center;
  margin: 0 5px;
  border-radius: 2px;
  cursor: pointer;
}

._page_container ._pages li:hover {
  color: #fa8631;
}

._page_container ._pages li:first-child, ._page_container ._pages li:last-child {
  font-size: 14px;
}

._page_container ._pages ._prev, ._page_container ._pages ._next, ._page_container ._pages ._home, ._page_container ._pages ._last {
  font-size: 12px;
  font-weight: normal;
  padding: 0 8px;
}

._page_container ._jumper {
  display: inline;
  color: #606266;
  margin-left: 10px;
  height: 28px;
  line-height: 28px;
}

._page_container ._jumper ._count {
  margin-right: 10px;
}

._page_container ._jumper ._jumper_input {
  display: inline-block;
  font-size: 14px;
  color: #606266;
  width: 50px;
  height: 26px;
  text-align: center;
  margin: 0 5px;
  padding: 3px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  background: none;
  outline: none;
  box-sizing: border-box;
}

._page_container ._jumper ._jumper_input:focus {
  border-color: #fa8631;
}

._pages_1 li {
  background-color: #f4f4f5;
}

._active_1 {
  color: #fff !important;
  background-color: #fa8631 !important;
}

._active_2 {
  color: #fa8631 !important;
}

._disabled {
  cursor: not-allowed !important;
}

._disabled_c {
  color: #c0c4cc !important;
}
