* {
  padding: 0px;
  margin: 0px;
}
@keyframes scroll-left {
  from {
    left: 0;
    /* 从容器的初始位置开始 */
  }
  to {
    left: -100%;
    /* 完全滚出容器 */
  }
}
.c_w {
  width: 1200px;
  margin: 0 auto;
}
ul li {
  list-style: none;
}
a {
  text-decoration: none;
}
body {
  background: #F7F7F7;
}
.header {
  width: 100%;
  display: flex;
  align-items: center;
  height: 70px;
  justify-content: space-between;
  background: #ffffff;
}
.header.sticky {
  background: #ffffff;
  position: fixed;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
  z-index: 200;
}
.header .c_w {
  display: flex;
  align-items: center;
  height: 70px;
  justify-content: space-between;
}
.header img {
  width: 100%;
  height: 100%;
}
.header .header_l {
  display: flex;
  height: 100%;
  align-items: center;
}
.header .header_l .logo {
  width: 155px;
  height: 42px;
}
.header .header_l .gaodun_logo {
  width: 113px;
  height: 70px;
  margin: 0px 24px 0px 20px;
}
.header .header_l .shangan {
  width: 233px;
  height: 37px;
}
.header .header_r {
  display: flex;
  height: 100%;
  align-items: center;
}
.header .header_r .phone_wrap {
  display: flex;
  align-items: center;
}
.header .header_r .phone_wrap .icon {
  width: 26px;
  height: 26px;
}
.header .header_r .phone_wrap .phone_text {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 21px;
  margin: 0px 16px 0px 12px;
}
.header .header_r .search_wrap {
  width: 278px;
  height: 34px;
  border-radius: 207px 207px 207px 207px;
  border: 1px solid #D8D8D8;
  display: flex;
  align-items: center;
  padding-left: 15px;
  box-sizing: border-box;
  position: relative;
}
.header .header_r .search_wrap input {
  width: 207px;
  height: 18px;
  outline: none;
  border: none;
  box-sizing: border-box;
  border-right: 1px solid #D8D8D8;
  padding-right: 7px;
}
.header .header_r .search_wrap .cu_placeholder {
  position: absolute;
  height: 18px;
  left: 15px;
  width: 207px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  overflow: hidden;
  /* 确保超出容器的文本被裁剪 */
  white-space: nowrap;
  /* 确保文本在一行内显示 */
  pointer-events: none;
  text-overflow: ellipsis;
  /* 使用省略号表示文本超出 */
}
.header .header_r .search_wrap .cu_placeholder .swiper-wrapper {
  width: 207px;
  height: 18px;
}
.header .header_r .search_wrap .cu_placeholder .swiper-wrapper .swiper-slide .placeholder_text {
  width: 207px;
  height: 18px;
  overflow: hidden;
  /* 确保超出容器的文本被裁剪 */
  white-space: nowrap;
  /* 确保文本在一行内显示 */
  text-overflow: ellipsis;
  /* 使用省略号表示文本超出 */
}
.header .header_r .search_wrap .search_icon {
  margin-left: 12px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.nav-header-bottom {
  width: 100%;
  height: 52px;
  background: #E21B0D;
  border-radius: 0px 0px 0px 0px;
}
.nav-header-bottom .nav-wrapper {
  display: flex;
  width: 1200px;
  margin: 0 auto;
}
.nav-header-bottom .nav-wrapper ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.nav-header-bottom .nav-wrapper ul li {
  height: 52px;
  display: flex;
  align-items: center;
}
.nav-header-bottom .nav-wrapper ul li.active a {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  position: relative;
}

.nav-header-bottom .nav-wrapper ul li:nth-child(1) a {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  position: relative;
}
.nav-header-bottom .nav-wrapper ul li:nth-child(1) a::after {
  margin-top: 4px;
  position: absolute;
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background: #FFFFFF;
  border-radius: 16px 16px 16px 16px;
  left: 50%;
  transform: translate(-50%);
}
.nav-header-bottom .nav-wrapper ul li.active a::after {
  margin-top: 4px;
  position: absolute;
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background: #FFFFFF;
  border-radius: 16px 16px 16px 16px;
  left: 50%;
  transform: translate(-50%);
}
.nav-header-bottom .nav-wrapper ul li a {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  position: relative;
}
.nav-header-bottom .nav-wrapper ul li a::after {
  margin-top: 4px;
  position: absolute;
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background: #FFFFFF;
  border-radius: 16px 16px 16px 16px;
  left: 50%;
  transform: translate(-50%);
  display: none;
}
.nav-header-bottom .nav-wrapper ul li a:hover::after {
  display: block;
}


.nav-header-bottom .nav-wrapper .nav-wrapper-header .hover-nav-i .nav-bg-contents {
  position: absolute;
  background: white;
  border: 1px solid #E21B0D;
  box-shadow: 0px 2px 16px 0px rgba(255, 110, 0, 0.16);
  top: 52px;
  left: -30px;
  display: none;
  z-index: 22;
  border-radius: 0px 10px 10px 10px;
  overflow: hidden;
  border-top: none;
}

.nav-header-bottom .nav-wrapper .nav-wrapper-header .hover-nav-i .nav-bg-contents.active {
  display: block;
}

.nav-header-bottom .nav-wrapper .nav-wrapper-header .hover-nav-i .nav-bg-contents .nav-header-n {
  color: #ff6e00;
  padding-left: 25px;
  margin: 24px 0px 16px;
  box-sizing: border-box;
}

.nav-header-bottom .nav-wrapper .nav-wrapper-header .hover-nav-i .nav-bg-contents .nav-wrapper-list {
  width: 100%;
  padding: 10px 20px 20px 24px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}

.nav-header-bottom .nav-wrapper .nav-wrapper-header .hover-nav-i .nav-bg-contents .nav-wrapper-list .nav-link-i-g {
  display: inline-block;
  box-sizing: border-box;
  margin-right: 6px;
  color: #333;
}

.nav-header-bottom .nav-wrapper .nav-wrapper-header .hover-nav-i .nav-bg-contents .nav-wrapper-list .nav-link-i-g img{
  width: 180px;
  max-width: 200px;
}

.relative{
  position: relative;
}

.container_wrap img {
  width: 100%;
  height: 100%;
}
.container_wrap .c_w .c_bread_wrap {
  width: 100%;
  height: 24px;
  display: flex;
  align-items: center;
  margin: 16px 0px;
}
.container_wrap .c_w .c_bread_wrap .c_icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.container_wrap .c_w .c_bread_wrap .bread_wrap {
  display: flex;
  align-items: center;
  height: 100%;
}
.container_wrap .c_w .c_bread_wrap .bread_wrap .histroy_wrap {
  font-size: 14px;
  color: #999999;
}
.container_wrap .c_w .c_bread_wrap .bread_wrap .current_bread {
  font-size: 14px;
  color: #E21B0D;
}
.container_wrap .c_w .c_content {
  display: flex;
  justify-content: space-between;
}
.container_wrap .c_w .c_content .c_left_module .gongkao_img_youzhi {
  width: 820px;
  height: 111px;
  margin: 28px 0px;
}
.container_wrap .c_w .c_content .c_left_module .question_wrap {
  background-image: url('https://www.gwy.com/2025/v1/images/q_bbg.png');
  width: 820px;
  height: 289px;
  background-size: 100% 100%;
  padding: 20px;
  box-sizing: border-box;
}
.container_wrap .c_w .c_content .c_left_module .question_wrap .question_header {
  display: flex;
  justify-content: space-between;
}
.container_wrap .c_w .c_content .c_left_module .question_wrap .question_header .question_h_l {
  display: flex;
}
.container_wrap .c_w .c_content .c_left_module .question_wrap .question_header .question_h_l .question_icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.container_wrap .c_w .c_content .c_left_module .question_wrap .question_header .question_h_l .title {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  font-size: 20px;
  color: #333333;
}
.container_wrap .c_w .c_content .c_left_module .question_wrap .question_header .question_h_more_w {
  display: flex;
  align-items: center;
}
.container_wrap .c_w .c_content .c_left_module .question_wrap .question_header .question_h_more_w .question_m_t {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
}
.container_wrap .c_w .c_content .c_left_module .question_wrap .question_header .question_h_more_w .question_m_t a {
  color: #999999;
}
.container_wrap .c_w .c_content .c_left_module .question_wrap .question_header .question_h_more_w .question_r_r {
  width: 26px;
  height: 26px;
}
.container_wrap .c_w .c_content .c_left_module .question_wrap .question_body {
  padding: 0px 30px;
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container_wrap .c_w .c_content .c_left_module .question_wrap .question_body ul li {
  display: flex;
  align-items: center;
  margin-top: 12px;
  height: 32px;
}
.container_wrap .c_w .c_content .c_left_module .question_wrap .question_body ul li span {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  font-size: 14px;
  color: #999999;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  text-align: center;
  line-height: 20px;
  margin-right: 6px;
}
.container_wrap .c_w .c_content .c_left_module .question_wrap .question_body ul li span.fi {
  background-image: url('https://www.gwy.com/2025/v1/images/fi.png');
}
.container_wrap .c_w .c_content .c_left_module .question_wrap .question_body ul li span.se {
  background-image: url('https://www.gwy.com/2025/v1/images/se.png');
}
.container_wrap .c_w .c_content .c_left_module .question_wrap .question_body ul li span.th {
  background-image: url('https://www.gwy.com/2025/v1/images/th.png');
}
.container_wrap .c_w .c_content .c_left_module .question_wrap .question_body ul li a {
  display: block;
  width: 290px;
  height: 32px;
  white-space: nowrap;
  /* 确保文本在一行内显示 */
  overflow: hidden;
  /* 隐藏溢出的内容 */
  text-overflow: ellipsis;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #333333;
}
.container_wrap .c_w .c_content .c_left_module .question_wrap .question_body ul li a:hover {
  color: #FF5100;
}
.container_wrap .c_w .c_content .c_left_module .question_wrap .question_body .line {
  width: 1px;
  height: 202px;
  background: #FFEDE7;
  border-radius: 0px 0px 0px 0px;
}
.container_wrap .c_w .c_content .c_left_module .rement_wrap {
  width: 820px;
  height: 350px;
  background-image: url('https://www.gwy.com/2025/v1/images/xiangguantuijian.png');
  background-repeat: no-repeat;
  background-size: 820px 350px;
  border-radius: 8px 8px 8px 8px;
  padding: 20px;
  box-sizing: border-box;
  margin-top: 27px;
}
.container_wrap .c_w .c_content .c_left_module .rement_wrap .rement_header {
  display: flex;
  justify-content: space-between;
}
.container_wrap .c_w .c_content .c_left_module .rement_wrap .rement_header .rement_h_l {
  display: flex;
}
.container_wrap .c_w .c_content .c_left_module .rement_wrap .rement_header .rement_h_l .rement_icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.container_wrap .c_w .c_content .c_left_module .rement_wrap .rement_header .rement_h_l .title {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  font-size: 20px;
  color: #333333;
}
.container_wrap .c_w .c_content .c_left_module .rement_wrap .rement_header .rement_h_more_w {
  display: flex;
  align-items: center;
}
.container_wrap .c_w .c_content .c_left_module .rement_wrap .rement_header .rement_h_more_w .rement_m_t {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
}
.container_wrap .c_w .c_content .c_left_module .rement_wrap .rement_header .rement_h_more_w .rement_m_t a {
  color: #999999;
}
.container_wrap .c_w .c_content .c_left_module .rement_wrap .rement_header .rement_h_more_w .rement_r_r {
  width: 26px;
  height: 26px;
}
.container_wrap .c_w .c_content .c_left_module .rement_wrap .rement_body {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.container_wrap .c_w .c_content .c_left_module .rement_wrap .rement_body .swiper-wrapper {
  height: 265px;
}
.container_wrap .c_w .c_content .c_left_module .rement_wrap .rement_body .swiper-scrollbar {
  width: 1px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #DCDDFF;
}
.container_wrap .c_w .c_content .c_left_module .rement_wrap .rement_body .swiper-scrollbar .swiper-scrollbar-drag {
  width: 3px;
  background: #7072FF;
  left: -1px;
}
.container_wrap .c_w .c_content .c_left_module .rement_wrap .rement_body .rement_wrap_content {
  width: 780px;
  height: 265px;
  display: flex;
  justify-content: space-between;
}
.container_wrap .c_w .c_content .c_left_module .rement_wrap .rement_body .rement_wrap_content .content_l,
.container_wrap .c_w .c_content .c_left_module .rement_wrap .rement_body .rement_wrap_content .content_r {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.container_wrap .c_w .c_content .c_left_module .rement_wrap .rement_body .rement_wrap_content .rement_item {
  display: flex;
  height: 75px;
}
.container_wrap .c_w .c_content .c_left_module .rement_wrap .rement_body .rement_wrap_content .rement_item a {
  display: flex;
  height: 100%;
}
.container_wrap .c_w .c_content .c_left_module .rement_wrap .rement_body .rement_wrap_content .rement_item a:hover .title {
  color: #1956FF;
}
.container_wrap .c_w .c_content .c_left_module .rement_wrap .rement_body .rement_wrap_content .rement_item .re_b_l {
  width: 134px;
  height: 75px;
}
.container_wrap .c_w .c_content .c_left_module .rement_wrap .rement_body .rement_wrap_content .rement_item .re_r {
  margin-left: 8px;
  height: 75px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.container_wrap .c_w .c_content .c_left_module .rement_wrap .rement_body .rement_wrap_content .rement_item .re_r .title {
  width: 208px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container_wrap .c_w .c_content .c_left_module .rement_wrap .rement_body .rement_wrap_content .rement_item .re_r .watch {
  display: flex;
  justify-content: end;
}
.container_wrap .c_w .c_content .c_left_module .rement_wrap .rement_body .rement_wrap_content .rement_item .re_r .watch .w_icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.container_wrap .c_w .c_content .c_left_module .rement_wrap .rement_body .rement_wrap_content .rement_item .re_r .watch .w_text {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}
.container_wrap .c_w .c_content .c_left_module .tool_wrap {
  width: 820px;
  background-image: url('https://www.gwy.com/2025/v1/images/tool_bbg.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 8px 8px 8px 8px;
  padding: 20px;
  box-sizing: border-box;
  margin-top: 27px;
}
.container_wrap .c_w .c_content .c_left_module .tool_wrap .tool_header {
  display: flex;
  justify-content: space-between;
}
.container_wrap .c_w .c_content .c_left_module .tool_wrap .tool_header .tool_h_l {
  display: flex;
}
.container_wrap .c_w .c_content .c_left_module .tool_wrap .tool_header .tool_h_l .tool_icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.container_wrap .c_w .c_content .c_left_module .tool_wrap .tool_header .tool_h_l .title {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  font-size: 20px;
  color: #333333;
}
.container_wrap .c_w .c_content .c_left_module .tool_wrap .tool_header .tool_h_more_w {
  display: flex;
  align-items: center;
}
.container_wrap .c_w .c_content .c_left_module .tool_wrap .tool_header .tool_h_more_w .tool_m_t {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}
.container_wrap .c_w .c_content .c_left_module .tool_wrap .tool_header .tool_h_more_w .tool_m_t a {
  color: #999999;
}
.container_wrap .c_w .c_content .c_left_module .tool_wrap .tool_header .tool_h_more_w .tool_r_r {
  width: 26px;
  height: 26px;
}
.container_wrap .c_w .c_content .c_left_module .tool_wrap .tool_body {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
.container_wrap .c_w .c_content .c_left_module .tool_wrap .tool_body a {
  width: 180px;
  height: 79px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  line-height: 79px;
  padding-left: 12px;
  box-sizing: border-box;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  font-size: 16px;
}
.container_wrap .c_w .c_content .c_left_module .tool_wrap .tool_body a:nth-child(1) {
  background-image: url('https://www.gwy.com/2025/v1/images/beikao_bg.png');
  color: #692D00;
}
.container_wrap .c_w .c_content .c_left_module .tool_wrap .tool_body a:nth-child(2) {
  background-image: url('https://www.gwy.com/2025/v1/images/zhiwei_bg.png');
  color: #012178;
}
.container_wrap .c_w .c_content .c_left_module .tool_wrap .tool_body a:nth-child(3) {
  background-image: url('https://www.gwy.com/2025/v1/images/ziliao_bg.png');
  color: #663A01;
}
.container_wrap .c_w .c_content .c_left_module .tool_wrap .tool_body a:nth-child(4) {
  background-image: url('https://www.gwy.com/2025/v1/images/tiku_bg.png');
  color: #063975;
}
.container_wrap .c_w .c_content .acticle_c {
  width: 820px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  padding: 20px;
  box-sizing: border-box;
}
.container_wrap .c_w .c_content .acticle_c .article_title {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  font-size: 28px;
  color: #333333;
  line-height: 41px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container_wrap .c_w .c_content .acticle_c .acticle_info {
  font-size: 12px;
  color: #999999;
  line-height: 16px;
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.container_wrap .c_w .c_content .acticle_c .acticle_info .acticle_icon {
  width: 16px;
  height: 16px;
}
.container_wrap .c_w .c_content .acticle_c .acticle_info .acticle_time {
  margin: 0px 16px 0px 8px;
}
.container_wrap .c_w .c_content .acticle_c .acticle_info .acticle_source {
  margin-right: 16px;
}
.container_wrap .c_w .c_content .acticle_c .article_content {
  margin-top: 30px;
}
.container_wrap .c_w .c_content .acticle_c .article_content [data-form="quote"] {
  width: 516px;
  height: 289px;
}
.container_wrap .c_w .c_content .acticle_c .article_content .gwy_ziliao_d {
  display: flex;
  height: 131px;
  background: #FFFDF4;
  align-items: center;
  padding: 0px 20px;
  margin: 8px 0px;
}
.container_wrap .c_w .c_content .acticle_c .article_content .gwy_ziliao_d div {
  margin-bottom: 0px !important;
}
.container_wrap .c_w .c_content .acticle_c .article_content .gwy_ziliao_d .ziliao_d_l {
  width: 80px;
  height: 80px;
}
.container_wrap .c_w .c_content .acticle_c .article_content .gwy_ziliao_d .ziliao_d_m {
  width: 478px;
  margin-left: 21px;
}
.container_wrap .c_w .c_content .acticle_c .article_content .gwy_ziliao_d .ziliao_d_m .ziliao_name {
  width: 478px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  font-size: 20px;
  color: #333333;
  white-space: nowrap;
  /* 确保文本在一行内显示 */
  overflow: hidden;
  /* 隐藏溢出的内容 */
  text-overflow: ellipsis;
}
.container_wrap .c_w .c_content .acticle_c .article_content .gwy_ziliao_d .ziliao_d_m .ziliao_desc {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
}
.container_wrap .c_w .c_content .acticle_c .article_content .gwy_ziliao_d .ziliao_d_m .ziliao_star_wrap {
  display: flex;
}
.container_wrap .c_w .c_content .acticle_c .article_content .gwy_ziliao_d .ziliao_d_m .ziliao_star_wrap img {
  width: 20px;
  height: 20px;
}
.container_wrap .c_w .c_content .acticle_c .article_content .gwy_ziliao_d .ziliao_d_r {
  display: flex;
  align-items: center;
  margin-left: auto;
  cursor: pointer;
  box-shadow: inset 0px 2px 6px 0px rgba(255, 255, 255, 0.3);
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #E21B0D;
  width: 133px;
  height: 44px;
  justify-content: center;
}
.container_wrap .c_w .c_content .acticle_c .article_content .gwy_ziliao_d .ziliao_d_r .ziliao_d_icon {
  width: 20px;
  height: 20px;
  margin-top: -3px;
  margin-right: 4px;
}
.container_wrap .c_w .c_content .acticle_c .article_content .gwy_ziliao_d .ziliao_d_r .ziliao_d_text {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  font-size: 16px;
  color: #E21B0D;
}
.container_wrap .c_w .c_content .acticle_c .article_content .detail_content div {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 32px;
  margin-bottom: 20px;
}
.container_wrap .c_w .c_content .acticle_c .article_content .detail_content strong {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  /*font-size: 16px; 0207  */
  line-height: 32px;
  margin: 20px 0px;
}
.container_wrap .c_w .c_content .acticle_c .article_content .detail_content a {
  text-decoration: none;
  color: #333333;
}
.container_wrap .c_w .c_content .acticle_c .article_content .sms {
  margin-bottom: 34px;
  text-align: center;
}
.container_wrap .c_w .c_content .acticle_c .article_content .sms div {
  text-align: left;
  border-radius: 4px;
  background: #f7f8fa;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 30px;
  margin-bottom: 24px;
  padding: 10px 20px;
}
.container_wrap .c_w .c_content .acticle_c .article_content .sms .btns {
  display: inline-block;
  background: #edf5ff;
  border: 1px solid #d9e9ff;
  padding: 12px 16px 12px 16px;
  border-radius: 100px;
  color: #0f73ff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  margin-right: 5px;
}
.container_wrap .c_w .c_content .acticle_c .article_content .sms .sm {
  overflow: hidden;
}
.container_wrap .c_w .c_content .acticle_c .article_content .sms .sm .sm-box {
  display: inline-block;
  white-space: nowrap;
  /* animation: scroll linear infinite; */
}
.container_wrap .c_w .c_content .acticle_c .article_content .scrolls {
  animation: scroll linear infinite;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.container_wrap .c_w .c_content .acticle_c .article_content .sms .sm .sm-box p {
  display: inline-block;
  margin-right: 20px;
}
.container_wrap .c_w .c_content .acticle_c .article_content .act_result_btn_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0px;
}
.container_wrap .c_w .c_content .acticle_c .article_content .act_result_btn_wrap .text {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  font-size: 18px;
  color: #333333;
  margin-bottom: 0px !important;
}
.container_wrap .c_w .c_content .acticle_c .article_content .act_result_btn_wrap .result_btn {
  width: 200px;
  height: 73px;
  background-image: url('https://www.gwy.com/2025/v1/images/arc_btn_result.png');
  background-size: 200px 80px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px;
  margin-top: -10px;
  cursor: pointer;
}
.container_wrap .c_w .c_content .acticle_c .article_content .act_result_btn_wrap .result_text_wrap {
  display: flex;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  margin-top: -10px;
  margin-bottom: 0px;
}
.container_wrap .c_w .c_content .acticle_c .article_content .act_result_btn_wrap .result_text_wrap .mark {
  color: #E21B0D;
}
.container_wrap .c_w .c_content .acticle_c .zw_data_wrap {
  display: flex;
  align-items: center;
  width: 780px;
  height: 72px;
  padding: 12px 20px;
  background: linear-gradient(#F5F6FF, #FFFFFF);
  box-shadow: 0px 4px 10px rgba(0, 19, 117, 0.14);
  box-sizing: border-box;
  border-radius: 4px;
}
.container_wrap .c_w .c_content .acticle_c .zw_data_wrap .report_icon {
  width: 44px;
  height: 44px;
}
.container_wrap .c_w .c_content .acticle_c .zw_data_wrap .report_data {
  width: 500px;
  display: flex;
  margin-left: 16px;
  height: 48px;
}
.container_wrap .c_w .c_content .acticle_c .zw_data_wrap .report_data .report_text_wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 48px;
}
.container_wrap .c_w .c_content .acticle_c .zw_data_wrap .report_data .report_text_wrap .report_text {
  display: flex;
  align-items: center;
}
.container_wrap .c_w .c_content .acticle_c .zw_data_wrap .report_data .report_text_wrap .report_text .text_img {
  width: 155px;
  height: 23px;
}
.container_wrap .c_w .c_content .acticle_c .zw_data_wrap .report_data .report_text_wrap .report_text .re_t {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}
.container_wrap .c_w .c_content .acticle_c .zw_data_wrap .report_data .report_text_wrap .zhaoluzuiduo {
  width: 480px;
  display: flex;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
}
.container_wrap .c_w .c_content .acticle_c .zw_data_wrap .report_data .report_text_wrap .zhaoluzuiduo .mark {
  white-space: nowrap;
  color: #E21B0D;
}
.container_wrap .c_w .c_content .acticle_c .zw_data_wrap .report_data .report_text_wrap .zhaoluzuiduo .mark_after {
  width: 408px;
  color: #333333;
  white-space: nowrap;
  /* 确保文本在一行内显示 */
  overflow: hidden;
  /* 隐藏溢出的内容 */
  position: relative;
}
.container_wrap .c_w .c_content .acticle_c .article_content [data-form="quote"] {
  border-radius: 10px;
  width: 516px;
  height: 289px;
}
.container_wrap .c_w .c_content .acticle_c .zw_data_wrap .report_data .report_text_wrap .zhaoluzuiduo .mark_after .scroll_text {
  position: absolute;
  animation: scroll-left linear infinite;
  white-space: nowrap;
  /* 防止文字换行 */
  z-index: 111;
}
.container_wrap .c_w .c_content .acticle_c .zw_data_wrap .report_btn {
  width: 146px;
  height: 40px;
  background-image: url('https://www.gwy.com/2025/v1/images/report_btn.png');
  background-size: 146px 40px;
  background-repeat: no-repeat;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  font-size: 14px;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container_wrap .c_w .c_content .acticle_c .zw_data_wrap .report_btn a {
  color: #3A61FC;
}
.container_wrap .c_w .c_content .c_right_module {
  width: 352px;
  margin-top: -162px;
}
.container_wrap .c_w .c_content .c_right_module img {
  width: 100%;
  height: 100%;
}
.container_wrap .c_w .c_content .c_right_module .right_section1 {
  width: 352px;
  height: 302px;
  cursor: pointer;
}
.container_wrap .c_w .c_content .c_right_module .right_section2 {
  margin-top: 24px;
  width: 352px;
  height: 195px;
  cursor: pointer;
}
.container_wrap .c_w .c_content .c_right_module .right_section3 {
  margin-top: 24px;
  width: 352px;
  height: 195px;
  cursor: pointer;
}
.container_wrap .c_w .c_content .c_right_module .right_tab_wrap,
.container_wrap .c_w .c_content .c_right_module .right_tab_wrap2 {
  background-color: #ffffff;
  padding-bottom: 20px;
  width: 352px;
  border-radius: 8px 8px 8px 8px;
}
.container_wrap .c_w .c_content .c_right_module .right_tab_wrap .tab ul,
.container_wrap .c_w .c_content .c_right_module .right_tab_wrap2 .tab ul {
  display: flex;
  justify-content: space-between;
  width: 352px;
  height: 50px;
  background: #FFFFFF;
  box-shadow: 0px 1px 0px 0px #F3F3F3;
  border-radius: 0px 0px 0px 0px;
  align-items: center;
  border-bottom: 1px solid #F3F3F3;
  padding: 0px 12px;
  box-sizing: border-box;
}
.container_wrap .c_w .c_content .c_right_module .right_tab_wrap .tab ul li,
.container_wrap .c_w .c_content .c_right_module .right_tab_wrap2 .tab ul li {
  font-size: 14px;
  color: #333333;
  line-height: 18px;
  position: relative;
  cursor: pointer;
}
.container_wrap .c_w .c_content .c_right_module .right_tab_wrap .tab ul li.active,
.container_wrap .c_w .c_content .c_right_module .right_tab_wrap2 .tab ul li.active {
  font-weight: 700;
}
.container_wrap .c_w .c_content .c_right_module .right_tab_wrap .tab ul li.active::after,
.container_wrap .c_w .c_content .c_right_module .right_tab_wrap2 .tab ul li.active::after {
  display: block;
  content: '';
  width: 24px;
  height: 2px;
  background: #8A001A;
  border-radius: 36px 36px 36px 36px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 4px;
}
.container_wrap .c_w .c_content .c_right_module .right_tab_wrap .tab .tab_content,
.container_wrap .c_w .c_content .c_right_module .right_tab_wrap2 .tab .tab_content {
  background-color: #ffffff;
}
.container_wrap .c_w .c_content .c_right_module .right_tab_wrap .tab .tab_content .tab_pane,
.container_wrap .c_w .c_content .c_right_module .right_tab_wrap2 .tab .tab_content .tab_pane {
  display: none;
}
.container_wrap .c_w .c_content .c_right_module .right_tab_wrap .tab .tab_content .tab_pane.active,
.container_wrap .c_w .c_content .c_right_module .right_tab_wrap2 .tab .tab_content .tab_pane.active {
  display: block;
}
.container_wrap .c_w .c_content .c_right_module .right_tab_wrap .tab .tab_content .tab_pane .tab_pane_item,
.container_wrap .c_w .c_content .c_right_module .right_tab_wrap2 .tab .tab_content .tab_pane .tab_pane_item {
  display: flex;
  height: 65px;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
  cursor: pointer;
}
.container_wrap .c_w .c_content .c_right_module .right_tab_wrap .tab .tab_content .tab_pane .tab_pane_item:hover,
.container_wrap .c_w .c_content .c_right_module .right_tab_wrap2 .tab .tab_content .tab_pane .tab_pane_item:hover {
  background: #FFFDF4;
}
.container_wrap .c_w .c_content .c_right_module .right_tab_wrap .tab .tab_content .tab_pane .tab_icon,
.container_wrap .c_w .c_content .c_right_module .right_tab_wrap2 .tab .tab_content .tab_pane .tab_icon {
  width: 40px;
  height: 40px;
}
.container_wrap .c_w .c_content .c_right_module .right_tab_wrap .tab .tab_content .tab_pane .tab_li_m,
.container_wrap .c_w .c_content .c_right_module .right_tab_wrap2 .tab .tab_content .tab_pane .tab_li_m {
  margin-left: 8px;
  height: 45px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.container_wrap .c_w .c_content .c_right_module .right_tab_wrap .tab .tab_content .tab_pane .tab_li_m .name,
.container_wrap .c_w .c_content .c_right_module .right_tab_wrap2 .tab .tab_content .tab_pane .tab_li_m .name {
  width: 192px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  white-space: nowrap;
  /* 确保文本在一行内显示 */
  overflow: hidden;
  /* 隐藏溢出的内容 */
  text-overflow: ellipsis;
}
.container_wrap .c_w .c_content .c_right_module .right_tab_wrap .tab .tab_content .tab_pane .tab_li_m .li_b_info,
.container_wrap .c_w .c_content .c_right_module .right_tab_wrap2 .tab .tab_content .tab_pane .tab_li_m .li_b_info {
  display: flex;
  align-items: center;
}
.container_wrap .c_w .c_content .c_right_module .right_tab_wrap .tab .tab_content .tab_pane .tab_li_m .li_b_info .star_wrap,
.container_wrap .c_w .c_content .c_right_module .right_tab_wrap2 .tab .tab_content .tab_pane .tab_li_m .li_b_info .star_wrap {
  display: flex;
}
.container_wrap .c_w .c_content .c_right_module .right_tab_wrap .tab .tab_content .tab_pane .tab_li_m .li_b_info .star_wrap img,
.container_wrap .c_w .c_content .c_right_module .right_tab_wrap2 .tab .tab_content .tab_pane .tab_li_m .li_b_info .star_wrap img {
  width: 12px;
  height: 12px;
}
.container_wrap .c_w .c_content .c_right_module .right_tab_wrap .tab .tab_content .tab_pane .tab_li_m .li_b_info .star_scop,
.container_wrap .c_w .c_content .c_right_module .right_tab_wrap2 .tab .tab_content .tab_pane .tab_li_m .li_b_info .star_scop {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #FF7B00;
  margin-left: 2px;
}
.container_wrap .c_w .c_content .c_right_module .right_tab_wrap .tab .tab_content .tab_pane .tab_li_m .li_b_info .do_wrap,
.container_wrap .c_w .c_content .c_right_module .right_tab_wrap2 .tab .tab_content .tab_pane .tab_li_m .li_b_info .do_wrap {
  display: flex;
  align-items: center;
  margin-left: 9px;
}
.container_wrap .c_w .c_content .c_right_module .right_tab_wrap .tab .tab_content .tab_pane .tab_li_m .li_b_info .do_wrap .do_icon,
.container_wrap .c_w .c_content .c_right_module .right_tab_wrap2 .tab .tab_content .tab_pane .tab_li_m .li_b_info .do_wrap .do_icon {
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
  margin-right: 4px;
}
.container_wrap .c_w .c_content .c_right_module .right_tab_wrap .tab .tab_content .tab_pane .tab_li_m .li_b_info .do_wrap .do_text_wrap,
.container_wrap .c_w .c_content .c_right_module .right_tab_wrap2 .tab .tab_content .tab_pane .tab_li_m .li_b_info .do_wrap .do_text_wrap {
  display: flex;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}
.container_wrap .c_w .c_content .c_right_module .right_tab_wrap .tab .tab_content .tab_pane .tab_li_m .li_b_info .do_wrap .do_text_wrap .do_text_mark,
.container_wrap .c_w .c_content .c_right_module .right_tab_wrap2 .tab .tab_content .tab_pane .tab_li_m .li_b_info .do_wrap .do_text_wrap .do_text_mark {
  color: #FF7B00;
}
.container_wrap .c_w .c_content .c_right_module .right_tab_wrap .tab .tab_content .tab_pane .tab_li_btn,
.container_wrap .c_w .c_content .c_right_module .right_tab_wrap2 .tab .tab_content .tab_pane .tab_li_btn {
  background-image: url('https://www.gwy.com/2025/v1/images/do_a.png');
  width: 69px;
  height: 28px;
  background-size: 100% 100%;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  font-size: 14px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
.container_wrap .c_w .c_content .c_right_module .right_tab_wrap .tab .tab_content .tab_pane .tab_li_btn a,
.container_wrap .c_w .c_content .c_right_module .right_tab_wrap2 .tab .tab_content .tab_pane .tab_li_btn a {
  color: #FFFFFF;
}
.container_wrap .c_w .c_content .c_right_module .right_tab_wrap .tab .tab_content .tab_pane .tab_li_btn:hover,
.container_wrap .c_w .c_content .c_right_module .right_tab_wrap2 .tab .tab_content .tab_pane .tab_li_btn:hover {
  background-image: url('https://www.gwy.com/2025/v1/images/do_noa.png');
}
.container_wrap .c_w .c_content .c_right_module .right_tab_wrap .right_tab_btn,
.container_wrap .c_w .c_content .c_right_module .right_tab_wrap2 .right_tab_btn {
  width: 276px;
  height: 40px;
  background: #FFF5F5;
  box-shadow: inset 0px 1px 3px 0px rgba(255, 255, 255, 0.55);
  border-radius: 4px 4px 4px 4px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  font-size: 16px;
  color: #FF3E13;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  cursor: pointer;
}
.container_wrap .c_w .c_content .c_right_module .right_tab_wrap2 .right_tab_btn {
  background: #F4F5FF;
  color: #3A61FC;
  cursor: pointer;
}
.container_wrap .c_w .c_content .c_right_module .right_tab_wrap2 .tab_li_btn {
  background-image: url('https://www.gwy.com/2025/v1/images/d2_a.png') !important;
}
.container_wrap .c_w .c_content .c_right_module .right_tab_wrap2 .tab_li_btn a {
  color: #FFFFFF;
}
.container_wrap .c_w .c_content .c_right_module .right_tab_wrap2 .tab_li_btn:hover {
  background-image: url('https://www.gwy.com/2025/v1/images/d2_na.png') !important;
}
.container_wrap .c_w .c_content .c_right_module .right_teacher_wrap {
  width: 352px;
  padding: 12px 12px;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  margin-top: 24px;
}
.container_wrap .c_w .c_content .c_right_module .right_teacher_wrap.t_sticky {
  position: fixed;
  right: 0px;
  top: 70px;
}
.container_wrap .c_w .c_content .c_right_module .right_teacher_wrap.t_bottom {
  position: fixed;
  right: 0px;
  bottom: 172px;
}
.container_wrap .c_w .c_content .c_right_module .right_teacher_wrap .t_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container_wrap .c_w .c_content .c_right_module .right_teacher_wrap .t_header .t_h_l {
  display: flex;
  align-items: center;
}
.container_wrap .c_w .c_content .c_right_module .right_teacher_wrap .t_header .t_icon {
  width: 24px;
  height: 24px;
}
.container_wrap .c_w .c_content .c_right_module .right_teacher_wrap .t_header .title {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  font-size: 20px;
  color: #333333;
  margin-left: 4px;
}
.container_wrap .c_w .c_content .c_right_module .right_teacher_wrap .t_header .t_team_bg {
  margin-left: -20px;
  width: 132px;
  height: 33px;
  margin-top: -6px;
}
.container_wrap .c_w .c_content .c_right_module .right_teacher_wrap .t_header .t_h_more_w {
  display: flex;
  align-items: center;
}
.container_wrap .c_w .c_content .c_right_module .right_teacher_wrap .t_header .t_h_more_w .t_m_t {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}
.container_wrap .c_w .c_content .c_right_module .right_teacher_wrap .t_header .t_h_more_w .t_m_t a {
  color: #999999;
}
.container_wrap .c_w .c_content .c_right_module .right_teacher_wrap .t_header .t_h_more_w .t_r_r {
  width: 26px;
  height: 26px;
}
.container_wrap .c_w .c_content .c_right_module .right_teacher_wrap .t_body {
  width: 328px;
  height: 225px;
  margin-bottom: 26px;
  margin-top: 20px;
  border-radius: 15px;
}
.container_wrap .c_w .c_content .c_right_module .right_teacher_wrap .t_body .swiper-wrapper .swiper-slide {
  width: 328px;
  height: 225px;
}
.container_wrap .c_w .c_content .c_right_module .right_teacher_wrap .t_body .swiper-wrapper .swiper-slide a {
  display: block;
  width: 328px;
  height: 225px;
}
.container_wrap .c_w .c_content .c_right_module .right_teacher_wrap .t_course_wrap {
  margin-top: 15px;
}
.container_wrap .c_w .c_content .c_right_module .right_teacher_wrap .t_course_wrap .t_course_item {
  display: flex;
  background: #FFFFFF;
  border-bottom: 1px solid #F0F0F0;
  height: 94px;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.container_wrap .c_w .c_content .c_right_module .right_teacher_wrap .t_course_wrap .t_course_item:nth-child(4) {
  border-bottom: none;
}
.container_wrap .c_w .c_content .c_right_module .right_teacher_wrap .t_course_wrap .t_course_item:hover {
  background: #FFFDF4;
  box-shadow: 0px 1px 0px 0px #F0F0F0;
}
.container_wrap .c_w .c_content .c_right_module .right_teacher_wrap .t_course_wrap .t_course_item .t_course_av {
  width: 60px;
  height: 60px;
  position: relative;
}
.container_wrap .c_w .c_content .c_right_module .right_teacher_wrap .t_course_wrap .t_course_item .t_course_av .t_huiyuan_wrap {
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.container_wrap .c_w .c_content .c_right_module .right_teacher_wrap .t_course_wrap .t_course_item .t_course_m {
  padding: 12px 0px;
  margin-left: 12px;
  margin-right: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  box-sizing: border-box;
}
.container_wrap .c_w .c_content .c_right_module .right_teacher_wrap .t_course_wrap .t_course_item .t_course_m .title {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  width: 188px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container_wrap .c_w .c_content .c_right_module .right_teacher_wrap .t_course_wrap .t_course_item .t_course_m .t_course_name {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}
.container_wrap .c_w .c_content .c_right_module .right_teacher_wrap .t_course_wrap .t_course_item .t_course_btn_wrap {
  padding-top: 14px;
}
.container_wrap .c_w .c_content .c_right_module .right_teacher_wrap .t_course_wrap .t_course_item .t_course_btn_wrap .t_course_btn {
  width: 53px;
  height: 25px;
  background: #FFFCF6;
  border-radius: 100px 100px 100px 100px;
  border: 1px solid #FFEEC5;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #583C00;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container_wrap .c_w .c_content .c_right_module .right_teacher_wrap .t_course_wrap .t_course_item .t_course_btn_wrap .t_course_status {
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  margin-top: 16px;
}
.container_wrap .c_w .c_content .c_right_module .right_teacher_wrap .t_course_wrap .t_course_item .t_course_btn_wrap .t_course_status .live {
  margin-top: 20px;
  width: 72px;
  height: 22px;
  position: absolute;
  bottom: 12px;
  right: 0px;
}
.teacher_consult {
  width: 196px;
  height: 207px;
  position: fixed;
  bottom: 0;
  z-index: 112;
}
.teacher_consult img {
  width: 100%;
  height: 100%;
}
.footer_wrap {
  width: 100%;
  height: 132px;
  background: #272727;
  margin-top: 40px;
}
.footer_wrap .add_line {
  height: 82px;
  width: 100%;
  background: #272727;
  box-shadow: inset 0px -1px 0px 0px rgba(255, 255, 255, 0.13);
}
.footer_wrap .add_line .footer_line {
  width: 11px;
  height: 81px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0) 100%);
  margin-left: 34px;
}
.footer_wrap .footer_t {
  display: flex;
}
.footer_wrap .footer_t .footer_t_l {
  margin-top: 20px;
}
.footer_wrap .footer_t .footer_t_l img {
  width: 132px;
  height: 42px;
}
.footer_wrap .footer_t .footer_t_m,
.footer_wrap .footer_t .footer_t_r {
  margin-left: 42px;
}
.footer_wrap .footer_t .footer_t_m .m_item,
.footer_wrap .footer_t .footer_t_r .m_item {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.footer_wrap .footer_t .footer_t_m .m_item img,
.footer_wrap .footer_t .footer_t_r .m_item img {
  width: 16px;
  height: 16px;
  margin-right: 12px;
}
.footer_wrap .footer_t .footer_t_m .m_item .m_item_text,
.footer_wrap .footer_t .footer_t_r .m_item .m_item_text {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
.footer_wrap .footer_t .footer_t_r {
  margin-left: 75px;
}
.footer_wrap .footer_b {
  height: 50px;
  background: #272727;
}
.footer_wrap .footer_b .c_w {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_wrap .footer_b .b_t {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
}

.footer_wrap .footer_b img {
  margin-left: 12px;
  width: 147px;
  height: 40px;
}

.re_b_l img{
  border-radius:4px;
}
