.mobile_type .Con {
    margin: 4vw 0;
    width: 100vw!important;
    padding: 0 2.6667vw;
}

.mobile_type .mainTable .m_left,
.mobile_type .m_by {
    display: none!important;
}

.mobile_type .Con-right {
    width: 100%;
    min-height: inherit;
    font-size: 4.8vw;
    padding: 0;
    border: 0.2667vw solid #dedede;
}

.mobile_type .Con-right_title {
    width: 100%;
    height: 12vw;
    font-size: 6.4vw;
    line-height: 12vw;
    padding-left: 4.2vw;
    border-bottom: 0.2667vw solid #dedede;
}

.mobile_type .Con-right>div:not(.Con-right_title) {
    width: auto!important;
    margin: 4vw!important;
}

.mobile_type .Con-right .bm {
    font-size: 4.6vw;
    margin-bottom: 2.6667vw;
}

.mobile_type .Con-right table div {
    line-height: 6.4vw!important;
    padding-left: 4.8vw!important;
    background-position-y: 1.5vw!important;
    background-size: 3.6vw!important;
    height: 100%;
    margin-bottom: 2.6667vw;
}

.mobile_type .Con-right table div a {
    font-size: 3.6vw;
    word-break: break-all;
    padding-right: 2.6667vw;
}

.mobile_type .Con-right table td {
    height: 0;
}

  /* 当前位置 */
  .mobile_type .bt-box-1200{width: 100vw;}
  .mobile_type .dw{line-height: 32px;}
  .mobile_type .crumbs{display: contents;}
  .mobile_type .Con-right_list>li{line-height: 45px;}
  .mobile_type .pos{padding-left: 2vw;}


/* 横向滚动条解决 */
html,body{
    padding: 0;
    margin: 0;
    width: 100%;  
    height: 100%;  
    left: 0;top: 0;  
    overflow: hidden;  
    overflow-y: auto;
  }