@import url("../fonts/iconfont.css");
@import url("../fonts/caise/iconfont.css");
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  transition: all 0.5s;
}
html {
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}
ul,
ol,
dl,
li {
  list-style: none;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}
input {
  outline: none;
  background: none;
}
input::-ms-clear {
  display: none;
}
input::-ms-reveal {
  display: none;
}
input[type=text]::-ms-clear {
  display: none;
}
textarea {
  resize: none;
}
table {
  font-size: inherit;
  border-collapse: collapse;
  border-spacing: 0;
}
select,
img,
input,
button {
  border: 0px;
  background: none;
}
:focus {
  outline: 0;
}
a:link,
a:visited {
  text-decoration: none;
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 5px;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}
body {
  background: #f6f6f6;
  font-family: "pingfang SC", "helvetica neue", arial, "hiragino sans gb", "microsoft yahei ui", "microsoft yahei", simsun, "sans-serif";
  padding-top: 5.62rem;
}
.container {
  max-width: 1500px;
  margin: 0px auto;
}
.header {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #e2e5ea;
  box-shadow: 0px 0px 5px #e2e5ea;
  position: fixed;
  top: 0px;
  z-index: 9999;
  padding: 0.9rem 0px;
  float: left;
}
.header .container {
  display: flex;
  align-items: center;
}
.header .logo {
  float: left;
  flex: 0 0 20%;
}
.header .logo img {
  float: left;
  width: auto;
  height: auto;
  max-height: 60px;
}
.header .header_nav {
  flex: 0 0 65%;
}
.header .header_nav ul {
  text-align: center;
}
.header .header_nav ul li {
  display: inline-block;
  margin: 0px 0.5rem;
  position: relative;
}
.header .header_nav ul li a:not(.son a) {
  color: #000;
  font-size: 1.2rem;
  line-height: 3.75rem;
  padding: 0.625rem 1.25rem;
  border-radius: 30px;
}
.header .header_nav ul li a:hover,
.header .header_nav ul li .on {
  background: #dee8fd;
  color: #2468f2 !important;
}
.header .header_nav ul li .son {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1), transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.5s;
  position: absolute;
  top: 55px;
  left: 0px;
  width: 200px;
  margin-left: -50px;
  border-radius: 1rem;
  float: left;
  padding: 1rem;
  background: #fff;
  box-shadow: 0 12px 16px -4px #10182814;
}
.header .header_nav ul li .son a {
  width: 100%;
  float: left;
  font-size: 1rem;
  color: #222;
  padding: 5px 1rem;
  line-height: 2.6875rem;
  border-radius: 0.5rem;
  margin: 1px 0px;
}
.header .header_nav ul li .son a i {
  width: 2.6875rem;
  height: 2.6875rem;
  float: left;
  padding: 0.625rem;
  border-radius: 0.5rem;
  border: 1px solid #dee8fd;
  background: #fff;
  font-size: 1.3rem;
  color: #2468f2;
  line-height: normal;
}
.header .header_nav ul .show a:not(.son a) {
  background: #dee8fd;
  color: #2468f2;
}
.header .header_nav ul .show .son {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header .header_nav ul .show .son a:hover,
.header .header_nav ul .show .son .on {
  background: #f3f3f3;
}
.header .header_nav .toggle {
  display: block !important;
  position: absolute;
  left: 0px;
  top: 90px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 5px #e2e5ea;
  z-index: 9;
  padding: 0.9rem 0px;
  float: left;
}
.header .header_nav .toggle .show .son {
  display: none;
}
.header .search {
  flex: 0 0 15%;
}
.header .search form {
  float: right;
  width: 100%;
  background: #f6f6f6;
  border-radius: 5px;
  overflow: hidden;
}
.header .search form input {
  width: 80%;
  float: left;
  line-height: 2.65rem;
  font-size: 0.8rem;
  color: #000;
  padding: 0px 1rem;
}
.header .search form button {
  width: 20%;
  line-height: 2.5rem;
  float: right;
  cursor: pointer;
  background: #dee8fd;
}
.header .search form button i {
  font-size: 1rem;
  color: #2468f2;
}
.header .search.toggle {
  display: block !important;
  position: absolute;
  left: 0px;
  top: 90px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 5px #e2e5ea;
  z-index: 9;
  padding: 0.9rem 20%;
  float: left;
}
.header .about {
  flex: 0 0 15%;
  float: right;
  position: relative;
}
.header .about .nav_bt,
.header .about .ss_bt,
.header .about .tougao,
.header .about .kefu {
  width: calc(50% - 0.5rem);
  cursor: pointer;
  color: #444;
  font-size: 1rem;
  margin-left: 0.5rem;
  padding: 0.625rem 0;
  border-radius: 0.5rem;
  border: 1px solid #dee8fd;
  text-align: center;
  display: none;
  float: right;
}
.header .about .nav_bt i,
.header .about .ss_bt i,
.header .about .tougao i,
.header .about .kefu i {
  font-size: 1.2rem;
  margin-right: 3px;
  color: #2468f2;
}
.header .about .nav_bt:hover,
.header .about .ss_bt:hover,
.header .about .tougao:hover,
.header .about .kefu:hover {
  background: #10182814;
}
.header .about .tougao,
.header .about .kefu {
  display: block;
}
.header .about .tooltip {
  position: absolute;
  top: 45px;
  right: 0px;
  z-index: 9999;
  width: calc(100% - 0.5rem);
  padding: 16px 10px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid #e0e0e0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.header .about .tooltip h3 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f0f0f0;
}
.header .about .tooltip p,
.header .about .tooltip a {
  font-size: 16px;
  color: #2468f2;
  line-height: 1.6;
}
.header .about .tooltip span {
  position: absolute;
  top: 7px;
  right: 15px;
  font-size: 2rem;
  color: #999;
  cursor: pointer;
  transition: color 0.2s;
}
.header .about .tooltip::before,
.header .about .tooltip::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
}
.header .about .tooltip::before {
  top: -10px;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e0e0e0 transparent;
}
.header .about .tooltip::after {
  top: -9px;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #ffffff transparent;
}
.header .about .kefu {
  margin-left: 0px !important;
}
.header .about .kefu .tooltip::before,
.header .about .kefu .tooltip::after {
  left: 25%;
}
.header .about .tougao .tooltip::before,
.header .about .tougao .tooltip::after {
  left: 75%;
}
.header .search + .about {
  display: none;
}
.banner {
  width: 100%;
  padding: 3rem 0px;
  float: left;
  background: linear-gradient(180deg, #f5f6ff, #dee8fd);
  padding-bottom: 8rem;
  margin-bottom: 5rem;
}
.banner .container {
  position: relative;
}
.banner h1 {
  text-align: center;
  font-size: 2.5rem;
  color: #000;
  font-weight: 600;
  padding: 0px 15% ;
}
.banner h1 + p {
  padding: 0px 15% ;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #222;
  margin-top: 1.25rem;
}
.banner .center {
  text-align: center;
}
.banner .search {
  width: 50%;
  margin: 2rem auto 0px auto;
}
.banner .search form {
  width: 100%;
  background: #fff;
  border-radius: 15px;
  float: left;
  overflow: hidden;
}
.banner .search form input {
  width: 80%;
  float: left;
  line-height: 3.4rem;
  font-size: 1rem;
  color: #000;
  padding: 0px 1.25rem;
}
.banner .search form button {
  width: 20%;
  height: 3.4rem;
  float: right;
  background: #2468f2;
  cursor: pointer;
}
.banner .search form button i {
  font-size: 1.5rem;
  color: #fff;
}
.banner .ranking {
  width: 100%;
  padding: 2rem 0px;
  float: left;
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-top: 5rem;
  position: absolute;
}
.banner .ranking a {
  flex: 1 1 33.333%;
  border-radius: 0.75rem;
  padding: 1.5rem;
  background: #fff;
  box-shadow: 0 12px 16px -4px #10182814;
  display: flex;
}
.banner .ranking a .title {
  font-size: 1.6rem;
  width: 100%;
  float: left;
  text-align: left;
  color: #000;
  line-height: 35px;
}
.banner .ranking a .title i {
  color: #2468f2;
  font-size: 2rem;
  margin-right: 0.5rem;
  position: relative;
  top: 3px;
}
.banner .ranking a .title p {
  margin-top: 0.5rem;
  font-size: 1rem;
  color: #666;
}
.banner .ranking a span {
  float: right;
  text-align: center;
  font-size: 1rem;
  color: #222;
}
.banner .ranking a span i {
  width: 100%;
  float: left;
  color: #2468f2;
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}
.banner .ranking a span b {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0px 3px;
}
.banner .ranking a:nth-child(2) {
  padding: 2rem 1.5rem;
}
.banner .ranking a:nth-child(2) span i {
  color: #fbce40;
}
.banner .ranking a:nth-child(3) span i {
  color: #ff4d00;
}
.banner .ranking a:nth-child(1) span i {
  color: #55b946;
}
.banner .ranking a:hover {
  box-shadow: 0 12px 16px -4px #10182838;
}
.no_ranking {
  padding-bottom: 3rem;
  margin-bottom: 0rem;
}
.no_ranking h1 {
  padding: 0px 10%;
}
.no_ranking h1 + p {
  text-align: left;
  padding: 0px 10%;
  line-height: 1.5rem;
}
.main {
  width: 100%;
  float: left;
  margin: 3rem 0px 4rem 0px;
}
.main .ad:not(.right .ad) {
  width: 100%;
  float: left;
}
.main .ad:not(.right .ad) img {
  width: 100%;
  height: 100%;
}
.main .ad:not(.right .ad) .ad_100 {
  width: calc(100% - 10px);
  height: 80px;
  display: inline-block;
  overflow: hidden;
  margin: 5px;
  float: left;
}
.main .ad:not(.right .ad) .ad_50 {
  width: calc(50% - 10px);
  height: 80px;
  display: inline-block;
  overflow: hidden;
  margin: 5px;
  float: left;
}
.main .ad:not(.right .ad) .ad_20 {
  width: calc(20% - 10px);
  height: 100px;
  display: inline-block;
  overflow: hidden;
  margin: 5px;
  float: left;
}
.main .ad a:last-child {
  margin-bottom: 3rem !important;
}
.main .main_nav {
  width: 100%;
  float: left;
  margin-bottom: 3rem;
}
.main .main_nav span:not(.t) {
  font-size: 1rem;
  line-height: 2.1875rem;
  color: #000;
  display: inline-block;
  float: left;
}
.main .main_nav .main_nav_1 {
  width: 100%;
  float: left;
}
.main .main_nav .main_nav_1 a:not(.charts a),
.main .main_nav .main_nav_1 .t {
  padding: 0.378rem 1.5rem;
  margin-right: 0.625rem;
  border: 1px solid #d5d5d5;
  border-radius: 1.25rem;
  background: #fff;
  font-size: 1rem;
  color: #000;
  display: inline-block;
  float: left;
}
.main .main_nav .main_nav_1 a:not(.charts a) i,
.main .main_nav .main_nav_1 .t i {
  font-size: 1rem;
  margin-right: 5px;
  color: #000;
}
.main .main_nav .main_nav_1 .t {
  padding: 0.378rem 1rem;
}
.main .main_nav .main_nav_1 a:hover,
.main .main_nav .main_nav_1 .on,
.main .main_nav .main_nav_1 .t:hover,
.main .main_nav .main_nav_1 .toggle .t {
  color: #2468f2 !important;
  border-color: #2468f2 !important;
}
.main .main_nav .main_nav_1 a:hover i,
.main .main_nav .main_nav_1 .on i,
.main .main_nav .main_nav_1 .t:hover i,
.main .main_nav .main_nav_1 .toggle .t i {
  color: #2468f2 !important;
}
.main .main_nav .main_nav_1 .charts {
  float: right;
  position: relative;
}
.main .main_nav .main_nav_1 .charts .t {
  cursor: pointer;
}
.main .main_nav .main_nav_1 .charts .t i {
  margin-right: 0px;
  margin-left: 3px;
  display: inline-block;
}
.main .main_nav .main_nav_1 .charts ul {
  display: none;
  float: left;
  width: 96%;
  position: absolute;
  z-index: 2;
  top: 45px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 5px #ddd;
  margin: 0px 2%;
  overflow: hidden;
}
.main .main_nav .main_nav_1 .charts ul a {
  width: 100%;
  line-height: 40px;
  font-size: 0.9rem;
  color: #222;
  display: block;
  text-align: center;
}
.main .main_nav .main_nav_1 .charts ul a:hover {
  background: #2468f2;
  color: #fff !important;
}
.main .main_nav .main_nav_1 .toggle .t i {
  transform: rotate(180deg);
}
.main .main_nav .main_nav_1 .toggle ul {
  display: block;
}
.main .main_nav .hr {
  width: 100%;
  height: 1px;
  display: inline-block;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #d5d5d5;
}
.main .main_nav .hr:last-child {
  display: none;
}
.main .main_nav .main_nav_2 {
  width: 100%;
  display: block;
}
.main .main_nav .main_nav_2 .hr {
  height: 0px;
  padding: 0px;
  border: 0px;
}
.main .main_nav .main_nav_2 a + span {
  margin-left: 3.125rem;
}
.main .main_nav .main_nav_2 a {
  padding: 0.378rem 0.75rem;
  border: 1px solid #d5d5d5;
  margin-right: 0.625rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  color: #222;
  display: inline-block;
  background: #fff;
}
.main .main_nav .main_nav_2 a i {
  font-size: 1rem;
  margin-right: 5px;
}
.main .main_nav .main_nav_2 a:hover,
.main .main_nav .main_nav_2 .on {
  background: #2468f2;
  color: #fff;
  border-color: #2468f2;
}
.main .main_nav .main_nav_2 a:hover i,
.main .main_nav .main_nav_2 .on i {
  color: #fff;
}
.main .main_nav .provider_main_nav_2 {
  display: flex;
  justify-content: space-between;
}
.main .main_nav .provider_main_nav_2 dl dt {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  color: #000;
  margin-bottom: 1rem;
}
.main .main_nav .provider_main_nav_2 dl dd {
  display: inline-block;
  margin-right: 0.625rem;
}
.main .main_nav .provider_main_nav_2 dl dd a {
  margin-right: 0px;
}
.main .main_nav .provider_main_nav_2 dl dd i {
  position: relative;
  top: -1px;
  margin-right: 0px;
  margin-left: 3px;
  font-size: 12px;
}
.main .main_nav .provider_main_nav_2 dl:first-child {
  float: left;
}
.main .main_nav .provider_main_nav_2 dl:last-child {
  float: right;
}
.main .main_nav .provider_main_nav_2 dd:last-child {
  margin-right: 0px;
}
.main .main_nav .hr + .price_main_nav {
  margin-top: 1.5rem;
}
.main .main_nav .price_main_nav {
  width: 100%;
  float: left;
  text-align: center;
}
.main .main_nav .price_main_nav a {
  padding: 1rem 2rem;
  margin: 0px 10px;
  display: inline-block;
  background: #fff;
  font-size: 1.2rem;
  color: #000;
  border-radius: 1.25rem;
}
.main .main_nav .price_main_nav a i {
  font-size: 1.5rem;
  color: #2468f2;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.main .main_nav .price_main_nav a:hover,
.main .main_nav .price_main_nav .on {
  background: #2468f2;
  color: #fff;
}
.main .main_nav .price_main_nav a:hover i,
.main .main_nav .price_main_nav .on i {
  color: #fff;
}
.main .list_fws {
  width: 100%;
  float: left;
}
.main .list_fws h1 {
  width: 100%;
  color: #000;
  line-height: 2.5rem;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 1rem;
}
.main .list_fws .meta {
  width: 100%;
  margin-bottom: 1rem;
  text-align: center;
}
.main .list_fws .meta time,
.main .list_fws .meta span,
.main .list_fws .meta i,
.main .list_fws .meta a {
  display: inline-block;
  color: #999;
  font-size: 0.875rem;
}
.main .list_fws .meta span,
.main .list_fws .meta time {
  margin-right: 1rem;
}
.main .list_fws .meta span:last-child {
  margin-right: 0px;
}
.main .list_fws .meta i {
  margin-right: 3px;
}
.main .list_fws .meta a:hover {
  color: #2468f2;
}
.main .list_fws .description {
  padding: 0px 15%;
  font-size: 1rem;
  color: #444;
  margin-bottom: 1rem;
  text-align: left;
  line-height: 1.5rem;
}
.main .list_fws .tags {
  width: 100%;
  margin-bottom: 2rem;
  float: left;
  text-align: center;
}
.main .list_fws .tags span,
.main .list_fws .tags i,
.main .list_fws .tags a {
  display: inline-block;
  color: #222;
  font-size: 0.875rem;
}
.main .list_fws .tags i {
  margin-right: 3px;
}
.main .list_fws .tags a {
  color: #444;
  font-size: 0.9rem;
  background: #dee8fd;
  padding: 0.5rem 0.8rem;
  margin-right: 5px;
  border-radius: 40px;
}
.main .list_fws .tags a:hover {
  color: #fff;
  background: #2468f2;
}
.main .list_fws ul:not(.pager ul) li {
  width: 100%;
  margin-bottom: 2.5rem;
  align-items: center;
  min-height: 200px;
  background: #fff;
  box-shadow: 0 12px 16px -4px #10182814;
  border-radius: 12px;
  position: relative;
  padding: 1.25rem 2rem;
  display: flex;
}
.main .list_fws ul:not(.pager ul) li:hover {
  box-shadow: 0 12px 16px -4px #2468f240;
}
.main .list_fws ul:not(.pager ul) li:last-child {
  margin-bottom: 0px;
}
.main .list_fws ul:not(.pager ul) .index {
  min-width: 3.5rem;
  padding: 0px 10px;
  line-height: 2.1875rem;
  display: block;
  position: absolute;
  z-index: 2;
  left: -10px;
  top: 1.875rem;
  background: #d3e1ef;
  font-weight: 700;
  border-radius: 0 8px 8px 0;
  font-size: 1.3rem;
  color: #666;
  text-align: center;
}
.main .list_fws ul:not(.pager ul) .index:before {
  display: block;
  content: "";
  position: absolute;
  top: -7px;
  left: 0px;
  width: 0;
  height: 0;
  border-bottom: 7px solid #8ca2b7;
  border-left: 10px solid rgba(0, 0, 0, 0);
}
.main .list_fws ul:not(.pager ul) .pic {
  flex: 0 0 20%;
  text-align: center;
  overflow: hidden;
}
.main .list_fws ul:not(.pager ul) .pic img {
  width: auto;
  max-width: 80%;
  height: auto;
}
.main .list_fws ul:not(.pager ul) .pic a:hover img {
  transform: scale(1.1);
}
.main .list_fws ul:not(.pager ul) .title {
  flex: 0 0 50%;
  padding: 0px 1.875rem;
}
.main .list_fws ul:not(.pager ul) .title h2,
.main .list_fws ul:not(.pager ul) .title h3 {
  width: 100%;
  float: left;
  color: #000;
  font-size: 1.8rem;
}
.main .list_fws ul:not(.pager ul) .title h2 a,
.main .list_fws ul:not(.pager ul) .title h3 a {
  color: #000;
  font-size: 1.8rem;
}
.main .list_fws ul:not(.pager ul) .title h2 a:hover,
.main .list_fws ul:not(.pager ul) .title h3 a:hover {
  color: #2468f2;
}
.main .list_fws ul:not(.pager ul) .title p {
  width: 100%;
  float: left;
  margin-top: 0.8rem;
  color: #444;
  font-size: 1rem;
  line-height: 1.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* 显示的行数 */
  overflow: hidden;
}
.main .list_fws ul:not(.pager ul) .title a:not(h2 a) {
  float: left;
  margin-top: 0.8rem;
  color: #2468f2;
  font-size: 0.9rem;
  border: 1px solid #2468f2;
  padding: 0.625rem 1.25rem;
  border-radius: 40px;
}
.main .list_fws ul:not(.pager ul) .title a:not(h2 a) i {
  font-size: 0.8rem;
  margin-left: 10px;
}
.main .list_fws ul:not(.pager ul) .title a:not(h2 a):hover {
  color: #fff;
  background: #2468f2;
}
.main .list_fws ul:not(.pager ul) .title a:not(h2 a):hover i {
  margin-left: 20px;
}
.main .list_fws ul:not(.pager ul) .service {
  flex: 0 0 30%;
  overflow: hidden;
}
.main .list_fws ul:not(.pager ul) .service a {
  width: 31.333%;
  padding: 0.378rem 0.75rem;
  text-align: center;
  margin: 1%;
  border: 1px solid #dee8fd;
  border-radius: 1.25rem;
  font-size: 1rem;
  display: inline-block;
  color: #666;
}
.main .list_fws ul:not(.pager ul) .service a i {
  font-size: 1rem;
  margin-right: 5px;
  color: #2468f2;
}
.main .list_fws ul:not(.pager ul) .service a:hover {
  color: #2468f2;
  border-color: #2468f2;
}
.main .list_fws ul:not(.pager ul) .service a:hover i {
  color: #2468f2;
}
.main .list_fws ul:not(.pager ul) .bullet {
  flex: 0 0 60%;
}
.main .list_fws ul:not(.pager ul) .bullet + .service {
  flex: 0 0 20%;
}
.main .list_fws ul:not(.pager ul) .bullet + .service p {
  width: calc(100% - 2%);
  padding: 0.378rem 0.75rem;
  margin: 1%;
  font-size: 1rem;
  color: #666;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .list_fws ul:not(.pager ul) .bullet + .service p i {
  font-size: 1rem;
  margin-right: 5px;
  color: #2468f2;
}
.main .list_fws ul:not(.pager ul) li:nth-child(-n+3) .index {
  color: #fff;
  background: #2468f2;
}
.main .list_fws ul:not(.pager ul) li:nth-child(-n+3) .index:before {
  border-bottom-color: #0a66c2;
}
.main .list_fws ul:not(.pager ul) li:nth-child(n+4):nth-child(-n+6) .index {
  color: #fff;
  background: #55b946;
}
.main .list_fws ul:not(.pager ul) li:nth-child(n+4):nth-child(-n+6) .index:before {
  border-bottom-color: #336f2a;
}
.main .list_fws ul:not(.pager ul) li:nth-child(n+7):nth-child(-n+9) .index {
  color: #fff;
  background: #ff4d00;
}
.main .list_fws ul:not(.pager ul) li:nth-child(n+7):nth-child(-n+9) .index:before {
  border-bottom-color: #992e00;
}
.main .list_fws ul:not(.pager ul) .isgood::after {
  content: '';
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 1;
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/isgood.svg);
  top: 0px;
  right: 5px;
}
.main .list_phb_nav {
  width: 100%;
  text-align: center;
  margin-bottom: 3rem;
}
.main .list_phb_nav a {
  padding: 0.378rem 0.75rem;
  border: 1px solid #d5d5d5;
  margin: 0px 0.3rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  color: #222;
  display: inline-block;
  background: #fff;
}
.main .list_phb_nav a:hover,
.main .list_phb_nav .on {
  background: #2468f2;
  color: #fff;
  border-color: #2468f2;
}
.main .list_phb_nav a:hover i,
.main .list_phb_nav .on i {
  color: #fff;
}
.main .list_phb {
  display: flex;
  gap: 0px 3rem;
}
.main .list_phb ul {
  flex: 1 1 33.333%;
  display: flex;
  background: #fff;
  box-shadow: 0 12px 16px -4px #10182814;
  border-radius: 12px;
  flex-direction: column;
}
.main .list_phb ul:nth-child(1) li:nth-child(-n+3) .index {
  color: #fff;
  background: #55b946;
}
.main .list_phb ul:nth-child(1) li:nth-child(-n+3) .index:before {
  border-bottom-color: #336f2a;
}
.main .list_phb ul:nth-child(2) li:nth-child(-n+3) .index {
  color: #fff;
  background: #fbce40;
}
.main .list_phb ul:nth-child(2) li:nth-child(-n+3) .index:before {
  border-bottom-color: #d1a723;
}
.main .list_phb ul:nth-child(3) li:nth-child(-n+3) .index {
  color: #fff;
  background: #ff4d00;
}
.main .list_phb ul:nth-child(3) li:nth-child(-n+3) .index:before {
  border-bottom-color: #992e00;
}
.main .list_phb li {
  padding: 2rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #e2e5ea;
}
.main .list_phb li:hover {
  background: #f9f9f9;
}
.main .list_phb li:last-child {
  border: 0px;
}
.main .list_phb b {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 1.7rem;
  color: #222;
}
.main .list_phb .index {
  width: 3.5rem;
  line-height: 2.1875rem;
  display: block;
  position: absolute;
  z-index: 2;
  left: -10px;
  top: 1rem;
  background: #d3e1ef;
  font-weight: 700;
  border-radius: 0 8px 8px 0;
  font-size: 1.3rem;
  color: #666;
  text-align: center;
}
.main .list_phb .index:before {
  display: block;
  content: "";
  position: absolute;
  top: -7px;
  width: 0;
  height: 0;
  border-bottom: 7px solid #8ca2b7;
  border-left: 10px solid rgba(0, 0, 0, 0);
}
.main .list_phb .pic {
  flex: 0 0 40%;
  text-align: center;
  overflow: hidden;
}
.main .list_phb .pic img {
  width: auto;
  max-width: 90%;
  height: auto;
}
.main .list_phb .pic a:hover img {
  transform: scale(1.1);
}
.main .list_phb .title {
  flex: 0 0 60%;
  padding: 0px 0.5rem;
}
.main .list_phb .title h2 {
  width: 100%;
  float: left;
  color: #000;
  font-size: 1.5rem;
}
.main .list_phb .title p {
  width: 100%;
  float: left;
  margin-top: 0.6rem;
  color: #444;
  font-size: 0.9rem;
  line-height: 1.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* 显示的行数 */
  overflow: hidden;
}
.main .list_phb .title a {
  float: left;
  margin-top: 0.8rem;
  color: #2468f2;
  font-size: 0.9rem;
  border: 1px solid #2468f2;
  padding: 0.625rem 1.25rem;
  border-radius: 40px;
}
.main .list_phb .title a i {
  font-size: 0.8rem;
  margin-left: 10px;
}
.main .list_phb .title a:hover {
  color: #fff;
  background: #2468f2;
}
.main .list_phb .title a:hover i {
  margin-left: 20px;
}
.main .list_news {
  float: left;
  width: 80%;
}
.main .list_news h5 {
  display: block;
  font-size: 1.5rem;
  color: #222;
  margin-bottom: 2rem;
}
.main .list_news h5 i {
  font-size: 1.5rem;
  color: #222;
  margin-right: 3px;
}
.main .list_news ul:not(.pager ul) li {
  margin-bottom: 2.5rem;
  align-items: center;
  background: #fff;
  box-shadow: 0 12px 16px -4px #10182814;
  border-radius: 12px;
  position: relative;
  padding: 1.25rem 2rem;
  display: flex;
}
.main .list_news ul:not(.pager ul) li:hover {
  box-shadow: 0 12px 16px -4px #2468f240;
}
.main .list_news ul:not(.pager ul) li:last-child {
  margin-bottom: 0px;
}
.main .list_news ul:not(.pager ul) .pic {
  flex: 0 0 20%;
  text-align: center;
  overflow: hidden;
}
.main .list_news ul:not(.pager ul) .pic img {
  height: auto;
  width: auto;
  max-width: 100%;
}
.main .list_news ul:not(.pager ul) .pic a:hover img {
  transform: scale(1.1);
}
.main .list_news ul:not(.pager ul) .title {
  flex: 0 0 85%;
  padding-right: 2rem;
}
.main .list_news ul:not(.pager ul) .title h2 a,
.main .list_news ul:not(.pager ul) .title h5 a {
  width: 100%;
  float: left;
  color: #000;
  font-size: 1.5rem;
}
.main .list_news ul:not(.pager ul) .title h2 a:hover,
.main .list_news ul:not(.pager ul) .title h5 a:hover {
  color: #0a66c2;
}
.main .list_news ul:not(.pager ul) .title p {
  width: 100%;
  float: left;
  margin-top: 0.8rem;
  color: #444;
  font-size: 1rem;
  line-height: 1.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.main .list_news ul:not(.pager ul) .title .meta {
  width: 100%;
  float: left;
  margin-top: 0.8rem;
  line-height: 1.5rem;
}
.main .list_news ul:not(.pager ul) .title .meta time,
.main .list_news ul:not(.pager ul) .title .meta span,
.main .list_news ul:not(.pager ul) .title .meta i,
.main .list_news ul:not(.pager ul) .title .meta a {
  display: inline-block;
  color: #999;
  font-size: 0.875rem;
}
.main .list_news ul:not(.pager ul) .title .meta time {
  margin-right: 1rem;
  float: left;
}
.main .list_news ul:not(.pager ul) .title .meta span {
  float: left;
}
.main .list_news ul:not(.pager ul) .title .meta span:last-child {
  float: right;
}
.main .list_news ul:not(.pager ul) .title .meta i {
  margin-right: 3px;
}
.main .list_news ul:not(.pager ul) .title .meta a {
  margin-right: 5px;
}
.main .list_news ul:not(.pager ul) .title .meta a:hover {
  color: #2468f2;
}
.main .list_news ul:not(.pager ul) .pic + .title {
  flex: 0 0 65%;
  padding: 0px 2rem;
}
.main .list_news ul:not(.pager ul) .service {
  flex: 0 0 15%;
  text-align: center;
}
.main .list_news ul:not(.pager ul) .service .price {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  color: #000;
  margin: 0px 0.3rem;
  letter-spacing: 2px;
}
.main .list_news ul:not(.pager ul) .service a {
  display: block;
  color: #fff;
  font-size: 1rem;
  background: #2468f2;
  padding: 0.8rem 1.25rem;
  border-radius: 40px;
}
.main .list_news ul:not(.pager ul) .service a i {
  font-size: 0.8rem;
  margin-left: 10px;
}
.main .list_news ul:not(.pager ul) .service .price + a {
  margin-top: 0.625rem;
}
.main .list_news ul:not(.pager ul) .service a:hover {
  color: #fff;
  background: #2468f2;
}
.main .list_news ul:not(.pager ul) .service a:hover i {
  margin-left: 20px;
}
.main .list_table {
  float: left;
  width: 100%;
  background: #fff;
  box-shadow: 0 12px 16px -4px #10182814;
  padding: 2rem;
  margin-bottom: 3rem;
  border-radius: 12px;
  position: relative;
}
.main .list_table h1 {
  width: 100%;
  color: #000;
  line-height: 2.5rem;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 1rem;
}
.main .list_table .meta {
  width: 100%;
  margin-bottom: 1rem;
  text-align: center;
}
.main .list_table .meta time,
.main .list_table .meta span,
.main .list_table .meta i,
.main .list_table .meta a {
  display: inline-block;
  color: #999;
  font-size: 0.875rem;
}
.main .list_table .meta span,
.main .list_table .meta time {
  margin-right: 1rem;
}
.main .list_table .meta span:last-child {
  margin-right: 0px;
}
.main .list_table .meta i {
  margin-right: 3px;
}
.main .list_table .meta a:hover {
  color: #2468f2;
}
.main .list_table .description {
  padding: 0px 15%;
  font-size: 1rem;
  color: #444;
  margin-bottom: 2rem;
  text-align: left;
  line-height: 1.5rem;
}
.main .list_table h2 {
  width: 100%;
  color: #000;
  font-size: 2rem;
  text-align: center;
  margin: 2.5rem 0rem 1rem 0px;
}
.main .list_table h2:first-child {
  margin-top: 0px;
}
.main .list_table table {
  width: 100%;
  border-collapse: collapse;
  border: 1px #e2e5ea solid;
}
.main .list_table table thead {
  background: #e2e5ea;
  border-bottom: 1px #e2e5ea solid;
}
.main .list_table table thead th {
  line-height: 55px;
  font-size: 1rem;
  text-align: center;
  font-weight: bold;
  border-right: 1px #e2e5ea solid;
  white-space: nowrap;
}
.main .list_table table thead td {
  line-height: 45px;
  font-size: 1rem;
  text-align: center;
  border-right: 1px #e2e5ea solid;
  background: #f7f7f7;
  white-space: nowrap;
}
.main .list_table table thead th:last-child,
.main .list_table table thead td:last-child {
  border-right: 0px;
}
.main .list_table table tbody tr {
  border-bottom: 1px #e2e5ea solid;
}
.main .list_table table tbody td:first-child {
  font-size: 1.1rem;
  font-weight: bold;
}
.main .list_table table tbody td:first-child a {
  font-size: 1.1rem;
  font-weight: bold;
}
.main .list_table table tbody td {
  line-height: 45px;
  font-size: 1rem;
  color: #222;
  text-align: center;
  border-right: 1px #e2e5ea solid;
  white-space: nowrap;
}
.main .list_table table tbody td a {
  color: #2468f2;
  font-size: 1rem;
  margin-right: 20px;
}
.main .list_table table tbody td a:hover:not(thead a ,.firstRow a) {
  color: #2468f2;
}
.main .list_table table tbody td .button {
  color: #fff;
  font-size: 0.75rem;
  background: #2468f2;
  padding: 0.5rem 0.8rem;
  border-radius: 40px;
}
.main .list_table table tbody td .button:hover {
  color: #fff !important;
  background: #0a66c2;
}
.main .list_table table tbody td code {
  background: #ff3366;
  padding: 5px 10px;
  position: relative;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1rem;
  color: #fff;
  font-family: '黑体', '微软雅黑';
  font-weight: normal;
  text-align: center;
}
.main .list_table table tbody td .left {
  width: 50%;
  float: left;
  text-align: left;
  padding-left: 20px;
}
.main .list_table table tbody td .right {
  width: 50%;
  float: right;
  text-align: right;
  padding-right: 20px;
}
.main .list_table table tbody td:last-child {
  border-right: 0px;
}
.main .list_table table tbody tr:hover {
  background: #f3f3f3;
}
.main .list_table table + table {
  margin-top: 2rem;
}
.main .list_table .pagination {
  margin-top: 2rem;
  text-align: center;
}
.main .list_table .pagination a,
.main .list_table .pagination span {
  display: inline-block;
  padding: 8px 15px;
  margin: 0 5px;
  border: 1px solid #ddd;
  background-color: #fff;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
}
.main .list_table .pagination a:hover,
.main .list_table .pagination .current {
  background-color: #2468f2;
  color: #fff;
  border-color: #428bca;
}
.main .list_table .icon {
  display: inline-block;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  background-image: url(../img/ico.png);
  background-repeat: no-repeat;
  vertical-align: middle;
}
.main .list_table .icon-alipay {
  margin-right: 0.5rem;
  background-position: -24px 0;
}
.main .list_table .icon-wechatpay {
  margin-right: 0.5rem;
  background-position: -48px 0;
}
.main .list_table .icon-aliyun,
.main .list_table .icon-alibaba {
  background-position: -72px 0;
}
.main .list_table .icon-juming {
  background-position: -96px 0;
}
.main .list_table .icon-22cn {
  background-position: -120px 0;
}
.main .list_table .icon-ename {
  background-position: -144px 0;
}
.main .list_table .icon-363hk,
.main .list_table .icon-west,
.main .list_table .icon-westxyz {
  background-position: -168px 0;
}
.main .list_table .icon-all {
  background-position: 0 -24px;
}
.main .list_table .icon-sav {
  background-position: -24px -24px;
}
.main .list_table .icon-zzy {
  background-position: -48px -24px;
}
.main .list_table .icon-quyu {
  background-position: -72px -24px;
}
.main .list_table .icon-porkbun {
  background-position: -96px -24px;
}
.main .list_table .icon-dynadot {
  background-position: -120px -24px;
}
.main .list_table .icon-dreamhost {
  background-position: -144px -24px;
}
.main .list_table .icon-ddd {
  background-position: -168px -24px;
}
.main .list_table .icon-namesilo {
  background-position: 0 -48px;
}
.main .list_table .icon-hexonet {
  background-position: -24px -48px;
}
.main .list_table .icon-uniregistry {
  background-position: -48px -48px;
}
.main .list_table .icon-netim {
  background-position: -72px -48px;
}
.main .list_table .icon-tencent {
  background-position: -96px -48px;
}
.main .list_table .icon-regery {
  background-position: -120px -48px;
}
.main .list_table .icon-inwx {
  background-position: -144px -48px;
}
.main .list_table .icon-gandi {
  background-position: -168px -48px;
}
.main .list_table .icon-baidu {
  background-position: 0 -72px;
}
.main .list_table .icon-huawei {
  background-position: -24px -72px;
}
.main .list_table .icon-volcengine {
  background-position: -48px -72px;
}
.main .list_table .icon-directnic {
  background-position: -72px -72px;
}
.main .list_table .icon-xinnet {
  background-position: -96px -72px;
}
.main .list_table .icon-alldomains {
  background-position: -120px -72px;
}
.main .list_table .icon-cosmotown {
  background-position: -144px -72px;
}
.main .list_table .icon-epik {
  background-position: -168px -72px;
}
.main .list_table .icon-domaincom {
  background-position: 0 -96px;
}
.main .list_table .icon-gname {
  background-position: -24px -96px;
}
.main .list_table .icon-hover {
  background-position: -48px -96px;
}
.main .list_table .icon-internetbs {
  background-position: -72px -96px;
}
.main .list_table .icon-mrdomain {
  background-position: -96px -96px;
}
.main .list_table .icon-namecom {
  background-position: -120px -96px;
}
.main .list_table .icon-onecom {
  background-position: -144px -96px;
}
.main .list_table .icon-onlydomains {
  background-position: -168px -96px;
}
.main .list_table .icon-opensrs {
  background-position: 0 -120px;
}
.main .list_table .icon-pananames {
  background-position: -24px -120px;
}
.main .list_table .icon-rebel {
  background-position: -48px -120px;
}
.main .list_table .icon-101domain {
  background-position: -72px -120px;
}
.main .list_table .icon-namecheap {
  background-position: -96px -120px;
}
.main .list_table .icon-godaddy {
  background-position: -120px -120px;
}
.main .list_table .icon-canspace {
  background-position: -144px -120px;
}
.main .list_table .icon-crazydomains {
  background-position: -168px -120px;
}
.main .list_table .icon-google {
  background-position: 0 -144px;
}
.main .list_table .icon-googletr {
  background-position: 0 -144px;
}
.main .list_table .icon-ovh {
  background-position: -24px -144px;
}
.main .list_table .icon-regcom {
  background-position: -48px -144px;
}
.main .list_table .icon-regru {
  background-position: -48px -144px;
}
.main .list_table .icon-truehost {
  background-position: -72px -144px;
}
.main .list_table .icon-zone {
  background-position: -96px -144px;
}
.main .list_table .icon-123reg {
  background-position: -120px -144px;
}
.main .list_table .icon-enom {
  background-position: -144px -144px;
}
.main .list_table .icon-marcaria {
  background-position: -168px -144px;
}
.main .list_table .icon-regtons {
  background-position: 0 -168px;
}
.main .list_table .icon-domgate {
  background-position: -24px -168px;
}
.main .list_table .icon-dotology {
  background-position: -48px -168px;
}
.main .list_table .icon-spaceship {
  background-position: -72px -168px;
}
.main .list_table .icon-globalhost {
  background-position: -96px -168px;
}
.main .list_table .icon-afriregister {
  background-position: -120px -168px;
}
.main .list_table .icon-tfhost {
  background-position: -144px -168px;
}
.main .list_table .icon-cloudflare {
  background-position: -168px -168px;
}
.main .list_table .icon-wordpress {
  background-position: 0 -192px;
}
.main .list_table .icon-innovahost {
  background-position: -24px -192px;
}
.main .list_table .icon-encirca {
  background-position: -48px -192px;
}
.main .tool_main {
  width: 100%;
  float: left;
  display: flex;
  gap: 30px;
}
.main .tool_main .navigation {
  flex: 0 0 15%;
}
.main .tool_main .navigation .relative {
  position: relative;
  border: 1px solid #f5f5f5;
  background-color: #FBFDFF;
  box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.09);
  padding: 1rem;
}
.main .tool_main .navigation span a {
  display: block;
  text-align: center;
  font-size: 1rem;
  line-height: 3rem;
  border-radius: 10px;
  background: #dee8fd;
  color: #2468f2;
}
.main .tool_main .navigation li {
  margin-top: 0.625rem;
}
.main .tool_main .navigation li a {
  font-size: 1.1rem;
  line-height: 3rem;
  color: #444;
  display: block;
  padding: 0px 10px;
  text-align: center;
}
.main .tool_main .navigation li a i {
  font-size: 1.1rem;
  margin-right: 10px;
}
.main .tool_main .navigation li a .xjt {
  display: inline-block;
  margin-left: 10px;
  transform: rotate(-90deg);
}
.main .tool_main .navigation li a:hover,
.main .tool_main .navigation li .active {
  background: #dee8fd;
  color: #2468f2;
}
.main .tool_main .navigation li a:hover i,
.main .tool_main .navigation li .active i {
  color: #2468f2;
}
.main .tool_main .navigation li a:hover .xjt,
.main .tool_main .navigation li .active .xjt {
  margin-left: 20px;
}
.main .tool_main .list_tool {
  width: 100%;
}
.main .tool_main .list_tool .tool_article {
  width: 100%;
  float: left;
  padding-bottom: 50px;
}
.main .tool_main .list_tool .tool_article h5 {
  display: block;
  font-size: 1.5rem;
  color: #222;
}
.main .tool_main .list_tool .tool_article h5 i {
  font-size: 1.5rem;
  color: #222;
  margin-right: 3px;
}
.main .tool_main .list_tool .tool_article:last-child {
  margin-bottom: 0px;
}
.main .tool_main .list_tool h3 {
  width: 100%;
  float: left;
  font-size: 1.5rem;
  color: #000;
}
.main .tool_main .list_tool h3 i {
  font-size: 1.5rem;
  color: #000;
  margin-right: 5px;
}
.main .tool_main .list_tool ul {
  width: calc(100% + 1rem);
  float: left;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  overflow: hidden;
}
.main .tool_main .list_tool li {
  width: calc(100% / 3 - 1rem);
  margin-top: 1rem;
  background: #fff;
  box-shadow: 0 12px 16px -4px #10182814;
  border-radius: 12px;
  position: relative;
  padding: 1rem;
}
.main .tool_main .list_tool li a {
  display: flex;
  align-items: center;
}
.main .tool_main .list_tool li a .pic {
  flex: 0 0 30%;
  overflow: hidden;
}
.main .tool_main .list_tool li a .pic img {
  width: auto;
  max-width: 90%;
  height: auto;
}
.main .tool_main .list_tool li a .title {
  flex: 0 0 70%;
}
.main .tool_main .list_tool li a .title h2 {
  width: 100%;
  float: left;
  color: #000;
  font-size: 1.3rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .tool_main .list_tool li a .title p {
  width: 100%;
  float: left;
  margin-top: 0.5rem;
  color: #444;
  font-size: 0.8rem;
  line-height: 1.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.main .tool_main .list_tool li a:hover .title h2 {
  color: #2468f2;
}
.main .tool_main .list_tool li a:hover .pic img {
  transform: scale(1.1);
}
.main .tool_main .list_tool li .meta {
  width: 100%;
  float: left;
  margin-top: 0.5rem;
  border-top: 1px solid #F0F0F0;
  padding-top: 1rem;
}
.main .tool_main .list_tool li .meta time,
.main .tool_main .list_tool li .meta span,
.main .tool_main .list_tool li .meta i {
  display: inline-block;
  color: #999;
  font-size: 0.875rem;
}
.main .tool_main .list_tool li .meta time {
  margin-right: 1rem;
  float: left;
}
.main .tool_main .list_tool li .meta span {
  float: left;
}
.main .tool_main .list_tool li .meta span:last-child {
  float: right;
}
.main .tool_main .list_tool li .meta i {
  margin-right: 3px;
}
.main .tool_main .list_tool li:hover {
  box-shadow: 0 12px 16px -4px #2468f240;
}
.main .tool_main .navigation + .list_tool {
  width: calc(100% - 15% - 30px);
}
.main .tool_main .navigation + .list_tool li {
  width: calc(100% / 3 - 1rem);
}
.main .content_news {
  float: left;
  width: 80%;
  background: #fff;
  box-shadow: 0 12px 16px -4px #10182814;
  padding: 2rem;
  margin-bottom: 3rem;
  border-radius: 12px;
  position: relative;
}
.main .content_news .navigation {
  position: absolute;
  top: 10px;
  right: -45px;
  transition: none;
  z-index: 9;
}
.main .content_news .navigation h5 {
  width: 45px;
  padding: 0px 5px;
  height: 45px;
  background: #fff;
  display: block;
  border-top-right-radius: 36px;
  border-bottom-right-radius: 36px;
  line-height: 45px;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  align-items: center;
  text-align: center;
  transition: none;
}
.main .content_news .navigation h5 i {
  font-size: 2rem;
  color: #2468f2;
}
.main .content_news .navigation h5 span {
  font-size: 1rem;
  margin-left: 10px;
  display: none;
}
.main .content_news .navigation ul {
  padding: 10px;
  background: #fff;
  display: block;
  border-bottom-right-radius: 10px;
  display: none;
}
.main .content_news .navigation ul li {
  line-height: 30px;
}
.main .content_news .navigation ul a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-size: 12px;
}
.main .content_news .navigation .h2 a {
  color: #000;
  font-weight: bold;
}
.main .content_news .navigation .h3 a {
  color: #222;
}
.main .content_news .navigation a:hover,
.main .content_news .navigation .active a {
  color: #2468f2;
  font-weight: bold;
}
.main .content_news .open {
  right: -200px;
  width: 200px;
}
.main .content_news .open h5 {
  width: 100%;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0px;
  background-color: #dee8fd;
  text-align: center;
}
.main .content_news .open h5 span {
  color: #2468f2;
  display: block;
}
.main .content_news .open ul {
  width: 100%;
  display: block;
}
.main .content_news .content_header {
  border-bottom: 1px solid #e2e5ea;
  text-align: center;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}
.main .content_news .content_header h1 {
  width: 100%;
  color: #000;
  line-height: 2.5rem;
  font-size: 1.8rem;
}
.main .content_news .content_header .meta {
  width: 100%;
  margin-top: 1rem;
}
.main .content_news .content_header .meta time,
.main .content_news .content_header .meta span,
.main .content_news .content_header .meta i,
.main .content_news .content_header .meta a {
  display: inline-block;
  color: #999;
  font-size: 0.875rem;
}
.main .content_news .content_header .meta span,
.main .content_news .content_header .meta time {
  margin-right: 1rem;
}
.main .content_news .content_header .meta span:last-child {
  margin-right: 0px;
}
.main .content_news .content_header .meta i {
  margin-right: 3px;
}
.main .content_news .content_header .meta a:hover {
  color: #2468f2;
}
.main .content_news .content_main {
  line-height: 2.5rem;
  font-size: 1rem;
  color: #000;
  word-wrap: break-word;
  letter-spacing: 1px;
}
.main .content_news .content_main h2,
.main .content_news .content_main h3,
.main .content_news .content_main h4 {
  margin-bottom: 0.9375rem;
  font-weight: bold;
}
.main .content_news .content_main h2 {
  font-size: 1.2rem;
}
.main .content_news .content_main h3 {
  font-size: 1.1rem;
  color: #222;
}
.main .content_news .content_main h4 {
  font-size: 1rem;
  color: #444;
}
.main .content_news .content_main p {
  color: #222;
  margin-bottom: 0.9375rem;
}
.main .content_news .content_main strong,
.main .content_news .content_main b {
  font-weight: bold;
}
.main .content_news .content_main img {
  max-width: 100%;
  height: auto !important;
  margin: 0px auto;
  display: block;
  cursor: zoom-in;
}
.main .content_news .content_main a {
  color: #2468f2;
}
.main .content_news .content_main a:not(.www a):hover {
  border-bottom: 1px dotted #2468f2;
}
.main .content_news .content_main embed,
.main .content_news .content_main iframe {
  min-width: 900px;
  min-height: 900px;
  margin: 0px auto 0.9375rem auto;
  display: block;
}
.main .content_news .content_main table:not(.syntaxhighlighter) {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0.9375rem;
  border: 1px #e2e5ea solid;
}
.main .content_news .content_main table:not(.syntaxhighlighter) thead,
.main .content_news .content_main table:not(.syntaxhighlighter) .firstRow {
  background: #e2e5ea;
  border-bottom: 1px #e2e5ea solid;
}
.main .content_news .content_main table:not(.syntaxhighlighter) thead th,
.main .content_news .content_main table:not(.syntaxhighlighter) .firstRow th,
.main .content_news .content_main table:not(.syntaxhighlighter) thead td,
.main .content_news .content_main table:not(.syntaxhighlighter) .firstRow td {
  line-height: 55px;
  font-size: 1rem;
  text-align: center;
  font-weight: bold;
  border-right: 1px #e2e5ea solid;
  white-space: nowrap;
}
.main .content_news .content_main table:not(.syntaxhighlighter) thead th a,
.main .content_news .content_main table:not(.syntaxhighlighter) .firstRow th a,
.main .content_news .content_main table:not(.syntaxhighlighter) thead td a,
.main .content_news .content_main table:not(.syntaxhighlighter) .firstRow td a {
  font-size: 1rem;
  color: #000;
  font-weight: bold;
  border-bottom: 1px dotted #2468f2;
}
.main .content_news .content_main table:not(.syntaxhighlighter) thead th:last-child,
.main .content_news .content_main table:not(.syntaxhighlighter) .firstRow th:last-child,
.main .content_news .content_main table:not(.syntaxhighlighter) thead td:last-child,
.main .content_news .content_main table:not(.syntaxhighlighter) .firstRow td:last-child {
  border-right: 0px;
}
.main .content_news .content_main table:not(.syntaxhighlighter) tbody th {
  background: #e2e5ea;
  border-bottom: 1px #e2e5ea solid;
  line-height: 55px;
  font-size: 0.9rem;
  text-align: center;
  font-weight: bold;
  border-right: 1px #e2e5ea solid;
}
.main .content_news .content_main table:not(.syntaxhighlighter) tbody th a {
  font-size: 1rem;
  color: #000;
  font-weight: bold;
  border-bottom: 1px dotted #2468f2;
}
.main .content_news .content_main table:not(.syntaxhighlighter) tbody tr {
  border-bottom: 1px #e2e5ea solid;
}
.main .content_news .content_main table:not(.syntaxhighlighter) tbody td {
  line-height: 45px;
  font-size: 0.875rem;
  color: #222;
  text-align: center;
  border-right: 1px #e2e5ea solid;
  letter-spacing: 0px;
  white-space: nowrap;
}
.main .content_news .content_main table:not(.syntaxhighlighter) tbody td a:not(thead a ,.firstRow a) {
  color: #fff;
  font-size: 0.75rem;
  background: #2468f2;
  padding: 0.5rem 0.8rem;
  border-radius: 40px;
}
.main .content_news .content_main table:not(.syntaxhighlighter) tbody td a:hover:not(thead a ,.firstRow a) {
  border-bottom: 0px;
  background: #0a66c2;
}
.main .content_news .content_main table:not(.syntaxhighlighter) tbody td:last-child {
  border-right: 0px;
}
.main .content_news .content_main code:not(.code_container code) {
  background: #ff3366;
  padding: 10px 20px;
  position: relative;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1rem;
  color: #fff;
  font-family: '黑体', '微软雅黑';
  letter-spacing: 3px;
  font-weight: normal;
  text-align: center;
  margin: 0px 5px;
}
.main .content_news .content_main code:not(.code_container code) b,
.main .content_news .content_main code:not(.code_container code) strong {
  font-size: 1.1rem;
  color: #fff;
  font-family: '黑体', '微软雅黑';
  letter-spacing: 3px;
  font-weight: normal;
}
.main .content_news .content_main code:not(.code_container code)::before {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: -5px;
  width: 10px;
  height: 100%;
  background: radial-gradient(circle, #ffffff, #ffffff 4px, transparent 5px);
  background-size: 10px 10px;
}
.main .content_news .content_main code:not(.code_container code)::after {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: -5px;
  width: 10px;
  height: 100%;
  background: radial-gradient(circle, #ffffff, #ffffff 4px, transparent 5px);
  background-size: 10px 10px;
}
.main .content_news .content_main .www {
  width: 100%;
  margin-top: 1.25rem;
}
.main .content_news .content_main .www a {
  display: inline-block;
  color: #fff;
  font-size: 1rem;
  background: #2468f2;
  padding: 0.5rem 2rem;
  border-radius: 40px;
  text-align: center;
}
.main .content_news .content_main .www a:hover i {
  color: #fff;
  margin-left: 20px;
}
.main .content_news .content_main .www span {
  margin-left: 1.25rem;
  font-size: 0.9rem;
  color: #666;
  display: inline-block;
}
.main .content_news .content_main .www span i {
  margin-right: 4px;
}
.main .content_news .content_main .syntaxhighlighter {
  margin-top: 0px !important;
  margin-bottom: 0.9375rem !important;
  background: #fdfdfd !important;
  border-color: #eee !important;
}
.main .content_news .content_main ul {
  list-style: disc;
  padding-left: 1.25rem;
  margin-bottom: 1rem;
}
.main .content_news .content_main ul li {
  list-style: disc;
}
.main .content_news .content_main ul li label {
  color: #666;
}
.main .content_news .content_footer {
  margin-top: 2rem;
  display: flex;
  align-items: center;
}
.main .content_news .content_footer .tags {
  flex: 1;
}
.main .content_news .content_footer .tags a {
  color: #444;
  font-size: 0.9rem;
  background: #dee8fd;
  padding: 0.5rem 0.8rem;
  margin-right: 5px;
  border-radius: 40px;
}
.main .content_news .content_footer .tags a:hover {
  color: #fff;
  background: #2468f2;
}
.main .content_news .content_footer .share {
  float: right;
}
.main .content_fws {
  width: 100%;
  float: left;
}
.main .content_fws .content_header {
  margin-bottom: 3rem;
}
.main .content_fws .content_header .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
}
.main .content_fws .content_header .title .pic {
  display: flex;
  text-align: center;
  overflow: hidden;
  align-items: center;
  background: #fff;
  box-shadow: 0 12px 16px -4px #10182814;
  border-radius: 12px;
  position: relative;
  padding: 1.25rem 2rem;
  flex: 0 0 20%;
}
.main .content_fws .content_header .title .pic a {
  display: block;
  width: 100%;
}
.main .content_fws .content_header .title .pic img {
  height: auto;
  width: auto;
  max-width: 100%;
}
.main .content_fws .content_header .title .pic a:hover img {
  transform: scale(1.1);
}
.main .content_fws .content_header .title .h1 {
  flex: 0 0 65%;
  padding: 0px 1.875rem;
}
.main .content_fws .content_header .title .h1 h1 {
  width: 100%;
  float: left;
  color: #000;
  line-height: 2.5rem;
  font-size: 1.8rem;
  font-weight: bold;
}
.main .content_fws .content_header .title .h1 p {
  width: 100%;
  float: left;
  margin-top: 0.5rem;
  color: #444;
  font-size: 1rem;
  line-height: 1.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* 显示的行数 */
  overflow: hidden;
}
.main .content_fws .content_header .title .h1 .meta {
  width: 100%;
  margin-top: 0.5rem;
  float: left;
}
.main .content_fws .content_header .title .h1 .meta time,
.main .content_fws .content_header .title .h1 .meta span,
.main .content_fws .content_header .title .h1 .meta i,
.main .content_fws .content_header .title .h1 .meta a {
  display: inline-block;
  color: #999;
  font-size: 0.875rem;
}
.main .content_fws .content_header .title .h1 .meta span,
.main .content_fws .content_header .title .h1 .meta time {
  margin-right: 1rem;
}
.main .content_fws .content_header .title .h1 .meta span:last-child {
  margin-right: 0px;
}
.main .content_fws .content_header .title .h1 .meta i {
  margin-right: 3px;
}
.main .content_fws .content_header .title .h1 .meta a:hover {
  color: #2468f2;
}
.main .content_fws .content_header .title .h1 .tags {
  width: 100%;
  margin-top: 1.5rem;
  float: left;
}
.main .content_fws .content_header .title .h1 .tags span,
.main .content_fws .content_header .title .h1 .tags i,
.main .content_fws .content_header .title .h1 .tags a {
  display: inline-block;
  color: #222;
  font-size: 0.875rem;
}
.main .content_fws .content_header .title .h1 .tags i {
  margin-right: 3px;
}
.main .content_fws .content_header .title .h1 .tags a {
  color: #444;
  font-size: 0.9rem;
  background: #dee8fd;
  padding: 0.5rem 0.8rem;
  margin-right: 5px;
  border-radius: 40px;
}
.main .content_fws .content_header .title .h1 .tags a:hover {
  color: #fff;
  background: #2468f2;
}
.main .content_fws .content_header .title .service {
  flex: 0 0 15%;
  text-align: center;
}
.main .content_fws .content_header .title .service span {
  font-size: 0.9rem;
  color: #666;
  margin-top: 0.625rem;
  display: block;
}
.main .content_fws .content_header .title .service span i {
  font-size: 1rem;
  margin-right: 3px;
}
.main .content_fws .content_header .title .service a:not(.gm a) {
  display: block;
  color: #fff;
  font-size: 1rem;
  background: #2468f2;
  padding: 0.8rem 1.25rem;
  border-radius: 40px;
}
.main .content_fws .content_header .title .service a:not(.gm a) i {
  font-size: 0.8rem;
  margin-left: 10px;
}
.main .content_fws .content_header .title .service a:hover:not(.gm a) {
  color: #fff;
  background: #2468f2;
}
.main .content_fws .content_header .title .service a:hover:not(.gm a) i {
  color: #fff;
  margin-left: 20px;
}
.main .content_fws .content_header .title .service .gm {
  width: 100%;
  margin-top: 10px;
  display: flex;
  gap: 2px;
  justify-content: space-around;
  align-items: center;
}
.main .content_fws .content_header .title .service .gm a {
  width: 100%;
  color: #2468f2;
  font-size: 0.8rem;
  border: 1px solid #2468f2;
  padding: 0.5rem;
  text-align: center;
  border-radius: 15px;
}
.main .content_fws .content_header .title .service .gm a:hover {
  color: #fff;
  background: #2468f2;
}
.main .content_fws .content_header .ranking {
  border-radius: 0.75rem;
  padding: 1.5rem 0px;
  background: #fff;
  box-shadow: 0 12px 16px -4px #10182814;
  display: flex;
}
.main .content_fws .content_header .ranking span {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 1rem;
}
.main .content_fws .content_header .ranking .phb {
  flex: 1 1 15%;
  border-right: 1px solid #e2e5ea;
  padding: 0px 1.5rem;
}
.main .content_fws .content_header .ranking .phb i {
  color: #2468f2;
  font-size: 3rem;
  margin-bottom: 1rem;
  display: block;
  text-align: center;
}
.main .content_fws .content_header .ranking .phb .top_10 {
  color: #fbce40;
}
.main .content_fws .content_header .ranking .phb .top_50 {
  color: #fb4040;
}
.main .content_fws .content_header .ranking .phb .top_100 {
  color: #a340fb;
}
.main .content_fws .content_header .ranking .phb b {
  font-size: 1rem;
  text-align: center;
  display: block;
  letter-spacing: 3px;
}
.main .content_fws .content_header .ranking .fw {
  flex: 1 1 35%;
  border-right: 1px solid #e2e5ea;
  padding: 0px 1.5rem;
}
.main .content_fws .content_header .ranking .xl {
  flex: 1 1 25%;
  border-right: 1px solid #e2e5ea;
  padding: 0px 1.5rem;
}
.main .content_fws .content_header .ranking .zf {
  padding: 0px 1.5rem;
  flex: 1 1 25%;
}
.main .content_fws .content_header .ranking a {
  width: 31.333%;
  padding: 0.378rem 0.75rem;
  text-align: center;
  margin: 1%;
  border: 1px solid #dee8fd;
  border-radius: 1.25rem;
  font-size: 1rem;
  color: #666;
  float: left;
}
.main .content_fws .content_header .ranking a i {
  font-size: 1rem;
  margin-right: 5px;
  color: #2468f2;
}
.main .content_fws .content_header .ranking a:hover {
  color: #2468f2;
  border-color: #2468f2;
}
.main .more {
  width: 50%;
  margin: 0px auto;
  display: block;
  margin-top: 3rem;
}
.main .more button,
.main .more a {
  width: 100%;
  color: #2468f2;
  font-size: 1.2rem;
  border: 1px solid #2468f2;
  padding: 0.8rem 1.25rem;
  border-radius: 40px;
  cursor: pointer;
  text-align: center;
  display: block;
}
.main .more button i,
.main .more a i {
  font-size: 1.2rem;
  margin-left: 5px;
}
.main .more button:hover,
.main .more a:hover {
  color: #fff;
  background: #2468f2;
  box-shadow: 0 12px 16px -4px #10182852;
}
.main .more button:disabled {
  color: #000;
  background: #ddd;
  border: 1px solid #999;
  box-shadow: none;
}
.main .pager {
  width: 100%;
  float: left;
  margin-top: 3rem;
  line-height: 49px;
  text-align: center;
}
.main .pager li {
  display: inline-block;
  margin: 0px 0.7rem;
}
.main .pager a,
.main .pager span,
.main .pager b {
  font-size: 1.1rem;
  border-radius: 0.75rem;
  position: relative;
  color: #000;
  background-color: #fff;
  padding: 0.8rem 1.5rem;
}
.main .pager a:hover,
.main .pager b {
  color: #fff;
  background-color: #2468f2;
  box-shadow: 0 0 5px #2468f2;
}
.main .pager span {
  background-color: #ddd;
}
.main .right {
  float: right;
  width: 18%;
}
.main .right .ad {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.main .right .ad img {
  width: 100%;
  height: 100%;
}
.main .right .ad .ad_20 {
  width: 100%;
  height: 100px;
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
}
.main .right .txt {
  width: 100%;
  float: left;
  margin-bottom: 3rem;
}
.main .right .txt span {
  font-size: 1.4rem;
  color: #000;
}
.main .right .txt li {
  margin-top: 0.75rem;
}
.main .right .txt a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #222;
}
.main .right .txt a:hover {
  text-decoration: underline;
}
.footer {
  width: 100%;
  padding: 2rem 0px;
  float: left;
  background: #fff;
  border-top: 1px solid #e2e5ea;
  box-shadow: 0px 0px 5px #e2e5ea;
}
.footer .footer_txt {
  display: flex;
  gap: 30px;
}
.footer .footer_txt .txt {
  flex-basis: calc(25% - 30px);
  flex: 1 1 25%;
}
.footer .footer_txt .txt span {
  font-size: 1.2rem;
  color: #000;
}
.footer .footer_txt .txt li {
  margin-top: 0.8rem;
}
.footer .footer_txt .txt a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #444;
}
.footer .footer_txt .txt a:hover {
  text-decoration: underline;
}
.footer .footer_txt .txt:last-child li {
  display: inline-block;
  margin: 1rem 0.5% 0px 0.5%;
}
.footer .footer_txt .txt:last-child a {
  padding: 0.378rem 0.75rem;
  text-align: center;
  border: 1px solid #dee8fd;
  border-radius: 1.25rem;
  font-size: 0.8rem;
  color: #444;
  display: block;
}
.footer .footer_txt .txt:last-child a:hover {
  text-decoration: none;
  color: #2468f2;
  border-color: #2468f2;
}
.footer .hr {
  width: 100%;
  float: left;
  height: 2px;
  border-top: 1px solid #e7e7e7;
  margin: 2rem 0px;
}
.footer .copyright {
  width: 100%;
  float: left;
  line-height: 2rem;
  text-align: center;
  font-size: 0.9rem;
  color: #666;
}
.footer .copyright a {
  color: #000;
  margin: 0px 5px;
}
.footer .copyright a:hover {
  color: #2468f2;
}
#bdshare_weixin_qrcode_dialog.bd_weixin_popup,
.bd_weixin_popup_bg {
  height: auto !important;
}
.bd_weixin_popup_bg {
  box-shadow: 0 12px 16px -4px #10182814;
  box-sizing: revert;
  border-radius: 12px;
}
.gotop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  width: 55px;
}
.gotop span:not(.tooltip span) {
  width: 55px;
  height: 55px;
  float: left;
  padding: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  display: block;
  color: #666;
  font-size: 12px;
  text-align: center;
  background: #fff;
  box-shadow: 0px 0px 10px #eae9e9;
  position: relative;
}
.gotop i {
  width: 100%;
  float: left;
  font-size: 22px;
}
.gotop a:not(.tooltip a):hover,
.gotop span:not(.tooltip span):hover {
  background: #2468f2;
  color: #fff;
  box-shadow: 0px 0px 10px #2468f2;
}
.gotop .top {
  transform: rotate(180deg);
}
.gotop .tooltip {
  position: absolute;
  top: -30px;
  right: 80px;
  z-index: 9999;
  width: 170px;
  padding: 16px 10px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid #e0e0e0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.gotop .tooltip h3 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f0f0f0;
}
.gotop .tooltip p,
.gotop .tooltip a {
  font-size: 16px;
  color: #2468f2;
  line-height: 1.6;
}
.gotop .tooltip span {
  position: absolute;
  top: 7px;
  right: 15px;
  font-size: 2rem;
  color: #999;
  cursor: pointer;
  transition: color 0.2s;
}
.gotop .tooltip::before,
.gotop .tooltip::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
}
.gotop .tooltip::before {
  right: -10px;
  /* 定位到右侧 */
  border-width: 10px 0 10px 10px;
  /* 调整三角形方向 */
  border-color: transparent transparent transparent #e0e0e0;
  /* 箭头颜色 */
}
.gotop .tooltip::after {
  right: -9px;
  /* 微调位置 */
  border-width: 9px 0 9px 9px;
  border-color: transparent transparent transparent #ffffff;
  /* 内部白色箭头 */
}
.table + .table {
  margin-top: 2rem;
}
.table {
  overflow-x: auto;
  overflow-y: auto;
  position: relative;
  width: 100%;
  max-height: 1200px;
  margin-bottom: 1rem;
  border: 1px #e2e5ea solid;
}
.table::-webkit-scrollbar {
  width: 8px;
  /* 垂直滚动条宽度 */
  height: 8px;
  /* 水平滚动条高度 */
}
/* 滚动条轨道 */
.table::-webkit-scrollbar-track {
  background: #e2e5ea;
  /* 轨道背景色 */
}
/* 滚动条滑块 */
.table::-webkit-scrollbar-thumb {
  background: #dee8fd;
  /* 滑块颜色 */
  border-radius: 4px;
  /* 滑块圆角 */
}
/* 滑块悬停效果 */
.table::-webkit-scrollbar-thumb:hover {
  background: #2468f2;
  /* 悬停时滑块颜色 */
}
.sticky-wrap {
  position: relative;
}
.sticky-wrap thead {
  position: sticky;
  /* 关键属性：使表头固定 */
  top: 0;
  /* 固定在容器顶部 */
  z-index: 1;
}
.table table {
  margin-bottom: 0px !important;
  min-width: 900px;
  border: 0px !important;
}
.table table tr:last-child {
  border-bottom: 0px !important;
}
.sticky-wrap.sortable thead {
  cursor: pointer;
}
.sticky-wrap.sortable thead th {
  padding-right: 2em;
  padding-left: 1rem;
  position: relative;
}
.sort-handle {
  display: block;
  position: absolute;
  top: 50%;
  right: -1.3em;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  border: 0px !important;
}
.sort-handle:before,
.sort-handle:after {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  transition: 0.125s ease-in-out;
}
.sort-handle:before {
  border-top: 0.4em solid transparent;
  border-right: 0.5em solid transparent;
  border-bottom: 0.4em solid rgba(0, 0, 0, 0.25);
  border-left: 0.5em solid transparent;
}
.sort-handle:after {
  border-top: 0.4em solid rgba(0, 0, 0, 0.25);
  border-right: 0.5em solid transparent;
  border-bottom: 0.4em solid transparent;
  border-left: 0.5em solid transparent;
}
.sticky-intersect .sort-handle:before {
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
.sticky-intersect .sort-handle:after {
  border-top-color: rgba(255, 255, 255, 0.5);
}
.sort-default .sort-handle:before {
  opacity: 1;
  top: -0.4em;
}
.sort-default .sort-handle:after {
  opacity: 1;
  bottom: -0.4em;
}
.sort-asc .sort-handle:before {
  top: -0.1em;
  border-bottom-color: #2468f2;
}
.sort-asc .sort-handle:after {
  opacity: 0;
}
.sort-desc .sort-handle:before {
  opacity: 0;
}
.sort-desc .sort-handle:after {
  bottom: -0.1em;
  border-top-color: #2468f2;
}
.imgBox {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999999;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  padding: 20px;
  cursor: zoom-out;
  /* 滑块悬停效果 */
}
.imgBox .imgPadding {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
  z-index: 2;
  overflow-y: auto;
  text-align: center;
}
.imgBox .imgPadding img {
  position: absolute;
  width: auto;
  max-width: 100%;
  height: auto;
  cursor: zoom-out;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 40px #000;
}
.imgBox .imgPadding::-webkit-scrollbar {
  width: 5px;
}
.imgBox .imgPadding::-webkit-scrollbar-track {
  background-color: #dee8fd;
}
.imgBox .imgPadding::-webkit-scrollbar-thumb {
  background-color: #2468f2;
}
.imgBox .imgPadding::-webkit-scrollbar-thumb:hover {
  background: #555;
  /* 悬停时滑块颜色 */
}
.imgBox .imgCenter img {
  position: relative;
  top: auto;
  left: auto;
  transform: translate(0, 0);
}
.imgBox:before {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.5);
}
.BodyOverflow {
  overflow: hidden;
}
.syntaxhighlighter a,
.syntaxhighlighter div,
.syntaxhighlighter code,
.syntaxhighlighter,
.syntaxhighlighter td,
.syntaxhighlighter tr,
.syntaxhighlighter tbody,
.syntaxhighlighter thead,
.syntaxhighlighter caption,
.syntaxhighlighter textarea {
  -moz-border-radius: 0 0 0 0!important;
  -webkit-border-radius: 0 0 0 0!important;
  background: none!important;
  border: 0!important;
  bottom: auto!important;
  float: none!important;
  left: auto!important;
  line-height: 20px!important;
  margin: 0!important;
  outline: 0!important;
  overflow: visible!important;
  padding: 2px 0px !important;
  position: static!important;
  right: auto!important;
  text-align: left!important;
  top: auto!important;
  vertical-align: middle !important;
  width: auto!important;
  box-sizing: content-box !important;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-weight: normal!important;
  font-style: normal!important;
  min-height: inherit!important;
  min-height: auto!important;
  font-size: 13px !important;
}
.syntaxhighlighter {
  width: 100%!important;
  margin: 0.3em 0 0.3em 0 !important;
  position: relative!important;
  overflow: auto!important;
  background-color: #f5f5f5 !important;
  border: 1px solid #ccc !important;
  word-break: break-all;
  border-radius: 4px!important;
  border-collapse: separate !important;
}
.syntaxhighlighter.source {
  overflow: hidden !important;
}
.syntaxhighlighter .bold {
  font-weight: bold !important;
}
.syntaxhighlighter .italic {
  font-style: italic !important;
}
.syntaxhighlighter .gutter div {
  white-space: pre!important;
  word-wrap: normal;
}
.syntaxhighlighter caption {
  text-align: left!important;
  padding: 0.5em 0 0.5em 1em !important;
}
.syntaxhighlighter td.code {
  width: 100% !important;
}
.syntaxhighlighter td.code .code_container {
  position: relative !important;
}
.syntaxhighlighter td.code .code_container textarea {
  box-sizing: border-box !important;
  position: absolute!important;
  left: 0!important;
  top: 0!important;
  width: 100%!important;
  border: none!important;
  background: white!important;
  padding-left: 1em!important;
  overflow: hidden!important;
  white-space: pre !important;
}
.syntaxhighlighter td.gutter .line {
  text-align: right!important;
  padding: 0 0.5em 0 1em !important;
}
.syntaxhighlighter td.code .line {
  padding: 0 1em !important;
}
.syntaxhighlighter.nogutter td.code .code_container textarea,
.syntaxhighlighter.nogutter td.code .line {
  padding-left: 0 !important;
}
.syntaxhighlighter.show {
  display: block !important;
}
.syntaxhighlighter.collapsed table {
  display: none !important;
}
.syntaxhighlighter.collapsed .toolbar {
  padding: 0.1em 0.8em 0 0.8em !important;
  font-size: 1em!important;
  position: static!important;
  width: auto !important;
}
.syntaxhighlighter.collapsed .toolbar span {
  display: inline!important;
  margin-right: 1em !important;
}
.syntaxhighlighter.collapsed .toolbar span a {
  padding: 0!important;
  display: none !important;
}
.syntaxhighlighter.collapsed .toolbar span a.expandSource {
  display: inline !important;
}
.syntaxhighlighter .toolbar {
  position: absolute!important;
  right: 1px!important;
  top: 1px!important;
  width: 11px!important;
  height: 11px!important;
  font-size: 10px!important;
  z-index: 10 !important;
}
.syntaxhighlighter .toolbar span.title {
  display: inline !important;
}
.syntaxhighlighter .toolbar a {
  display: block!important;
  text-align: center!important;
  text-decoration: none!important;
  padding-top: 1px !important;
}
.syntaxhighlighter .toolbar a.expandSource {
  display: none !important;
}
.syntaxhighlighter.ie {
  font-size: 0.9em !important;
  padding: 1px 0 1px 0 !important;
}
.syntaxhighlighter.ie .toolbar {
  line-height: 8px !important;
}
.syntaxhighlighter.ie .toolbar a {
  padding-top: 0 !important;
}
.syntaxhighlighter.printing .line.alt1 .content,
.syntaxhighlighter.printing .line.alt2 .content,
.syntaxhighlighter.printing .line.highlighted .number,
.syntaxhighlighter.printing .line.highlighted.alt1 .content,
.syntaxhighlighter.printing .line.highlighted.alt2 .content {
  background: none !important;
}
.syntaxhighlighter.printing .line .number {
  color: #bbb !important;
}
.syntaxhighlighter.printing .line .content {
  color: black !important;
}
.syntaxhighlighter.printing .toolbar {
  display: none !important;
}
.syntaxhighlighter.printing a {
  text-decoration: none !important;
}
.syntaxhighlighter.printing .plain,
.syntaxhighlighter.printing .plain a {
  color: black !important;
}
.syntaxhighlighter.printing .comments,
.syntaxhighlighter.printing .comments a {
  color: #008200 !important;
}
.syntaxhighlighter.printing .string,
.syntaxhighlighter.printing .string a {
  color: blue !important;
}
.syntaxhighlighter.printing .keyword {
  color: #ff7800 !important;
  font-weight: bold !important;
}
.syntaxhighlighter.printing .preprocessor {
  color: gray !important;
}
.syntaxhighlighter.printing .variable {
  color: #a70 !important;
}
.syntaxhighlighter.printing .value {
  color: #090 !important;
}
.syntaxhighlighter.printing .functions {
  color: #ff1493 !important;
}
.syntaxhighlighter.printing .constants {
  color: #06c !important;
}
.syntaxhighlighter.printing .script {
  font-weight: bold !important;
}
.syntaxhighlighter.printing .color1,
.syntaxhighlighter.printing .color1 a {
  color: gray !important;
}
.syntaxhighlighter.printing .color2,
.syntaxhighlighter.printing .color2 a {
  color: #ff1493 !important;
}
.syntaxhighlighter.printing .color3,
.syntaxhighlighter.printing .color3 a {
  color: red !important;
}
.syntaxhighlighter.printing .break,
.syntaxhighlighter.printing .break a {
  color: black !important;
}
.syntaxhighlighter {
  background-color: #f5f5f5 !important;
}
.syntaxhighlighter .line.highlighted.number {
  color: black !important;
}
.syntaxhighlighter caption {
  color: black !important;
}
.syntaxhighlighter .gutter {
  color: #afafaf !important;
  background-color: #f7f7f9 !important;
  border-right: 1px solid #e1e1e8 !important;
  padding: 9.5px 0 9.5px 9.5px !important;
  border-top-left-radius: 4px!important;
  border-bottom-left-radius: 4px!important;
  user-select: none!important;
  -moz-user-select: none!important;
  -webkit-user-select: none !important;
}
.syntaxhighlighter .gutter .line.highlighted {
  background-color: #6ce26c !important;
  color: white !important;
}
.syntaxhighlighter.printing .line .content {
  border: none !important;
}
.syntaxhighlighter.collapsed {
  overflow: visible !important;
}
.syntaxhighlighter.collapsed .toolbar {
  color: blue!important;
  background: white!important;
  border: 1px solid #6ce26c !important;
}
.syntaxhighlighter.collapsed .toolbar a {
  color: blue !important;
}
.syntaxhighlighter.collapsed .toolbar a:hover {
  color: red !important;
}
.syntaxhighlighter .toolbar {
  color: white!important;
  background: #6ce26c !important;
  border: none !important;
}
.syntaxhighlighter .toolbar a {
  color: white !important;
}
.syntaxhighlighter .toolbar a:hover {
  color: black !important;
}
.syntaxhighlighter .plain,
.syntaxhighlighter .plain a {
  color: black !important;
}
.syntaxhighlighter .comments,
.syntaxhighlighter .comments a {
  color: #008200 !important;
}
.syntaxhighlighter .string,
.syntaxhighlighter .string a {
  color: blue !important;
}
.syntaxhighlighter .keyword {
  color: #ff7800 !important;
}
.syntaxhighlighter .preprocessor {
  color: gray !important;
}
.syntaxhighlighter .variable {
  color: #a70 !important;
}
.syntaxhighlighter .value {
  color: #090 !important;
}
.syntaxhighlighter .functions {
  color: #ff1493 !important;
}
.syntaxhighlighter .constants {
  color: #06c !important;
}
.syntaxhighlighter .script {
  font-weight: bold!important;
  color: #ff7800 !important;
  background-color: none !important;
}
.syntaxhighlighter .color1,
.syntaxhighlighter .color1 a {
  color: gray !important;
}
.syntaxhighlighter .color2,
.syntaxhighlighter .color2 a {
  color: #ff1493 !important;
}
.syntaxhighlighter .color3,
.syntaxhighlighter .color3 a {
  color: red !important;
}
.syntaxhighlighter .keyword {
  font-weight: bold !important;
}
/* 超大屏幕（桌面显示器） */
@media (min-width: 1200px) and (max-width: 1599.98px) {
  html {
    font-size: 15px;
  }
  .container {
    max-width: 96%;
    margin: 0px 2%;
  }
  .banner h1,
  .banner h1 + p {
    padding: 0px 10%;
  }
  .no_ranking h1 + p {
    padding: 0px 10%;
  }
  .main .list_fws .description {
    padding: 0px 10%;
  }
  .banner .search {
    width: 60%;
  }
}
@media (min-width: 1200px) and (max-width: 1599.98px) and (min-width: 1100px) and (max-width: 1300px) {
  .main .main_nav .provider_main_nav_2 dl dd {
    margin-bottom: 0.625rem;
  }
}
/* 大屏幕（平板 - 横屏或笔记本电脑） */
@media (min-width: 992px) and (max-width: 1199.98px) {
  html {
    font-size: 14px;
  }
  .container {
    max-width: 96%;
    margin: 0px 2%;
  }
  .header .logo {
    flex: 0 0 17%;
  }
  .header .about,
  .header .search {
    flex: 0 0 18%;
  }
  .banner h1,
  .banner h1 + p {
    padding: 0px 5%;
  }
  .banner .ranking a span {
    display: none;
  }
  .no_ranking h1 + p {
    padding: 0px 5%;
  }
  .main .list_fws .description {
    padding: 0px 5%;
  }
  .main .list_fws .description {
    padding: 0px 5%;
  }
  .banner .search {
    width: 60%;
  }
  .main .ad:not(.right .ad) .ad_50 {
    width: calc(100% - 10px);
  }
  .main .ad:not(.right .ad) .ad_20 {
    width: calc(25% - 10px);
  }
  .main .main_nav {
    margin-bottom: calc(3rem - 0.625rem);
  }
  .main .main_nav .provider_main_nav_2 dl dd {
    margin-bottom: 0.625rem;
  }
  .main .list_fws ul:not(.pager ul) li {
    padding: 1.25rem;
  }
  .main .list_fws ul:not(.pager ul) .pic {
    flex: 0 0 25%;
  }
  .main .list_fws ul:not(.pager ul) .title {
    flex: 0 0 50%;
  }
  .main .list_fws ul:not(.pager ul) .bullet + .service {
    flex: 0 0 25%;
  }
  .main .list_fws ul:not(.pager ul) .service {
    flex: 0 0 25%;
  }
  .main .list_fws ul:not(.pager ul) .service a {
    width: 48%;
  }
  .main .content_fws .content_header .title .h1 {
    flex: 0 0 60%;
  }
  .main .content_fws .content_header .title .service {
    flex: 0 0 20%;
  }
  .main .content_fws .content_header .ranking .phb {
    display: none;
  }
  .main .content_fws .content_header .ranking a {
    padding: 0.378rem 0.5rem;
  }
  .main .list_news ul:not(.pager ul) .title {
    flex: 0 0 82%;
  }
  .main .list_news ul:not(.pager ul) .pic + .title {
    flex: 0 0 62%;
  }
  .main .list_news ul:not(.pager ul) .service {
    flex: 0 0 18%;
  }
  .main .list_news ul:not(.pager ul) .service a i {
    display: none;
  }
  .main .tool_main .navigation {
    flex: 0 0 20%;
  }
  .main .tool_main .list_tool li {
    width: calc(100% / 3 - 1rem);
  }
  .main .tool_main .list_tool li a .pic {
    flex: 0 0 35% !important;
  }
  .main .tool_main .list_tool li a .title {
    flex: 0 0 65% !important;
  }
  .main .tool_main .navigation + .list_tool li {
    width: calc(100% / 2 - 1rem);
  }
  .table {
    max-height: 1000px;
  }
  .table table tr:last-child {
    border-bottom: 0px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) and (max-width: 1024px) {
  .header .header_nav ul li {
    margin: 0px 0.3rem;
  }
  .header .header_nav ul li a:not(.son a) {
    padding: 0.625rem 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) and (max-width: 1024px) {
  .main .content_fws .content_header .title .h1 h1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
/* 中等屏幕（平板） */
@media (min-width: 768px) and (max-width: 991.98px) {
  html {
    font-size: 13px;
  }
  .container {
    max-width: 94%;
    margin: 0px 3%;
  }
  .main .ad:not(.right .ad) .ad_50 {
    width: calc(100% - 10px);
  }
  .main .ad:not(.right .ad) .ad_20 {
    width: calc(33.3333% - 10px);
  }
  .header .logo {
    flex: 0 0 25%;
  }
  .header .header_nav {
    flex: 0 0 40%;
  }
  .header .header_nav ul {
    display: none;
  }
  .header .header_nav .toggle {
    top: 80px;
  }
  .header .search {
    flex: 0 0 25%;
  }
  .header .about {
    flex: 0 0 35%;
  }
  .header .about .nav_bt,
  .header .about .ss_bt,
  .header .about .tougao,
  .header .about .kefu {
    width: calc(33.3333% - 0.5rem);
  }
  .header .about .nav_bt {
    display: block;
  }
  .header .search + .about {
    display: block;
    flex: 0 0 10%;
  }
  .header .search + .about .nav_bt,
  .header .search + .about .ss_bt,
  .header .search + .about .tougao,
  .header .search + .about .kefu {
    display: none;
  }
  .header .search + .about .nav_bt {
    width: calc(100% - 0.5rem);
    display: block;
  }
  .banner {
    padding-bottom: 3rem;
    margin-bottom: 0px;
  }
  .banner h1,
  .banner h1 + p {
    padding: 0px 0%;
  }
  .banner .search {
    width: 80%;
  }
  .banner .ranking {
    display: none;
  }
  .no_ranking h1 + p {
    padding: 0px 0%;
  }
  .main .list_fws ul:not(.pager ul) li {
    padding: 1.25rem;
  }
  .main .list_fws ul:not(.pager ul) .pic {
    flex: 0 0 25%;
  }
  .main .list_fws ul:not(.pager ul) .bullet {
    flex: 0 0 75%;
  }
  .main .list_fws ul:not(.pager ul) .service {
    display: none;
  }
  .main .list_fws ul:not(.pager ul) .title {
    flex: 0 0 75%;
    padding-right: 0px;
  }
  .main .list_news {
    width: 100%;
  }
  .main .list_news ul:not(.pager ul) li {
    padding: 1.25rem;
  }
  .main .list_news ul:not(.pager ul) .pic {
    display: none;
  }
  .main .list_news ul:not(.pager ul) .title {
    flex: 0 0 100%;
    padding-right: 0rem;
  }
  .main .list_news ul:not(.pager ul) .pic + .title {
    flex: 0 0 100%;
    padding: 0rem;
  }
  .main .list_news ul:not(.pager ul) .service {
    display: none;
  }
  .main .list_news ul:not(.pager ul) .service a i {
    display: none;
  }
  .main .right:not(.main .list_table table tbody td .right) {
    width: 100%;
    margin-top: 3rem;
  }
  .main .right:not(.main .list_table table tbody td .right) .ad .ad_20 {
    width: calc(25% - 10px);
    height: 100px;
    display: inline-block;
    overflow: hidden;
    margin: 5px;
    float: left;
  }
  .main .right:not(.main .list_table table tbody td .right) .txt {
    width: calc(50% - 10px);
    display: inline-block;
    overflow: hidden;
    margin: 5px;
    float: left;
  }
  .main .list_table {
    overflow-x: auto;
    white-space: nowrap;
    max-width: 100%;
  }
  .main .list_table table {
    min-width: 900px;
  }
  .main .list_phb .pic {
    display: none;
  }
  .main .list_phb .title {
    flex: 0 0 100%;
    padding-left: 40px;
  }
  .footer .footer_txt {
    flex-wrap: wrap;
  }
  .footer .footer_txt .txt {
    flex: 1 1 calc(50% - 15px);
  }
  .main .main_nav .provider_main_nav_2 dl dd {
    margin-bottom: 0.625rem;
  }
  .main .content_fws .content_header .title .h1 {
    flex: 0 0 60%;
  }
  .main .content_fws .content_header .title .h1 h1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .main .content_fws .content_header .title .service {
    flex: 0 0 20%;
  }
  .main .content_fws .content_header .ranking .phb {
    display: none;
  }
  .main .content_fws .content_header .ranking .fw {
    flex: 1 1 40%;
  }
  .main .content_fws .content_header .ranking .fw,
  .main .content_fws .content_header .ranking .xl,
  .main .content_fws .content_header .ranking .zf {
    flex: 1 1 30%;
  }
  .main .content_fws .content_header .ranking a {
    width: 48%;
    padding: 0.378rem 0.5rem;
  }
  .main .content_news {
    width: 100%;
    margin-bottom: 0px;
  }
  .main .content_news .navigation {
    right: 0px;
  }
  .main .content_news .navigation h5 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 36px;
    border-bottom-left-radius: 36px;
  }
  .main .content_news .navigation ul {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 10px;
  }
  .main .content_news .content_main .www a {
    width: 50%;
    margin: 0px 25%;
  }
  .main .content_news .content_main .www span {
    margin-left: 0px;
    width: 80%;
    margin: 0px 10%;
    margin-top: 1rem;
    text-align: center;
  }
  .main .content_news + .right + .list_news {
    margin-top: 3rem;
  }
  .main .tool_main {
    flex-wrap: wrap;
  }
  .main .tool_main .navigation {
    flex: 0 0 100%;
  }
  .main .tool_main .navigation .relative {
    position: static;
  }
  .main .tool_main .navigation li {
    width: 50%;
    display: inline-block;
  }
  .main .tool_main .navigation li .active {
    background: none;
  }
  .main .tool_main .list_tool {
    flex: 0 0 100%;
  }
  .main .tool_main .list_tool li {
    width: calc(100% / 2 - 1rem);
  }
  .main .tool_main .list_tool li a .pic {
    flex: 0 0 35% !important;
  }
  .main .tool_main .list_tool li a .title {
    flex: 0 0 65% !important;
  }
  .main .tool_main .navigation + .list_tool li {
    width: calc(100% / 2 - 1rem);
  }
  .table {
    max-height: 800px;
  }
  .table table tr:last-child {
    border-bottom: 0px !important;
  }
}
/* 小屏幕（平板） */
@media (max-width: 767.98px) {
  html {
    font-size: 12px;
  }
  body {
    padding-top: 58px;
  }
  .container {
    max-width: 92%;
    margin: 0px 4%;
  }
  .main .ad:not(.right .ad) .ad_100,
  .main .ad:not(.right .ad) .ad_50,
  .main .ad:not(.right .ad) .ad_20 {
    height: 50px;
  }
  .main .ad:not(.right .ad) .ad_50 {
    width: calc(100% - 10px);
  }
  .main .ad:not(.right .ad) .ad_20 {
    width: calc(50% - 10px);
  }
  .header .logo {
    flex: 0 0 30%;
  }
  .header .header_nav {
    flex: 0 0 10%;
  }
  .header .header_nav ul {
    display: none;
  }
  .header .header_nav .toggle {
    top: 58px;
  }
  .header .search {
    flex: 0 0 40%;
  }
  .header .about {
    flex: 0 0 60%;
  }
  .header .about .nav_bt,
  .header .about .ss_bt,
  .header .about .tougao,
  .header .about .kefu {
    width: calc(33.3333% - 0.5rem);
  }
  .header .about .nav_bt {
    display: block;
  }
  .header .search + .about {
    display: block;
    flex: 0 0 20%;
  }
  .header .search + .about .nav_bt,
  .header .search + .about .ss_bt,
  .header .search + .about .tougao,
  .header .search + .about .kefu {
    display: none;
  }
  .header .search + .about .nav_bt {
    width: calc(100% - 0.5rem);
    display: block;
  }
  .banner {
    padding-bottom: 3rem;
    margin-bottom: 0px;
  }
  .banner h1 {
    font-size: 2rem;
  }
  .banner h1,
  .banner h1 + p {
    padding: 0px 0%;
  }
  .banner .search {
    width: 90%;
  }
  .banner .ranking {
    display: none;
  }
  .no_ranking h1 + p {
    padding: 0px 0%;
  }
  .main .list_fws .description {
    padding: 0px 0%;
  }
  .main .list_fws .tags a {
    margin-bottom: 1rem;
  }
  .main .main_nav {
    margin-bottom: calc(3rem - 1rem);
  }
  .main .main_nav .main_nav_1 .charts {
    float: none;
  }
  .main .main_nav .main_nav_1 a:not(.charts a),
  .main .main_nav .main_nav_2 a {
    margin-bottom: 1rem;
    float: none;
  }
  .main .main_nav .provider_main_nav_2 {
    flex-direction: column;
  }
  .main .main_nav .provider_main_nav_2 dl dd {
    margin-bottom: 1rem;
  }
  .main .main_nav .provider_main_nav_2 dl dd a {
    padding: 0.378rem 1.5rem;
  }
  .main .main_nav .price_main_nav a {
    margin-bottom: 1rem;
  }
  .main .list_fws ul:not(.pager ul) li {
    padding: 1rem;
    min-height: 180px;
  }
  .main .list_fws ul:not(.pager ul) .pic {
    display: none;
  }
  .main .list_fws ul:not(.pager ul) .bullet {
    flex: 0 0 100%;
  }
  .main .list_fws ul:not(.pager ul) .service {
    display: none;
  }
  .main .list_fws ul:not(.pager ul) .title {
    flex: 0 0 100%;
    padding-left: 2.5rem;
    padding-right: 0px;
  }
  .main .list_news {
    width: 100%;
  }
  .main .list_news ul:not(.pager ul) li {
    padding: 1.25rem;
  }
  .main .list_news ul:not(.pager ul) .pic {
    display: none;
  }
  .main .list_news ul:not(.pager ul) .title {
    flex: 0 0 100%;
    padding-right: 0rem;
  }
  .main .list_news ul:not(.pager ul) .pic + .title {
    flex: 0 0 100%;
    padding: 0rem;
  }
  .main .list_news ul:not(.pager ul) .service {
    display: none;
  }
  .main .list_news ul:not(.pager ul) .service a i {
    display: none;
  }
  .main .right:not(.main .list_table table tbody td .right) {
    width: 100%;
    margin-top: 3rem;
  }
  .main .right:not(.main .list_table table tbody td .right) .ad {
    margin-bottom: 0px;
  }
  .main .right:not(.main .list_table table tbody td .right) .ad .ad_20 {
    width: calc(50% - 10px);
    height: 50px;
    display: inline-block;
    overflow: hidden;
    margin: 5px;
    float: left;
  }
  .main .right:not(.main .list_table table tbody td .right) .txt {
    display: none;
  }
  .main .list_table {
    overflow-x: auto;
    white-space: nowrap;
    max-width: 100%;
  }
  .main .list_table table {
    min-width: 900px;
  }
  .main .list_phb_nav {
    margin-bottom: calc(3rem - 1rem);
  }
  .main .list_phb_nav a {
    margin-bottom: 1rem;
    padding: 0.5rem 1rem;
  }
  .main .list_phb {
    flex-direction: column;
  }
  .main .list_phb ul + ul {
    margin-top: 3rem;
  }
  .footer .footer_txt {
    flex-wrap: wrap;
  }
  .footer .footer_txt .txt {
    display: none;
  }
  .footer .footer_txt .txt:last-child {
    display: block;
  }
  .main .content_fws .content_header .title {
    flex-wrap: wrap;
  }
  .main .content_fws .content_header .title .pic {
    flex: 0 0 70%;
    margin: 0px 15%;
  }
  .main .content_fws .content_header .title .h1 {
    flex: 0 0 100%;
    margin-top: 1.875rem;
  }
  .main .content_fws .content_header .title .h1 h1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .main .content_fws .content_header .title .service {
    margin-top: 1.875rem;
    flex: 0 0 100%;
    padding: 0px 10%;
  }
  .main .content_fws .content_header .ranking {
    flex-wrap: wrap;
  }
  .main .content_fws .content_header .ranking .phb {
    display: none;
  }
  .main .content_fws .content_header .ranking .fw {
    flex: 0 0 100%;
  }
  .main .content_fws .content_header .ranking .fw,
  .main .content_fws .content_header .ranking .xl,
  .main .content_fws .content_header .ranking .zf {
    flex: 0 0 100%;
  }
  .main .content_fws .content_header .ranking .fw,
  .main .content_fws .content_header .ranking .xl {
    margin-bottom: 2rem;
  }
  .main .content_fws .content_header .ranking a {
    width: 48%;
    padding: 0.378rem 0.5rem;
  }
  .main .content_news {
    width: 100%;
    margin-bottom: 0px;
  }
  .main .content_news .navigation {
    right: 0px;
  }
  .main .content_news .navigation h5 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 36px;
    border-bottom-left-radius: 36px;
  }
  .main .content_news .navigation ul {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 10px;
  }
  .main .content_news .content_main .www a {
    width: 80%;
    margin: 0px 10%;
  }
  .main .content_news .content_main .www span {
    margin-left: 0px;
    width: 100%;
    margin-top: 1rem;
    text-align: center;
  }
  .main .content_news .content_footer {
    flex-wrap: wrap;
  }
  .main .content_news .content_footer .tags {
    flex: 0 0 100%;
  }
  .main .content_news .content_footer .tags a {
    margin-bottom: 1rem;
    display: inline-block;
  }
  .main .content_news .content_footer .share {
    flex: 0 0 100%;
  }
  .main .content_news + .right + .list_news {
    margin-top: 3rem;
  }
  .main .tool_main {
    flex-wrap: wrap;
  }
  .main .tool_main .navigation {
    flex: 0 0 100%;
  }
  .main .tool_main .navigation .relative {
    position: static;
  }
  .main .tool_main .navigation li {
    width: 50%;
    display: inline-block;
  }
  .main .tool_main .navigation li .active {
    background: none;
  }
  .main .tool_main .list_tool li {
    width: calc(100% - 1rem);
  }
  .main .tool_main .list_tool li a .pic {
    flex: 0 0 35% !important;
  }
  .main .tool_main .list_tool li a .title {
    flex: 0 0 65% !important;
  }
  .main .tool_main .navigation + .list_tool li {
    width: calc(100% - 1rem);
  }
  .table {
    max-height: 700px;
  }
  .table table tr:last-child {
    border-bottom: 0px !important;
  }
}
