@charset "UTF-8";

#model .register .reg-current {
  color: #fff;
  background-color: #399901;
}

#model .login .log-current {
  color: #fff;
  background-color: #399901;
}

#model .empty {
  border: 1px solid #ff0000 !important;
}

.fz12 {
  font-size: 12px !important;
}

.fw {
  font-weight: bold;
}

.ml-10 {
  margin-left: 10px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.no-ml {
  margin-left: 0 !important;
}

.page {
  width: 600px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.page a {
  color: #000;
}

.pg {
  width: 18px;
  height: 18px;
  font-size: 12px;
  float: left;
  margin-left: 20px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #bfbfbf;
  background: #00a13d;
  cursor: pointer;
}

.page .active {
  background: #00a13d !important;
  width: 20px !important;
  height: 20px !important;
  border: none !important;
  color: #fff !important;
}

.prev,
.next,
.end,
.star {
  width: 50px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  float: left;
  margin-left: 30px;
  cursor: pointer;
}

.zj {
  float: left;
  margin-left: 20px;
  font-size: 12px;
}

.zj input {
  width: 28px;
  height: 18px;
  border: 1px solid #bfbfbf;
  background: #00a13d;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  zoom: 1;
}

/*首页滚动*/
#gun {
  overflow: hidden;
  height: 595px;
  position: relative;
  width: 380px;
  margin: 0 auto;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}

#gun .gun_1 {
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}

/*分页*/
div.page1 {
  text-align: center;
  width: 96%;
  margin: 20px auto 10px auto;
}

span.btn,
a.btn {
  border: 1px solid #ccc;
  padding: 5px 8px;
  margin-right: 10px;
  color: #6d6d6d;
}

span.btn-success {
  background: #00a13d;
  border: 0;
  padding: 6px 9px;
  color: #fff;
}

a.btn:hover {
  border: 0;
  padding: 6px 9px;
  background: #00a13d;
  color: #fff;
}

span.gop-span {
  margin-right: 0;
  position: relative;
  padding: 5px 12px;
  border: 0;
}

span.gop-span #gop {
  position: absolute;
  top: 0;
  left: 0;
  height: 26px;
  width: 100%;
  border: 1px solid #ccc;
}

#gopage {
  color: #fff;
  cursor: pointer;
  border: 0;
  padding: 6px 9px;
  background: #00a13d;
  margin-right: 0;
}

/*  详情页字体设置 */
.detail-con p {
  font-size: 16px !important;
  line-height: 28px !important;
  font-family: "微软雅黑";
}

.detail-con p span {
  font-size: 16px !important;
  line-height: 28px !important;
  font-family: "微软雅黑" !important;
}

.tabs-wrapper {
  display: flex;
  margin: 30px;
  border-bottom: 1px solid #dedede;
}

.tabs-wrapper .tab-item {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  margin-right: 50px;
  color: rgba(17, 58, 34, 0.5);
  cursor: pointer;
  padding-bottom: 8px;
}
.tabs-wrapper .tab-item.active {
  color: #1faf2e;
}
.tabs-wrapper .tab-item.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  display: block;
  height: 4px;
  border-radius: 5px;
  background: #1faf2e;
}

.tab-item-content {
  display: none;
}
.tab-item-content.active {
  display: block;
}