@charset "UTF-8";
/**
 * 
 * npm install -g sass
 * sass pindex.scss pindex.css
 * sass --watch pindex.scss:pindex.css
 * sass --watch index.scss:index.css --style compact
 */
@import url(../iconfont/iconfont.css);
body {
  font-size: 14px;
  font-family: "微软雅黑";
  margin: 0 auto;
}

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;
}

img {
  border: 0;
  display: inline-block;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.img_common img {
  width: 100%;
}

img:hover {
  opacity: 0.98;
}

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;
}

.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);
}

.grid {
  display: grid !important;
}

.w12_box {
  width: 1200px;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  padding: 20px;
}

.gsc-control-cse {
  border: none !important;
  border-radius: 10px !important;
  background: #fff !important;
  padding: 0 !important;
  height: 48px !important;
}
.gsc-control-cse .gsc-search-box-tools {
  margin: 0 !important;
}
.gsc-control-cse .gsc-search-box-tools .gsc-search-box {
  margin: 0 !important;
}
.gsc-control-cse .gsc-search-box-tools .gsc-search-box .gsc-input-box {
  padding: 0 !important;
  border: none !important;
  background: transparent;
}
.gsc-control-cse .gsc-search-box-tools .gsc-search-box .gsc-input-box .gsib_a {
  padding: 0 !important;
}
.gsc-control-cse .gsc-search-box-tools .gsc-search-box .gsc-input-box .gsib_a .gsc-input {
  height: 48px !important;
  padding: 0 16px !important;
  background-position: 20px !important;
}
.gsc-control-cse .gsc-search-box-tools .gsc-search-box .gsc-search-button .gsc-search-button-v2 {
  border: none !important;
  width: 48px !important;
  height: 48px !important;
  padding: 0 !important;
  margin-top: 0px !important;
  border-radius: 10px !important;
  background: #fff url(https://m66.net/images/search.svg) no-repeat center center;
  background-size: 48% !important;
}
.gsc-control-cse .gsc-search-box-tools .gsc-search-box .gsc-search-button .gsc-search-button-v2 svg {
  display: none !important;
}

.search_modal_template .qsform {
  height: calc(100% - 360px);
}
.search_modal_template .qsform > form {
  margin-top: 100px;
}
.search_modal_template .gsc-control-cse {
  height: auto !important;
}
.search_modal_template .gsc-control-cse .gsc-search-box-tools {
  margin: 0 auto !important;
}
.search_modal_template .gsc-control-cse .gsc-search-box-tools .gsc-search-box .gsc-input-box {
  border: none !important;
  background: transparent;
}
.search_modal_template .gsc-control-cse .gsc-search-box-tools .gsc-search-box .gsc-input-box .gsc-input {
  height: 105px !important;
  padding: 0 16px !important;
  background-position: 20px !important;
}
.search_modal_template .gsc-control-cse .gsc-search-box-tools .gsc-search-box .gsc-search-button .gsc-search-button-v2 {
  width: 105px !important;
  height: 105px !important;
}

.border_bottom {
  border-bottom: 1px solid #ebebeb;
}

.modal {
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 0;
  background-color: #fff;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.3s ease;
}
.modal.active {
  width: 100%;
  opacity: 1;
  z-index: 1000;
}
.modal.active .modal_content .qsform, .modal.active .modal_content .btn_close {
  opacity: 1;
  transform: translateY(0);
}
.modal .modal_content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
}
.modal .modal_content .btn_close {
  width: 100px;
  height: 100px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
  background: #000 url(https://m66.net/images/close@.svg) no-repeat center center;
  background-size: 50%;
  opacity: 0;
  transform: translateY(-100%);
}
.modal .modal_content .qsform, .modal .modal_content .btn_close {
  transition: transform 0.5s ease, opacity 0.3s ease;
}

.header_template {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: transparent;
}
.header_template.scroll {
  background-color: #fff;
}
.header_template.scroll .header_content .menu_box .nav_menu_item .item a {
  color: #999;
}
.header_template.scroll .header_content .right_item .iconfont {
  color: #999;
}
.header_template.sticky {
  position: sticky;
}
.header_template .header_content {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 9;
  padding: 0;
  height: 100%;
  background-color: transparent;
}
.header_template .header_content .head_logo {
  flex: 1 1 0;
}
.header_template .header_content .head_logo img {
  width: 128px;
  height: 70px;
  margin-left: 0;
  object-fit: contain;
}
.header_template .header_content .menu_box {
  height: 70px;
  margin-left: 30px;
}
.header_template .header_content .menu_box .menu_btn_box {
  display: none;
}
.header_template .header_content .menu_box .nav_menu_item {
  display: flex;
  height: 100%;
  text-align: center;
}
.header_template .header_content .menu_box .nav_menu_item .item {
  position: relative;
  height: 100%;
  margin-right: 12px;
}
.header_template .header_content .menu_box .nav_menu_item .item.active a {
  color: #2B9DFD;
}
.header_template .header_content .menu_box .nav_menu_item .item > a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #fff;
  text-align: center;
}
.header_template .header_content .menu_box .nav_menu_item .item > a i {
  display: inline-block;
  width: 19px;
  height: 19px;
  position: relative;
  top: 1px;
}
.header_template .header_content .menu_box .nav_menu_item .item > a span {
  display: inline-block;
  color: currentColor;
  font-size: 16px;
  padding: 0 6px;
  min-width: 35px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.header_template .header_content .menu_box .nav_menu_item .item > a span.drop_menu_icon:after {
  content: "";
  display: inline-block;
  position: relative;
  height: 8px;
  width: 8px;
  left: 7px;
  top: 3px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transition: all 0.3s;
  transform: translateY(-50%) rotate(-45deg);
}
.header_template .header_content .menu_box .nav_menu_item .item .drop_menu_box {
  position: absolute;
  min-width: 100%;
  top: 50px;
  left: 50%;
  z-index: 20;
  padding: 10px 0;
  border-radius: 5px;
  background: #fff;
  opacity: 0;
  transform: translateX(-50%);
  transition: opacity 0.6s ease 0.1s, transform 0.4s ease 0.1s;
  visibility: hidden;
  backface-visibility: hidden;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.15));
}
.header_template .header_content .menu_box .nav_menu_item .item .drop_menu_box .back_menu {
  display: none;
}
.header_template .header_content .menu_box .nav_menu_item .item .drop_menu_box .scroll_box a {
  display: block;
  min-width: 80px;
  height: 34px;
  line-height: 34px;
  color: #777;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  margin: 0 24px;
  white-space: nowrap;
}
.header_template .header_content .menu_box .nav_menu_item .item .drop_menu_box .scroll_box a:hover {
  color: #2B9DFD;
  font-weight: 600;
}
.header_template .header_content .menu_box .nav_menu_item .item:hover {
  cursor: pointer;
  overflow: inherit;
}
.header_template .header_content .menu_box .nav_menu_item .item:hover > a i, .header_template .header_content .menu_box .nav_menu_item .item:hover > a span {
  color: #2B9DFD;
}
.header_template .header_content .menu_box .nav_menu_item .item:hover > a .drop_menu_icon:after {
  border-color: #2B9DFD;
  top: 7px;
  transform: translateY(-50%) rotate(-225deg);
}
.header_template .header_content .menu_box .nav_menu_item .item:hover .drop_menu_box {
  transform: translateX(-50%) translateY(8px);
  opacity: 1 !important;
  visibility: visible !important;
}
.header_template .header_content .menu_box .nav_menu_item .item:hover .drop_menu_box:before {
  content: " ";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid white;
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 21;
}
.header_template .header_content .right_item {
  flex: 1 1 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header_template .header_content .right_item > .iconfont {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 60px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}
.header_template .header_content .right_item > .iconfont:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin: -20px 0 0 -20px;
  transform: scale(0.5);
  opacity: 0;
  background-color: rgba(220, 225, 229, 0.3);
  transition: opacity 0.2s ease, transform 0.4s ease;
}
.header_template .header_content .right_item > .iconfont:hover {
  color: #2B9DFD;
}
.header_template .header_content .right_item > .iconfont:hover:after {
  transform: scale(1);
  opacity: 1;
}
.header_template .header_content .right_item .menu_icon {
  display: none;
}

.router_template {
  position: relative;
  line-height: 22px;
  color: #666;
}
.router_template a, .router_template em {
  font-weight: 400;
  font-size: 14px;
  color: #666;
  margin-right: 5px;
}
.router_template a:hover {
  color: #2B9DFD;
  text-decoration: underline;
}
.router_template .router_right {
  position: absolute;
  right: 20px;
  top: 11px;
}
.router_template .router_right .router_submenu {
  position: relative;
  height: 40px;
  line-height: 40px;
  padding-right: 16px;
  color: #222;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
}
.router_template .router_right .router_submenu::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #222;
}

.router_modal_template.active .drop_menu_box {
  opacity: 1;
  transform: translateY(0);
}
.router_modal_template .drop_menu_box {
  max-width: 660px;
  margin: 100px auto 0;
  padding: 10px 0 50px;
  border-radius: 5px;
  transform: translateY(50%);
  opacity: 0;
  background: #fff;
  transition: opacity 0.6s ease 0.1s, transform 0.4s ease 0.1s;
  backface-visibility: hidden;
}
.router_modal_template .drop_menu_box .scroll_box a {
  display: block;
  color: #777;
  text-align: left;
  font-size: 28px;
  line-height: 1.4;
  margin: 8px 24px;
  white-space: nowrap;
}
.router_modal_template .drop_menu_box .scroll_box a:hover {
  color: #2B9DFD;
  font-weight: 600;
}
.router_modal_template .drop_menu_box .scroll_box a.active {
  color: #222;
  font-weight: 800;
}

.search_modal_template {
  background-color: rgba(244, 245, 243, 0.9803921569);
}
.search_modal_template .modal_content .qsform {
  transform: translateY(50%);
  opacity: 0;
}
.search_modal_template .modal_content .qsform form {
  max-width: 900px;
  position: relative;
  height: 105px;
  border-radius: 2px;
  margin: 100px auto;
  background: #fff;
  overflow: hidden;
}
.search_modal_template .modal_content .qsform form .search_icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0 30px 0 10px;
  background: url(https://m66.net/images/search.svg) no-repeat center center;
  background-size: contain;
}
.search_modal_template .modal_content .qsform form input {
  display: inline-block;
  font-size: 20px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 30px;
  color: #222;
}

body.active {
  background-color: #121212;
}
body.active .home_nav_template {
  background-color: #232323;
}
body.active .home_nav_template .home_nav_ul li:after {
  background-color: #414243;
}
body.active .home_nav_template .home_nav_ul li a {
  color: #999;
}
body.active .home_nav_template .home_nav_ul li a:hover {
  color: #2B9DFD;
}
body.active .header_template {
  border-bottom-color: #232323;
  background-color: #232323 !important;
}
body.active .header_template .header_content {
  background-color: #232323 !important;
}
body.active .header_template .menu_box .menu_btn_box .menu_close {
  background: url(https://m66.net/images/close@.svg) no-repeat center center !important;
  background-size: 40% !important;
}
body.active .header_template .menu_box .nav_menu_item .item a i, body.active .header_template .menu_box .nav_menu_item .item a span {
  color: #999;
}
body.active .header_template .menu_box .nav_menu_item .item.active a i {
  color: #2B9DFD;
}
body.active .header_template .menu_box .nav_menu_item .item.active a span {
  color: #2B9DFD !important;
}
body.active .header_template .menu_box .nav_menu_item .item .drop_menu_box {
  background-color: #121416;
}
body.active .header_template .menu_box .nav_menu_item .item .drop_menu_box:before {
  border-bottom-color: #121416 !important;
}
body.active .header_template .menu_box .nav_menu_item .item .drop_menu_box a {
  color: #fff !important;
}
body.active .header_template .right_item .iconfont {
  color: #fff;
}
body.active .router_template {
  border-color: #333;
}
body.active .router_template .router_right .router_submenu {
  color: #999;
}
body.active .search_modal_template {
  background-color: #121416;
}
body.active .search_modal_template .modal_content .btn_close {
  background: url(https://m66.net/images/close@.svg) no-repeat center center;
  background-size: 50%;
}
body.active .search_modal_template .modal_content .qsform form {
  background: #292c2f;
}
body.active .search_modal_template .modal_content .qsform form input {
  color: #fff;
}
body.active .search_modal_template .modal_content .qsform form .search_icon {
  background: url(https://m66.net/images/search@.svg) no-repeat center center;
  background-size: contain;
}
body.active .language_select_template .text span {
  color: #fff;
}
body.active .language_select_template .drop_menu_box {
  background-color: #121416;
}
body.active .language_select_template .drop_menu_box .language_close {
  background: url(https://m66.net/images/close@.svg) no-repeat center center;
  background-size: 40%;
}
body.active .language_select_template .drop_menu_box a {
  color: #fff;
}
body.active .language_select_template .drop_menu_box a:hover {
  background-color: #999;
}
body.active .auto_color, body.active .auto_color a {
  color: #bbb !important;
}
body.active .auto_author {
  color: #cdcee1 !important;
}
body.active .carousel_template .item {
  background-color: #292c2f !important;
}
body.active .seo_title, body.active .seo_text {
  color: rgba(255, 255, 255, 0.5) !important;
}
body.active .auth_bg li {
  background-color: #292c2f !important;
}
body.active .new_tag_template a {
  color: #777;
  border-color: #777;
}
body.active .new_tag_template a:hover {
  color: #2B9DFD;
  border-color: #2B9DFD;
}
body.active .router_template .w12_box {
  background-color: #121212;
}
body.active .router_template .w12_box a, body.active .router_template .w12_box em {
  color: #777;
}
body.active .content_template {
  color: #777;
}
body.active .content_template h2, body.active .content_template h3, body.active .content_template h4, body.active .content_template h5 {
  color: #eee;
}
body.active .content_template p {
  color: #ddd;
}
body.active .content_template span {
  color: #ddd;
}
body.active .content_template pre, body.active .content_template code {
  color: #eee;
  background-color: #333;
}
body.active .content_template ul li {
  color: #ddd;
}
body.active .content_template table td, body.active .content_template table th {
  border-color: #555;
}
body.active .content_template table td sup, body.active .content_template table th sup {
  color: #ddd;
}
body.active .content_template table thead td, body.active .content_template table thead th {
  color: #ddd;
  background-color: transparent;
}
body.active .content_template table tbody tr:nth-child(even) {
  background-color: #333;
}
body.active .content_template table tbody tr td {
  color: #777;
}
body.active .laypage_template a, body.active .laypage_template span {
  color: #bbb;
  background-color: #2C2C2C;
}
body.active .laypage_template .currentPage {
  background-color: #2B9DFD;
}
body.active .footer_template {
  background-color: #121212;
}
body.active.index_html .notice_box {
  background-color: #181818;
}
body.active.index_html .main_box1 {
  background-color: #121212;
}
body.active.index_html .main_box2 {
  background-color: #151515;
}
body.active.index_html .switch_box .switch_list {
  color: #bbb;
}
body.active.index_html .img_text_template li {
  background-color: #181818;
}
body.active.zt_html .main_box1 {
  background-color: #121212;
}
body.active.zt_html .main_box1 h1 {
  background-color: #151515;
}
body.active.zt_html .main_box1 .w12_box .img_text_template li {
  background-color: #181818;
}
body.active.zt_html .w12_box {
  background-color: #181818;
}
body.active.lb_html .section_box .w12_box {
  background-color: #181818;
}
body.active.lb_html .section_box .w12_box .title_template {
  border-bottom-color: #777;
}
body.active.lb_html .section_box .w12_box .switch_box .switch_list {
  color: #999;
}
body.active.lb_html .section_box .w12_box .img_text_template li {
  background-color: #212121;
}
body.active.wzy_html .section_box .w12_box {
  background-color: #121212;
}
body.active.wzy_html .section_box .w12_box .b_box {
  background-color: #181818;
}
body.active.wzy_html .section_box .w12_box .b_box .title_text {
  color: #777;
}
body.active.wzy_html .section_box .main_box .left_box .content_nav_template {
  background-color: #212121;
}
body.active.wzy_html .section_box .main_box .left_box .content_nav_template .content .div_p {
  color: #777;
}
body.active.wzy_html .section_box .main_box .left_box .content_nav_template .content .nav_list a {
  color: #777;
}
body.active.wzy_html .section_box .main_box .left_box .content_template h2 {
  color: #999;
  background: #303030;
}
body.active.wzy_html .section_box .main_box .left_box .content_template table thead tr th {
  color: #777;
}
body.active.wzy_html .section_box .main_box .left_box .content_template p {
  color: #777;
}
body.active.wzy_html .section_box .main_box .left_box .content_template p a {
  color: #777;
}
body.active.wzy_html .section_box .main_box .left_box .content_template p a:hover {
  color: #2B9DFD;
  text-decoration: underline;
}
body.active.wzy_html .section_box .main_box .left_box .content_template ul li {
  color: #777;
}
body.active.wzy_html .section_box .main_box .left_box .other_content {
  background-color: #303030;
}
body.active.wzy_html .section_box .main_box .left_box .other_content dd {
  color: #666;
}
body.active.wzy_html .section_box .main_box .left_box .other_content dd span {
  color: #777;
}
body.active.wzy_html .section_box .main_box .left_box .question_box {
  background-color: #212121;
}
body.active.wzy_html .section_box .main_box .left_box .question_box .question_title {
  color: #777;
}
body.active.wzy_html .section_box .main_box .left_box .question_box .item {
  border-color: #414243;
}
body.active.wzy_html .section_box .main_box .left_box .question_box .item .title {
  color: #777 !important;
}
body.active.wzy_html .section_box .main_box .left_box .img_text_template li {
  background-color: #212121;
}
body.active.fl_html .main_box {
  background-color: #181818;
}
body.active.fl_html .main_box .category_box .cate_list_box li {
  border-color: #333 !important;
}
body.active.fl_html .main_box .category_box .cate_list_box li:hover {
  background: #222;
  border-color: #2B9DFD !important;
}
body.active.gywm_html .section_box .w12_box {
  background-color: #181818;
}
body.active.empty_html .section_box .w12_box {
  background-color: #121212;
}
body.active.empty_html .section_box .w12_box .result_none p {
  color: #777;
}
body.active.empty_html .section_box .w12_box .result_none h5 {
  color: #999;
}
body.active.zxlb_html .section_box .theme_box h1 {
  color: #999;
}
body.active.zxlb_html .section_box .theme_box p {
  color: #777;
}
body.active.zxlb_html .section_box .w12_box {
  background-color: #181818;
}
body.active.zxlb_html .section_box .w12_box .img_text_template li {
  background-color: #212121;
}
body.active.aimx_html .section_box .w12_box {
  background-color: #181818;
}
body.active.aimx_html .section_box .w12_box .img_text_template li {
  background-color: #212121;
}
body.active.aimx_html .w12_box {
  background-color: #181818;
}
body.active .back_box #back_tab li {
  background-color: #232323;
}
body.active .aside_template {
  background-color: #111 !important;
}
body.active .aside_template.sticky_aside .aside_box {
  background-color: #111 !important;
}
body.active .aside_template.sticky_aside .aside_box > ul .menu_item .sub_menu:before {
  background-color: #333;
}
body.active .aside_template.sticky_aside .aside_box > ul .menu_item .text:hover {
  background-color: #232323 !important;
}

.language_select_template {
  position: relative;
  height: 32px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 6px;
}
.language_select_template .iconfont {
  display: flex;
  align-items: center;
  height: 32px;
  line-height: 32px;
  color: #fff;
  font-size: 20px;
  padding: 0 20px 0 10px;
}
.language_select_template .iconfont span {
  color: currentColor;
  font-size: 14px;
  text-align: center;
  margin-left: 3px;
}
.language_select_template .drop_menu_box {
  position: absolute;
  top: 32px;
  left: -20px;
  right: -20px;
  z-index: 20;
  padding: 10px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  transform: rotateX(-90deg);
  transform-origin: 0 0;
  transition: transform 0.3s, visibility 0.1s 0.3s;
  visibility: hidden;
  backface-visibility: hidden;
}
.language_select_template .drop_menu_box .language_close {
  display: none;
}
.language_select_template .drop_menu_box a {
  display: block;
  color: #666;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  padding: 7px 10px;
  white-space: nowrap;
}
.language_select_template .drop_menu_box a:hover, .language_select_template .drop_menu_box a.active {
  color: #2B9DFD;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.05);
}
.language_select_template.active {
  overflow: inherit;
}
.language_select_template.active .drop_menu_box {
  transform: rotateX(0) !important;
  transition: all 0.3s !important;
  visibility: visible !important;
}

.bg_template {
  display: none;
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 7;
  background: rgba(0, 0, 0, 0.6);
}
.bg_template.active {
  display: block;
}

.img_text_template {
  display: grid;
  column-gap: 20px;
  row-gap: 20px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.img_text_template.lr {
  display: grid;
}
.img_text_template.lr li {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  flex-direction: row;
  height: auto;
}
.img_text_template.lr li .img_item {
  width: 120px;
  height: 68px;
}
.img_text_template.lr li .content {
  flex: 1;
}
.img_text_template.lr li .content .title a {
  font-size: 16px;
}
.img_text_template.lr li .content .desc {
  color: #999;
  font-size: 14px;
  line-height: 20px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.img_text_template.square li {
  border-radius: 25px 25px 0 0;
}
.img_text_template.square li .img_item {
  position: relative;
  height: auto;
  padding-top: 100%;
}
.img_text_template.square li .img_item img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 25px;
}
.img_text_template.title_row2 li .content .title {
  height: 50px;
}
.img_text_template.title_row2 li .content .title a {
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.img_text_template.mx_box {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.img_text_template.mx_box li .img_item {
  display: none;
}
.img_text_template.mx_box li .content .title {
  height: 50px;
}
.img_text_template.mx_box li .content .title a:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  background: url(https://m66.net/images/mx.svg) center center;
  background-size: contain;
  vertical-align: bottom;
}
.img_text_template li {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.075);
  transition: all 0.3s ease;
}
.img_text_template li:hover {
  box-shadow: 0 18px 34px rgba(14, 30, 62, 0.12);
}
.img_text_template li .img_item {
  position: relative;
  height: 145px;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.img_text_template li .img_item img {
  width: 100%;
  transition: all 0.3s ease-out 0s;
}
.img_text_template li .tips {
  display: flex;
  font-size: 9.5px;
  color: #fff;
  padding: 1px 6px 2px;
  border-radius: 2px;
}
.img_text_template li .tips a {
  color: #ff884d;
  background: #ff884d;
}
.img_text_template li .content {
  position: relative;
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
}
.img_text_template li .content .title a {
  font-size: 16px;
  color: #222;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.img_text_template li .content .title a:hover {
  color: #2B9DFD !important;
}
.img_text_template li .content .desc {
  color: #777;
  font-size: 14px;
  line-height: 20px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.img_text_template li .content .tag.none .tag_list {
  display: flex;
  align-items: center;
  padding: 6px 0;
  margin-bottom: 0px;
  color: #999;
  background-color: transparent;
  white-space: nowrap;
  overflow: hidden;
}
.img_text_template li .content .tag.none .tag_list i {
  margin-right: 5px;
  color: #2B9DFD;
}
.img_text_template li .content .tag.none .tag_list:hover {
  color: #999 !important;
  background-color: transparent !important;
}
.img_text_template li .content .tag.none .tag_list:hover i {
  color: #2B9DFD;
}
.img_text_template li .content .tag .tag_list {
  position: relative;
  display: inline-block;
  color: #ff884d;
  padding: 3px 6px;
  font-size: 12px;
  margin-right: 8px;
  line-height: 18px;
  border-radius: 5px;
  margin-bottom: 5px;
  background: #fff6f2;
  cursor: pointer;
}
.img_text_template li .content .tag .tag_list:hover {
  color: #fff !important;
  background-color: #2B9DFD !important;
}
.img_text_template li .content .tag .tag_list:nth-child(2) {
  color: #60a5fa;
  background: #f2f8ff;
}
.img_text_template li .content .other_box {
  display: flex;
  gap: 16px;
}
.img_text_template li .content .other_box span {
  font-size: 14px;
  color: #999;
}
.img_text_template li .content .other_box span.reader {
  display: flex;
  align-items: center;
}
.img_text_template li .content .other_box span.reader i {
  color: #2B9DFD;
  margin-right: 5px;
}

.new_tag_template {
  margin-top: 25px;
  overflow: hidden;
}
.new_tag_template a {
  position: relative;
  float: left;
  display: inline-block;
  font-size: 14px;
  border-radius: 20px;
  margin: 0 10px 16px 0;
  padding: 0 10px;
  color: #333;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #ddd;
  overflow: hidden;
}
.new_tag_template a:hover {
  color: #2B9DFD;
  border-color: #2B9DFD;
}

.footer_template {
  position: relative;
  z-index: -1;
  text-align: left;
  padding: 30px 0;
  margin-top: 20px;
  background-color: #fff;
}
.footer_template.sticky {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}
.footer_template .w12_box {
  display: grid !important;
  column-gap: 40px;
  grid-template-columns: 1fr 2fr;
  background-color: transparent;
}
.footer_template .w12_box .desc .f_log a img {
  width: 140px;
  height: 32px;
  margin: 0;
  object-fit: contain;
}
.footer_template .w12_box .desc .content {
  margin: 16px 0;
  color: #888;
  letter-spacing: 2px;
  font-size: 14px;
  line-height: 1.4;
}
.footer_template .w12_box .desc .info {
  color: #888;
  font-size: 14px;
  line-height: 1.4;
}
.footer_template .w12_box .desc .info a {
  color: #999;
}
.footer_template .w12_box .desc .info a:hover {
  color: #2B9DFD;
}
.footer_template .w12_box dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.footer_template .w12_box dl dd h3 {
  font-size: 18px;
  color: #777;
  margin-bottom: 20px;
}
.footer_template .w12_box dl dd > a {
  display: block;
  color: #888;
  font-size: 14px;
  margin-bottom: 10px;
}
.footer_template .w12_box dl dd > a:hover {
  color: #2B9DFD;
}
.footer_template .w12_box dl dd .qsform form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 38px;
  border-radius: 2px;
  background: #fff;
  overflow: hidden;
  border: 1px solid #2B9DFD;
}
.footer_template .w12_box dl dd .qsform form input {
  flex: 1 1;
  display: inline-block;
  font-size: 14px;
  width: 100%;
  height: 38px;
  line-height: 38px;
  color: #222;
  padding: 0 10px;
}
.footer_template .w12_box dl dd .qsform form .iconfont {
  width: 60px;
  height: 38px;
  color: #fff;
  background-color: #2B9DFD;
}
.footer_template .other {
  text-align: center;
}
.footer_template .other a {
  font-size: 12px;
  color: #a7a7a7;
  padding: 0 5px;
  position: relative;
}
.footer_template .other a:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: #999;
  position: absolute;
  left: -2px;
  top: 50%;
  margin-top: -6px;
}
.footer_template .other a:first-child:after {
  display: none;
}
.footer_template .other a:hover {
  color: #2B9DFD;
  text-decoration: underline;
}
.footer_template .other p {
  font-size: 12px;
  color: #a7a7a7;
}

.title_template {
  height: 30px;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 16px;
  overflow: hidden;
}
.title_template.arrow_link {
  display: flex;
  justify-content: space-between;
}
.title_template.arrow_link a {
  color: #3a74f6;
  font-size: 14px;
}
.title_template.arrow_link a:hover {
  color: #2B9DFD;
}
.title_template .title {
  font-size: 18px;
  font-weight: 700;
  color: #222;
  display: inline-block;
  position: relative;
}
.title_template .title.arrow:hover {
  color: #2B9DFD;
}
.title_template .title.arrow:after {
  content: "";
  display: inline-block;
  position: relative;
  margin-left: 5px;
  height: 6px;
  width: 6px;
  left: 0;
  top: 2px;
  border-left: 2px solid #999;
  border-bottom: 2px solid #999;
  transition: all 0.3s;
  transform: translateY(-50%) rotate(-135deg);
}
.title_template .title.wifi:after {
  content: "";
  display: inline-block;
  position: relative;
  margin-left: 5px;
  height: 16px;
  width: 16px;
  top: 2px;
  background: url(https://m66.net/images/f_icon1.svg) no-repeat center center;
  background-size: contain;
}
.title_template .random {
  font-size: 14px;
  color: #666;
  float: right;
  font-weight: 500;
}
.title_template .random:hover {
  color: #2B9DFD;
}

.content_template {
  line-height: 2.6;
}
.content_template [id^=op] {
  scroll-margin-top: 100px;
}
.content_template .content_nav_template {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 30px;
  padding: 20px 30px;
  margin-top: 16px;
  background: #F5F5F7;
}
.content_template .content_nav_template .content {
  width: 0;
  flex: 1;
  position: relative;
}
.content_template .content_nav_template .content .div_p {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 900;
  color: #222;
  word-break: break-all;
}
.content_template .content_nav_template .content .check_menu {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  width: 40px;
  height: 24px;
  background-color: #f20;
  background: url(https://m66.net/images/nav_icon3@.svg) no-repeat center center;
  background-size: contain;
}
.content_template .content_nav_template .content .check_menu:checked + .nav_list {
  max-height: 0;
  margin-top: 0;
}
.content_template .content_nav_template .content .nav_list {
  margin-top: 10px;
  max-height: 1000px;
  transition: all 0.6s ease;
  overflow: hidden;
  line-height: 1.6;
}
.content_template .content_nav_template .content .nav_list > div {
  margin-bottom: 8px;
}
.content_template .content_nav_template .content .nav_list a {
  font-size: 16px;
  line-height: 1.3;
  color: #2B9DFD;
  word-break: break-all;
}
.content_template .content_nav_template .content .nav_list a:visited {
  opacity: 0.8;
}
.content_template .content_nav_template .content .nav_list a:hover {
  text-decoration: underline;
}
.content_template .content_nav_template .content .nav_list ul {
  list-style: none;
  margin-top: 0;
}
.content_template .content_nav_template .content .nav_list ul li {
  line-height: 1.6;
  margin-left: 16px;
}
.content_template .content_nav_template .content .nav_list ul li a {
  font-size: 14px;
}
.content_template h2, .content_template h3, .content_template h4, .content_template h5 {
  color: #222;
  font-weight: bold;
  font-size: 18px;
  margin-top: 20px;
  position: relative;
  line-height: 28px;
  word-break: break-all;
}
.content_template p {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  color: #333;
  margin-top: 25px;
  word-break: break-all;
  text-wrap: initial !important;
}
.content_template p strong a {
  color: #444;
  font-size: 14px;
  font-weight: bold;
}
.content_template p strong a:hover {
  color: #2B9DFD;
}
.content_template span {
  word-break: break-all;
  text-wrap: initial !important;
}
.content_template img {
  display: block;
  margin: 16px auto 0;
}
.content_template embed {
  width: 100% !important;
}
.content_template video {
  width: 100% !important;
}
.content_template pre, .content_template code {
  /*color: #eee;*/
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
  /* padding: 5px 10px;*/
  border-radius: 3px;
  /*background-color: #333;*/
}
.content_template ul, .content_template ol {
  margin-top: 16px;
  list-style-type: disc;
}
.content_template ul li, .content_template ol li {
  margin-left: 25px;
  text-indent: 0;
  word-break: break-all;
  color: #333;
  font-size: 16px;
  line-height: 1.8;
}
.content_template table {
  width: 100%;
  text-align: center;
  margin-top: 16px;
}
.content_template table td, .content_template table th {
  border: 1px solid #ddd;
  padding: 5px;
}
.content_template table td sup, .content_template table th sup {
  color: #999;
}
.content_template table thead td, .content_template table thead th {
  color: #222;
  background-color: #eee;
}
.content_template table tbody tr:nth-child(even) {
  background-color: #eee;
}
.content_template table tbody tr td {
  color: #333;
  word-break: break-all;
}

.laypage_template {
  text-align: center;
  height: 30px;
  line-height: 30px;
  margin: 40px;
  background-color: transparent;
}
.laypage_template a, .laypage_template span {
  display: inline-block;
  font-size: 14px;
  min-width: 24px;
  padding: 0 7px;
  text-align: center;
  color: #666;
  margin-bottom: 8px;
  margin-right: 5px;
  border-radius: 3px;
  background-color: #ddd;
}
.laypage_template a.currentPage, .laypage_template span.currentPage {
  color: #fff;
  background-color: #2B9DFD;
}
.laypage_template a:hover {
  color: #2B9DFD;
}

.star_template {
  width: 125px;
  height: 25px;
  margin-top: 10px;
}
.star_template dl {
  position: relative;
  height: 100%;
  display: flex;
  background: url(https://m66.net/images/star.svg);
  background-size: auto 100%;
}
.star_template dl dt {
  position: absolute;
  height: 100%;
  text-indent: -9000px;
  z-index: 1;
  background-image: url(https://m66.net/images/star@.svg);
  background-size: auto 100%;
}
.star_template dl dd {
  text-indent: -9000px;
  padding: 0;
  margin: 0;
  float: left;
  width: 25px;
  height: 100%;
}

.carousel_box {
  position: relative;
  padding: 16px 0;
}

.carousel_template {
  outline: none;
}
.carousel_template.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.carousel_template.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.carousel_template.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.carousel_template .flickity-viewport {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.carousel_template .flickity-viewport .flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.carousel_template .flickity-viewport .flickity-slider .item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: 8px;
  padding: 25px;
  margin-left: 25px;
  max-width: 245px;
  text-align: left;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #fff;
  transition: box-shadow 0.15s ease-in-out;
  box-shadow: 0 0.25rem 1.5rem 1px rgba(0, 0, 0, 0.03);
}
.carousel_template .flickity-viewport .flickity-slider .item:hover .content .title a {
  color: #2B9DFD;
}
.carousel_template .flickity-viewport .flickity-slider .item .img_item {
  position: relative;
  z-index: 1;
  width: 195px;
  height: 195px;
  margin-bottom: 16px;
  border-radius: 16px;
  overflow: hidden;
}
.carousel_template .flickity-viewport .flickity-slider .item .img_item.mod:before {
  content: "MOD";
  position: absolute;
  right: 3px;
  bottom: 3px;
  padding: 3px 10px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  border-radius: 99999px;
}
.carousel_template .flickity-viewport .flickity-slider .item .content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.carousel_template .flickity-viewport .flickity-slider .item .content .title a {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.carousel_template .flickity-viewport .flickity-slider .item .content .developer {
  color: #b2b2b2;
  font-size: 17px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.carousel_btn_next {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 100%;
  border: 0 none;
  background: 0 0;
  padding: 0;
}
.carousel_btn_next .cbtn {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  background: #2B9DFD url(https://m66.net/images/arrow.svg) no-repeat center center;
  background-size: 50%;
  border-radius: 50%;
  margin-top: -30px;
  margin-left: 30px;
  width: 30px;
  height: 30px;
  padding: 16px;
  cursor: pointer;
  box-shadow: 0 2.5px 10px 0 rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
}
.carousel_btn_next .cbtn_hide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.carousel_btn_next .cbtn_hide:after {
  content: "";
  background-color: #fff;
  transform: translateX(100%);
  width: 100%;
  height: calc(100% - 40px);
  margin-top: 20px;
  border-radius: 40px;
  display: block;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.25);
}

@keyframes text-movey {
  0% {
    opacity: 0.3;
    transform: translate3d(0, -5px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.movey_anim {
  animation: text-movey 0.4s linear alternate;
}

.question_box {
  padding: 16px 20px 17px;
  margin-bottom: 20px;
  margin-top: 20px;
  border-radius: 5px;
  background: #fafafa;
}
.question_box.none {
  margin: 0;
  padding: 0;
  background-color: transparent;
}
.question_box .question_title {
  display: inline-block;
  color: #222;
  font-size: 18px;
  margin-bottom: 16px;
}
.question_box .question_title:after {
  content: "";
  position: relative;
  top: 2px;
  left: 3px;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #bbb;
  border-bottom: 2px solid #bbb;
  transition: all 0.3s;
  transform: translateY(-50%) rotate(-45deg);
}

.act_box {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 30px 0;
}
.act_box a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #bbb;
  width: 60px;
  height: 60px;
  line-height: 53px;
  margin: 0 5px;
  padding-top: 5px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 50%;
  border: 2px solid hsla(210, 8%, 51%, 0.09);
}
.act_box a.active i, .act_box a.active span {
  color: #2B9DFD;
}
.act_box a i {
  display: inline-block;
  width: 26px;
  height: 26px;
  font-size: 28px;
  color: #bbb;
}
.act_box a span {
  display: inline-block;
  font-size: 12px;
  margin-top: -2px;
}

.tags_box {
  margin-bottom: 20px;
}
.tags_box a {
  display: inline-block;
  margin-bottom: 10px;
  padding: 7px 10px;
  line-height: 1;
  font-size: 12px;
  border-radius: 5px;
  margin-right: 5px;
  color: #fff;
}
.tags_box a:hover {
  opacity: 0.8;
}
.tags_box a:nth-child(1) {
  color: #ff884d;
  background: #fff6f2;
}
.tags_box a:nth-child(2) {
  color: #60a5fa;
  background: #f2f8ff;
}
.tags_box a:nth-child(3) {
  color: #ffbb50;
  background-color: rgba(240, 212, 169, 0.168627451);
}
.tags_box a:nth-child(4) {
  color: #1ac756;
  background-color: rgba(26, 199, 86, 0.168627451);
}
.tags_box a:nth-child(5) {
  color: #4a4a4a;
  background-color: rgba(74, 74, 74, 0.1607843137);
}

.question_template .item {
  padding: 10px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.06);
}
.question_template .item .title {
  position: relative;
  color: #0C0E21;
  font-size: 16px;
  cursor: pointer;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.question_template .item .title i {
  color: #2B9DFD;
  margin-right: 5px;
}
.question_template .item .title:hover {
  color: #2B9DFD;
}

.cat_bar_template a {
  display: inline-block;
  color: #2B9DFD;
  font-weight: 800;
  font-size: 18px;
}
.cat_bar_template a:not(:last-child):after {
  content: "/";
  opacity: 0.4;
  margin: 0 10px;
  color: #222;
}
.cat_bar_template a:hover {
  text-decoration: underline;
}

.more_version_btn {
  display: flex;
  align-items: center;
  color: #2B9DFD;
  font-size: 18px;
  font-weight: 800;
  height: 40px;
  line-height: 40px;
}
.more_version_btn:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 16px;
  background: url(https://m66.net/images/collapse_icon.svg) no-repeat center center;
  background-size: contain;
}
.more_version_btn.open:after {
  background: url(https://m66.net/images/collapse_icon@.svg) no-repeat center center;
  background-size: contain;
}

.home_nav_template {
  position: fixed;
  z-index: 100;
  width: 58px;
  top: 50%;
  left: 10px;
  font-size: 14px;
  border-radius: 3px;
  transform: translateY(-50%);
  background-color: #fff;
}
.home_nav_template .home_nav_ul li {
  position: relative;
  text-align: center;
  padding: 10px;
  letter-spacing: 2px;
  line-height: 1.4;
}
.home_nav_template .home_nav_ul li.active a {
  color: #2B9DFD;
}
.home_nav_template .home_nav_ul li:after {
  content: "";
  width: 30px;
  height: 1px;
  background: #efefef;
  left: calc(50% - 16px);
  bottom: 0;
  position: absolute;
}
.home_nav_template .home_nav_ul li a {
  display: block;
  height: 38px;
  color: #222;
  font-size: 14px;
  overflow: hidden;
}
.home_nav_template .home_nav_ul li a .iconfont {
  font-size: 18px;
  line-height: 1.1;
}

.news_template li a, .news_template dd a {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0 5px 10px;
}
.news_template li a:hover .text, .news_template dd a:hover .text {
  color: #2B9DFD !important;
}
.news_template li a:before, .news_template dd a:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  vertical-align: bottom;
  background-color: #2B9DFD;
}
.news_template li a .text, .news_template dd a .text {
  flex: 1 0;
  color: #666;
  font-size: 14px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.news_template li a .time, .news_template dd a .time {
  color: #999;
  font-size: 14px;
}

.btn_template {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border-radius: 9999px;
}
.btn_template.c1 {
  background-color: #2B9DFD;
}
.btn_template.c2 {
  display: none;
  background-color: #f77a4c;
}
.btn_template:hover:after {
  opacity: 1;
}
.btn_template:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 110%;
  height: 130%;
  opacity: 0;
  border-radius: 9999px;
  transition: transform 0.2s ease;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.2);
}

.link_a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
}

.left_box {
  width: 870px;
}

.right_box {
  width: 300px;
}
.right_box.fixed {
  position: fixed;
}

.aside_template {
  border-radius: 0 5px 5px 0;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
}
.aside_template.fixed_aside {
  position: fixed;
  width: 180px;
  z-index: 998;
  top: 527px;
  left: calc(50% - 790px);
}
.aside_template.active .hand_item::after {
  transform: translateY(-50%) rotate(-135deg);
}
.aside_template .hand_item {
  display: none;
  cursor: pointer;
  position: fixed;
  z-index: 998;
  top: 50%;
  right: -30px;
  width: 30px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  transform: translateY(-50%);
  background-color: #101010;
}
.aside_template .hand_item:hover {
  opacity: 0.95;
}
.aside_template .hand_item::after {
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-top: 5px;
  vertical-align: middle;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transition: all 0.3s;
  transform: translateY(-50%) rotate(45deg);
}
.aside_template .aside_box {
  height: 100%;
  overflow: auto;
  background-color: #fff;
}
.aside_template .aside_box > ul {
  padding: 2px;
}
.aside_template .aside_box > ul > .menu_item.open > .text:after {
  border-bottom: 2px solid #2B9DFD;
  border-right: 2px solid #2B9DFD;
  transform: translateY(-50%) rotate(45deg);
}
.aside_template .aside_box > ul .menu_item {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 2px;
}
.aside_template .aside_box > ul .menu_item.open > .sub_menu {
  display: block;
}
.aside_template .aside_box > ul .menu_item.open > .sub_menu + .text:after {
  transform: translateY(-50%) rotate(45deg);
}
.aside_template .aside_box > ul .menu_item.checked > .text {
  color: #2B9DFD;
}
.aside_template .aside_box > ul .menu_item .text {
  cursor: pointer;
  display: block;
  color: #a3a3a3;
  height: 34px;
  line-height: 34px;
  padding: 0 20px 0 7px;
  font-size: 14px;
  order: 1;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.aside_template .aside_box > ul .menu_item .text:hover {
  background-color: #f2f2f2;
}
.aside_template .aside_box > ul .menu_item .sub_menu {
  display: none;
  position: relative;
  order: 2;
  padding-left: 5px;
  margin: 2px 0 0 15px;
}
.aside_template .aside_box > ul .menu_item .sub_menu:before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #f2f2f2;
}
.aside_template .aside_box > ul .menu_item .sub_menu + .text {
  position: relative;
}
.aside_template .aside_box > ul .menu_item .sub_menu + .text:after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 6px;
  width: 6px;
  right: 10px;
  top: 50%;
  border-bottom: 2px solid #bbb;
  border-right: 2px solid #bbb;
  transition: all 0.3s;
  transform: translateY(-50%) rotate(-45deg);
}

.back_box {
  width: 50px;
  position: fixed;
  left: calc(50% + 610px);
  bottom: 20%;
  z-index: 999;
  border-radius: 5px;
  display: none;
  cursor: pointer;
  overflow: hidden;
}
.back_box.active {
  display: block;
}
.back_box #back_tab li {
  position: relative;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 6px;
  background-color: #e9eaea;
}
.back_box #back_tab li i {
  color: #bbb;
  font-weight: 600;
}
.back_box #back_tab li:hover i {
  color: #2B9DFD;
}

.index_html {
  background-color: #fff;
}
.index_html .w12_box {
  background-color: transparent;
}
.index_html .h2_title {
  margin: 30px 0 45px;
  font-size: 24px;
  text-align: center;
  position: relative;
  font-weight: normal;
}
.index_html .h2_title:after {
  content: "";
  width: 20px;
  background: #2B9DFD;
  height: 3px;
  position: absolute;
  left: 0;
  top: 45px;
  margin-left: calc(50% - 10px);
  border-radius: 1.5px;
}
.index_html .h2_title span {
  position: relative;
}
.index_html .h2_title span i {
  position: absolute;
  right: -43px;
  top: -10px;
  padding: 1px 5px;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  font-style: normal;
  border-radius: 20px 20px 20px 0;
  background: #2B9DFD;
}
.index_html .banner_box {
  position: relative;
  background: linear-gradient(1turn, rgba(176, 96, 231, 0.5), rgba(97, 125, 253, 0.5), rgba(47, 225, 187, 0.5));
  background-size: auto 100%;
}
.index_html .banner_box:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.index_html .banner_box .w12_box {
  position: relative;
  z-index: 1;
  padding-top: 110px;
  background-color: transparent !important;
}
.index_html .banner_box .w12_box h1 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
}
.index_html .banner_box .w12_box .info {
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.index_html .banner_box .w12_box .qsform {
  width: 650px;
  margin: 30px auto 0;
}
.index_html .banner_box .w12_box .qsform form {
  position: relative;
  height: 48px;
  border-radius: 10px;
  background: #fff;
}
.index_html .banner_box .w12_box .qsform form .all_cate {
  position: relative;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
}
.index_html .banner_box .w12_box .qsform form .all_cate span {
  display: inline-block;
  max-width: 60px;
  height: 22px;
  line-height: 22px;
  padding: 0 16px;
  margin-top: 14px;
  font-size: 14px;
  color: #333;
  overflow: hidden;
}
.index_html .banner_box .w12_box .qsform form .all_cate:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 5px;
  width: 0px;
  height: 0px;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 4px 3px 0 3px;
  border-color: #333 transparent transparent transparent;
}
.index_html .banner_box .w12_box .qsform form .all_cate:hover .all_cate_list {
  transform: translateY(8px);
  opacity: 1;
  visibility: visible;
}
.index_html .banner_box .w12_box .qsform form .all_cate .all_cate_list {
  position: absolute;
  width: 180px;
  top: 40px;
  left: 0;
  z-index: 20;
  padding: 10px 0;
  border-radius: 5px;
  background: #fff;
  opacity: 0;
  transition: opacity 0.6s ease 0.1s, transform 0.4s ease 0.1s;
  visibility: hidden;
  backface-visibility: hidden;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.15));
}
.index_html .banner_box .w12_box .qsform form .all_cate .all_cate_list:before {
  content: " ";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid white;
  position: absolute;
  top: -6px;
  left: 20%;
  transform: translateX(-50%);
  z-index: 21;
}
.index_html .banner_box .w12_box .qsform form .all_cate .all_cate_list ul li {
  min-width: 80px;
  height: 30px;
  line-height: 30px;
  color: #777;
  text-align: left;
  font-size: 14px;
  margin: 0 24px;
  white-space: nowrap;
  cursor: pointer;
}
.index_html .banner_box .w12_box .qsform form .all_cate .all_cate_list ul li:hover {
  color: #2B9DFD;
  font-weight: 600;
}
.index_html .banner_box .w12_box .qsform form input {
  flex: 1 1;
  display: inline-block;
  font-size: 14px;
  height: 48px;
  line-height: 38px;
  color: #222;
  padding: 0 10px;
}
.index_html .banner_box .w12_box .qsform form .iconfont {
  width: 60px;
  height: 48px;
  color: #222;
  font-size: 26px;
}
.index_html .banner_box .w12_box .qsform .search_keywords {
  color: #fff;
  margin-top: 20px;
  font-size: 16px;
}
.index_html .banner_box .w12_box .qsform .search_keywords a {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  margin: 0 5px 10px 0;
  padding: 0;
  cursor: pointer;
}
.index_html .banner_box .w12_box .qsform .search_keywords a:hover {
  color: #2B9DFD;
}
.index_html .notice_box {
  background-color: #F1F1F1;
}
.index_html .notice_box .w12_box {
  padding: 0;
}
.index_html .notice_box .w12_box .news_template {
  display: grid;
  grid-template-columns: 40px 1fr 1fr;
}
.index_html .notice_box .w12_box .news_template dt {
  width: 40px;
  height: 60px;
  line-height: 60px;
  margin-right: 5px;
  overflow: hidden;
  background: url(https://m66.net/images/notice.svg) no-repeat center center;
  background-size: 80%;
}
.index_html .notice_box .w12_box .news_template dd:not(:last-child) {
  margin-right: 16px;
}
.index_html .notice_box .w12_box .news_template dd a {
  height: 100%;
  padding: 0 0 0 10px;
}
.index_html .notice_box .w12_box .news_template dd a .text {
  color: #222;
}
.index_html .notice_box .w12_box .news_template dd a .time {
  color: #999;
}
.index_html .main_box1 .w12_box {
  padding: 1px 0 20px;
}
.index_html .main_box2 .w12_box {
  padding: 1px 0 20px;
}
.index_html .yyfl_box ul {
  display: grid;
  column-gap: 20px;
  margin-top: 30px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.index_html .yyfl_box ul li {
  display: flex;
  height: 80px;
  box-sizing: border-box;
  padding: 10px 16px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.075);
}
.index_html .yyfl_box ul li:nth-child(1) {
  background-color: #d3e3fd;
}
.index_html .yyfl_box ul li:nth-child(1) i {
  background-color: #a8c7fa;
}
.index_html .yyfl_box ul li:nth-child(2) {
  background-color: #f9efde;
}
.index_html .yyfl_box ul li:nth-child(2) i {
  background-color: #f7dd90;
}
.index_html .yyfl_box ul li:nth-child(3) {
  background-color: #c2e7ff;
}
.index_html .yyfl_box ul li:nth-child(3) i {
  background-color: #7fcfff;
}
.index_html .yyfl_box ul li:nth-child(4) {
  background-color: #c4eed0;
}
.index_html .yyfl_box ul li:nth-child(4) i {
  background-color: #6dd58c;
}
.index_html .yyfl_box ul li:nth-child(5) {
  background-color: #e3e3e3;
}
.index_html .yyfl_box ul li:nth-child(5) i {
  background-color: #c7c7c7;
}
.index_html .yyfl_box ul li:hover {
  opacity: 0.8;
}
.index_html .yyfl_box ul li a {
  flex: 1 1;
  display: block;
  color: #222;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  word-break: break-all;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index_html .yyfl_box ul li i {
  display: inline-block;
  text-align: center;
  width: 50px;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  margin-left: 16px;
  border-radius: 50%;
}
.index_html .zxfb_box .w12_box .img_list_box {
  display: grid;
  column-gap: 25px;
  row-gap: 25px;
  padding: 16px 0;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.index_html .zxfb_box .w12_box .img_list_box .item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.index_html .zxfb_box .w12_box .img_list_box .item:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  transition: all 0.3s ease;
  background-color: #2B9DFD;
}
.index_html .zxfb_box .w12_box .img_list_box .item:hover:after {
  top: 3px;
  left: 3px;
}
.index_html .zxfb_box .w12_box .img_list_box .item a {
  position: relative;
  z-index: 0;
  height: 135px;
}
.index_html .zxfb_box .w12_box .img_list_box .item a img {
  border-radius: 5px;
}
.index_html .zxfb_box .w12_box .img_list_box .item a .info {
  position: absolute;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  left: 0;
  bottom: 0;
  padding: 0 10px;
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
  color: #fff;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  background: linear-gradient(180deg, transparent, #000 65%);
}
.index_html .zxfb_box .w12_box .img_text_template li .content .title {
  height: 50px;
}
.index_html .zxfb_box .w12_box .img_text_template li .content .title a {
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index_html .zxfb_box .w12_box .switch_box {
  margin-top: 40px;
  margin-bottom: 14px;
}
.index_html .zxfb_box .w12_box .switch_box .switch_list {
  padding: 0 7px;
}
.index_html .zxfb_box .w12_box .switch_box .switch_list.active {
  color: #fff !important;
  background-color: #2B9DFD;
}
.index_html .zxfb_box .w12_box .switch_box .switch_list.active:after {
  display: none;
}
.index_html .jxkc_box .w12_box .img_text_template li .content .title {
  height: 50px;
}
.index_html .jxkc_box .w12_box .img_text_template li .content .title a {
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index_html .rjgj_box .w12_box .img_text_template {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.index_html .zxdt_box .w12_box .img_text_template {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.index_html .zxdt_box .w12_box .img_text_template li {
  padding-bottom: 0;
}
.index_html .zxdt_box .w12_box .img_text_template li .img_item {
  width: 210px;
  height: 130px;
  border-radius: 3px 0 0 3px;
}
.index_html .zxdt_box .w12_box .img_text_template li .content {
  gap: 0;
  position: initial;
  justify-content: start;
}
.index_html .zxdt_box .w12_box .img_text_template li .content .title {
  height: 50px;
}
.index_html .zxdt_box .w12_box .img_text_template li .content .title a {
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index_html .title_info {
  text-align: center;
  color: #777;
  margin-bottom: 30px;
  margin-top: -16px;
  font-size: 16px;
}
.index_html .switch_box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -16px;
  margin-bottom: 24px;
}
.index_html .switch_box .switch_list {
  padding: 5px 10px;
  font-size: 16px;
  position: relative;
  cursor: pointer;
}
.index_html .switch_box .switch_list:hover {
  color: #2B9DFD !important;
}
.index_html .switch_box .switch_list.active {
  color: #2B9DFD !important;
}
.index_html .switch_box .switch_list.active:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: calc(50% - 2px);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #2B9DFD;
}
.index_html .switch_content .img_text_template {
  display: none;
}
.index_html .switch_content .img_text_template.active {
  display: grid;
}
.index_html .look_more {
  text-align: center;
  margin-top: 30px;
}
.index_html .look_more a {
  display: inline-block;
  width: 220px;
  padding: 10px 20px;
  color: #fff;
  border-radius: 50px;
  background-color: #2B9DFD;
}
.index_html .look_more a:hover {
  opacity: 0.8;
}

.zt_html .header_template {
  background-color: #fff !important;
}
.zt_html .main_box1 {
  background-color: #F9F9F9;
}
.zt_html .main_box1 h1 {
  color: #fff;
  text-align: center;
  padding: 30px 0;
  background-color: #333;
}
.zt_html .main_box1 .w12_box {
  margin-top: 30px;
  padding: 1px 0;
  background-color: transparent;
}
.zt_html .img_text_template li .content .title {
  height: 50px;
}

.lb_html .section_box .w12_box {
  margin-top: 0;
  background-color: #fff;
}
.lb_html .section_box .w12_box .adv_box {
  height: 100px;
  margin-bottom: 20px;
}
.lb_html .section_box .w12_box .filter_box .title_template {
  height: auto;
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ddd;
}
.lb_html .section_box .w12_box .filter_box .title_template .switch_box {
  display: flex;
  flex: 1;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 30px;
}
.lb_html .section_box .w12_box .filter_box .title_template .switch_box .switch_list {
  position: relative;
  display: block;
  padding: 0px 10px;
  min-width: 50px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  margin-right: 20px;
  border-radius: 9999px;
}
.lb_html .section_box .w12_box .filter_box .title_template .switch_box .switch_list:hover, .lb_html .section_box .w12_box .filter_box .title_template .switch_box .switch_list.active {
  color: #fff;
  background-color: #2B9DFD;
}
.lb_html .section_box .w12_box .switch_content {
  margin-top: 30px;
}
.lb_html .section_box .w12_box .switch_content .img_text_template {
  display: none;
}
.lb_html .section_box .w12_box .switch_content .img_text_template.active {
  display: grid;
}
.lb_html .section_box .w12_box .switch_content .img_text_template li .content .title {
  height: 70px;
}
.lb_html .section_box .w12_box .title_template {
  padding-bottom: 20px;
  border-bottom: 1px dashed #ddd;
}

.wzy_html .section_box .w12_box {
  padding: 0;
}
.wzy_html .section_box .w12_box .theme_box {
  display: flex;
  gap: 30px;
  height: auto;
  margin-bottom: 20px;
}
.wzy_html .section_box .w12_box .theme_box.mx_theme_box .img_item {
  display: none;
}
.wzy_html .section_box .w12_box .theme_box.mx_theme_box .img_item img {
  width: 100%;
}
.wzy_html .section_box .w12_box .theme_box.mx_theme_box .content h1:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  background: url(https://m66.net/images/mx.svg) center center;
  background-size: contain;
  vertical-align: sub;
}
.wzy_html .section_box .w12_box .theme_box .img_item {
  width: 400px;
  height: 200px;
}
.wzy_html .section_box .w12_box .theme_box .img_item.app_item {
  width: 200px;
  height: 200px;
}
.wzy_html .section_box .w12_box .theme_box .img_item.app_item img {
  border-radius: 10px;
  overflow: hidden;
}
.wzy_html .section_box .w12_box .theme_box .content {
  flex: 1;
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: space-between;
}
.wzy_html .section_box .w12_box .theme_box .content h1 {
  font-size: 24px;
  color: #222;
  margin: 0 0 10px;
  font-weight: normal;
  word-break: break-all;
}
.wzy_html .section_box .w12_box .theme_box .content .tags_box {
  margin-bottom: 0;
}
.wzy_html .section_box .w12_box .theme_box .content .desc {
  color: #666;
  font-size: 16px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.wzy_html .section_box .w12_box .theme_box .content .btn_group {
  margin-top: 0px;
}
.wzy_html .section_box .w12_box .theme_box .content .btn_group .btn {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  padding: 8px 16px;
  min-width: 100px;
  line-height: 1.5;
  margin-right: 10px;
  text-align: center;
  border-radius: 5px;
  background-color: #2B9DFD;
}
.wzy_html .section_box .w12_box .theme_box .content .btn_group .btn:hover {
  opacity: 0.8;
}
.wzy_html .section_box .w12_box .theme_box .content .btn_group .btn.btn2 {
  background-color: #2B9DFD;
}
.wzy_html .section_box .w12_box .theme_box .content .btn_group .btn.default {
  color: #bbb;
  background-color: #eee;
}
.wzy_html .section_box .b_box {
  padding: 16px;
  margin-bottom: 20px;
  background-color: #fff;
}
.wzy_html .section_box .b_box .title_text {
  margin-bottom: 16px;
  font-size: 18px;
  color: #222;
}
.wzy_html .section_box .b_box .title_text i {
  color: #2B9DFD;
  margin-right: 5px;
}
.wzy_html .section_box .b_box .title_template .title {
  text-transform: none;
}
.wzy_html .section_box .main_box {
  padding-top: 0;
  overflow: hidden;
}
.wzy_html .section_box .main_box .left_box {
  float: left;
}
.wzy_html .section_box .main_box .left_box .title_template {
  height: auto;
}
.wzy_html .section_box .main_box .left_box .title_template .title {
  font-size: 24px;
  font-weight: normal;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.wzy_html .section_box .main_box .left_box .ai_type {
  display: flex;
  flex-wrap: wrap;
}
.wzy_html .section_box .main_box .left_box .ai_type span {
  color: #999;
  font-size: 14px;
  margin-right: 25px;
}
.wzy_html .section_box .main_box .left_box .ai_type span.reader {
  display: flex;
  align-items: center;
}
.wzy_html .section_box .main_box .left_box .ai_type span.reader i {
  color: #2B9DFD;
  margin-right: 5px;
}
.wzy_html .section_box .main_box .left_box .auther {
  max-width: 80%;
  text-align: center;
  margin: 20px auto;
  font-size: 14px;
}
.wzy_html .section_box .main_box .left_box .auther span {
  display: inline-block;
  padding: 4px 18px 5px;
  border-radius: 5px;
  color: #f58b36;
  background: #fff3e9;
}
.wzy_html .section_box .main_box .left_box .title_d {
  color: #222;
  font-size: 18px;
  margin-bottom: 16px;
  font-weight: 600;
}
.wzy_html .section_box .main_box .left_box .content_template h2 {
  font-size: 18px;
  border-left: 4px solid #2B9DFD;
  padding: 10px 16px;
  line-height: 26px;
  background: #fafafa;
}
.wzy_html .section_box .main_box .left_box .prew_img {
  margin-top: 30px;
}
.wzy_html .section_box .main_box .left_box .prew_img .swiper_xw {
  height: 300px;
}
.wzy_html .section_box .main_box .left_box .prew_img .swiper_xw .swiper-wrapper {
  overflow: initial;
}
.wzy_html .section_box .main_box .left_box .prew_img .swiper_xw .swiper-wrapper .swiper-slide {
  width: auto;
}
.wzy_html .section_box .main_box .left_box .prew_img .swiper_xw .swiper-wrapper .swiper-slide a {
  display: block;
  height: 100%;
}
.wzy_html .section_box .main_box .left_box .prew_img .swiper_xw .swiper-wrapper .swiper-slide a .img_item {
  width: 100%;
  height: 100%;
}
.wzy_html .section_box .main_box .left_box .prew_img .swiper_xw .swiper-wrapper .swiper-slide a .img_item img {
  border-radius: 8px;
}
.wzy_html .section_box .main_box .left_box .other_content {
  padding: 10px 10px 0;
  background-color: #F5F5F5;
  overflow: hidden;
}
.wzy_html .section_box .main_box .left_box .other_content dd {
  float: left;
  min-width: 40%;
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}
.wzy_html .section_box .main_box .left_box .other_content dd span {
  color: #999;
  font-size: 14px;
  margin-left: 5px;
}
.wzy_html .section_box .main_box .left_box .img_text_template {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.wzy_html .section_box .main_box .left_box .img_text_template li .content .title {
  height: 50px;
}
.wzy_html .section_box .main_box .left_box .img_text_template li .content .title a {
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.wzy_html .section_box .main_box .right_box {
  float: right;
}
.wzy_html .section_box .main_box .right_box .b_box:first-child .img_text_template li .img_item {
  width: 70px;
  height: 70px;
  border-radius: 8px;
}
.wzy_html .section_box .main_box .right_box .b_box:first-child .img_text_template li .content .title a {
  font-size: 16px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.wzy_html .section_box .main_box .right_box .b_box:first-child .img_text_template li .content .title .desc {
  color: #999;
  font-size: 14px;
  line-height: 1.3;
}
.wzy_html .section_box .main_box .right_box .widget_box .yyfl_box li {
  display: flex;
  height: 80px;
  box-sizing: border-box;
  margin-bottom: 16px;
  padding: 10px 16px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.075);
}
.wzy_html .section_box .main_box .right_box .widget_box .yyfl_box li:nth-child(1) {
  background-color: #d3e3fd;
}
.wzy_html .section_box .main_box .right_box .widget_box .yyfl_box li:nth-child(1) i {
  background-color: #a8c7fa;
}
.wzy_html .section_box .main_box .right_box .widget_box .yyfl_box li:nth-child(2) {
  background-color: #f9efde;
}
.wzy_html .section_box .main_box .right_box .widget_box .yyfl_box li:nth-child(2) i {
  background-color: #f7dd90;
}
.wzy_html .section_box .main_box .right_box .widget_box .yyfl_box li:nth-child(3) {
  background-color: #c2e7ff;
}
.wzy_html .section_box .main_box .right_box .widget_box .yyfl_box li:nth-child(3) i {
  background-color: #7fcfff;
}
.wzy_html .section_box .main_box .right_box .widget_box .yyfl_box li:nth-child(4) {
  background-color: #c4eed0;
}
.wzy_html .section_box .main_box .right_box .widget_box .yyfl_box li:nth-child(4) i {
  background-color: #6dd58c;
}
.wzy_html .section_box .main_box .right_box .widget_box .yyfl_box li:nth-child(5) {
  background-color: #e3e3e3;
}
.wzy_html .section_box .main_box .right_box .widget_box .yyfl_box li:nth-child(5) i {
  background-color: #c7c7c7;
}
.wzy_html .section_box .main_box .right_box .widget_box .yyfl_box li:hover {
  opacity: 0.8;
}
.wzy_html .section_box .main_box .right_box .widget_box .yyfl_box li a {
  flex: 1 1;
  display: block;
  color: #222;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  word-break: break-all;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.wzy_html .section_box .main_box .right_box .widget_box .yyfl_box li i {
  display: inline-block;
  text-align: center;
  width: 50px;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  margin-left: 16px;
  border-radius: 50%;
}
.wzy_html .section_box .main_box .right_box .widget_box > div a {
  display: block;
  width: 80%;
  margin: 0 auto;
  border-bottom: 1px dashed #999;
}
.wzy_html .section_box .main_box .right_box .widget_box > div a img {
  margin: 5px 0;
}
.wzy_html .section_box .main_box .right_box .widget_box > div a:hover {
  border-bottom-style: solid;
  border-color: #2B9DFD;
}
.wzy_html .section_box .main_box .right_box .widget_box .ai_2 a {
  width: 100%;
}
.wzy_html .section_box .main_box .right_box .widget_box .ai_2 a img {
  width: 100%;
}
.wzy_html .section_box .main_box .right_box .img_text_template {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.wzy_html .section_box .main_box .right_box .img_text_template li {
  box-shadow: none;
  padding-bottom: 0;
}
.wzy_html .section_box .main_box .right_box .img_text_template li:hover {
  transform: translateY(0);
}
.wzy_html .section_box .main_box .right_box .img_text_template li:hover .content .desc {
  color: #2B9DFD;
}
.wzy_html .section_box .main_box .right_box .img_text_template li .img_item {
  width: 100px;
  height: 60px;
}
.wzy_html .section_box .main_box .right_box .img_text_template li .img_item img {
  width: 100%;
  border-radius: 5px;
}
.wzy_html .section_box .main_box .right_box .img_text_template li .content {
  position: initial;
  padding: 0;
  gap: 0;
}
.wzy_html .section_box .main_box .right_box .img_text_template li .content .desc {
  color: #777;
}
.wzy_html .section_box .main_box .right_box .img_text_template li .content .tag.none .tag_list {
  padding: 0;
}
.wzy_html .footer_template {
  margin-top: 0;
}

.fl_html .main_box {
  background-color: #fff;
}
.fl_html .main_box .title_template {
  height: auto;
}
.fl_html .main_box .title_template .title {
  font-size: 22px;
}
.fl_html .main_box .title_template p {
  color: #666;
}
.fl_html .main_box .category_box {
  margin-top: 25px;
  margin-bottom: 40px;
}
.fl_html .main_box .category_box .title {
  font-size: 18px;
  font-weight: 500;
  color: #222;
}
.fl_html .main_box .category_box .cate_list_box {
  display: grid;
  row-gap: 20px;
  column-gap: 20px;
  margin-top: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.fl_html .main_box .category_box .cate_list_box li {
  border: 1px solid #ddd;
  border-radius: 8px;
  box-sizing: border-box;
}
.fl_html .main_box .category_box .cate_list_box li:hover {
  background: rgba(43, 157, 253, 0.2);
  border-color: rgba(43, 157, 253, 0.2);
}
.fl_html .main_box .category_box .cate_list_box li:hover a {
  color: #2B9DFD;
}
.fl_html .main_box .category_box .cate_list_box li a {
  display: block;
  color: #222;
  font-size: 14px;
  padding: 10px 16px;
  word-break: break-all;
}
.fl_html .main_box .category_box .cate_list_box li a span {
  float: right;
  color: #2B9DFD;
  font-size: 16px;
  font-weight: 500;
}

.empty_html .section_box {
  margin-top: 15%;
}
.empty_html .section_box .w12_box .result_none {
  text-align: center;
}
.empty_html .section_box .w12_box .result_none p {
  color: #222;
  font-size: 18px;
}
.empty_html .section_box .w12_box .result_none h5 {
  color: #222;
  font-weight: bold;
  font-size: 140px;
}

.gywm_html .section_box .w12_box {
  background-color: #fff;
}
.gywm_html .section_box .w12_box .content_template h2 {
  font-size: 26px;
}
.gywm_html .section_box .w12_box .content_template p {
  font-size: 18px;
}

.zxlb_html .section_box .theme_box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  border-bottom: 1px dashed #999;
}
.zxlb_html .section_box .theme_box .content h1 {
  font-size: 32px;
  color: #000;
}
.zxlb_html .section_box .theme_box .content p {
  font-size: 26px;
  color: #222;
  margin-top: 16px;
}
.zxlb_html .section_box .w12_box .img_text_template {
  display: block;
}
.zxlb_html .section_box .w12_box .img_text_template li {
  padding-bottom: 0;
  margin-bottom: 20px;
  overflow: hidden;
}
.zxlb_html .section_box .w12_box .img_text_template li .img_item {
  width: 300px;
  height: 180px;
  border-radius: 0;
}
.zxlb_html .section_box .w12_box .img_text_template li .content {
  position: initial;
}
.zxlb_html .section_box .w12_box .img_text_template li .content .title a {
  font-size: 16px;
}
.zxlb_html .section_box .w12_box .img_text_template li .content .desc {
  font-size: 16px;
}

.aimx_html .section_box .w12_box {
  margin-top: 0;
  background-color: #fff;
}
.aimx_html .section_box .w12_box .adv_box {
  height: 100px;
  margin-bottom: 20px;
}
.aimx_html .section_box .w12_box .filter_box .title_template {
  height: auto;
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ddd;
}
.aimx_html .section_box .w12_box .img_text_template li .content .desc {
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.ztfl_html .main_box {
  background-color: #fff;
}
.ztfl_html .main_box .title_template {
  height: auto;
}
.ztfl_html .main_box .title_template .title {
  font-size: 22px;
}
.ztfl_html .main_box .title_template p {
  color: #666;
}
.ztfl_html .main_box .switch_box {
  display: flex;
  flex: 1;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 16px;
  border-bottom: 1px dashed #999;
}
.ztfl_html .main_box .switch_box .switch_list {
  position: relative;
  display: block;
  padding: 8px 10px;
  min-width: 50px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  margin-right: 20px;
  border-radius: 9999px;
}
.ztfl_html .main_box .switch_box .switch_list:hover, .ztfl_html .main_box .switch_box .switch_list.active {
  color: #fff;
  background-color: #2B9DFD;
}
.ztfl_html .main_box .img_text_template {
  margin-top: 25px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 0;
}
.ztfl_html .main_box .img_text_template li {
  align-items: center;
  margin-bottom: 20px;
}
.ztfl_html .main_box .img_text_template li .img_item {
  width: 120px;
  height: 120px;
  border-radius: 8px;
}
.ztfl_html .main_box .img_text_template li .content {
  position: initial;
}
.ztfl_html .main_box .img_text_template li .content .title a {
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.ztfl_html .main_box .img_text_template li .download {
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  min-width: 60px;
  padding: 6px 8px;
  border-radius: 16px;
  color: #fff;
  background-color: #2B9DFD;
}

.ztxq_html .section_box .w12_box {
  padding: 0;
}
.ztxq_html .section_box .w12_box .b_box {
  padding: 16px;
  margin-bottom: 20px;
  background-color: #fff;
}
.ztxq_html .section_box .w12_box .b_box .theme_box {
  display: flex;
  column-gap: 30px;
}
.ztxq_html .section_box .w12_box .b_box .theme_box .b_img {
  width: 200px;
  height: 200px;
  border-radius: 10px;
  margin: 0;
}
.ztxq_html .section_box .w12_box .b_box .theme_box .theme_info .title {
  font-size: 24px;
  color: #222;
  margin: 0 0 20px;
  font-weight: normal;
  word-break: break-all;
}
.ztxq_html .section_box .w12_box .b_box .theme_box .theme_info p {
  font-size: 16px;
  color: #666;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.ztxq_html .section_box .w12_box .main_box {
  padding-top: 0;
}
.ztxq_html .section_box .w12_box .main_box .b_box {
  margin-top: 20px;
}
.ztxq_html .section_box .w12_box .main_box .b_box .title_text {
  margin-bottom: 16px;
  font-size: 18px;
  color: #222;
}
.ztxq_html .section_box .w12_box .main_box .b_box .title_text i {
  color: #2B9DFD;
  margin-right: 5px;
}
.ztxq_html .section_box .w12_box .main_box .left_box {
  float: left;
}
.ztxq_html .section_box .w12_box .main_box .left_box .switch_box {
  display: flex;
  flex: 1;
  align-items: center;
  flex-wrap: wrap;
  padding: 16px;
  border-bottom: 1px dashed #999;
}
.ztxq_html .section_box .w12_box .main_box .left_box .switch_box .switch_list {
  position: relative;
  display: block;
  padding: 8px 10px;
  min-width: 50px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  margin-right: 20px;
  border-radius: 9999px;
}
.ztxq_html .section_box .w12_box .main_box .left_box .switch_box .switch_list:hover, .ztxq_html .section_box .w12_box .main_box .left_box .switch_box .switch_list.active {
  color: #fff;
  background-color: #2B9DFD;
}
.ztxq_html .section_box .w12_box .main_box .left_box .b_box:first-child {
  margin-top: 0;
}
.ztxq_html .section_box .w12_box .main_box .left_box .b_box:last-child {
  margin-bottom: 0;
}
.ztxq_html .section_box .w12_box .main_box .left_box .img_text_template {
  margin-top: 25px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.ztxq_html .section_box .w12_box .main_box .left_box .img_text_template li .content .title {
  height: 50px;
}
.ztxq_html .section_box .w12_box .main_box .left_box .img_text_template li .content .title a {
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.ztxq_html .section_box .w12_box .main_box .left_box .look_more {
  text-align: center;
  margin: 16px 0;
}
.ztxq_html .section_box .w12_box .main_box .left_box .look_more span {
  display: inline-block;
  min-width: 200px;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  color: #fff;
  border-radius: 8px;
  background-color: #2B9DFD;
}
.ztxq_html .section_box .w12_box .main_box .left_box .look_more span:hover {
  cursor: pointer;
  background-color: #1989FF;
}
.ztxq_html .section_box .w12_box .main_box .right_box {
  float: right;
}
.ztxq_html .section_box .w12_box .main_box .right_box .zt li {
  padding: 10px;
  background-color: #fff;
}
.ztxq_html .section_box .w12_box .main_box .right_box .zt li .img_item {
  width: 100% !important;
  height: 160px !important;
  border-radius: 8px;
}
.ztxq_html .section_box .w12_box .main_box .right_box .zt li .content .title {
  margin-top: 10px;
}
.ztxq_html .section_box .w12_box .main_box .right_box .img_text_template {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 16px;
}
.ztxq_html .section_box .w12_box .main_box .right_box .img_text_template li {
  box-shadow: none;
}
.ztxq_html .section_box .w12_box .main_box .right_box .img_text_template li .img_item {
  width: 70px;
  height: 70px;
  border-radius: 8px;
}
.ztxq_html .section_box .w12_box .main_box .right_box .img_text_template li .content {
  position: initial;
  padding: 0;
}
.ztxq_html .section_box .w12_box .main_box .right_box .img_text_template li .content .title a {
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.ztxq_html .section_box .w12_box .main_box .right_box .img_text_template li .content .desc {
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.3;
}
.ztxq_html .section_box .w12_box .main_box .right_box .img_text_template li .download {
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  min-width: 60px;
  padding: 6px 8px;
  border-radius: 16px;
  color: #fff;
  background-color: #2B9DFD;
}

.ml_html .section_box .main_box .left_box {
  float: right;
}
.ml_html .section_box .main_box .left_box .b_box {
  min-height: calc(100vh - 70px - 32px - 436px);
}
.ml_html .section_box .main_box .right_box {
  float: left;
  width: 330px;
}
.ml_html .section_box .main_box .right_box .b_box {
  padding: 16px 0 16px 16px;
}
.ml_html .section_box .main_box .right_box .b_box .menu_title {
  color: #a3a3a3;
  font-size: 14px;
  margin-left: 7px;
  margin-bottom: 10px;
}
.ml_html .section_box .main_box .right_box .b_box .menu_title a {
  color: #a3a3a3;
  font-size: 14px;
}
.ml_html .section_box .main_box .right_box .b_box .menu_title a:hover, .ml_html .section_box .main_box .right_box .b_box .menu_title a.active {
  color: #2B9DFD;
}
.ml_html .section_box .main_box .right_box .b_box .aside_box {
  height: calc(100vh - 70px - 32px - 60px - 436px);
}

.mlgb_html .w12_box .left_box .aside_template {
  position: fixed;
  top: 90px;
  bottom: 0;
  left: calc((100% - 1200px) / 2);
  width: 330px;
  background-color: #fff;
}
.mlgb_html .w12_box .left_box .aside_template .menu_title {
  color: #a3a3a3;
  font-size: 14px;
  margin-left: 7px;
  margin-bottom: 10px;
}
.mlgb_html .w12_box .left_box .aside_template .menu_title a {
  color: #a3a3a3;
  font-size: 14px;
}
.mlgb_html .w12_box .left_box .aside_template .menu_title a:hover, .mlgb_html .w12_box .left_box .aside_template .menu_title a.active {
  color: #2B9DFD;
}
.mlgb_html .w12_box .left_box .aside_template .aside_box {
  height: calc(100vh - 140px);
}
.mlgb_html .w12_box .left_box .aside_template .aside_box::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background: transparent;
}
.mlgb_html .w12_box .left_box .aside_template .aside_box::-webkit-scrollbar-thumb {
  background: #eee;
  border-radius: 4px;
}
.mlgb_html .w12_box .left_box .aside_template .aside_box > ul {
  padding-bottom: 30px;
}
.mlgb_html .w12_box .right_box {
  width: calc(100% - 350px);
  margin-left: auto;
}
.mlgb_html .w12_box .right_box .router_template {
  padding: 0;
}
.mlgb_html .w12_box .right_box .image_div {
  position: relative;
  margin-top: 15px;
  padding: 20px 90px 20px 20px;
  border-radius: 10px;
  background-color: #1f2937;
}
.mlgb_html .w12_box .right_box .image_div .news_box {
  position: relative;
  min-height: 53px;
  overflow: hidden;
}
.mlgb_html .w12_box .right_box .image_div .news_box .news_list {
  position: absolute;
  width: 100%;
  top: 0;
  transition: all 0.5s ease;
  opacity: 0;
  pointer-events: none;
}
.mlgb_html .w12_box .right_box .image_div .news_box .news_list.active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}
.mlgb_html .w12_box .right_box .image_div .news_box .news_list .news_link {
  display: flex;
  align-items: center;
}
.mlgb_html .w12_box .right_box .image_div .news_box .news_list .news_link span {
  color: #2B9DFD;
  font-size: 16px;
  margin-right: 10px;
  flex: none;
}
.mlgb_html .w12_box .right_box .image_div .news_box .news_list .news_link p {
  position: relative;
  min-width: 100px;
  color: #fff;
  font-size: 16px;
  padding: 0 10px;
  transition: all 0.3s ease;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.mlgb_html .w12_box .right_box .image_div .news_box .news_list .news_link p:before {
  content: "";
  position: absolute;
  width: 2px;
  top: 4px;
  bottom: 4px;
  left: 0;
  background-color: #9ca3af;
}
.mlgb_html .w12_box .right_box .image_div .news_box .news_list .news_link p:hover {
  color: #2B9DFD;
}
.mlgb_html .w12_box .right_box .image_div .news_box .news_list .time {
  color: #9ca3af;
  font-size: 14px;
  margin-top: 10px;
}
.mlgb_html .w12_box .right_box .image_div .news_arrow {
  position: absolute;
  right: 20px;
  top: 10px;
  display: flex;
  column-gap: 10px;
  align-items: center;
}
.mlgb_html .w12_box .right_box .image_div .news_arrow button {
  cursor: pointer;
  width: 30px;
  height: 40px;
  padding: 6px;
  color: #2B9DFD;
  border-radius: 9999px;
}
.mlgb_html .w12_box .right_box .image_div .news_arrow button:hover {
  background-color: #374151;
}
.mlgb_html .w12_box .right_box .title_template {
  height: auto;
}
.mlgb_html .w12_box .right_box .title_template .title {
  font-size: 24px;
  font-weight: normal;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.mlgb_html .w12_box .right_box .ai_type {
  display: flex;
  flex-wrap: wrap;
}
.mlgb_html .w12_box .right_box .ai_type span {
  color: #999;
  font-size: 14px;
  margin-right: 25px;
}
.mlgb_html .w12_box .right_box .ai_type span.reader {
  display: flex;
  align-items: center;
}
.mlgb_html .w12_box .right_box .ai_type span.reader i {
  color: #2B9DFD;
  margin-right: 5px;
}
.mlgb_html .w12_box .right_box .auther {
  max-width: 80%;
  text-align: center;
  margin: 20px auto;
  font-size: 14px;
}
.mlgb_html .w12_box .right_box .auther span {
  display: inline-block;
  padding: 4px 18px 5px;
  border-radius: 5px;
  color: #f58b36;
  background: #fff3e9;
}
.mlgb_html .w12_box .right_box .title_d {
  color: #222;
  font-size: 18px;
  margin-bottom: 16px;
  font-weight: 600;
}
.mlgb_html .w12_box .right_box .content_template h2 {
  font-size: 18px;
  border-left: 4px solid #2B9DFD;
  padding: 10px 16px;
  line-height: 26px;
  background: #fafafa;
}
.mlgb_html .w12_box .right_box .content_template .context_ai {
  display: block;
  margin-top: 20px;
  padding: 15px;
  line-height: 1;
  border-radius: 5px;
  border: 1px solid #ECEDF0;
  background-color: #fff;
  transition: all 0.5s ease;
}
.mlgb_html .w12_box .right_box .content_template .context_ai:hover {
  color: #2B9DFD;
  border-color: #2B9DFD;
}
.mlgb_html .w12_box .right_box .content_template .context_ai:hover .ai_link {
  color: #2B9DFD;
}
.mlgb_html .w12_box .right_box .content_template .context_ai:hover p {
  color: #2B9DFD;
}
.mlgb_html .w12_box .right_box .content_template .context_ai .ai_link {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}
.mlgb_html .w12_box .right_box .content_template .context_ai p {
  font-size: 14px;
  color: #333;
  margin-top: 15px;
}
.mlgb_html .w12_box .right_box .context_box {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  column-gap: 10px;
}
.mlgb_html .w12_box .right_box .context_box a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 10px;
  min-width: 100px;
  max-width: 180px;
  padding: 10px;
  color: #a3a3a3;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid #ECEDF0;
  background-color: #fff;
  transition: all 0.5s ease;
}
.mlgb_html .w12_box .right_box .context_box a i {
  color: #9ca3af;
}
.mlgb_html .w12_box .right_box .context_box a:hover {
  color: #2B9DFD;
  border-color: #2B9DFD;
}
.mlgb_html .w12_box .right_box .context_box a:hover i {
  color: #2B9DFD;
}
.mlgb_html .w12_box .right_box .footer_template .w12_box {
  width: auto;
}

@media (max-width: 1320px) {
  .back_box {
    left: auto;
    right: 10px;
  }
}
@media (min-width: 1200px) {
  .gap_x6 {
    column-gap: 24px;
  }
  .gap_y6 {
    row-gap: 24px;
  }
  .grid_c1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid_c2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid_c3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid_c4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid_c5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid_c6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid_none {
    grid-template-columns: none;
  }
  .py_30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pt_60 {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1200px) {
  .grid_c2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid_c3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .w12_box {
    width: 1000px;
  }
  .back_box {
    left: calc(100% - 60px);
  }
  .router_template {
    padding-left: 25px;
    padding-right: 25px;
  }
  .left_box {
    width: 590px;
    flex: none;
  }
  .right_box {
    width: 380px;
  }
  .wzy_html .section_box .main_box .left_box .img_text_template {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .ml_html .section_box .main_box .left_box {
    width: 670px;
  }
  .mlgb_html .w12_box {
    padding: 0;
  }
  .mlgb_html .w12_box .left_box .aside_template {
    left: calc((100% - 1000px) / 2);
  }
}
@media screen and (max-width: 1000px) {
  .grid_c2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid_c3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .w12_box {
    width: 100%;
  }
  .left_box {
    width: 100%;
  }
  .right_box {
    width: 100%;
  }
  .laypage_template {
    padding: 16px 0;
    height: auto;
  }
  .back_box {
    left: calc(100% - 60px);
  }
  .aside_template.sticky_aside {
    position: fixed;
    top: 70px !important;
    left: -100% !important;
    right: 0;
    height: 50%;
    bottom: -100%;
    z-index: 999;
    padding-top: 10px;
  }
  .aside_template.sticky_aside .hand_item {
    display: block;
    top: 60%;
    right: 20px;
    width: 60px;
    box-shadow: 0 3px 10px 2px #999;
  }
  .aside_template.sticky_aside .hand_item::after {
    display: none;
  }
  .aside_template.sticky_aside .hand_item svg {
    width: 32px;
    height: 32px;
    vertical-align: middle;
  }
  .aside_template.sticky_aside.active {
    transition: all 0.5s ease;
    bottom: 0;
    left: 0 !important;
    height: calc(100% - 100px);
    width: 100% !important;
  }
  .aside_template.sticky_aside.active .hand_item {
    position: absolute;
    top: -50%;
    width: auto;
    height: 100%;
    left: 0;
    right: 0;
    border-radius: 0;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .aside_template.sticky_aside.active .hand_item::after {
    display: block;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .aside_template.sticky_aside.active .hand_item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 80px;
    height: 30px;
    border-radius: 5px 5px 0 0;
    background-color: #2B9DFD;
    transform: translateX(-50%);
  }
  .aside_template.sticky_aside.active .hand_item svg {
    display: none;
  }
  .aside_template.sticky_aside.active .aside_box {
    position: relative;
    z-index: 1000;
    height: calc(100% - 60px);
  }
  .aside_template.sticky_aside.active .aside_box > ul {
    padding: 5px;
  }
  .aside_template.sticky_aside .menu_title {
    padding: 0 5px;
  }
  .language_select_template {
    float: left;
  }
  .language_select_template .text {
    padding-right: 0;
  }
  .language_select_template .text span {
    display: none;
  }
  .language_select_template .drop_menu_box {
    left: -100px;
    right: 0;
  }
  .title_template {
    margin-bottom: 16px;
  }
  .search_modal_template .modal_content .btn_close {
    background: transparent url(https://m66.net/images/close.svg) no-repeat center center;
    background-size: 50%;
  }
  .search_modal_template .modal_content .qsform form {
    max-width: 90%;
  }
  .header_template .header_content {
    padding: 0 16px;
    z-index: 99;
  }
  .header_template .header_content .head_logo {
    width: 140px;
  }
  .header_template .header_content .menu_box {
    position: fixed;
    width: 100%;
    height: auto;
    left: -100%;
    right: 0;
    top: 0;
    z-index: 99;
    bottom: 0;
    margin-left: 0;
    overflow: hidden;
    overflow-y: scroll;
    background-color: #fff;
    transition: left 0.3s ease;
  }
  .header_template .header_content .menu_box.active {
    left: 0;
  }
  .header_template .header_content .menu_box .menu_btn_box {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 0;
    right: 0;
    z-index: 121;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header_template .header_content .menu_box .menu_btn_box .menu_close {
    display: block;
    width: 100px;
    height: 100px;
    background: url(https://m66.net/images/close.svg) no-repeat center center !important;
    background-size: 40% !important;
  }
  .header_template .header_content .menu_box .nav_menu_item {
    display: flex;
    flex-direction: column;
    gap: 25px;
    max-width: 560px;
    margin: 100px auto 0;
  }
  .header_template .header_content .menu_box .nav_menu_item .item {
    flex-basis: initial;
    flex-grow: initial;
    max-width: 100%;
    height: auto;
    padding: 0 16px;
    margin-right: 0;
  }
  .header_template .header_content .menu_box .nav_menu_item .item > a {
    position: relative;
    color: #222;
    justify-content: start;
  }
  .header_template .header_content .menu_box .nav_menu_item .item > a .arrow {
    display: inline-block;
    height: 30px;
    width: 64px;
    position: relative;
    background: url(https://m66.net/images/arrow-right.svg) no-repeat center center;
    background-size: contain;
  }
  .header_template .header_content .menu_box .nav_menu_item .item > a span:after {
    display: none !important;
  }
  .header_template .header_content .menu_box .nav_menu_item .item .drop_menu_box {
    display: none;
    position: fixed;
    left: calc((100% - 560px) / 2);
    right: calc((100% - 560px) / 2);
    top: 0;
    padding-top: 0;
    min-width: auto;
    height: 100vh;
    z-index: 122;
    text-align: left;
    overflow: hidden;
    overflow-y: scroll;
    background-color: #fff;
    filter: none;
  }
  .header_template .header_content .menu_box .nav_menu_item .item .drop_menu_box.active {
    display: block;
    opacity: 1 !important;
    transform: rotateX(0) !important;
    transition: opacity 0.1s, transform 0.3s !important;
    visibility: visible !important;
  }
  .header_template .header_content .menu_box .nav_menu_item .item .drop_menu_box .back_menu {
    display: block;
    width: 100px;
    height: 100px;
    z-index: 1;
    cursor: pointer;
    background: url(https://m66.net/images/arrow-left.svg) no-repeat center center;
    background-size: 30%;
  }
  .header_template .header_content .menu_box .nav_menu_item .item .drop_menu_box .scroll_box {
    padding-bottom: 100px;
  }
  .header_template .header_content .menu_box .nav_menu_item .item .drop_menu_box .scroll_box a {
    color: #343a40;
    font-weight: 400;
    font-size: 20px;
    padding-left: 50px;
    margin-top: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
  }
  .header_template .header_content .right_item .menu_icon {
    display: block;
  }
  .carousel_box .carousel_btn_next {
    display: none;
  }
  .footer_template .w12_box {
    grid-template-columns: 1fr;
  }
  .footer_template .w12_box dl {
    margin-top: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas: "col1 col2" "bot bot";
  }
  .footer_template .w12_box dl dd {
    margin-top: 16px;
    text-align: center;
  }
  .footer_template .w12_box dl dd:nth-child(1) {
    grid-area: col1;
  }
  .footer_template .w12_box dl dd:nth-child(2) {
    grid-area: col2;
  }
  .footer_template .w12_box dl dd:nth-child(3) {
    grid-area: bot;
  }
  .index_html .banner_box .w12_box {
    padding-top: 110px;
  }
  .index_html .banner_box .w12_box h1 {
    font-size: 35px;
  }
  .index_html .banner_box .w12_box .qsform {
    width: 95%;
  }
  .index_html .notice_box .w12_box {
    padding: 0 16px;
  }
  .index_html .notice_box .w12_box .news_template {
    display: grid;
    height: 60px;
    overflow: hidden;
    grid-template-columns: 40px 1fr;
  }
  .index_html .main_box1 .w12_box {
    padding: 1px 16px 40px;
  }
  .index_html .main_box2 .w12_box {
    padding: 1px 16px 40px;
  }
  .index_html .switch_box {
    display: block;
  }
  .index_html .zxfb_box .w12_box .img_list_box {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .index_html .zxfb_box .w12_box .img_text_template {
    row-gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .index_html .jxkc_box .w12_box .img_text_template, .index_html .rjgj_box .w12_box .img_text_template {
    row-gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .index_html .jxkc_box .w12_box .img_text_template li, .index_html .rjgj_box .w12_box .img_text_template li {
    height: auto;
  }
  .index_html .zxdt_box .w12_box .img_text_template {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .index_html .zxdt_box .w12_box .img_text_template li .img_item {
    border-radius: 8px 0 0 8px;
  }
  .index_html .zxdt_box .w12_box .img_text_template li .content .title a {
    font-size: 16px;
  }
  .index_html .yyfl_box ul {
    row-gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .index_html .yyfl_box ul li a {
    padding: 16px;
  }
  .zt_html .main_box1 .w12_box {
    margin-top: 16px;
    padding: 0 16px 40px;
  }
  .zt_html .main_box1 .w12_box .img_text_template {
    row-gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .wzy_html .section_box .w12_box {
    padding: 0;
  }
  .wzy_html .section_box .w12_box .theme_box {
    display: block;
    margin-bottom: 0;
    text-align: center;
  }
  .wzy_html .section_box .w12_box .theme_box .img_item {
    width: auto;
    height: 200px;
  }
  .wzy_html .section_box .w12_box .theme_box .content h1 {
    font-size: 18px;
    margin: 20px 0;
  }
  .wzy_html .section_box .w12_box .theme_box .content .desc {
    margin: 20px 0;
  }
  .wzy_html .section_box .w12_box .theme_box .content .btn_group .btn {
    display: block;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .wzy_html .section_box .main_box {
    display: block;
  }
  .wzy_html .section_box .main_box .left_box .img_text_template {
    row-gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .wzy_html .section_box .main_box .right_box .b_box.mp0 {
    margin: 0;
    padding: 0;
  }
  .lb_html .section_box .w12_box .switch_content .img_text_template {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .zxlb_html .section_box .theme_box {
    height: 160px;
  }
  .zxlb_html .section_box .theme_box .content h1 {
    font-size: 30px;
  }
  .zxlb_html .section_box .theme_box .content p {
    font-size: 20px;
  }
  .zxlb_html .section_box .w12_box .img_text_template li {
    margin-bottom: 10px;
  }
  .zxlb_html .section_box .w12_box .img_text_template li .img_item {
    width: 180px;
    height: 110px;
    border-radius: 0;
  }
  .zxlb_html .section_box .w12_box .img_text_template li .content {
    padding: 0;
    row-gap: 5px;
  }
  .zxlb_html .section_box .w12_box .img_text_template li .content .title a {
    font-size: 16px;
  }
  .zxlb_html .section_box .w12_box .img_text_template li .content .desc {
    font-size: 14px;
  }
  .aimx_html .section_box .w12_box .img_text_template {
    row-gap: 10px;
  }
  .ztfl_html .main_box .img_text_template {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .ztxq_html .section_box .w12_box .main_box .left_box {
    width: 100%;
  }
  .ztxq_html .section_box .w12_box .main_box .right_box {
    margin-top: 20px;
  }
  .ml_html .section_box .main_box .right_box {
    height: auto;
  }
  .mlgb_html .w12_box .right_box {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .content_template img {
    width: 100%;
  }
  .question_box {
    padding: 20px !important;
  }
  .question_box .l_item {
    display: none;
  }
  .question_box .r_item {
    flex: 1 !important;
    max-width: 100% !important;
  }
  .router_template .w12_box {
    padding: 10px 20px;
  }
  .back_home {
    display: none !important;
  }
  .home_nav_template {
    display: none;
  }
  .laypage_template {
    margin: 16px 0;
  }
  .img_text_template.mx_box {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  .language_select_template.active .drop_menu_box {
    left: 0;
  }
  .language_select_template .drop_menu_box {
    position: fixed;
    width: 100%;
    left: -100%;
    right: 0;
    top: 0;
    z-index: 99;
    bottom: 0;
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
    overflow-y: scroll;
    background-color: #fff;
    transition: left 0.3s ease;
  }
  .language_select_template .drop_menu_box .language_close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100px;
    height: 100px;
    background: url(https://m66.net/images/close.svg) no-repeat center center;
    background-size: 40%;
  }
  .header_template {
    padding: 0;
  }
  .header_template .header_content .menu_box .nav_menu_item .item .drop_menu_box {
    left: 0;
    right: 0;
  }
  .header_template .header_content .menu_box .nav_menu_item .item .drop_menu_box a {
    font-size: 20px;
  }
  .footer_template .w12_box .desc .f_log {
    text-align: center;
  }
  .footer_template .w12_box .desc .f_log img {
    display: inline-block;
  }
  .index_html .banner_box .w12_box {
    padding-top: 90px;
  }
  .index_html .banner_box .w12_box h1 {
    font-size: 24px;
  }
  .index_html .banner_box .w12_box .info {
    font-size: 16px;
  }
  .index_html .banner_box .w12_box .qsform {
    width: 95%;
  }
  .index_html .banner_box .w12_box .qsform .search_keywords {
    font-size: 14px;
    overflow: hidden;
  }
  .index_html .banner_box .w12_box .qsform .search_keywords a {
    font-size: 14px;
  }
  .index_html .zxfb_box .w12_box .img_list_box {
    column-gap: 10px;
    row-gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .index_html .zxfb_box .w12_box .img_text_template {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .index_html .jxkc_box .w12_box .img_text_template, .index_html .rjgj_box .w12_box .img_text_template {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .index_html .zxdt_box .w12_box .img_text_template {
    row-gap: 10px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .index_html .zxdt_box .w12_box .img_text_template li {
    padding-bottom: 0;
  }
  .index_html .zxdt_box .w12_box .img_text_template li .img_item {
    width: 140px;
    height: 95px;
  }
  .index_html .zxdt_box .w12_box .img_text_template li .content {
    padding: 5px 0;
    row-gap: 5px;
  }
  .index_html .zxdt_box .w12_box .img_text_template li .content .title a {
    font-size: 16px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .index_html .yyfl_box ul {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .zt_html .main_box1 .w12_box .img_text_template {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lb_html .section_box .w12_box .filter_box .title_template {
    display: block;
    margin-top: 20px;
  }
  .lb_html .section_box .w12_box .filter_box .title_template .title {
    font-size: 20px;
  }
  .lb_html .section_box .w12_box .filter_box .title_template .switch_box {
    justify-content: start;
    margin-top: 16px;
    margin-left: 0;
    gap: 10px;
  }
  .lb_html .section_box .w12_box .filter_box .title_template .switch_box .switch_list {
    margin-right: 0;
    padding: 3px 10px;
    line-height: 1.2;
    font-size: 14px;
  }
  .lb_html .section_box .w12_box .switch_content .img_text_template {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 10px;
  }
  .wzy_html .section_box .w12_box .theme_box.mx_theme_box .content h1:before {
    width: 24px;
    height: 24px;
  }
  .wzy_html .section_box .main_box .left_box .title_template {
    height: auto;
  }
  .wzy_html .section_box .main_box .left_box .title_template .title {
    font-size: 20px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .wzy_html .section_box .main_box .left_box .ai_type {
    position: relative;
    gap: 10px;
    flex-direction: column;
  }
  .wzy_html .section_box .main_box .left_box .ai_type .reader {
    margin-right: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
  .wzy_html .section_box .main_box .left_box .img_text_template {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .wzy_html .section_box .main_box .left_box .img_text_template.mx_box {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .wzy_html .section_box .main_box .right_box .img_text_template li .img_item {
    width: 140px;
    height: 80px;
  }
  .fl_html .main_box .category_box .cate_list_box {
    row-gap: 10px;
    column-gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .zxlb_html .section_box .w12_box {
    padding-left: 0;
    padding-right: 0;
  }
  .zxlb_html .section_box .w12_box .img_text_template li {
    height: 80px;
    padding: 10px;
  }
  .zxlb_html .section_box .w12_box .img_text_template li .img_item {
    display: none;
  }
  .zxlb_html .section_box .w12_box .img_text_template li .content {
    justify-content: center;
    align-items: center;
    padding: 0;
    row-gap: 5px;
  }
  .zxlb_html .section_box .w12_box .img_text_template li .content .title a {
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .zxlb_html .section_box .w12_box .img_text_template li .content .desc, .zxlb_html .section_box .w12_box .img_text_template li .content .other_box {
    display: none;
  }
  .aimx_html .section_box .w12_box .img_text_template {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .ztfl_html .main_box {
    padding-left: 16px;
    padding-right: 16px;
  }
  .ztfl_html .main_box .img_text_template {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ztfl_html .main_box .img_text_template li {
    flex-direction: column;
    padding: 10px 0;
  }
  .ztfl_html .main_box .img_text_template li .content .other_box {
    display: none;
  }
  .ztfl_html .main_box .img_text_template li .download {
    width: 80%;
  }
  .ztxq_html .section_box .w12_box .b_box .theme_box {
    flex-direction: column;
    text-align: center;
  }
  .ztxq_html .section_box .w12_box .b_box .theme_box .b_img {
    width: 140px;
    height: 140px;
    margin: 0 auto;
  }
  .ztxq_html .section_box .w12_box .b_box .theme_box .theme_info .title {
    font-size: 18px;
    margin: 20px 0;
  }
  .ztxq_html .section_box .w12_box .main_box .left_box .img_text_template {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ztxq_html .section_box .w12_box .main_box .left_box .img_text_template li {
    gap: 0;
    flex-direction: column;
  }
  .ztxq_html .section_box .w12_box .main_box .left_box .img_text_template li .img_item {
    order: 1;
    width: 100%;
  }
  .ztxq_html .section_box .w12_box .main_box .left_box .img_text_template li .content {
    order: 2;
  }
  .ztxq_html .section_box .w12_box .main_box .left_box .img_text_template li .content .other_box {
    display: none;
  }
  .ztxq_html .section_box .w12_box .main_box .left_box .img_text_template li .download {
    width: 80%;
  }
}

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