@charset "UTF-8";
/**
 *
 * npm install -g sass
 * // 转换
 * sass index.scss index.css
 * // 监听
 * sass --watch index.scss:index.css
 * // 编译格式
 * sass --watch input.scss:index.css --style compact
 */
/**
*    @description: 变量;
*    @create date: 2023-2-23;
*/
/**
*    @description: 重置样式;
*    @create date: 2023-2-23;
*/
body {
  max-width: 7.5rem;
  min-width: 320px;
  margin: 0 auto;
}

body {
  font-size: 0.28rem;
  font-family: "微软雅黑";
  background-color: #f1f1f1;
}

dl, dd, p, form, h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

em, i {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: #333;
  text-decoration: none;
  outline: none;
}

a:visited {
  color: #0099FF;
}

img {
  border: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
}

img:hover {
  opacity: 0.8;
}

span {
  display: inline-block;
}

input, select, button, textarea {
  border-radius: 0;
  border: none;
  outline: none;
  background: none;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: none;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.row {
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
}

.d_flex {
  display: flex;
}

.flex_1 {
  flex: 1;
}

.flex_column {
  flex-direction: column;
}

.flex_row {
  flex-direction: row;
}

.flex_wrap {
  flex-wrap: wrap;
}

.flex_nowrap {
  flex-wrap: nowrap;
}

.flex_shrink {
  flex-shrink: 0;
}

.j_start {
  justify-content: flex-start;
}

.j_center {
  justify-content: center;
}

.j_end {
  justify-content: flex-end;
}

.j_sb {
  justify-content: space-between;
}

.a_center {
  align-items: center;
}

.a_start {
  align-items: flex-start;
}

.a_end {
  align-items: flex-end;
}

.a_stretch {
  align-items: stretch;
}

.a_self-start {
  align-self: flex-start;
}

.a_self-auto {
  align-self: auto;
}

.a_self-end {
  align-self: flex-end;
}

.a_self-stretch {
  align-self: stretch;
}

.a_self-baseline {
  align-self: baseline;
}

.mt2 {
  margin-top: 0.2rem;
}

/* 省略号 */
.text_overflow {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* 多行文本省略号 */
.text_overflow_2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* 右箭头 */
.right-arrow:after {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  right: 5px;
  top: 12px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translate(0, -50%) rotate(-135deg);
  -webkit-transform: translate(0, -50%) rotate(-135deg);
}

.content_box {
  background-color: #fff;
  padding: 0 0.2rem;
}

/* 标题 */
.title_h3 {
  position: relative;
  padding: 0.3rem 0 0;
}
.title_h3 h3 {
  font-size: 0.32rem;
  font-weight: bold;
  color: #333;
  line-height: 0.44rem;
  display: inline-block;
  position: relative;
}
.title_h3 .more {
  font-size: 0.24rem;
  line-height: 0.44rem;
  float: right;
  position: absolute;
  bottom: 0.05rem;
  right: 0;
  color: #666;
}
.title_h3 .more:hover {
  color: #ff6600;
}

.download_box.fixed_box {
  position: fixed;
  z-index: 99;
  max-width: 7.5rem;
  margin: 0 auto;
  bottom: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  box-shadow: 0 0 5px 2px #eee;
  padding: 0.4rem 0.3rem 0.7rem;
  background-color: #fff;
}

.header_box {
  height: 0.76rem;
  background: url(../images/logo_bg.png) no-repeat center center;
  background-size: cover;
}
.header_box .top a {
  float: left;
  display: inline-block;
  width: 2.6rem;
  height: 0.6rem;
  margin-top: 0.08rem;
  margin-left: 0.1rem;
}
.header_box .top form {
  float: right;
  position: relative;
  top: 0.34rem;
  margin-right: 0.18rem;
  height: 0.32rem;
  line-height: 0.4rem;
  border-radius: 2px;
  width: 2.3rem;
  border: 1px solid #fff;
}
.header_box .top form .search_input {
  font-size: 0.2rem;
  padding: 0 10px;
  height: 0.3rem;
  display: block;
  width: 1.5rem;
}
.header_box .top form .search_button {
  position: absolute;
  right: 5px;
  top: 1px;
  display: inline-block;
  width: 0.28rem;
  height: 0.28rem;
  background: url(../images/search_btn.png) no-repeat center center/cover;
}

/* 路由 */
.router_box {
  padding: 0 0.2rem;
}
.router_box .top_item {
  line-height: 0.4rem;
  padding: 0.15rem 0;
  font-size: 0.24rem;
}
.router_box .top_item span {
  font-size: 0.24rem;
  color: #333;
  font-weight: 500;
}
.router_box .top_item a {
  margin-right: 0.2rem;
  font-weight: 400;
  color: #666;
  font-size: 0.24rem;
}
.router_box .top_item a:not(:first-child) {
  margin-left: 0.1rem;
}
.router_box .top_item a:last-child {
  color: #0099FF;
}
.router_box .top_item a:hover {
  color: #ff6600;
  text-decoration: underline;
}
.router_box .top_item i {
  position: relative;
  top: -1px;
}

/* 三列 图片/信息/按钮布局 */
.lr_img_text.col2 li a {
  padding-right: 0;
}
.lr_img_text li {
  border-bottom: 1px solid #E8E8E8;
}
.lr_img_text li:last-child {
  border-bottom: none;
}
.lr_img_text li a {
  display: block;
  padding: 0.2rem 1.3rem 0.2rem 0;
  overflow: hidden;
  position: relative;
}
.lr_img_text li a .img_item {
  float: left;
  width: 2.52rem;
  height: 1.44rem;
  margin-right: 0.2rem;
  overflow: hidden;
  border-radius: 6px;
}
.lr_img_text li a .title {
  margin: 0.2rem 0;
  font-weight: normal;
  height: 0.3rem;
  line-height: 0.3rem;
  font-weight: bold;
  color: #333;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.28rem;
}
.lr_img_text li a .title.row2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: inherit;
  height: 0.72rem;
  line-height: 0.36rem;
  margin: 0.1rem 0;
}
.lr_img_text li a .info {
  font-size: 0.24rem;
  line-height: 0.24rem;
  height: 0.24rem;
  color: #999;
  margin-top: 0.24rem;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lr_img_text li a .info span {
  display: inline-block;
  margin-right: 0.2rem;
}
.lr_img_text li a .content {
  display: block;
  font-size: 0.24rem;
  color: #999;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.lr_img_text li a .download_btn_common {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.3rem;
  display: inline-block;
  text-align: center;
  border-radius: 0.08rem;
  width: 1.12rem;
  color: #fff;
  background: #0099FF;
  font-size: 0.28rem;
  height: 0.52rem;
  line-height: 0.52rem;
}

.img_text_item {
  overflow: hidden;
  width: 7.2rem;
  padding: 0.2rem 0 0;
}
.img_text_item.col2 li {
  width: 3.4rem;
}
.img_text_item.col2 li:nth-child(2n) {
  margin-right: 0;
}
.img_text_item.col2 li:nth-child(3n) {
  margin-right: 0.3rem;
}
.img_text_item li {
  width: 2.16rem;
  float: left;
  margin-bottom: 0.2rem;
  margin-right: 0.3rem;
  text-align: center;
}
.img_text_item li:nth-child(3n) {
  margin-right: 0;
}
.img_text_item li .img_item {
  width: 100%;
  height: 1.28rem;
  display: block;
  border-radius: 6px;
  overflow: hidden;
}
.img_text_item li p {
  font-weight: 400;
  font-size: 0.24rem;
  color: #333;
  height: 0.32rem;
  margin-top: 0.1rem;
  overflow: hidden;
}

.col4_text_item {
  width: 7.2rem;
}
.col4_text_item a {
  display: inline-block;
  float: left;
  text-align: center;
  width: 1.62rem;
  height: 0.56rem;
  line-height: 0.56rem;
  margin-right: 0.2rem;
  margin-top: 0.2rem;
  font-size: 0.24rem;
  border-radius: 5px;
  color: #999;
  box-sizing: border-box;
  border: 1px solid #E8E8E8;
  overflow: hidden;
}
.col4_text_item a:nth-child(4n) {
  margin-right: 0;
}
.col4_text_item a.active, .col4_text_item a:hover {
  color: #fff;
  background-color: #0099FF;
}

.catefory_box {
  overflow: hidden;
}
.catefory_box dl {
  margin-right: 0.2rem;
  margin-top: 0.1rem;
}
.catefory_box dl dt h3 {
  color: #333;
  font-size: 0.28rem;
  font-weight: bold;
}
.catefory_box dl dd {
  padding: 0.3rem 0 0;
  overflow: hidden;
}
.catefory_box dl dd a {
  display: inline-block;
  float: left;
  color: #666;
  height: 0.64rem;
  line-height: 0.64rem;
  padding: 0 0.16rem;
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
  border-radius: 0.08rem;
  border: 1px solid #EEEEEE;
}
.catefory_box dl dd a.active, .catefory_box dl dd a:hover {
  color: #fff;
  background-color: #0099FF;
}

/* page */
.page_box {
  padding: 0.3rem 0;
}
.page_box.bt {
  border-top: 1px solid #EFEFEF;
}
.page_box a {
  display: inline-block;
  width: 0.64rem;
  height: 0.64rem;
  color: #999;
  font-size: 0.28rem;
  text-align: center;
  line-height: 0.64rem;
  background-color: #F4F4F4;
  border-radius: 0.08rem;
  box-shadow: 0px 0px 2px 1px rgba(200, 213, 250, 0.5);
}
.page_box a.active {
  color: #fff;
  background-color: #5EA9F8;
}
.page_box a.text {
  font-size: 0.24rem;
  width: 1.04rem;
}
.page_box a.prev:after, .page_box a.next:after {
  content: "";
  display: inline-block;
  width: 0.2rem;
  height: 0.32rem;
  position: relative;
  top: 0.08rem;
}
.page_box a.prev:after {
  background: url(../images/page_arrow_l.png) no-repeat center center/cover;
}
.page_box a:after {
  background: url(../images/page_arrow_r.png) no-repeat center center/cover;
}

.footer_link {
  padding: 10px 0;
  background: #d5d5d5;
}
.footer_link ul {
  background: #d5d5d5;
  text-align: center;
  overflow: hidden;
}
.footer_link ul li {
  float: left;
  margin-left: 0.2rem;
  margin-bottom: 0.12rem;
  padding: 0 0.12rem;
  height: 0.36rem;
  line-height: 0.36rem;
  font-size: 0.24rem;
  text-align: center;
  overflow: hidden;
  color: #ff6600;
  font-weight: bold;
}
.footer_link ul li a {
  display: inline-block;
  font-size: 0.24rem;
  font-weight: 400;
  height: 0.36rem;
  line-height: 0.36rem;
  color: #333;
}
.footer_link ul li.addlink {
  background-color: #ff6600;
  border-radius: 0.08rem;
}
.footer_link ul li.addlink a {
  font-weight: bold;
  color: #fff;
}

/**
*    @description: 首页;
*/
.index_html .swiper_banner {
  height: 4.2rem;
  overflow: hidden;
}
.index_html .swiper_banner ul li a {
  display: block;
  height: 100%;
  overflow: hidden;
}
.index_html .swiper_banner ul li a span {
  display: inline-block;
  height: 0.48rem;
  line-height: 0.48rem;
  height: 40px;
  line-height: 40px;
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  padding-left: 0.2rem;
  padding-right: 40%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7));
}
.index_html .swiper_banner .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  width: 6px;
  height: 6px;
  opacity: 1;
}
.index_html .swiper_banner .swiper-pagination .swiper-pagination-bullet-active {
  width: 16px;
  border-radius: 5px;
  background-color: #007aff;
}

.pindao1_html .img_text_item li {
  border: 1px solid #E8E8E8;
  border-radius: 6px;
  width: 3.4rem;
  margin-right: 0.2rem;
}
.pindao1_html .img_text_item li:nth-child(even) {
  margin-right: 0;
}
.pindao1_html .img_text_item li .img_item {
  border-radius: 6px 6px 0 0;
  height: 2.72rem;
}
.pindao1_html .img_text_item li p {
  margin: 0.15rem 0;
}
.pindao1_html .page_box {
  padding-top: 0.2rem;
}

.pindao2_html .switch_item {
  text-align: center;
}
.pindao2_html .switch_item a {
  display: inline-block;
  height: 1rem;
  line-height: 1rem;
  font-size: 0.34rem;
  margin-right: 0.4rem;
  color: #666;
  box-sizing: border-box;
  position: relative;
}
.pindao2_html .switch_item a.active {
  font-weight: bold;
  color: #0099FF;
}
.pindao2_html .switch_item a.active:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background-color: #0099FF;
  border-radius: 5px;
}
.pindao2_html .update_box .content_list {
  padding-top: 0.3rem;
}
.pindao2_html .update_box .content_list h2 {
  font-size: 0.34rem;
  color: #ff6600;
  height: 0.44rem;
  line-height: 0.44rem;
  overflow: hidden;
}
.pindao2_html .update_box .content_list .info {
  margin-top: 0.2rem;
  font-size: 0.28rem;
  color: #999;
  line-height: 0.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.pindao2_html .update_box .content_list .list_circle_item {
  margin-top: 0.1rem;
  padding-top: 0.15rem;
  border-top: 1px solid #E8E8E8;
  overflow: hidden;
}
.pindao2_html .update_box .content_list .list_circle_item li {
  height: 0.5rem;
  line-height: 0.5rem;
  padding-right: 0.5rem;
  box-sizing: border-box;
  overflow: hidden;
}
.pindao2_html .update_box .content_list .list_circle_item li:nth-child(1) a {
  color: #ff6600;
  font-size: 0.32rem;
}
.pindao2_html .update_box .content_list .list_circle_item li:nth-child(1) a::before {
  content: attr(data-content);
  font-size: 0.24rem;
  width: 0.72rem;
  height: 0.32rem;
  line-height: 0.32rem;
  text-align: center;
  border-radius: 0.02rem;
  color: #0099FF;
  border: 1px solid #0099FF;
  background-color: #fff;
}
.pindao2_html .update_box .content_list .list_circle_item li a {
  display: block;
  overflow: hidden;
  color: #333;
  font-size: 0.24rem;
}
.pindao2_html .update_box .content_list .list_circle_item li a:before {
  content: "";
  display: inline-block;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background-color: #aaa;
  position: relative;
  top: -0.04rem;
  margin-right: 0.16rem;
}
.pindao2_html .column_box {
  padding: 0.2rem 0.2rem 0;
}
.pindao2_html .column_box dl {
  position: relative;
  padding-left: 0.84rem;
  overflow: hidden;
}
.pindao2_html .column_box dl dt {
  width: 0.84rem;
  height: 2.56rem;
  padding: 0.3rem 0.1rem 0;
  font-size: 0.34rem;
  font-weight: 400;
  text-align: center;
  box-sizing: border-box;
  background-color: #0099FF;
  color: #fff;
  position: absolute;
  left: 0;
}
.pindao2_html .soft_box {
  padding-top: 0.2rem;
}
.pindao2_html .soft_box .switch_box {
  background-color: #F5F5F5;
  overflow: hidden;
}
.pindao2_html .soft_box .switch_box dd {
  float: left;
  width: 20%;
  text-align: center;
}
.pindao2_html .soft_box .switch_box dd.active .switch_list {
  color: #0099FF;
  font-weight: bold;
  position: relative;
}
.pindao2_html .soft_box .switch_box dd.active .switch_list:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #0099FF;
  border-radius: 5px;
}
.pindao2_html .soft_box .switch_box dd .switch_list {
  color: #666;
  height: 0.84rem;
  line-height: 0.84rem;
  font-weight: 400;
  font-size: 0.34rem;
}
.pindao2_html .soft_box .lr_img_text {
  display: none;
  margin-top: 0.2rem;
}
.pindao2_html .soft_box .lr_img_text.active {
  display: block;
}
.pindao2_html .game_box .lr_img_text li a .img_item {
  width: 1.44rem;
}
.pindao2_html .sort_item {
  margin-top: 0.2rem;
  padding-left: 0.56rem;
  padding-top: 1px;
  height: 5.9rem;
  border: 1px dashed #999;
  background: url(../images/sort_bg1.png) no-repeat 0 9px;
  background-size: cover;
}
.pindao2_html .sort_item ul li {
  height: 0.66rem;
  line-height: 0.66rem;
  white-space: nowrap;
  overflow: hidden;
}
.pindao2_html .sort_item ul li a {
  display: block;
  font-size: 0.24rem;
}
.pindao2_html .sort_item ul li a:hover {
  color: #ff6600;
  text-decoration: underline;
}

.template_html .result_info {
  margin-top: 0.1rem;
  color: #333;
  font-size: 0.28rem;
  padding-right: 80px;
  height: 0.4rem;
  line-height: 0.4rem;
  overflow: hidden;
  position: relative;
}
.template_html .result_info span {
  color: #ff6600;
}
.template_html .result_info a {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0.24rem;
  color: #666;
}
.template_html .img_text_item li {
  border: 1px solid #E8E8E8;
  border-radius: 6px;
  width: 3.4rem;
  margin-right: 0.2rem;
}
.template_html .img_text_item li:nth-child(even) {
  margin-right: 0;
}
.template_html .img_text_item li .img_item {
  border-radius: 6px 6px 0 0;
  height: 2.72rem;
}
.template_html .img_text_item li p {
  margin: 0.15rem 0;
}
.template_html .page_box {
  padding-top: 0.2rem;
}

.template1_html .content_box {
  padding-top: 0.2rem;
}
.template1_html .content_box .keyword_box {
  overflow: hidden;
  margin-top: 0.1rem;
}
.template1_html .content_box .keyword_box dt {
  height: 0.48rem;
  line-height: 0.48rem;
}
.template1_html .content_box .keyword_box dt h3 {
  float: left;
  color: #333;
  font-size: 0.28rem;
}
.template1_html .content_box .keyword_box dt .info {
  float: right;
  color: #666;
  font-size: 14px;
  font-weight: 400;
}
.template1_html .content_box .keyword_box dd {
  margin-top: 0.15rem;
  overflow: hidden;
}
.template1_html .content_box .keyword_box dd a {
  display: inline-block;
  float: left;
  height: 0.68rem;
  line-height: 0.68rem;
  min-width: 0.86rem;
  text-align: center;
  padding: 0 0.16rem;
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
  background: #FFFFFF;
  border-radius: 0.08rem;
  border: 1px solid #EEEEEE;
}
.template1_html .content_box .keyword_box dd a.active, .template1_html .content_box .keyword_box dd a:hover {
  color: #fff;
  background-color: #0099FF;
}

.detail_html .img_item {
  overflow: hidden;
}
.detail_html .img_item img {
  display: block;
}
.detail_html .title_content {
  padding-bottom: 0.2rem;
}
.detail_html .title_content h1 {
  padding: 0.2rem 0 0.15rem;
  font-size: 0.34rem;
  color: #333;
  font-weight: bold;
}
.detail_html .title_content .type .text_list {
  color: #666;
  font-size: 0.24rem;
  font-weight: 400;
  margin-bottom: 0.15rem;
}
.detail_html .title_content .type .text_list .keywords {
  display: inline-block;
  height: 0.36rem;
  line-height: 0.36rem;
  padding: 0 0.1rem;
  margin-right: 0.15rem;
  margin-bottom: 0.15rem;
  font-size: 0.24rem;
  background: #F0F0F0;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #E1E1E1;
}
.detail_html .title_content .download_btn {
  display: block;
  height: 0.76rem;
  line-height: 0.76rem;
  text-align: center;
  color: #fff;
  font-size: 0.3rem;
  font-weight: 400;
  background: linear-gradient(180deg, #07B446 0%, #14C856 100%);
  border-radius: 6px;
}
.detail_html .title_content .download_btn i {
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  position: relative;
  top: 0.1rem;
  margin-right: 0.1rem;
  background: url(../images/download_btn.png) no-repeat center center;
  background-size: contain;
}
.detail_html .detail_content .content {
  margin-top: 0.32em;
  padding-bottom: 0.2rem;
}
.detail_html .detail_content .content p {
  font-size: 0.28rem;
  font-weight: 400;
  line-height: 0.4rem;
  color: #333;
  margin-top: 0.1rem;
}
.detail_html .detail_content .content img {
  display: block;
  margin-top: 0.15rem;
}
.detail_html .switch_page {
  padding: 0.1rem 0.2rem 0.15rem;
}
.detail_html .switch_page a {
  display: block;
  color: #333;
  padding-top: 0.15rem;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.28rem;
  font-weight: 400;
  overflow: hidden;
}
.detail_html .list_circle_item {
  margin-top: 0.1rem;
  padding-bottom: 0.1rem;
  overflow: hidden;
}
.detail_html .list_circle_item li {
  height: 0.4rem;
  line-height: 0.4rem;
  box-sizing: border-box;
  overflow: hidden;
}
.detail_html .list_circle_item li a {
  display: inline-block;
  width: 5rem;
  height: 0.4rem;
  overflow: hidden;
  color: #333;
  font-size: 0.24rem;
}
.detail_html .list_circle_item li a em {
  display: inline-block;
  color: #999;
  position: relative;
  margin-right: 5px;
  padding-right: 5px;
}
.detail_html .list_circle_item li a em:after {
  content: "";
  position: absolute;
  height: 12px;
  width: 2px;
  top: 4px;
  right: 0;
  background-color: #999;
}
.detail_html .list_circle_item li > span {
  float: right;
  color: #999;
  font-size: 0.24rem;
}
.detail_html .img_text_item li {
  border: 1px solid #E8E8E8;
  border-radius: 6px;
  width: 3.4rem;
  margin-right: 0.2rem;
}
.detail_html .img_text_item li:nth-child(even) {
  margin-right: 0;
}
.detail_html .img_text_item li .img_item {
  border-radius: 6px 6px 0 0;
  height: 2.72rem;
}
.detail_html .img_text_item li p {
  margin: 0.15rem 0;
}

.article_html .title_content {
  padding-bottom: 0.1rem;
}
.article_html .title_content h1 {
  color: #333;
  font-size: 0.34rem;
  font-weight: bold;
  padding: 0.2rem 0 0.1rem;
}
.article_html .title_content .type span {
  color: #999;
  display: inline-block;
  margin-right: 0.2rem;
  font-size: 0.24rem;
}
.article_html .title_content .content {
  margin-top: 0.3rem;
}
.article_html .title_content .content p {
  font-size: 0.28rem;
  font-weight: 400;
  line-height: 0.4rem;
  color: #333;
  margin-top: 0.1rem;
}
.article_html .title_content .content img {
  display: block;
  margin-top: 0.15rem;
}
.article_html .switch_page {
  padding: 0.1rem 0.2rem 0.15rem;
}
.article_html .switch_page a {
  display: block;
  color: #333;
  padding-top: 0.15rem;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.28rem;
  font-weight: 400;
  overflow: hidden;
}

.article1_html .col6 {
  padding-top: 0.3rem;
}
.article1_html .col6 .title_box {
  overflow: hidden;
  margin-bottom: 0.4rem;
}
.article1_html .col6 .title_box img {
  width: 1.76rem;
  height: 1.76rem;
  border-radius: 6px;
  float: left;
  margin-right: 0.2rem;
}
.article1_html .col6 .title_box h1 {
  font-size: 0.34rem;
  color: #333;
  font-weight: 400;
  white-space: nowrap;
  width: 4.5rem;
  overflow: hidden;
}
.article1_html .col6 .title_box .type {
  margin-top: 0.3rem;
  overflow: hidden;
}
.article1_html .col6 .title_box .type span {
  display: inline-block;
  width: 47%;
  float: left;
  color: #999;
  font-weight: 400;
  margin-top: 0.1rem;
  font-size: 0.24rem;
  white-space: nowrap;
  overflow: hidden;
}
.article1_html .col6 .title_box .type span:nth-child(odd) {
  margin-right: 6%;
}
.article1_html .col6 .title_box .type span .red {
  color: #ff6600;
}
.article1_html .col6 .download_btn {
  display: block;
  height: 0.76rem;
  line-height: 0.76rem;
  text-align: center;
  color: #fff;
  font-size: 0.3rem;
  font-weight: 400;
  background: #0099FF;
  border-radius: 6px;
}
.article1_html .col6 .img_text_item {
  overflow: initial;
}
.article1_html .col6 .img_text_item li {
  width: 1.2rem;
  margin-right: 0.2rem;
}
.article1_html .col6 .img_text_item li:nth-child(3n) {
  margin-right: 0.2rem;
}
.article1_html .col6 .img_text_item li a .img_item {
  height: 1.2rem;
}
.article1_html .col6 .img_text_item li a p {
  margin-top: 0.2rem;
}
.article1_html .detail_content .content {
  padding-bottom: 0.2rem;
}
.article1_html .detail_content .content img {
  display: block;
  margin-top: 0.2rem;
}
.article1_html .detail_content .content h3, .article1_html .detail_content .content h4, .article1_html .detail_content .content h5, .article1_html .detail_content .content h6 {
  font-size: 0.32rem;
  font-weight: bold;
  color: #0099FF;
  margin-top: 0.2rem;
}
.article1_html .detail_content .content p {
  font-size: 0.28rem;
  font-weight: 400;
  line-height: 0.4rem;
  color: #333;
  margin-top: 0.2rem;
}
.article1_html .col5 .img_text_item li {
  width: 1.26rem;
  margin-right: 0.2rem;
}
.article1_html .col5 .img_text_item li:nth-child(5n) {
  margin-right: 0;
}
.article1_html .col5 .img_text_item li:nth-child(3n) {
  margin-right: 0.2rem;
}
.article1_html .col5 .img_text_item li a .img_item {
  height: 1.26rem;
}
.article1_html .col5 .img_text_item li a p {
  margin-top: 0.2rem;
}

.img_item img {
  transform: scale(1.8);
}

.new_common {
  /* 图片分列 */
}
.new_common .title_h3 {
  position: relative;
  padding: 0 0.2rem;
  box-sizing: border-box;
}
.new_common .title_h3.border_b {
  border-bottom: 1px solid #EFEFEF;
}
.new_common .title_h3 h3 {
  position: relative;
  float: left;
  font-size: 0.32rem;
  font-weight: bold;
  color: #333;
  line-height: 0.52rem;
  padding: 0.15rem 0.3rem;
}
.new_common .title_h3 h3:before {
  content: "";
  position: absolute;
  background-color: #0099FF;
  width: 0.1rem;
  height: 50%;
  top: 0.2rem;
  left: 0.03rem;
}
.new_common .title_h3 .more {
  font-size: 0.26rem;
  line-height: 0.48rem;
  float: right;
  color: #333;
  position: absolute;
  top: 50%;
  right: 0.2rem;
  transform: translateY(-50%);
}
.new_common .title_h3 .more:after {
  content: "";
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  background: url(../images/arrow_more.png) no-repeat center center;
  background-size: cover;
  margin-left: 0.1rem;
  float: right;
  position: relative;
  top: 2px;
}
.new_common .tab_bg {
  background-color: #F2F2F2;
  padding-top: 0.1rem;
  padding-bottom: 0.3rem;
}
.new_common .c_tab_box {
  float: right;
  margin-top: 0.15rem;
  overflow: hidden;
  border-radius: 0.04rem;
  border: 1px solid #0099FF;
}
.new_common .c_tab_box .tab_list {
  display: inline-block;
  padding: 0 0.2rem;
  height: 0.48rem;
  line-height: 0.48rem;
  float: left;
  color: #333;
  font-size: 0.26rem;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
}
.new_common .c_tab_box .tab_list:not(:last-child) {
  border-right: 1px solid #0099FF;
}
.new_common .c_tab_box .tab_list.active {
  color: #fff;
  background-color: #0099FF;
}
.new_common .c_tab_box.default_col {
  float: inherit;
  margin: 0 0.2rem;
  border-radius: 5px;
  display: flex;
}
.new_common .c_tab_box.default_col .tab_list {
  flex: 1;
  width: auto;
  padding: 0;
  height: 0.6rem;
  line-height: 0.6rem;
}
.new_common .tab_content_list {
  display: none;
}
.new_common .tab_content_list.active {
  display: block;
}
.new_common .photo_item_box {
  width: 7.5rem;
  padding-bottom: 0.2rem;
}
.new_common .photo_item_box li {
  float: left;
  width: 1.5rem;
  margin-top: 0.1rem;
  margin-right: 0.3rem;
  text-align: center;
}
.new_common .photo_item_box li:nth-child(4n) {
  margin-right: 0;
}
.new_common .photo_item_box li:nth-child(4n+1) {
  margin-left: 0.3rem;
}
.new_common .photo_item_box li a {
  display: block;
}
.new_common .photo_item_box li a .img_item {
  height: 1.58rem;
  border-radius: 0.36rem;
  overflow: hidden;
}
.new_common .photo_item_box li a p {
  color: #333;
  text-align: center;
  font-size: 0.24rem;
  font-weight: 400;
  overflow: hidden;
  height: 0.48rem;
  line-height: 0.48rem;
}
.new_common .photo_item_box.col5 {
  display: flex;
}
.new_common .photo_item_box.col5 li {
  flex: 1;
  margin-right: 0.15rem;
  margin-left: 0;
}
.new_common .photo_item_box.col5 li:nth-child(5n) {
  margin-right: 0;
}
.new_common .photo_item_box.col5 li:first-child {
  margin-left: 0.2rem;
}
.new_common .photo_item_box.col2 li {
  width: 3.4rem;
  margin-top: 0.3rem;
  margin-right: 0.3rem;
}
.new_common .photo_item_box.col2 li:nth-child(odd) {
  margin-left: 0.2rem;
}
.new_common .photo_item_box.col2 li:nth-child(even) {
  margin-right: 0;
}
.new_common .photo_item_box.col2 li.mt0 {
  margin-top: 0;
}
.new_common .photo_item_box.col2 li a .img_item {
  height: 1.54rem;
  border-radius: 0.1rem 0.1rem 0 0;
  position: relative;
}
.new_common .photo_item_box.col2 li a .img_item.full {
  border-radius: 0.1rem;
}
.new_common .photo_item_box.col2 li a .img_item .title {
  color: #fff;
  text-align: left;
  font-size: 0.24rem;
  font-weight: 400;
  padding: 0 0.2rem;
  height: 0.48rem;
  line-height: 0.48rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  width: 100%;
}
.new_common .photo_item_box.col2 li a .bt {
  font-size: 0.24rem;
  font-weight: 400;
  color: #999;
  height: 0.6rem;
  line-height: 0.6rem;
  padding: 0 0.1rem;
}
.new_common .dropload_list {
  padding: 0.1rem 0;
}
.new_common .dropload_list li {
  padding: 0 0.2rem;
}
.new_common .dropload_list li:last-child:after {
  border-bottom: none;
}
.new_common .dropload_list li:after {
  content: "";
  height: 0;
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}
.new_common .dropload_list li:nth-child(n+4) a .sort {
  background-color: #BDBDBD;
}
.new_common .dropload_list li a {
  display: block;
  padding: 0.2rem 1.2rem 0.2rem 0;
  overflow: hidden;
  position: relative;
}
.new_common .dropload_list li a .sort {
  float: left;
  position: relative;
  top: 0.5rem;
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  color: #fff;
  margin-right: 0.2rem;
  background-color: #FF9102;
}
.new_common .dropload_list li a .img_item {
  float: left;
  width: 1.4rem;
  height: 1.4rem;
  margin-right: 0.2rem;
  overflow: hidden;
  border-radius: 0.4rem;
}
.new_common .dropload_list li a .title {
  margin-bottom: 0.2rem;
  font-weight: bold;
  color: #333;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.28rem;
}
.new_common .dropload_list li a .row .star {
  width: 1.2rem;
}
.new_common .dropload_list li a .row span {
  color: #999;
}
.new_common .dropload_list li a .row span:nth-child(2) {
  padding: 0 0.1rem;
  margin: 0 0.1rem;
  border-left: 1px solid #D8D8D8;
  border-right: 1px solid #D8D8D8;
}
.new_common .dropload_list li a .star {
  width: 1.2rem;
  height: 0.32rem;
  display: inline-block;
  background: url(../images/star.png) no-repeat;
  background-size: 100%;
}
.new_common .dropload_list li a .star.star1 {
  background-position: 0 -0.32rem;
}
.new_common .dropload_list li a .star.star2 {
  background-position: 0 -0.68rem;
}
.new_common .dropload_list li a .star.star3 {
  background-position: 0 -1.06rem;
}
.new_common .dropload_list li a .star.star4 {
  background-position: 0 -1.44rem;
}
.new_common .dropload_list li a .star.star5 {
  background-position: 0 -1.8rem;
}
.new_common .dropload_list li a .info {
  font-size: 0.24rem;
  line-height: 0.24rem;
  height: 0.24rem;
  overflow: hidden;
  color: #999;
  display: block;
  margin-top: 0.1rem;
}
.new_common .dropload_list li a .article {
  color: #999;
  font-weight: 400;
  font-size: 0.24rem;
  height: 0.72rem;
  line-height: 0.36rem;
  overflow: hidden;
}
.new_common .dropload_list li a .btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 1.1rem;
  padding-bottom: 0.1rem;
  border-radius: 0.2rem;
  color: #fff;
  font-size: 0.24rem;
  background-color: #0099FF;
}
.new_common .dropload_list li a .btn i {
  display: block;
  margin: 0.1rem auto;
  width: 0.56rem;
  height: 0.48rem;
  background: url(../images/download_btn_icon.png) no-repeat center center;
  background-size: 100%;
}
.new_common .dropload_list.full_list a {
  padding-right: 0.2rem;
}
.new_common .dropload_list.full_list a .img_item {
  width: 2rem;
  height: 1.3rem;
  border-radius: 0.02rem;
}
.new_common .category_list {
  overflow: hidden;
  border-top: 1px solid #ddd;
}
.new_common .category_list li {
  float: left;
  width: 50%;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
}
.new_common .category_list li:nth-child(even) {
  border-left: 1px solid #ddd;
}
.new_common .category_list li a {
  display: block;
  padding: 0.2rem;
  overflow: hidden;
}
.new_common .category_list li a .img_item {
  float: left;
  width: 1.3rem;
  height: 1.3rem;
  margin-right: 0.2rem;
  border-radius: 0.28rem;
  overflow: hidden;
}
.new_common .category_list li a .title {
  font-size: 0.28rem;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 0.5rem;
}

.new_index_html {
  /* 轮播 */
}
.new_index_html .common_box {
  margin-top: 0.2rem;
  background-color: #fff;
}
.new_index_html .nav_menu {
  background: #232827;
  width: 100%;
  height: 1.2rem;
  text-align: center;
  overflow: hidden;
}
.new_index_html .nav_menu li {
  float: left;
  width: 20%;
  height: 100%;
  padding-top: 0.2rem;
  overflow: hidden;
  box-sizing: border-box;
  border-right: 1px solid #0c0e0d;
  border-left: 1px solid #363b3a;
}
.new_index_html .nav_menu li a {
  display: block;
}
.new_index_html .nav_menu li a .icon {
  display: inline-block;
  width: 0.52rem;
  height: 0.52rem;
}
.new_index_html .nav_menu li a .icon.icon1 {
  background: url(/mobindex/images/shouye.png) no-repeat center center;
}
.new_index_html .nav_menu li a .icon.icon2 {
  background: url(/mobindex/images/shouyou.png) no-repeat center center;
}
.new_index_html .nav_menu li a .icon.icon3 {
  width: 0.56rem;
  background: url(/mobindex/images/jieji.png) no-repeat center center;
}
.new_index_html .nav_menu li a .icon.icon4 {
  width: 0.6rem;
  background: url(/mobindex/images/danji.png) no-repeat center center;
}
.new_index_html .nav_menu li a .icon.icon5 {
  width: 0.6rem;
  background: url(/mobindex/images/qita.png) no-repeat center center;
}
.new_index_html .nav_menu li a span {
  display: block;
  color: #fff;
}
.new_index_html .swiper_banner {
  margin-top: 0.1rem;
  height: 3.76rem;
  overflow: hidden;
}
.new_index_html .swiper_banner ul {
  height: 3.76rem;
}
.new_index_html .swiper_banner ul li a, .new_index_html .swiper_banner ul li img {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #F5F5F5;
}
.new_index_html .swiper_banner ul li span {
  display: inline-block;
  height: 0.48rem;
  line-height: 0.48rem;
  height: 40px;
  line-height: 40px;
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  padding-left: 0.2rem;
  padding-right: 40%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}
.new_index_html .swiper_banner .swiper-pagination {
  right: 10px;
  bottom: 2px;
  width: auto;
  left: auto;
}
.new_index_html .swiper_banner .swiper-pagination .swiper-pagination-bullet {
  background-color: #777;
  width: 18px;
  height: 4px;
  border-radius: 0;
  opacity: 1;
}
.new_index_html .swiper_banner .swiper-pagination .swiper-pagination-bullet-active {
  position: relative;
  top: 2px;
  height: 8px;
  border-radius: 1px;
  background-color: #FAA82D;
}
.new_index_html .links_box {
  padding: 0.2rem;
}
.new_index_html .links_box a {
  float: left;
  display: inline-block;
  font-size: 0.24rem;
  font-weight: 400;
  max-width: 2.2rem;
  height: 0.52rem;
  line-height: 0.52rem;
  margin-right: 0.1rem;
  margin-top: 0.1rem;
  color: #6F6F6F;
  padding: 0 0.1rem;
  background: #F9F9F9;
  border-radius: 0.08rem;
  overflow: hidden;
}
.new_index_html .links_box a:nth-child(1) {
  background-color: #1AE18F;
  color: #fff;
}
.new_index_html .links_box a:nth-child(5) {
  background-color: #EB4040;
  color: #fff;
}
.new_index_html .links_box a:nth-child(7) {
  background-color: #5A5EEB;
  color: #fff;
}

/*# sourceMappingURL=index.css.map */
