* {
  margin: 0;
  padding: 0;
  border: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: #404040;
  cursor: pointer;
  transition: color .2s linear;
}

a:hover {
  color: #54C7B3;
}

@font-face {
  font-family: 'Dosis-Medium';
  src: url(../fonts/dosis-medium-3.ttf);
}

/* @font-face {
  font-family: 'SourceHanSansCN-Regular';
  src: url(../css/font/SourceHanSansCN-Regular.otf);
}

@font-face {
  font-family: 'SourceHanSansCN-Light';
  src: url(../css/font/SourceHanSansCN-Light.otf);
} */

body {
  font-family: Dosis-Medium, Dosis,Open Sans,pingfang SC,-apple-system,Helvetica Neue,Helvetica,Arial,PingFang SC,PingFang TC,Hiragino Sans GB,Microsoft Yahei,Microsoft Jhenghei,sans-serif;
}

.f-clearfix {
  zoom: 1;
}

.f-clearfix::before,
.f-clearfix::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
}

.f-text-overflow1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}

.f-text-overflow2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.f-text-overflow3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.bgc-fafffe {
  background: #fafffe;
}

.bgc-f5faf9 {
  background: #f5faf9;
}

.pt-20 {
  padding-top: 20px;
}

.pb-40 {
  padding-bottom: 40px;
}

.g-wrap {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}

header {
  position: relative;
  height: 62px;
  overflow: hidden;
  line-height: 62px;
  background: #54C7B3;
}

header .logo {
  display: inline-block;
  width: 220px;
  height: 60px;
  margin-top: 1px;
  vertical-align: top;
  background: url(../images/logo.png);
}

header nav {
  display: inline-block;
  margin-left: 56px;
  vertical-align: top;
}

header nav a {
  display: inline-block;
  margin-left: 45px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

header nav a:hover {
  color: #A2EDE0;
}

header .search-box {
  float: right;
  position: relative;
}

header .search-box input[type=text] {
  outline:none;
  position: relative;
  width: 240px;
  height: 32px;
  line-height: 32px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border: 1px solid #A2EDE0;
  background: #5ac3b1;
  padding-left: 8px;
  color: #e8e8e8;
}
header .search-box input[type=text]::placeholder {
  color: #e8e8e8;
}
/* header .search-box input[type=text]::placeholder {
  color: rgb(136, 136, 136);
} */

header .search-box input[type=submit] {
  position: absolute;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 19px;
  margin-top: -9px;
  border: none;
  background: url(../images/search.png) no-repeat center;
  cursor: pointer;
}

footer {
  overflow: hidden;
  margin-top: 20px;
  padding-top: 28px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  border-top: 1px solid #54C7B3;
  box-sizing: border-box;
}

footer span {
  padding-right: 10px;
  padding-left: 10px;
  color: #e6ebea;
}

footer span.name {
  color: #808080;
}

footer p {
  margin-top: 20px;
  font-size: 12px;
  color: #808080;
}

footer p a {
  color: #808080;
}

footer p a:hover {
  color: #54C7B3;
}

.g-goBack {
  position: fixed;
  bottom: -112px;
  left: 50%;
  z-index: 3;
  margin-left: 620px;
  cursor: pointer;
  transition: bottom ease .3s;
  -webkit-transition: bottom ease .3s;
  -moz-transition: bottom ease .3s;
  -ms-transition: bottom ease .3s;
  -o-transition: bottom ease .3s;
}

.g-goBack .goBack-btn {
  display: block;
  width: 64px;
  height: 64px;
  text-align: center;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  background: url(../images/icon-top.png) no-repeat center #54C7B3;
  transition: background-color ease .3s;
  -webkit-transition: background-color ease .3s;
  -moz-transition: background-color ease .3s;
  -ms-transition: background-color ease .3s;
  -o-transition: background-color ease .3s;
}

.g-pages {
  padding: 35px 0;
  font-size: 16px;
  text-align: center;
}

.g-pages a,
.g-pages span {
  display: inline-block;
  width: 36px;
  height: 24px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  vertical-align: middle;
  color: #808080;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border: 1px solid #ebebeb;
}

.g-pages a:hover {
  color: #54C7B3;
}

.g-pages a.on {
  color: #fff;
  background: #54C7B3;
}

.g-pages .prev,
.g-pages .next,
.g-pages .pipe {
  background-repeat: no-repeat;
  background-position: center;
}

.g-pages .prev {
  background-image: url(../images/icon-prev.png);
}

.g-pages .prev.none {
  background-image: url(../images/icon-prev_n.png);
  cursor: alias;
}

.g-pages .next {
  background-image: url(../images/icon-next.png);
}

.g-pages .next.none {
  background-image: url(../images/icon-next_n.png);
}

.g-pages .pipe {
  background-image: url(../images/icon-pipe.png);
}

.g-crumbs {
  padding: 15px 0;
  font-size: 12px;
  font-weight: 400;
  color: #d1d1d1;
}

.g-crumbs a {
  color: #d1d1d1;
}

.g-crumbs a:hover {
  color: #54C7B3;
}

.g-crumbs span {
  padding: 0 5px;
}

.m-box {
  margin-top: 40px;
}

.m-box .hd-title {
  position: relative;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
}

.m-box .hd-title i {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
}

.m-box .hd-title i.icon-rjjx {
  width: 29px;
  height: 25px;
  background-image: url(../images/icon-rjjx.png);
}

.m-box .hd-title i.icon-yyrj {
  width: 28px;
  height: 28px;
  background-image: url(../images/icon-yyrj.png);
}

.m-box .hd-title i.icon-wlrj {
  width: 28px;
  height: 28px;
  background-image: url(../images/icon-wlrj.png);
}

.m-box .hd-title i.icon-djyx {
  width: 28px;
  height: 28px;
  background-image: url(../images/icon-djyx.png);
}

.m-box .hd-title i.icon-wlyx {
  width: 29px;
  height: 23px;
  background-image: url(../images/icon-wlyx.png);
}

.m-box .hd-title i.icon-rjzt {
  width: 28px;
  height: 28px;
  background-image: url(../images/icon-rjzt.png);
}

.m-box .hd-title i.icon-jcwz {
  width: 28px;
  height: 28px;
  background-image: url(../images/icon-jcwz.png);
}

.m-box .hd-title h2 {
  display: inline-block;
  margin-right: 24px;
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
  vertical-align: middle;
  color: #404040;

}

.m-box .hd-title .tab-nav {
  display: inline-block;
  /* vertical-align: -8px; */
  vertical-align: middle;
}

.m-box .hd-title .tab-nav .tab-item {
  display: inline-block;
  position: relative;
  width: 42px;
  height: 20px;
  margin-right: 20px;
  font-size: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  color: #808080;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border: 1px solid #eaeaea;
  cursor: pointer;
}
.m-box .hd-title .tab-nav .tab-item a {
  color: #808080;
}
.m-box .hd-title .tab-nav .tab-item a:hover {
  color: #54C7B3;
}
.m-box .hd-title .tab-nav .tab-item.on a {
  color: #54C7B3;
}

.m-box .hd-title .tab-nav .tab-item.on {
  color: #54C7B3;
  border: 1px solid #54C7B3;
}

.m-box .hd-title .tab-nav .tab-item:hover {
  color: #54C7B3;
}

.m-box .hd-title .more {
  float: right;
  font-size: 14px;
  font-weight: 400;
  color: #808080;
}

.m-box .hd-title .more:hover {
  color: #54C7B3;
}

.m-box .hd-title .more i {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 0;
  vertical-align: middle;
  background: url(../images/icon-more.png) no-repeat center;
}

.m-list-box li {
  float: left;
  width: 220px;
  height: 260px;
  overflow: hidden;
  margin-top: 25px;
  margin-right: 25px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  /* border: 1px solid #F0F5F4; */
  border: 1px solid #eaeaea;
  box-sizing: border-box;
  background: rgba(255, 255, 255, .8);
  transition: transform .3s ease-in-out, translateY .3s ease-in-out, box-shadow .3s ease-in-out;
}

.m-list-box li:nth-child(5n) {
  margin-right: 0px;
}

.m-list-box li:hover {
  z-index: 1;
  transform: translateY(-5px);
  box-shadow: 3px 9px 32px 0px rgba(0, 0, 0, 0.09);
}

.m-list-box li a {
  display: block;
  height: 100%;
  padding: 0 10px;
}

.m-list-box li .img-box {
  position: relative;
  margin: 0 auto;
  text-align: center;
}

.m-list-box li .img-box-hover {
  position: absolute;
  top: 19px;
  /* left: -10px; */
  left: 50px;
  z-index: 1;
  transform: scale(0) translateX(-50%);
  width: 83px;
  height: 83px;
  border-radius: 55px;
  background-image: var(--img);
  opacity: .6;
  transition: transform .3s ease-in-out;
  -webkit-transition: transform .3s ease-in-out;
  -moz-transition: transform .3s ease-in-out;
  -ms-transition: transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  filter: blur(20px) opacity(70%);
  transition-delay: .05s;
}

.m-list-box li .img-box img {
  z-index: 2;
  width: 64px;
  height: 64px;
  margin-top: 29px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: transform .3s ease-in-out, translateY .3s ease-in-out;
}

.m-list-box li:hover .img-box-hover {
  transform: scale(1);
}

.m-list-box li:hover .img-box img {
  transform: scale(1.1);
  transition: transform .5s ease-in-out 0s;
  -webkit-transition: transform .5s ease-in-out 0s;
}

.m-list-box li h3 {
  margin: 10px auto;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #404040;
}

.m-list-box li:hover h3 {
  color: #54C7B3;
}

.m-list-box li .txt {
  padding: 0 15px;
  color: #808080;
  min-height: 48px;
  line-height: 24px;
}

.m-list-box li .detail {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  padding: 15px 8px;
  font-size: 0;
  border-top: 1px solid #eaeaea;
}

.m-list-box li .detail span {
  font-size: 14px;
  color: #808080;
}

.m-list-box li .detail span i {
  display: inline-block;
  width: 14px;
  height: 14px;
}

.m-list-box li .detail span.num i {
  vertical-align: -1px;
  background: url(../images/icon-xz.png) no-repeat center;
}

.m-list-box li .detail span.zan i {
  background: url(../images/icon-zan.png) no-repeat center;
}

.m-list-box li .detail span.time {
  text-align: right;
}

.m-list-box li .detail span.time em {
  display: none;
}

.m-list-box li .ver-size {
  display: none;
}

.m-list-box_line li {
  display: block;
  position: relative;
  width: 100%;
  height: 100px;
  overflow: hidden;
  padding: 18px 10px;
  border: 1px solid #f0f5f4;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  transition: transform .3s ease-in-out, translateY .3s ease-in-out, box-shadow .3s ease-in-out;
}

.m-list-box_line li+li {
  border-top: 0 none;
}

.m-list-box_line li:first-child {
  border-radius: 6px 6px 0px 0px;
  -webkit-border-radius: 6px 6px 0px 0px;
  -moz-border-radius: 6px 6px 0px 0px;
  -ms-border-radius: 6px 6px 0px 0px;
  -o-border-radius: 6px 6px 0px 0px;
}

.m-list-box_line li:last-child {
  border-radius: 0px 0px 6px 6px;
  -webkit-border-radius: 0px 0px 6px 6px;
  -moz-border-radius: 0px 0px 6px 6px;
  -ms-border-radius: 0px 0px 6px 6px;
  -o-border-radius: 0px 0px 6px 6px;
}

.m-list-box_line li:hover {
  box-shadow: 3px 9px 32px 0px rgba(0, 0, 0, 0.09);
  background: rgba(255, 255, 255, 0.8);
}

.m-list-box_line li a {
  display: block;
  position: relative;
  height: 100%;
}

.m-list-box_line li .img-box {
  float: left;
  position: relative;
  text-align: center;
}

.m-list-box_line li .img-box-hover {
  position: absolute;
  top: -10px;
  left: -6px;
  z-index: 1;
  transform: scale(0) translateX(-50%);
  width: 80px;
  height: 80px;
  border-radius: 55px;
  background-image: var(--img);
  opacity: .6;
  transition: transform .3s ease-in-out;
  -webkit-transition: transform .3s ease-in-out;
  -moz-transition: transform .3s ease-in-out;
  -ms-transition: transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  filter: blur(20px) opacity(70%);
  transition-delay: .05s;
}

.m-list-box_line li:hover .img-box-hover {
  transform: scale(1);
}

.m-list-box_line li .img-box img {
  z-index: 2;
  width: 64px;
  height: 64px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: transform .3s ease-in-out, translateY .3s ease-in-out;
}

.m-list-box_line li:hover .img-box img {
  transform: scale(1.1);
  transition: transform .5s ease-in-out 0s;
  -webkit-transition: transform .5s ease-in-out 0s;
}

.m-list-box_line li .txt {
  display: none;
}

.m-list-box_line li h3,
.m-list-box_line li .ver-size {
  margin-left: 89px;
}

.m-list-box_line li h3 {
  font-size: 20px;
  font-weight: 500;
}

.m-list-box_line li .ver-size {
  margin-top: 10px;
  font-size: 14px;
  color: #b8b8b8;
}

.m-list-box_line li .ver-size .fg {
  padding: 0 8px;
}

.m-list-box_line li .detail {
  display: flex;
  position: absolute;
  top: 25px;
  right: 22px;
  justify-content: space-between;
  width: 240px;
  font-size: 0;
}

.m-list-box_line li .detail span {
  font-size: 14px;
  color: #808080;
}

.m-list-box_line li .detail span em {
  font-style: normal;
}

.m-list-box_line li .detail span i {
  display: inline-block;
  width: 14px;
  height: 14px;
}

.m-list-box_line li .detail span.num i {
  vertical-align: -1px;
  background: url(../images/icon-xz.png) no-repeat center;
}

.m-list-box_line li .detail span.zan i {
  background: url(../images/icon-zan.png) no-repeat center;
}

.m-list-box_line li .detail span:last-child {
  text-align: right;
}

.m-list-box1 li {
  display: block;
  float: left;
  position: relative;
  width: 380px;
  height: 272px;
  overflow: hidden;
  margin-top: 30px;
  margin-right: 30px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border: 1px solid #F0F5F4;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
}

.m-list-box1 li .info {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  left: 10px;
  width: 360px;
  height: 218px;
  padding: 15px 15px 10px;
  border-radius: 4px 4px 0px 0px;
  -webkit-border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  -ms-border-radius: 4px 4px 0px 0px;
  -o-border-radius: 4px 4px 0px 0px;
  border: 1px solid #F0F5F4;
  box-sizing: border-box;
  background: #fff;
}

.m-list-box1 li .info .txt {
  display: -webkit-box;
  overflow: hidden;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #404040;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
}

.m-list-box1 li .info .txt:hover {
  color: #54C7B3;
}

.m-list-box1 li .info .num-time {
  width: 100%;
  height: 20px;
  overflow: hidden;
  margin-top: 20px;
}

.m-list-box1 li .info .num {
  display: block;
  float: left;
  width: 126px;
  height: 20px;
  padding-left: 20px;
  font-size: 12px;
  line-height: 20px;
  color: #808080;
  background: url(../images/icon-numbgk.png) no-repeat left center;
}

.m-list-box1 li .info .num em {
  padding: 0 3px;
  font-size: 14px;
  color: #54C7B3;
  font-style: normal;
}

.m-list-box1 li .info .time {
  display: block;
  float: right;
  font-size: 14px;
  color: #54C7B3;
}

.m-list-box1 li:nth-child(3n) {
  margin-right: 0;
}

.m-list-box1 li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
}

.m-list-box1 li img {
  width: 100%;
  height: 228px;
  margin: 0;
  padding: 0;
  border-radius: 6px 6px 0px 0px;
  border: 1px solid #F0F5F4;
  background: #FAFFFE;
}

.m-list-box1 li .tt {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 42px;
  padding: 0 10px;
  font-size: 20px;
  line-height: 42px;
  font-weight: 500;
  text-align: center;
  color: #404040;
  border-top: 1px solid #f0f5f4;
  box-sizing: border-box;
}

.m-list-box1 li .tt:hover {
  color: #54C7B3;
}

.m-list-box1 li:hover img {
  display: none;
}

.m-list-box1 li:hover .info {
  display: block;
}

.m-list-box3 li {
  float: left;
  width: 380px;
  height: 100px;
  overflow: hidden;
  margin-top: 20px;
  margin-right: 10px;
  padding: 15px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border: 1px solid #F0F5F4;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
}

.m-list-box3 li:nth-child(3n) {
  margin-right: 0;
}

.m-list-box3 li img {
  float: left;
  width: 120px;
  height: 66px;
  border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  -ms-border-radius: 6px 6px 6px 6px;
  -o-border-radius: 6px 6px 6px 6px;
  background: #FAFFFE;
}

.m-list-box3 li .info {
  margin-left: 130px;
}

.m-list-box3 li .info .num-time {
  overflow: hidden;
  margin-top: 8px;
  font-size: 14px;
  color: #808080;
}

.m-list-box3 li .info .num-time .num {
  display: block;
  float: left;
}

.m-list-box3 li .info .num-time .num i {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  vertical-align: -3px;
  background: url(../images/icon-read.png) no-repeat center;
}

.m-list-box3 li .info .num-time .time {
  margin-top: 1px;;
  float: left;
}
.m-list-box3 li .info .num-time .short-time {
  float: right;
  padding-right: 10px;
}

.m-list-box3 li .info .num-time .time em {
  font-style: normal;
}

.g-links {
  font-size: 14px;
}

.g-links span,
.g-links a {
  display: inline-block;
  padding: 3px 6px;
  vertical-align: middle;
}

.g-links span {
  color: #54C7B3;
}

.g-links a {
  font-weight: 400;
  color: #808080;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  background: #f5f5f5;
}

.g-links a:hover {
  color: #fff;
  background: #54C7B3;
}


.m-rank-list {
  position: relative;
  width: 300px;
  height: 900px;
  padding: 0 20px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border: 1px solid #F0F5F4;
  box-sizing: border-box;
  background: #fff;
}

.m-rank-list .hd-title {
  position: relative;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #f0f5f4;
}

.m-rank-list .hd-title::after {
  content: '.';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 112px;
  height: 2px;
  font-size: 0;
  background: #54C7B3;
}

.m-rank-list li {
  display: block;
  padding: 13px 0;
}

.m-rank-list li+li {
  border-top: 1px solid #f0f5f4;
}

.m-rank-list li a {
  display: block;
  width: 100%;
  height: 100%;
}

.m-rank-list li .num {
  display: block;
  float: left;
  width: 28px;
  height: 28px;
  margin-top: 16px;
  margin-left: 8px;
  background-repeat: no-repeat;
  background-position: center;
}

.m-rank-list li:nth-of-type(1) .num {
  background-image: url(../images/icon-1.png);
}

.m-rank-list li:nth-of-type(2) .num {
  background-image: url(../images/icon-2.png);
}

.m-rank-list li:nth-of-type(3) .num {
  background-image: url(../images/icon-3.png);
}

.m-rank-list li:nth-of-type(4) .num {
  background-image: url(../images/icon-4.png);
}

.m-rank-list li:nth-of-type(5) .num {
  background-image: url(../images/icon-5.png);
}

.m-rank-list li:nth-of-type(6) .num {
  background-image: url(../images/icon-6.png);
}

.m-rank-list li:nth-of-type(7) .num {
  background-image: url(../images/icon-7.png);
}

.m-rank-list li:nth-of-type(8) .num {
  background-image: url(../images/icon-8.png);
}

.m-rank-list li:nth-of-type(9) .num {
  background-image: url(../images/icon-9.png);
}

.m-rank-list li:nth-of-type(10) .num {
  background-image: url(../images/icon-10.png);
}

.m-rank-list li .info {
  margin-left: 60px;
}

.m-rank-list li .info .tt {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
}

.m-rank-list li .info .ver-size {
  font-size: 14px;
  font-weight: 400;
  color: #b8b8b8;
}

.m-rank-list li .info .ver-size span {
  display: inline-block;
  vertical-align: middle;
}

.m-rank-list li .info .ver-size .ver {
  width: 100px;
  margin-right: 15px;
}


.m-about-us {
  min-height: 900px;
  padding: 80px 70px;
  box-sizing: border-box;
  background: #fff;
}

.m-search-box {
  position: relative;
  overflow: hidden;
}


.m-search-box-left {
  float: left;
  width: 880px;
}

.m-search-box-left .search-header {
  margin-bottom: 4px;
  padding: 30px;
  border-radius: 12px 12px 0px 0px;
  background: #fff;
}

.m-search-box-left .search-header h2 {
  margin-bottom: 23px;
  font-size: 30px;
  font-weight: 500;
}

.m-search-box-left .search-header h2 span {
  font-size: 16px;
  color: #808080;
}

.m-search-box-left .search-header h2 span em {
  padding: 2px;
  color: #ff5d5d;
  font-style: normal;
}

.m-search-box-left .search-header h2 span em.size-24 {
  padding-left: 4px;
  font-size: 24px;
}

.m-search-box-left .search-header a {
  display: inline-block;
  padding: 0 5px;
  height: 24px;
  margin-right: 10px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
  color: #808080;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border: 1px solid #f0f5f4;
}

.m-search-box-left .search-header a:hover {
  color: #54C7B3;
}

.m-search-box-left .search-header a.on {
  color: #fff;
  border: 1px solid #54C7B3;
  background: #54C7B3;
}

.m-search-box-left .content .m-list-box_line li {
  padding: 18px 50px;
}

.m-search-box-left .content>.none {
  width: 100%;
  height: 520px;
  padding-top: 80px;
  text-align: center;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  box-sizing: border-box;
  background: #fff;
}

.m-search-box-left .content .none p {

  margin-bottom: 87px;
  font-size: 24px;
  color: #595959;
}

.m-search-box-right {
  float: right;
}


.m-site-map {
  position: relative;
  margin-bottom: 40px;
}

.m-site-map h2 {
  margin: 45px auto;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
}

.m-site-map .item-box {
  position: relative;
  width: 100%;
  height: 180px;
  margin-bottom: 10px;
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
}

.m-site-map .item-box dl {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 19px 0;
  border: 1px solid #e6ebea;
  box-sizing: border-box;
}

.m-site-map .item-box dl dt {
  display: block;
  float: left;
  width: 160px;
  height: 100%;
  text-align: center;
  border-right: 1px solid #e6ebea;
}

.m-site-map .item-box dl dt i {
  display: block;
  width: 24px;
  height: 24px;
  margin: 20px auto 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.m-site-map .item-box dl dt i.icon-wlrj {
  background-image: url(../images/icon-wlrj_h.png);
}

.m-site-map .item-box dl dt i.icon-djyx {
  background-image: url(../images/icon-djyx_h.png);

}

.m-site-map .item-box dl dt i.icon-mac {
  background-image: url(../images/icon-mac.png);
}
.m-site-map .item-box dl dt i.icon-bckf {
  background-image: url(../images/icon-bckf.png);
}
.m-site-map .item-box dl dt i.icon-jyjx {
  background-image: url(../images/icon-jyjx.png);
}
.m-site-map .item-box dl dt i.icon-hyrj {
  background-image: url(../images/icon-hyrj.png);
}
.m-site-map .item-box dl dt i.icon-txtx {
  background-image: url(../images/icon-txtx.png);
}
.m-site-map .item-box dl dt i.icon-system {
  background-image: url(../images/icon-xtgj.png);
}
.m-site-map .item-box dl dt i.icon-yyrj {
  background-image: url(../images/icon-yyrj-b.png);
}

.m-site-map .item-box dl dd {
  display: block;
  float: left;
  width: 995px;
  padding-left: 45px;
  font-size: 0;
  box-sizing: border-box;
}

.m-site-map .item-box dl dd a {
  display: inline-block;
  width: 108px;
  height: 36px;
  margin-top: 8px;
  margin-right: 9px;
  font-size: 16px;
  line-height: 36px;
  font-weight: 500;
  text-align: center;
  color: #595959;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border: 1px solid #f5faf9;
  box-sizing: border-box;
}

.m-site-map .item-box dl dd a:hover {
  color: #fff;
  border: 1px solid #F5FAF9;
  box-shadow: 1px 4px 8px 0px rgba(84, 199, 179, 0.38);
  background: #54C7B3;
}
header .search-box button[type=submit] {
    position: absolute;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20px;
    height: 19px;
    margin-top: -9px;
    border: none;
    background: url(../images/search.png) no-repeat center;
    cursor: pointer;
}