/*# sourceMappingURL=home_index.css.map */
html,
body {
  width: 100%;
  height: 100%;
}
* {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* 轮播图 */
.swiper {
  z-index: 0 !important;
}
@media screen and (max-width: 750px) {
  .video-pos {
    position: relative;
    z-index: 99;
  }
  .m_mobile_box {
    width: 100%;
    font-size: 0.13rem;
    color: #333;
  }
  .m_top_img {
    width: 100%;
    height: 0.73rem;
    position: relative;
  }
  .m_top_img .m_img {
    height: 0.73rem;
    width: 100%;
  }
  .m_top_img .m_text {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 0.24rem;
    left: 0.4rem;
    font-weight: bold;
  }
  .m_top_img .m_text .m_text_1 {
    font-size: 0.13rem;
    color: #0F45AE;
  }
  .m_top_img .m_text .m_text_2 {
    font-size: 0.13rem;
  }
  .m_nav {
    color: #666;
    font-size: 0.13rem;
    margin: 0.2rem 0.15rem;
  }
  .m_top_title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0.3rem;
  }
  .m_top_title .m_text {
    font-weight: bold;
    margin-bottom: 0.1rem;
    font-size: 0.15rem;
  }
  .m_text>a {
    color: #333;
    font-size: 0.15rem;
    font-weight: bold;
  }


  .m_top_title .m_text1 {
    margin-bottom: 0.1rem;
    width: 70%;
    text-align: center;
    font-size: 0.13rem;
    color: #999;
  }
  .m_button {
    width: 0.8rem;
    height: 0.3rem;
    background: #224397;
    border-radius: 2px 2px 2px 2px;
    color: #fff;
    font-size: 0.12rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .m_buttom_content {
    display: flex;
    justify-content: space-between;
    padding: 0 0.15rem;
    margin-top: 0.3rem;
  }
  .m_buttom_content .m_button_item {
    width: 1.08rem;
    /* height: 1.35rem; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .m_buttom_content .m_button_item .m_btn_title {
    font-weight: bold;
    font-size: 0.15rem;
    margin-bottom: 0.07rem;
  }
  .m_buttom_content .m_button_item .m_btn_content {
    color: #999;
    /* padding-right: 0; */
    overflow: hidden;
    line-height: 0.16rem;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    /* height: 0.7rem; */
    display: -webkit-box;
    font-size: 0.13rem;
  }
  .m_file {
    background-color: #F8FAFF;
    padding: 0.2rem 0.15rem;
    margin-top: 0.2rem;
  }
  .m_file .m_title {
    font-size: 0.12rem;
    font-weight: bold;
    color: #03255C;
  }
  .m_file .m_file_item {
    height: 0.4rem;
    background: rgba(15, 69, 174, 0.05);
    margin-top: 0.1rem;
    display: flex;
    align-items: center;
    padding-left: 0.15rem;
  }
  .m_file .m_file_item .m_img {
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.1rem;
  }
  .m_bagColor {
    background-color: #F8FAFF;
  }
  .m_content_img {
    height: 1.92rem;
    padding: 0 0.15rem;
  }
  .m_content_member .m_menber_item {
    height: 0.44rem;
    background-color: #F8FAFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.15rem;
    margin-bottom: 0.1rem;
  }
  .m_content_member .m_menber_item .m_item_left {
    display: flex;
    justify-content: left;
    align-items: center;
  }
  .m_content_member .m_menber_item .m_item_left .m_img_icon {
    width: 0.16rem;
    height: 0.16rem;
    margin-right: 0.1rem;
  }
  .m_content_member .m_menber_item .m_member_color {
    color: #224397;
  }
  .m_analysis_box {
    width: 100%;
    height: auto;
    padding: 0.25rem 0.15rem 0 0.15rem;
    box-sizing: border-box;
  }
  .m_analysis_title {
    position: relative;
    display: flex;
    color: #ccc;
    justify-content: left;
    font-size: 0.12rem;
    margin: 0 auto;
  }
  .m_analysis_item {
    cursor: pointer;
    color: #666666;
    font-weight: bold;
  }
  .m_analysis_item:nth-child(1) {
    margin-right: 1rem;
  }
  .m_analysis_item_active {
    color: #224397;
    padding-bottom: 0.08rem;
  }
  .m_analysis_titleline {
    position: absolute;
    top: 0.07rem;
    left: 1.1rem;
    width: 0.02rem;
    height: 0.2rem;
    background-color: #224397;
    opacity: 0.5;
  }
  .m_analysis_cirtext {
    font-size: 0.1rem;
    color: #333;
    width: 75%;
    max-height: 3em;
    /* 设置为行高的两倍 */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .m_analysis_tit_data {
    font-size: 0.1rem;
    color: #999;
  }
  .m_view_more > a {
    display: block;
    margin-top: 0.3rem;
    font-size: 0.2rem;
    color: #224397;
    opacity: 0.8;
  }
  .m_content_show {
    display: none;
    margin: 0 auto;
  }
  .m_content_show2 {
    display: block;
  }
  .m_varieties {
    font-size: 0.01rem;
    padding: 0 0.15rem;
  }
  .m_varieties .m_top {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    margin: 0.15rem 0 0.1rem 0;
  }
  .m_varieties .m_top .m_titile {
    font-size: 0.12rem;
    color: #224397;
  }
  .m_varieties .m_top .m_title_right {
    width: 50%;
    font-size: 0.1rem;
    display: flex;
    justify-content: flex-end;
  }
  .m_varieties .m_top .m_title_right .m_img {
    width: 0.16rem;
    height: 0.16rem;
    margin-right: 0.02rem;
  }
  .m_varieties .m_top .m_title_right .m_tit {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    color: #224397;
  }
  .m_varieties .m_top .m_title_right .m_tit1 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #666;
  }
  .m_varieties .m_content {
    height: 2.06rem;
    background-color: #FBFCFF;
    font-size: 0.1rem;
    font-weight: 400;
  }
  .m_varieties .m_content .m_item_title {
    width: 100%;
    color: #224397;
    padding: 0.1rem;
  }
  .m_varieties .m_content .m_item {
    display: flex;
    color: #666666;
    margin: 0.05rem 0.1rem;
  }
  .m_varieties .m_content .m_item .m_item_it {
    padding: 0.05rem 0.15rem;
    background-color: #E2EBF9;
    margin-right: 0.1rem;
  }
  .m_report {
    padding: 0 0.15rem;
    font-size: 0.1rem;
    margin-top: 0.2rem;
  }
  .m_report .m_title {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    font-size: 0.12rem;
    color: #224397;
  }
  .m_report .m_boxs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .m_report .m_boxs .m_box_item {
    box-sizing: border-box;
    box-shadow: 0.05rem 0.05rem 0.1rem 0 #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1.67rem;
    height: 0.36rem;
    background: #F5F9FF;
    padding: 0.05rem 0.15rem;
    color: #333;
    margin-top: 0.1rem;
    background-color: #fff;
  }
  .m_report .m_boxs .m_box_item .m_text {
    display: flex;
    align-items: center;
  }
  .m_report .m_boxs .m_box_item .m_img {
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.07rem;
  }
  .m_video {
    padding: 0 0.15rem;
    margin-top: 0.2rem;
  }
  .m_video .m_video_top {
    width: 100%;
    font-size: 0.12rem;
    color: #224397;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
  }
  .m_video .m_video_top .m_more_color {
    color: #224397;
  }
  .m_video .m_video_play {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 0.1rem;
  }
  .m_video .m_video_play .m_video_item {
    position: relative;
  }
  .m_video .m_video_play .m_video_item .m_video_it {
    width: 1.67rem;
    height: 1.04rem;
    border-radius: 10px 10px 0px 0px;
  }
  .m_video .m_video_play .m_video_item .video-img {
    position: absolute;
    width: 0.26rem;
    height: 0.26rem;
    top: 0.4rem;
    left: 0.7rem;
  }
  .m_mobile_box .swiper-pagination-bullet {
    width: 0.06rem;
    height: 0.06rem;
    border-radius: unset;
    background: rgba(255, 255, 255, 0.6);
    opacity: unset;
  }
  .m_mobile_box .swiper-pagination-bullet-active {
    width: 0.12rem;
    height: 0.06rem;
    border-radius: unset;
    background: #46C9FF;
    opacity: unset;
  }
  .m_analysis_tit {
    width: 100%;
    margin-top: 0.1rem;
  }
  .m_cirtextline {
    padding-bottom: 0.1rem;
    padding-top: 0.1rem;
    border-bottom: 1px dashed #D8D8D8;
    display: flex;
    justify-content: space-between;
  }
  .m_view_more {
    padding-top: 0.15rem;
  }
  .m_view_more > a {
    margin: 0 auto;
    width: 1.04rem;
    height: 0.3rem;
    line-height: 0.3rem;
    text-align: center;
    font-size: 0.1rem;
  }
}

/*# sourceMappingURL=m_home_merchant.css.map */
.m_top_title .m_button,
.m_button_item .m_button {
    width: 0.8rem;
    height: 0.3rem;
    background: #224397;
    border-radius: 2px 2px 2px 2px;
    color: #fff;
    font-size: 0.12rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.1rem;
}


