html {
  font-size: 16px;
  background-color: #ffffff;
}
.inner {
  width: 87.5rem;
  margin: 0 auto;
}
.inner {
  width: 88.25rem;
  margin: 0 auto;
}

.container {
  width: 100%;
  overflow: hidden;
  font-size: 1.25rem;
  margin-bottom: 60px;
}

.header {
  padding: 1.75rem 16.125rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  width: 30.8125rem;
  height: 4.125rem;
}

.logo img {
  width: 100%;
  height: 100%;
}

.prompt_message {
  font-size: 0.875rem;
  color: #666666;
}

.login_btn {
  margin-left: 2.25rem;
  width: 6.25rem;
  height: 2.625rem;
  line-height: 2.625rem;
  text-align: center;
  background: #ffffff;
  border-radius: 0.3125rem;
  border: 0.0625rem solid #a91f19;
  font-size: 1rem;
  color: #a91f19;
  cursor: pointer;
  font-weight: bold;
}

.user {
  font-size: 0.875rem;
}

.user .username {
  color: #666666;
  cursor: pointer;
}

.user .line {
  margin: 0 0.625rem;
}

.user .profile,
.logout {
  cursor: pointer;
}

.banner {
  width: 100%;
  height: 45rem;
}

.banner img {
  width: 100%;
  height: 100%;
}

.menu_list {
  padding: 1.8125rem 0 1.5625rem 0;
  background: #fff5f5;
}

.menu_list .item {
  /* width: 10%; */
  text-align: center;
  color: #222222;
  font-size: 1.125rem;
  cursor: pointer;
}

.menu_list .item .icon {
  margin: 0 auto;
  width: 3rem;
  height: 3rem;
}

.menu_list .item .icon img {
  width: 100%;
  height: 100%;
}

.content_card {
  margin: 3.75rem auto 0 auto;
  /* margin-top: 3.75rem; */
  /* padding: 0 16.5rem 0 16.125rem; */
  width: 1400px;
}

.content_card .left_card {
  margin-right: 1.5625rem;
  width: 55.75rem;
  height: 20rem;
}

.content_card .left_card img {
  width: 100%;
  height: 100%;
}

.content_card .right_card .top_card,
.btm_card {
  width: 30rem;
  height: 9.375rem;
}

.content_card .right_card .top_card img,
.btm_card img {
  width: 100%;
  height: 100%;
}

.content_card .right_card .top_card {
  margin-bottom: 1.4375rem;
}

.bulletin {
  width: 87.5rem;
  margin: 3.625rem auto 3.1875rem auto;
  /* padding: 0 16.5rem 0 16.125rem; */
  background: linear-gradient(180deg, #fff7f7 0%, rgba(254, 235, 235, 0) 100%);
  border-radius: 0.3125rem;
}

.bulletin .logo {
  margin-right: 3.25rem;
  width: 5.25rem;
  height: 5.625rem;
}

.bulletin .logo img {
  width: 100%;
  height: 100%;
}

.bulletin_content {
  padding: 1.625rem 6.75rem 2.75rem 2.5625rem;
}

.bulletin_content .text {
  width: 32.0625rem;
  color: #444444;
  font-size: 1.75rem;
  line-height: 2.625rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
  word-break: break-all;
  -webkit-line-clamp: 2; /* 显示两行 */
  line-clamp: 2; /* 适用于部分浏览器 */
}

.bulletin_content .text:last-child {
  margin-left: 4.25rem;
}

.news_info {
  padding-top: 2.0625rem;
  height: auto;/*55.625rem*/;
  background: url("../../img/home/web/news_bg.png") center no-repeat;
}

.news_info .news_nav {
  margin: 0 0 1.875rem 0;
}

.news_info .news_nav .title {
  margin-left: 0.8125rem;
  font-size: 2rem;
  color: #222222;
  font-weight: bold;
}

.news_info .news_nav .more {
  font-size: 1.5rem;
  color: #444444;
}

.news_info .news_nav .more img {
  margin-left: 0.3125rem;
  margin-top: -0.25rem;
  width: 0.75rem;
  display: inline-block;
}

.news_info .thumbnail {
  width: 42.8125rem;
  height: 27.4375rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.news_info .thumbnail img {
  width: 100%;
  height: 100%;
  transition: all 1s;
  object-fit: cover;
}

.news_info .thumbnail img:hover {
  width: 120%;
  height: 120%;
}

.news_info .news_info_left .content {
  padding: 0 2.1875rem 0 1.75rem;
  margin-top: 1.8125rem;
}

.news_info .news_info_left .content .title {
  font-size: 1.125rem;
  font-weight: bold;
  cursor: pointer;
}
.news_info .news_info_left .content .title a,.news_info_right .title a {
  color: #333; font-weight: bold;
}
.news_info .news_info_left .content .title a:hover {
  text-decoration: underline;
  color: #8e1512;
}

.news_info .news_info_left .content .text {
  margin-top: 0.375rem;
  width: 38.875rem;
  font-size: 0.875rem;
  color: #444444;
  line-height: 1.75rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
  word-break: break-all;
  -webkit-line-clamp: 4; /* 显示两行 */
  line-clamp: 4; /* 适用于部分浏览器 */
}

.news_info_left .date {
  padding: 0 2.1875rem 0 1.75rem;
  margin-top: 2.9375rem;
  color: #666666;
  font-size: 1rem;
}

.news_info_right {
  margin-left: 1.25rem;
}

.news_info_right .list {
  margin-right: 0.9375rem;
  margin-bottom: 2.375rem;
  width: 21.625rem;
}

.news_info_right .list:nth-child(even) {
  margin-right: 0;
}

.news_info_right .thumbnail {
  width: 21.625rem;
  height: 12.875rem;
}

.news_info_right .thumbnail img {
  width: 100%;
  height: 100%;
}

.news_info_right .title {
  padding: 0 2.0625rem 0 1.375rem;
  margin-top: 0.9375rem;
  line-height: 1.75rem;
  font-size: 1.125rem;
  color: #000000;
  font-weight: bold;
  cursor: pointer;
}

.news_info_right .title:hover {
  text-decoration: underline;
  color: #8e1512;
}

.news_info_right .date {
  padding: 0 2.0625rem 0 1.375rem;
  margin-top: 1.5rem;
  font-size: 1rem;
  color: #666666;
}

.footer {
  padding: 0rem;
  overflow: hidden;
  background: url("../../img/home/web/footer.png") center no-repeat;
  background-size: 100% 100%;
}
.footer .copyright {padding: 1rem;}

.footer .footer_title {
  width: 31.375rem;
  margin: 2.5rem auto 2rem auto;
}

.footer .footer_iocn {
  width: 25rem;
  height: auto;
}

.footer .footer_iocn img {
  width: 100%;
  height: 100%;
}

.footer_name .line {
  margin-right: 0.625rem;
  width: 0.125rem;
  height: 0.9375rem;
  background-color: #ffffff;
}

.footer_name .name {
  font-size: 1.5rem;
  color: #ffffff;
  line-height: 1.5625rem;
}

.footer_address .list {
  padding: 1.125rem 0;
  width: 26.25rem;
  height: 5.125rem;
  background: #8e1512;
  font-size: 0.75rem;
  color: #ffffffc7;
  text-align: center;
  box-sizing: border-box;
}

.footer_address .list:nth-child(2) {
  margin: 0 4.25rem;
}

.footer_address .list .title {
  margin-bottom: 0.75rem;
}

.divider {
  margin: 1.5625rem 0 1.3125rem 0;
  width: 100%;
  height: 0.0625rem;
  opacity: 0.1;
  background-color: #ffffff;
}

.copyright {
  font-size: 0.875rem;
  color: #ffffff;
  opacity: 0.7;
  text-align: center;
}

/* -------------------media-------------------- */
/* 超小设备 (手机, 600px 以下屏幕设备) */
@media only screen and (max-width: 600px) {
  html {
    background-color: #F8F8F8 !important;
  }
  .header {
    display: none;
  }
  .banner {
    display: none;
  }
  .menu_list {
    display: none !important;
  }
  .bulletin {
    display: none;
  }
  .pdlr13 {
    padding: 0 0.8125rem;
  }
  .content_card {
    margin-top: 1.0625rem;
    width: 100%;
  }
  .content_card .left_card {
    margin-right: 0.5625rem;
    /* width: 11.3125rem; */
    width: auto;
    height: 8.9375rem;
  }
  .content_card .right_card .top_card,
  .btm_card {
    /* width: 10rem; */
    width: auto;
    height: 4rem;
  }
  .content_card .web_card {
    display: none;
  }
  .content_card .right_card .top_card {
    margin-bottom: 0.9375rem;
  }
  .news_info {
    display: none;
  }
  .footer {
    /* display: none; */
    height: auto;
    margin-top: 15px;
  }
  .footer .inner {
    width: 100%;
  }
  .footer .footer_title {
    width: 100%;
    margin: 1rem auto 1rem auto;
  }
  .footer_address {
    display: block;
  }
  .footer_address .list {
    width: auto;
    height: auto;
    padding: 1rem 1.125rem;
    margin: 0px !important;
    text-align: inherit;
    margin-bottom: 1rem !important;
  }
  .footer .footer_iocn {
    width: 90%;
    height: auto;
    margin-right: 0.625rem;
    margin: 0px auto;
  }
  .footer .divider {
    margin: 1rem 0 1rem 0;
  }
  .footer .copyright {
    padding: 1rem;
  }
}

/* 小设备 (平板电脑和大型手机，600 像素及以上) */
@media only screen and (min-width: 600px) {
  .app_header {
    display: none;
  }
  .app_menu_list {
    display: none !important;
  }
  .app_bulletin_show {
    display: none;
  }
  .pdlr13 {
    padding: 0;
  }
  .content_card .web_card {
    display: block;
  }
  .content_card .app_card {
    display: none;
  }
  .app_news_info {
    display: none;
  }
  .app_tabbar {
    display: none;
  }
  .header {
    padding: 1.125rem 3.75rem;
  }
  .logo {
    width: 15.625rem;
    height: 2.25rem;
  }
  .prompt_message {
    display: none;
  }
}

/* 中型设备（平板电脑，768 像素及以上） */
@media only screen and (min-width: 768px) {
  .header {
    padding: 1.125rem 6.25rem;
  }
  .logo {
    width: 18.3125rem;
    height: 2.875rem;
  }
  .prompt_message {
    display: none;
  }
}

/* 大型设备（笔记本电脑/台式机，992 像素及以上） */
@media only screen and (min-width: 992px) {
  .header {
    padding: 1.75rem 9.875rem;
  }
  .logo {
    width: 24.5625rem;
    height: 3.5rem;
  }
  .prompt_message {
    display: none;
  }
  .menu_list {
    padding: 1.8125rem 0 1.5625rem 0;
  }
}

/* 超大型设备（大型笔记本电脑和台式机，1200 像素及以上） */
@media only screen and (min-width: 1200px) {
  .header {
    padding: 1.75rem 16.125rem;
  }
  .logo {
    width: 30.8125rem;
    height: 4.125rem;
  }
  .prompt_message {
    display: block;
  }
  .menu_list {
    padding: 1.8125rem 0 1.5625rem 0;
  }
}


/* -------------------app-------------------- */
.app_header {
  padding: 0 0.8125rem;
  border: .0625rem solid transparent;
  /* height: 12.1875rem; */
  background: url("../../img/home/app/header_bg.png") no-repeat;
  background-size: 100% 100%;
}

.app_logo {
  /* margin-top: 0.625rem; */
  width: 230px;
}

.app_logo img {
  width: 100%;
  height: 100%;
}

.app_title {
  line-height: 1.125rem;
}

.app_title .line {
  width: 0.0625rem;
  height: 0.625rem;
  margin: 0 0.375rem;
}

.app_user .app_avator {
  width: 1.1875rem;
  height: 1.1875rem;
}

.app_user .app_avator img {
  width: 100%;
  height: 100%;
}

.app_user .username {
  position: relative;
  left: -1.25rem;
}
.app_user .username a {
  color: #fff;
  position: relative;
  display: inline-block;
    width: 100px;
    text-align: right;
    right: 12px;
    position: relative;
}

.app_user .username::after {
  content: "";
  position: absolute;
  bottom: 0; /* 三角形位于容器底部 */
  top: 0.5rem;
  right:0px; /* 水平居中 */
  border-width: 0.3125rem 0.3125rem 0 0.3125rem; /* 上右下左 */
  border-style: solid;
  border-color: white transparent transparent transparent; /* 上右下左 */
}

.app_user .username .user_menu {
  position: absolute;
  top: 30px;
  right: -10px;
  width: 60px;
  padding: 0.625rem 1.125rem 0 1.125rem;
  border-radius: 0.3125rem;
  background: #fff;
  color: #000;
  width: 120px;
  z-index: 2;
  display: none;
  text-align: left;
}
.app_user .username .user_menu a {color: #333; text-align: left;}
.app_user .username .user_menu div {
  margin-bottom: 0.625rem;
}

.app_banner {
  height: 8.75rem;
}

.app_banner img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.app_menu_list {
  padding: 1.5625rem 1rem 0.375rem 0.8125rem;
}

.app_menu_list .item {
  margin-bottom: 1.3125rem;
  width: 20%;
  text-align: center;
}

.app_menu_list .item .icon {
  margin: 0 auto 0.4375rem auto;
  width: 2.1875rem;
  height: 2.1875rem;
  position: relative;
}

.app_menu_list .item .icon img {
  width: 100%;
  height: 100%;
}
.app_menu_list .has-fyr-icon{
  color:#fff; background: #e01c14;
  font-size: 12px;border: 1px solid #e01c14;
  display: inline-block; width: 18px; height: 18px; line-height:18px;border-radius: 20px;
  position: absolute;
  top: -7px;
  right:-7px;
}


.app_bulletin {
  position: relative;
  padding: 1.1875rem 1.4375rem 0.9375rem 1rem;
  height: auto;
  background-image: linear-gradient(
    180deg,
    #fff7f7 0%,
    rgb(253, 253, 253) 100%
  );
  border-radius: 0.625rem;
}

.pagination {
  position: absolute;
  left: 50%;
  top: 3rem;
  transform: translateX(-50%);
}
.pagination .swiper-pagination-bullet {
  margin-left: 0.5rem;
  width: .25rem;
  height: .25rem;
  background: #d8d8d8;
  border-radius: .1875rem;
}

.pagination .swiper-pagination-bullet-active {
  width: 0.625rem;
  height: .25rem;
  background: #d8d8d8;
  border-radius: 0.1875rem;
}

.app_bulletin .app_logo {
  /* width: 2.625rem; */
  height: 2.1875rem;
}

.app_bulletin .app_logo img {
  width: 100%;
  height: 100%;
}

.app_news_info {
  padding: 0 0.8125rem;
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.app_news_info .news_more img {
  width: 0.375rem;
}

.news_content {
  padding: 0 1.25rem 0.3125rem 0.75rem;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
}

.app_news_info .news_title {
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
  /* background-color: #ffffff; */
  padding: 0.8125rem 0.75rem 0.6875rem 0.75rem;
  background-image: linear-gradient(
    180deg,
    #fff7f7 0%,
    rgb(253, 253, 253) 100%
  );
}

.news_list {
  margin-bottom: 0.9375rem;
}

.news_list_left {
  margin-right: 0.8125rem;
  width: 7.6875rem;
  height: 4.8125rem;
}

.news_list_left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news_list_right {
  flex: 1;
}

.news_list_right .title {
  line-height: 1.25rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
  word-break: break-all;
  -webkit-line-clamp: 2; /* 显示两行 */
  line-clamp: 2; /* 适用于部分浏览器 */
}

.app_tabbar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 3.5rem;
  box-shadow: 0px 0 0px 0px rgba(204, 204, 204, 0.31);
}

.tabber_list {
  padding: 0.6875rem 2.875rem 0.6875rem 3.4375rem;
}

.tabber_list .item .icon {
  margin: 0 auto 0.125rem auto;
  width: 1.25rem;
  height: 1.25rem;
}

.tabber_list .item:nth-child(1) .icon {
  margin: 0 auto;
  width: 1.625rem;
  height: 1.625rem;
}

.tabber_list .item .icon img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 600px) {
  .app_bulletin .app_logo img {
    width: 30px;
    height: auto;

  }
}
.message_db {padding: 1.1875rem 1.4375rem 0 1rem; font-size: 1rem;}
.message_db_inner {padding: 1.1875rem 1.4375rem 0.9375rem 1rem; background-color: #fff; border-radius: 0.625rem;}


.tabnavbox_outer {position: fixed; bottom: 0px; background-color: #fff; width: 100%; margin-top: 30px;}
