header {
  height: 36px;
  padding: 0px 20px;
}
header h1 {
  margin-top: 4px;
  display: inline-block;
  height: 100%;
}
header h1 a {
  width: 94px;
  height: 29px;
}
header h1 a img {
  width: 100%;
  height: 100%;
}
footer {
  padding-top: 15px;
  background-color: #32b091;
  height: 70px;
  color: white;
  text-align: center;
}
footer a{
  color: white;
}
footer p {
  margin-bottom: 8px;
}
footer p:nth-of-type(1) a {
  margin-right: 14px;
}
footer p:nth-of-type(1) span:last-of-type {
  margin-right: unset;
}
footer img {
  width: 25px;
  height: 6px;
  margin-left: 3px;
}
.search_box {
  position: relative;
  height: 22px;
  margin-top: 6px;
}
.search_box .search_val {
  border: 1px solid #d4d4d4;
  width: 170px;
  height: 100%;
  border-right: none;
  float: right;
  padding-left: 0.1rem;
  font-size: 0.2rem;
  color: #333333;
  padding-right: 0.7rem;
}
.search_box .search_btn {
  background-color: #32b091;
  color: white;
  position: absolute;
  right: 0;
  top: 0;
  height: 22px;
  line-height: 24px;
  text-align: center;
  width: 33px;
  font-size: 10px;
  float: right;
}
nav {
  background: #32b091;
  height: 30px;
  padding: 0 20px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
}
nav a {
  font-size: 13px;
  color: #f2f2f2;
}
nav a.cur {
  font-weight: bold;
  color: white;
}
.section {
  padding: 0 10px;
  margin-top: 15px;
}
.section_title {
  height: 0.4rem;
  color: #32b091;
  border-bottom: 1px solid #32b091;
}
.section_title .title_text {
  border-bottom: 2px solid #32b091;
  height: 100%;
  font-weight: bold;
  font-size: 0.24rem;
}
.section_title .look_more {
  color: #32b091;
  line-height: 0.4rem;
  font-size: 0.12rem;
}
.block_title {
  text-align: center;
  height: 22px;
  border-bottom: 1px solid #32b091;
}
.block_title .title {
  height: 100%;
  border-bottom: 2px solid #32b091;
  padding: 0px 8px;
  font-size: 15px;
  color: #333333;
}
.under_block_tit {
  text-align: center;
  color: #999999;
  margin-top: 5px;
  font-size: 10px;
}
.list_one,.list_one a {
  color: #999999;
}
.list_one a{
  display: block;
}
.list_one li {
  margin-top: 0.3rem;
  height: 1.5rem;
}
.list_one img {
  width: 2.2rem;
  height: 1.5rem;
}
.list_one p,
.list_one .title {
  margin-left: 2.4rem;
  line-height: 0.32rem;
}
.list_one .title {
  display: block;
  color: #333333 !important;
  font-weight: bold;
  font-size: 0.2rem;
  text-align: left !important;
  background-color: white !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list_one .time_author {
  color: #b2b2b2;
}
.list_one .text {
  font-size: 18px;
  font-size: 0.18rem;
}
.list_two a{
  display: block;
}
.list_two li {
  margin-top: 10px;
  padding: 10px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  height: 85px;
  background: url(../imgs/double-hands.png) no-repeat;
  background-size: 16px 16px;
  background-position: 98% 6%;
}
.list_two .sort_num {
  color: white;
  width: 17px;
  height: 17px;
  background-color: #32b091;
  text-align: center;
  line-height: 20px;
  border-radius: 0 5px 0 5px;
  font-size: 0.24rem;
  vertical-align: top;
}
.list_two .title {
  color: #32b091;
  font-size: 11px;
  font-weight: bold;
  padding-left: 3px;
  line-height: 17px;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 92%;
}
.list_two .desc {
  color: #999999;
  line-height: 15px;
  padding-left: 0.42rem;
  font-size: 10px;
}
.list_three {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list_three li {
  width: 3.45rem;
  height: 2.4rem;
  position: relative;
  margin-top: 0.2rem;
}
.list_three li a {
  height: 100%;
  width: 100%;
}
.list_three li a img {
  height: 100%;
  width: 100%;
}
.list_three li p {
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  text-align: center;
  width: 100%;
  font-size: 10px;
  height: 0.4rem;
  line-height: 0.45rem;
  background: url(../imgs/title-bg.png);
}
.list_four {
  padding: 10px 0px;
}
.list_four li {
  position: relative;
  padding-left: 7px;
  margin-bottom: 12px;
}
.list_four li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 4px;
  height: 4px;
  background-color: black;
  border-radius: 50%;
}
.list_four li a {
  width: 4.5rem;
  font-size: 0.22rem;
  color: #4d4d4d;
}
.list_four li .time {
  color: #999999;
  font-size: 0.18rem;
}
.list_five li {
  margin-top: 10px;
  height: 20px;
  padding-left: 25px;
  position: relative;
  line-height: 20px;
}
.list_five li::after {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  content: "荐";
  color: white;
  left: 0;
  top: 0;
  position: absolute;
  background-color: #32b091;
  font-size: 12px;
}
.list_five li .name {
  color: #4d4d4d;
  font-size: 11px;
  width: 60%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.list_five li .time {
  color: #b3b3b3;
  float: right;
}
.swiper_one {
  width: 100%;
  height: 3.52rem;
}
.swiper_one img {
  width: 100%;
  height: 100%;
}
.swiper_tip_box {
  margin: 13px 0 10px 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding-top: 9px;
  padding-bottom: 9px;
  position: relative;
  border-radius: 3px;
  background: url(../imgs/double-hands.png) no-repeat right center;
  background-size: 16px 16px;
  background-position: 99% 10%;
}
.swiper_tip_box p {
  width: 238px;
  line-height: 16px;
  color: #4d4d4d;
  font-size: 11px;
}
.swiper_tip_box::before {
  content: '教程';
  position: absolute;
  top: 0px;
  left: 5px;
  width: 20px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  font-size: 8px;
  color: #fff;
  background-color: #db0a0a;
}
.swiper_tip_box::after {
  content: '';
  position: absolute;
  top: 14px;
  left: 5px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 5px solid #db0a0a;
}
.select_box {
  height: 100px;
  background-color: #32b091;
}
.tab_nav {
  padding: 0px 41px;
  height: 32px;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  justify-content: space-between;
}
.tab_nav a {
  font-size: 11px;
  padding: 0 2px;
  color: #4d4d4d;
  line-height: 38px;
}
.tab_nav a.cur {
  border-bottom: 2px solid #32b091;
  color: #32b091;
}
.pages {
  margin: 20px 0px;
  display: flex;
  justify-content: center;
}
.pages a,.pages strong,
.pages span {
  height: 19px;
  font-size: 10px;
  line-height: 14px;
  margin: 0 0.1rem;
}
.pages a {
  padding: 3px 3px;
  border: 1px solid #d5d5d5;
  color: #808080;
}
.pages strong{
  padding: 3px 3px;
  border: 1px solid #d5d5d5;
  color: #0c0300;
}
.pages .current {
  padding: 3px 5px;
  color: white;
  background-color: #32b091;
  border-color: #32b091;
}
.pages span {
  color: #4d4d4d;
  padding: 3px 2px;
  border: 1px solid #d5d5d5;
}
.tab_box {
  min-height: calc(100% - 156px);
}