@charset "UTF-8";
/**设置cssfun方法**/
.main .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.main .content .content_left {
  background-color: #fff;
  margin: 56px 0 0 0;
  transition: all .3s;
  width: 300px;
}

.main .content .content_left .top_pc {
  display: block;
}

.main .content .content_left .top_m {
  display: none;
}

.main .content .content_left .tab_nav h3 {
  font-size: 18px;
  color: #202124;
}

.main .content .content_left .tab_nav .nav_content {
  margin: 24px 0 0 0;
  border-left: 1px solid #D6D6D6;
  padding: 0 0 0 16px;
}

.main .content .content_left .tab_nav .nav_content .nav_item {
  font-size: 14px;
  color: #5f6368;
  line-height: 24px;
  margin: 0 0 16px 0;
  position: relative;
  cursor: pointer;
}

.main .content .content_left .tab_nav .nav_content .nav_item.active:before {
  content: '';
  display: block;
  width: 3px;
  height: 100%;
  background: #4285F4;
  position: absolute;
  top: 0;
  left: -18px;
}

.main .content .content_left .month_top,
.main .content .content_left .history_top {
  position: relative;
  border-left: 1px solid #D6D6D6;
  margin: 20px 0;
  padding-left: 16px;
}

.main .content .content_left .month_top h3,
.main .content .content_left .history_top h3 {
  font-size: 18px;
  color: #202124;
}

.main .content .content_left .month_top h3:before,
.main .content .content_left .history_top h3:before {
  content: '';
  display: block;
  width: 2px;
  height: 20px;
  background: #4285F4;
  position: absolute;
  top: 0;
  left: -1px;
}

.main .content .content_left .month_top .top_items div {
  height: 30px;
  color: #5f6368;
  line-height: 34px;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  cursor: pointer;
}

.main .content .content_left .month_top .top_items div:nth-of-type(1) {
  margin-top: 10px;
}

.main .content .content_left .month_top .top_items div:hover {
  color: #1A73E8;
}

.main .content .content_left .history_top .top_items div {
  height: 30px;
  color: #5f6368;
  line-height: 34px;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  cursor: pointer;
}

.main .content .content_left .history_top .top_items div:nth-of-type(1) {
  margin-top: 10px;
}

.main .content .content_left .history_top .top_items div:hover {
  color: #1A73E8;
}

.main .content .tab_content {
  width: 950px;
}

.main .content .tab_content .tab_item {
  display: none;
  padding: 56px 0;
}

.main .content .tab_content .tab_item .labels {
  display: flex;
  justify-content: start;
  border-bottom: 1px solid #1A73E8;
  margin: 10px 0 20px;
}

.main .content .tab_content .tab_item .labels .label {
  margin-right: 10px;
  cursor: pointer;
  position: relative;
}

.main .content .tab_content .tab_item .labels .label .label_name {
  width: 150px;
  height: 40px;
  color: #fff;
  color: #1A73E8;
  border: 1px solid #4285F4;
  border-radius: 5px 5px 0 0;
  border-bottom: none;
  font-size: 14px;
  padding: 0px 10px;
  line-height: 40px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: center;
}

.main .content .tab_content .tab_item .labels .label .label_items {
  display: none;
  overflow-x: hidden;
  position: absolute;
  top: 40px;
  left: 0;
  width: 150px;
  color: #000;
  height: 400px;
  background-color: #fff;
  border: 1px solid #1A73E8;
  z-index: 1;
}

.main .content .tab_content .tab_item .labels .label .label_items .label_item {
  padding: 10px;
  font-size: 14px;
  line-height: 20px;
  word-break: break-all;
}

.main .content .tab_content .tab_item .labels .label .label_items .label_item:hover {
  background-color: #edf3ff;
  color: #1A73E8;
}

.main .content .tab_content .tab_item .labels .label .label_items .active {
  background-color: #edf3ff;
  color: #1A73E8;
}

.main .content .tab_content .tab_item .labels .label:hover .label_name {
  background-color: #4285F4;
  color: #fff;
}

.main .content .tab_content .tab_item .labels .label:hover .label_items {
  display: block;
}

.main .content .tab_content .tab_item .labels .active {
  background-color: #4285F4;
  color: #fff;
}

.main .content .tab_content .tab_item > h3 {
  font-size: 28px;
  color: #202124;
}

.main .content .tab_content .tab_item > p {
  font-size: 16px;
  color: #5f6368;
  line-height: 28px;
  margin: 32px 0;
}

.main .content .tab_content .tab_item > a {
  display: block;
  width: 242px;
  width: fit-content;
  padding: 0 30px;
  height: 52px;
  height: 42px;
  line-height: 52px;
  line-height: 42px;
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  border-radius: 4px;
  background: #4285F4;
  margin: 0 0 42px 0;
  cursor: pointer;
}

.main .content .tab_content .tab_item .data_none {
  line-height: 5;
  text-align: center;
  font-size: 1rem;
  color: #202124;
}

.main .content .tab_content .tab_item .pagination {
  text-align: center;
  margin: 40px 0 0 0;
}

.main .content .tab_content .tab_item .pagination .layui-laypage a,
.main .content .tab_content .tab_item .pagination .layui-laypage span {
  font-size: 16px;
  border: 0;
  background: #fff;
}

.main .content .tab_content .tab_item .pagination .layui-laypage a i.layui-icon.layui-icon-left,
.main .content .tab_content .tab_item .pagination .layui-laypage span i.layui-icon.layui-icon-left {
  font-size: 16px;
}

.main .content .tab_content .tab_item .pagination .layui-laypage a:hover {
  color: #3E83F4;
}

.main .content .tab_content .tab_item .pagination .layui-laypage span.layui-laypage-curr em {
  font-size: 16px;
  color: #3E83F4;
}

.main .content .tab_content .tab_item .pagination .layui-laypage span.layui-laypage-curr em.layui-laypage-em {
  background: #fff;
}

.main .content .tab_content .tab_item:first-of-type {
  background-size: 300px;
}

.main .content .tab_content .tab_item:first-of-type .list .item {
  height: 199px;
  border: 1px solid #CBCBCB;
  border-radius: 4px;
  display: flex;
  margin: 0 0 12px 0;
}

.main .content .tab_content .tab_item:first-of-type .list .item > div:first-of-type {
  display: flex;
  align-items: center;
}

.main .content .tab_content .tab_item:first-of-type .list .item > div:first-of-type img {
  width: 271px;
  height: 197px;
  object-fit: contain;
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer;
}

.main .content .tab_content .tab_item:first-of-type .list .item > div:first-of-type img:first-of-type {
  display: block;
}

.main .content .tab_content .tab_item:first-of-type .list .item > div:first-of-type img:nth-of-type(2) {
  display: none;
}

.main .content .tab_content .tab_item:first-of-type .list .item > div:nth-of-type(2) {
  max-width: calc(100% - 270px);
  padding: 24px 10px 0 15px;
}

.main .content .tab_content .tab_item:first-of-type .list .item > div:nth-of-type(2) .tag {
  font-size: 12px;
  color: #202124;
  color: #5f6368;
}

.main .content .tab_content .tab_item:first-of-type .list .item > div:nth-of-type(2) h4 {
  font-size: 20px;
  color: #202124;
  line-height: 24px;
  margin: 8px 0;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main .content .tab_content .tab_item:first-of-type .list .item > div:nth-of-type(2) h4:hover {
  color: #1A73E8;
}

.main .content .tab_content .tab_item:first-of-type .list .item > div:nth-of-type(2) p {
  font-size: 16px;
  font-weight: 300;
  color: #5f6368;
  line-height: 24px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.main .content .tab_content .tab_item:nth-of-type(2) {
  background-size: 356px;
}

.main .content .tab_content .tab_item:nth-of-type(2) .list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.main .content .tab_content .tab_item:nth-of-type(2) .list .item {
  width: calc((100% - 30px)/2);
  min-height: 270px;
  padding: 24px 12px 20px 24px;
  margin: 0 27px 17px 0;
  border: 1px solid #CBCBCB;
  border-radius: 4px;
}

.main .content .tab_content .tab_item:nth-of-type(2) .list .item .tag {
  font-size: 12px;
  color: #202124;
  color: #5f6368;
  cursor: pointer;
}

.main .content .tab_content .tab_item:nth-of-type(2) .list .item h4 {
  font-size: 20px;
  color: #202124;
  line-height: 28px;
  margin: 12px 0;
  cursor: pointer;
}

.main .content .tab_content .tab_item:nth-of-type(2) .list .item p {
  font-size: 16px;
  font-weight: 300;
  color: #5f6368;
  line-height: 28px;
  cursor: pointer;
}

.main .content .tab_content .tab_item:nth-of-type(2) .list .item:nth-of-type(2n) {
  margin-right: 0;
}

.main .content .tab_content .tab_item:nth-of-type(2) .list .item:hover {
  background: #4285F4;
}

.main .content .tab_content .tab_item:nth-of-type(2) .list .item:hover .tag,
.main .content .tab_content .tab_item:nth-of-type(2) .list .item:hover h4,
.main .content .tab_content .tab_item:nth-of-type(2) .list .item:hover p {
  color: #fff;
}

.main .content .tab_content .tab_item:nth-of-type(3) {
  background-size: auto;
}

.main .content .tab_content .tab_item:nth-of-type(3) .list {
  background: #F8F9FA;
  padding: 0 22px 80px 26px;
}

.main .content .tab_content .tab_item:nth-of-type(3) .list .item {
  font-size: 16px;
  line-height: 28px;
  padding: 54px 0 24px;
  border-bottom: 1px solid #CFCFCF;
  cursor: pointer;
}

.main .content .tab_content .tab_item:nth-of-type(3) .list .item .tag {
  display: block;
  font-size: 12px;
  color: #5f6368;
}

.main .content .tab_content .tab_item:nth-of-type(3) .list .item a {
  color: #5f6368;
}

.main .content .tab_content .tab_item:nth-of-type(3) .list .item:hover a {
  color: #1A73E8;
}

.main .content .tab_content .tab_item:nth-of-type(4) {
  background-size: auto;
}

.main .content .tab_content .tab_item:nth-of-type(4) .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.main .content .tab_content .tab_item:nth-of-type(4) .list .item {
  width: calc((100% - 20px)/3);
  min-height: 374px;
  margin: 0 8px 14px 0;
  padding: 0 0 36px 8px;
  border: 1px solid #CFCFCF;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}

.main .content .tab_content .tab_item:nth-of-type(4) .list .item > div:first-of-type {
  height: 74px;
  display: flex;
  align-items: center;
}

.main .content .tab_content .tab_item:nth-of-type(4) .list .item > div:first-of-type img {
  height: 40px;
}

.main .content .tab_content .tab_item:nth-of-type(4) .list .item .tag {
  font-size: 12px;
  color: #202124;
  color: #5f6368;
  margin: 6px 0 12px 0;
}

.main .content .tab_content .tab_item:nth-of-type(4) .list .item h4 {
  font-size: 20px;
  color: #202124;
  line-height: 27px;
}

.main .content .tab_content .tab_item:nth-of-type(4) .list .item p {
  font-size: 16px;
  font-weight: 300;
  color: #5f6368;
  line-height: 24px;
}

.main .content .tab_content .tab_item:nth-of-type(4) .list .item a {
  font-size: 14px;
  font-weight: 300;
  color: #4285F4;
  position: absolute;
  bottom: 14px;
  left: 8px;
}

.main .content .tab_content .tab_item:nth-of-type(4) .list .item:nth-of-type(3n) {
  margin-right: 0;
}

.main .content .tab_content .tab_item:nth-of-type(4) .list .item:hover {
  background: #4285F4;
}

.main .content .tab_content .tab_item:nth-of-type(4) .list .item:hover .tag,
.main .content .tab_content .tab_item:nth-of-type(4) .list .item:hover h4,
.main .content .tab_content .tab_item:nth-of-type(4) .list .item:hover p,
.main .content .tab_content .tab_item:nth-of-type(4) .list .item:hover a {
  color: #fff;
}

.main .content .tab_content .tab_item:nth-of-type(5) {
  background-repeat: no-repeat;
  background-position: 83% top;
  background-size: 180px;
  background-size: auto;
}

.main .content .tab_content .tab_item:nth-of-type(5) .list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.main .content .tab_content .tab_item:nth-of-type(5) .list .item {
  width: calc((100% - 45px)/2);
  margin: 0 45px 68px 0;
  display: flex;
  overflow: hidden;
  cursor: pointer;
}

.main .content .tab_content .tab_item:nth-of-type(5) .list .item > div:first-of-type {
  margin: 0 22px 0 0;
  width: 105px;
  min-height: 128px;
}

.main .content .tab_content .tab_item:nth-of-type(5) .list .item > div:first-of-type img {
  width: 105px;
  height: 100%;
  min-height: 128px;
}

.main .content .tab_content .tab_item:nth-of-type(5) .list .item > div:first-of-type img:first-of-type {
  display: block;
}

.main .content .tab_content .tab_item:nth-of-type(5) .list .item > div:first-of-type img:nth-of-type(2) {
  display: none;
}

.main .content .tab_content .tab_item:nth-of-type(5) .list .item > div:nth-of-type(2) {
  position: relative;
  max-width: calc(100% - 130px);
  width: calc(100% - 130px);
}

.main .content .tab_content .tab_item:nth-of-type(5) .list .item > div:nth-of-type(2) h4 {
  width: 100%;
  font-size: 22px;
  color: #202124;
  padding: 4px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main .content .tab_content .tab_item:nth-of-type(5) .list .item > div:nth-of-type(2) h4:hover {
  color: #1A73E8;
}

.main .content .tab_content .tab_item:nth-of-type(5) .list .item > div:nth-of-type(2) p {
  font-size: 16px;
  font-weight: 300;
  color: #5f6368;
  line-height: 26px;
  margin: 2px 0 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.main .content .tab_content .tab_item:nth-of-type(5) .list .item > div:nth-of-type(2) a {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 14px;
  font-weight: 300;
  color: #4285F4;
  cursor: pointer;
}

.main .content .tab_content .tab_item:nth-of-type(5) .list .item:nth-of-type(2n) {
  margin-right: 0;
}

@media screen and (max-width: 1440px) {
  .main .content .content_left {
    margin: 60px 0 0 0;
  }
  .main .content .tab_content {
    width: calc(100% - 320px);
  }
  .main .content .tab_content .tab_item {
    padding: 45px 0 56px;
  }
}

@media screen and (max-width: 750px) {
  .main .content {
    min-height: 100vh;
  }
  .main .content .content_left {
    width: 100%;
    margin: 6vw 0 0 0;
    padding: 0 2.13333vw;
    padding: 0 2.13333vw 0 0;
    position: static;
    overflow: auto;
  }
  .main .content .content_left .top_pc {
    display: none;
  }
  .main .content .content_left .top_m {
    display: block;
  }
  .main .content .content_left .month_top {
    margin-top: 0;
  }
  .main .content .content_left .tab_nav {
    margin-top: 2.66667vw;
    overflow-x: auto;
  }
  .main .content .content_left .tab_nav h3 {
    display: none;
  }
  .main .content .content_left .tab_nav .nav_content {
    width: 153.33333vw;
    margin: 0;
    border-left: 0;
    border-bottom: 0.26667vw solid #D6D6D6;
    padding: 0 0 3.2vw;
    overflow: hidden;
  }
  .main .content .content_left .tab_nav .nav_content .nav_item {
    float: left;
    font-size: 3.2vw;
    color: #5f6368;
    line-height: 4.26667vw;
    margin: 0 0 0 7.33333vw;
  }
  .main .content .content_left .tab_nav .nav_content .nav_item:first-of-type {
    margin: 0;
  }
  .main .content .content_left .tab_nav .nav_content .nav_item.active:before {
    display: none;
  }
  .main .content .content_left .tab_nav .nav_content .nav_item.active:after {
    content: '';
    display: block;
    height: 0.4vw;
    width: 100%;
    background: #4285F4;
    position: absolute;
    bottom: -3.33333vw;
    left: 0;
  }
  .main .content .tab_content {
    width: 100%;
    float: none;
  }
  .main .content .tab_content .tab_item {
    display: none;
    padding: 9.33333vw 0 8.4vw;
  }
  .main .content .tab_content .tab_item .labels {
    margin: 2.66667vw 0 5.33333vw;
  }
  .main .content .tab_content .tab_item .labels .label {
    margin-right: 2.66667vw;
  }
  .main .content .tab_content .tab_item .labels .label .label_name {
    width: 40vw;
    height: 10.66667vw;
    font-size: 3.73333vw;
  }
  .main .content .tab_content .tab_item .labels .label .label_items {
    top: 10.66667vw;
    width: 40vw;
  }
  .main .content .tab_content .tab_item .labels .label .label_items .label_item {
    line-height: 10.66667vw;
    padding-left: 2.66667vw;
    font-size: 3.73333vw;
  }
  .main .content .tab_content .tab_item > h3 {
    font-size: 5.33333vw;
  }
  .main .content .tab_content .tab_item > p {
    font-size: 3.2vw;
    color: #202124;
    line-height: 4.26667vw;
    margin: 4.26667vw 0;
  }
  .main .content .tab_content .tab_item > a {
    padding: 0 4vw;
    height: 7.46667vw;
    line-height: 7.46667vw;
    font-size: 3.2vw;
    font-weight: 400;
    border-radius: 0;
    margin: 0 0 4.93333vw 0;
  }
  .main .content .tab_content .tab_item:first-of-type {
    background: none;
  }
  .main .content .tab_content .tab_item:first-of-type .list .item {
    height: 73.33333vw;
    border: 0.13333vw solid #CBCBCB;
    border-radius: 0.53333vw;
    margin: 0 0 3.86667vw 0;
    display: block;
  }
  .main .content .tab_content .tab_item:first-of-type .list .item > div:first-of-type {
    display: block;
  }
  .main .content .tab_content .tab_item:first-of-type .list .item > div:first-of-type img {
    width: 100%;
    height: 33.33333vw;
    border-radius: 0.53333vw;
  }
  .main .content .tab_content .tab_item:first-of-type .list .item > div:first-of-type img:first-of-type {
    display: none;
  }
  .main .content .tab_content .tab_item:first-of-type .list .item > div:first-of-type img:nth-of-type(2) {
    display: block;
  }
  .main .content .tab_content .tab_item:first-of-type .list .item > div:nth-of-type(2) {
    max-width: 100%;
    padding: 3.2vw 2.13333vw 0 2.13333vw;
  }
  .main .content .tab_content .tab_item:first-of-type .list .item > div:nth-of-type(2) .tag {
    font-size: 3.2vw;
    line-height: 4.26667vw;
  }
  .main .content .tab_content .tab_item:first-of-type .list .item > div:nth-of-type(2) h4 {
    font-size: 4.26667vw;
    line-height: 6.66667vw;
    margin: 2vw 0;
  }
  .main .content .tab_content .tab_item:first-of-type .list .item > div:nth-of-type(2) p {
    font-size: 3.2vw;
    line-height: 5.33333vw;
  }
  .main .content .tab_content .tab_item:nth-of-type(2) {
    background: none;
  }
  .main .content .tab_content .tab_item:nth-of-type(2) .list .item {
    width: 100%;
    min-height: 43.33333vw;
    padding: 3.2vw 3.2vw 0 2.13333vw;
    margin: 0 0 2.93333vw 0;
    border: 0.26667vw solid #CBCBCB;
    border-radius: 0.53333vw;
  }
  .main .content .tab_content .tab_item:nth-of-type(2) .list .item .tag {
    font-size: 3.2vw;
  }
  .main .content .tab_content .tab_item:nth-of-type(2) .list .item h4 {
    font-size: 4.26667vw;
    line-height: 5.33333vw;
    margin: 1.6vw 0;
  }
  .main .content .tab_content .tab_item:nth-of-type(2) .list .item p {
    font-size: 3.2vw;
    line-height: 5.33333vw;
  }
  .main .content .tab_content .tab_item:nth-of-type(3) {
    background: none;
  }
  .main .content .tab_content .tab_item:nth-of-type(3) .list {
    background: #F8F9FA;
    padding: 0 2.93333vw 13.2vw 2.4vw;
  }
  .main .content .tab_content .tab_item:nth-of-type(3) .list .item {
    font-size: 3.2vw;
    line-height: 4.26667vw;
    padding: 7.2vw 0 4.8vw;
    border-bottom: 0.13333vw solid #CFCFCF;
  }
  .main .content .tab_content .tab_item:nth-of-type(3) .list .item .tag {
    font-size: 3.2vw;
    margin-bottom: 1.33333vw;
  }
  .main .content .tab_content .tab_item:nth-of-type(4) {
    background: none;
  }
  .main .content .tab_content .tab_item:nth-of-type(4) .list .item {
    width: 100%;
    min-height: 67.46667vw;
    margin: 0 0 2.93333vw 0;
    padding: 0 2.13333vw 0 2.66667vw;
    border: 0.26667vw solid #CFCFCF;
    border-radius: 0.53333vw;
  }
  .main .content .tab_content .tab_item:nth-of-type(4) .list .item > div:first-of-type {
    height: 14.66667vw;
  }
  .main .content .tab_content .tab_item:nth-of-type(4) .list .item > div:first-of-type img {
    height: 7.33333vw;
  }
  .main .content .tab_content .tab_item:nth-of-type(4) .list .item .tag {
    font-size: 3.2vw;
    margin: 0 0 2.66667vw 0;
  }
  .main .content .tab_content .tab_item:nth-of-type(4) .list .item h4 {
    font-size: 4.26667vw;
    line-height: 6.66667vw;
    margin: 0 0 1.6vw 0;
  }
  .main .content .tab_content .tab_item:nth-of-type(4) .list .item p {
    font-size: 3.2vw;
    line-height: 5.33333vw;
  }
  .main .content .tab_content .tab_item:nth-of-type(4) .list .item a {
    display: none;
  }
  .main .content .tab_content .tab_item:nth-of-type(5) {
    background: none;
  }
  .main .content .tab_content .tab_item:nth-of-type(5) .list .item {
    width: 100%;
    border: 1px solid #CFCFCF;
    border-radius: 0.53333vw;
    margin: 0 0 3.06667vw 0;
    padding: 2vw 2vw 1.86667vw 1.6vw;
  }
  .main .content .tab_content .tab_item:nth-of-type(5) .list .item > div:first-of-type {
    margin: 0 2.53333vw 0 0;
    width: 25.06667vw;
    min-height: 30.53333vw;
  }
  .main .content .tab_content .tab_item:nth-of-type(5) .list .item > div:first-of-type img {
    width: 25.06667vw;
  }
  .main .content .tab_content .tab_item:nth-of-type(5) .list .item > div:first-of-type img:first-of-type {
    display: none;
  }
  .main .content .tab_content .tab_item:nth-of-type(5) .list .item > div:first-of-type img:nth-of-type(2) {
    display: block;
  }
  .main .content .tab_content .tab_item:nth-of-type(5) .list .item > div:nth-of-type(2) {
    max-width: 60vw;
    width: 60vw;
  }
  .main .content .tab_content .tab_item:nth-of-type(5) .list .item > div:nth-of-type(2) h4 {
    font-size: 4.26667vw;
    line-height: 6.66667vw;
  }
  .main .content .tab_content .tab_item:nth-of-type(5) .list .item > div:nth-of-type(2) p {
    font-size: 3.2vw;
    line-height: 5.33333vw;
    margin: 1.6vw 0 0 0;
  }
  .main .content .tab_content .tab_item:nth-of-type(5) .list .item > div:nth-of-type(2) a {
    font-size: 3.2vw;
  }
  .main .content .tab_content .tab_item .pagination {
    margin: 5.33333vw 0 0 0;
  }
  .main .content .tab_content .tab_item .pagination .layui-laypage a,
  .main .content .tab_content .tab_item .pagination .layui-laypage span {
    font-size: 3.73333vw;
  }
  .main .content .tab_content .tab_item .pagination .layui-laypage a i.layui-icon.layui-icon-left,
  .main .content .tab_content .tab_item .pagination .layui-laypage span i.layui-icon.layui-icon-left {
    font-size: 3.73333vw;
  }
  .main .content .tab_content .tab_item .pagination .layui-laypage span.layui-laypage-curr em {
    font-size: 3.73333vw;
  }
}

@media screen and (max-width: 320px) {
  .main .content .tab_nav .nav_content {
    border-bottom: 0.26667vw solid #D6D6D6;
  }
  .main .content .tab_nav .nav_content .nav_item.active:after {
    height: 0.53333vw;
  }
}
