.banner_box {
  background-color: #341f17;
}
.banner_box_main {
  width: var(--web_width);
  height: 100%;
  margin: 0 auto;
  padding: 0.6rem 0;
  display: flex;
}

.banner_bM_type {
  width: 10.6rem;
  height: 100%;
  background-color: #ffffff;
  margin-right: 0.4rem;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}

.banner_bM_type > li {
  flex-grow: 1;
}
.banner_bM_type_list {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 1rem;
  /* 箭头样式 */
  --arrows_length: 0.3rem;
  --arrows_color: var(--fontColor_main);
  --arrows_borderLength: 1px;
}
.banner_bM_type_list > img {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  margin-right: 0.6rem;
}
.banner_bM_type_list > span {
  flex-grow: 1;
  font-size: 0.8rem;
  color: var(--fontColor_main);
}

.banner_bM_type_list:hover {
  background-color: var(--back_color_red);
  --fontColor_main: #fff;
}
.banner_bM_swiper {
  flex-grow: 1;
}
.banner_bM_swiper_img {
  width: 100%;
  height: 100%;
  display: block;
}
.banner_bM_swiper_img > img {
  width: 100%;
  height: 100%;
}
.banner_bM_swiper_li {
  bottom: 0.4rem !important;
}
.banner_bM_swiper_li span {
  width: 0.8rem;
  height: 0.2rem;
  border-radius: 10rem;
  background-color: #fff;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #ff2044 !important;
}
.banner_bM_swiper .banner_bM_swiper_prev,
.banner_bM_swiper .banner_bM_swiper_next {
  background-image: none;
  width: 2.4rem;
  height: 2.4rem;
  background-color: #ffffff90;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner_bM_swiper .banner_bM_swiper_prev {
  left: 0;
}
.banner_bM_swiper .banner_bM_swiper_next {
  right: 0;
}
.banner_bM_swiper_prev > i,
.banner_bM_swiper_next > i {
  width: 0.4rem;
  height: 0.4rem;
  border-top: 1px solid var(--fontColor_main);
}
.banner_bM_swiper_prev > i {
  transform: rotate(-45deg);
  border-left: 1px solid var(--fontColor_main);
}
.banner_bM_swiper_next > i {
  transform: rotate(45deg);
  border-right: 1px solid var(--fontColor_main);
}
.banner_bM_swiper_prev:hover,
.banner_bM_swiper_next:hover {
  --fontColor_main: #fff;
  background-color: var(--back_color_red);
}
/* 模块 */
.module {
  padding-top: 1rem;
}
.module_title {
  display: flex;
  align-items: center;
  margin: 1.2rem 0px;
}
.module_title > img {
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
}
.module_title > h1 {
  font-size: 0.9rem;
  font-weight: normal;
  color: var(--fontColor_main);
  margin-left: 0.4rem;
}
.module_title>div > h1 {
  font-size: 0.9rem;
  font-weight: normal;
  color: var(--fontColor_main);
  margin-left: 0.4rem;
  display: inline-block;
  margin-right: 25px;
}
.module_title>div > a {
    font-size: 0.7rem;
    margin-right: 25px;
}
.module_title > p {
  font-size: 0.6rem;
  margin: 0.2rem 0 0 0.2rem;
  color: var(--fontColor_gray);
}
.module_title_button {
  flex-grow: 1;
}
.module_title_button > a {
  float: right;
  font-size: 0.6rem;
  display: flex;
  align-items: center;
  padding: 0.2rem 0.5rem 0.2rem 0.4rem;
  border: 1px solid #e9e9e9;
  border-radius: 10rem;
  color: var(--fontColor_gray);
  /* 箭头样式 */
  --arrows_length: 0.2rem;
  --arrows_color: var(--fontColor_gray);
  --arrows_borderLength: 1px;
  --arrows_margin: 0 0 0 0.2rem;
}

.module_title_button > a:hover {
  --fontColor_gray: #fff;
  border: 0;
  background-color: var(--back_color_red);
}
.module_one {
  display: flex;
  column-gap: 1rem;
}
.module_one_left {
  width: 14.4rem;
  height: 19.2rem;
  position: relative;
  flex-shrink: 0;
}
.module_one_left > img {
  width: 100%;
  height: 100%;
}
.module_one_left_msg {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.6rem 1rem;
  background-color: #00000090;
}
.module_one_left_msg > h1 {
  --row_number: 2;
  font-size: 0.9rem;
  font-weight: normal;
  line-height: 1.6rem;
}
.module_one_left_msg > p {
  font-size: 0.8rem;
  margin-top: 0.2rem;
}
.module_one_left_msg > p > span {
  font-size: 0.6rem;
}
.module_one_left:hover .module_one_left_msg {
  background-color: #ff204490;
}
.module_one_right {
  flex-grow: 1;
  /* background-color: #f1f1f1; */
  display: flex;
  flex-wrap: wrap;
  column-gap: 1rem;
  align-content: space-between;
}
.module_one_right > li {
  display: flex;
  column-gap: 0.8rem;
  height: 8.4rem;
  width: calc(33.3333% - 13.3333px);
}
.module_one_right > li>a{
  /*display: inline-block;*/
  flex-shrink: 0;
}
.module_one_right_img {
  width: 6.3rem;
  height: 100%;
}
.module_one_right_main {
  padding: 0.2rem 0;
  display: flex;
  flex-direction: column;
  --row_number: 2;
  overflow: hidden;
}
.module_one_rm_title {
  font-size: 0.7rem;
  color: var(--fontColor_main);
}
.module_one_rm_score {
  font-size: 0.7rem;
  margin-top: 0.4rem;
  color: #dddada;
}
.module_one_rm_time {
  color: var(--fontColor_gray);
  line-height: 1.1rem;
  font-size: 0.6rem;
  margin-top: 0.2rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.module_one_rm_button > p {
  font-size: 0.8rem;
  color: var(--back_color_red);
}
.module_one_rm_button > p > span {
  font-size: 0.6rem;
}
.module_one_rm_button > a {
  font-size: 0.7rem;
  color: #fff;
  background-color: var(--back_color_red);
  border: 0;
  height: 1.6rem;
  width: 4.4rem;
  border-radius: 0.2rem;
  display: none;
  cursor: pointer;
  text-align: center;
  line-height: 1.6rem;
}
.module_one_right > li:hover .module_one_rm_title {
  color: var(--back_color_red);
}
.module_one_right > li:hover .module_one_rm_button > p {
  display: none;
}
.module_one_right > li:hover .module_one_rm_button > a {
  display: block;
}
.module_one_rm_button > a:hover {
  opacity: 0.8;
}
.module_two {
  display: flex;
  column-gap: 1rem;
  margin-top: 18px;
}
.module_two > li {
  width: calc(16.6666% - 16.6666px);
}

.module_two_img {
  height: 12.2rem;
  width: 100%;
}
.module_two_main {
  font-size: 0.7rem;
  --row_number: 1;
  margin-top: 0.7rem;
  color: var(--fontColor_main);
}
.module_two_main_yuan {
  display: flex;
  align-items: center;
  margin-top: 0.2rem;
}
.module_two_main_yuan > span:nth-child(1) {
  font-size: 0.6rem;
}
.module_two_main_yuan > span:nth-child(2) {
  color: var(--fontColor_gray);
  font-size: 0.6rem;
}
.module_two > li:hover {
  --fontColor_main: var(--back_color_red);
  --fontColor_gray: var(--back_color_red);
}
/* 资讯 */
.message_box {
  background-color: #fafafa;
  padding: 3rem 0 4rem;
  margin-top: 3.7rem;
}
.message_box_main {
  display: flex;
  column-gap: 3.5rem;
  position: relative;
}
.message_bM_left {
  background-color: #fff;
  width: 22rem;
  flex-shrink: 0;
}
.message_bM_left_list {
  padding: 1.14rem 3.1rem 1.14rem 1.3rem;
  display: flex;
  align-items: center;
  color: var(--fontColor_main);
}
.message_bM_left_list > h1 {
  font-size: 2.1rem;
  font-weight: normal;
}
.message_bM_left_list > p {
  font-size: 0.8rem;
  width: 9.7rem;
  --row_number: 2;
  margin-left: 1rem;
}
.message_bM_left_list > i {
  flex-grow: 1;
}
.message_bM_left_list > div {
  width: 1.4rem;
  height: 1.4rem;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  color: var(--fontColor_gray);
}
.message_bM_left_listHover {
  background-color: var(--back_color_red);
  color: #fff;
  --fontColor_gray: var(--back_color_red);
}
.message_bM_right {
  width: 28rem;
}
.message_bM_right > p {
  font-size: 0.7rem;
  line-height: 1.2rem;
  color: var(--fontColor_main);
  text-align: justify;
  margin-bottom: 2rem;
}
.message_bM_right > img {
  width: 100%;
  height: 15.8rem;
}
.message_bM_decorate {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.4rem;
  column-gap: 0.4rem;
  position: absolute;
}
.message_bM_decorate_top {
  width: 6.2rem;
  position: absolute;
  right: 3.4rem;
  top: 0;
}
.message_bM_decorate_bottom {
  width: 17.2rem;
  right: 0;
  bottom: 0;
}
.message_bM_decorate > i {
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  background-color: #e6ecfd;
  border-radius: 50%;
}
.message_box_main { display: flex; gap: 2rem; }
.message_col { flex: 1; background: #fff; padding: 0.4rem; }
.message_col_list { list-style: none; margin: 0; padding: 0; }
.message_col_list li { border-bottom: 1px solid #f0f0f0; }
.message_col_list li:last-child { border-bottom: none; }
.message_col_list a { display: block; padding: 1rem 0; text-decoration: none; color: #333; }
.message_col_list .item_title { font-weight: bold; font-size: 0.7rem; margin-bottom: 0.5rem; line-height: 1.4; }
.message_col_list .item_desc { font-size: 0.5rem; color: #666; line-height: 1.5; }
