.qdjj {
  width: 7.5rem;
  background-color: #fff;
}

.datu {
  width: 100%;
}

.jj {
  font-size: 0.28rem;
  color: #0c161f;
  font-weight: 600;
  margin-bottom: 0.2rem;
}
.pinfo {
  line-height: 20px;
}

.qdjj p {
  color: #323232;
  font-size: 0.25rem;
  font-weight: 400;
}

.back {
  width: 100%;
  height: 4rem;
  background: url(/images/zb.png) no-repeat center;
  background-size: 100% 100%;
}

.qdjj span {
  color: #c60201;
}

.bsshuming {
  width: 100%;
}

.bssm_bt {
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.14);
  height: 0.8rem;
  font-size: 0.2rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.bssm_bt div {
  line-height: 0.7rem;
  border-bottom: 3px solid #fff;
}
.main-wp1 {
  width: 100%;
  box-sizing: border-box;
  padding: 0.2rem;
  display: flex;
  justify-content: space-around;
  text-align: center;
  padding-top: 0.6rem;
}

.main-wp1 img {
  width: 1rem;
  height: 1rem;
  display: block;
}

.main-wp1 a {
  font-size: 0.25rem;
  display: block;
  color: #fff;
  margin-top: 0.2rem;
}

.main-wp1 p {
  font-size: 0.36rem;
  text-align: center;
  color: #fff;
}

.flexcolumn {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.signal {
  position: relative;
}

.btn1 {
  width: 1.6rem;
  height: 0.5rem;
  border: 1px solid #c60201; /* #c60201; */
  border-radius: 15px 15px 15px 15px;
  line-height: 0.5rem;
  position: absolute;
  bottom: 0.8rem;
  left: 50%;
  transform: translate(-50%, 0);
}
.btn1 a {
  color: #c60201;
  font-size: 0.3rem;
  text-align: center;
  margin-top: 0rem;
}

.btnact {
  border: 1px solid #999999 !important;
}
.btnactA {
  color: #999999;
}

.navtop {
    position: fixed;
    top: 0;
    z-index: 22;
    background: #009688;
    width: 100%;
    height:  50px;
  font-size: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navback {
  position: relative;
  display: block;
  height: 0.8rem;
  width: 16%;
  line-height: 0.8rem;
}

.navback::after {
  position: absolute;
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  border: 2px solid #fff;
  border-radius: 0.04rem;
  border-right: 0px;
  border-bottom: 0px;
  left: 0.4rem;
  top: 0.2rem;
  transform: rotate(315deg);
  -webkit-border-radius: 0.04rem;
  -moz-border-radius: 0.04rem;
  -ms-border-radius: 0.04rem;
  -o-border-radius: 0.04rem;
}

.pinfo {
  line-height: 20px;
}

.imgInfo {
  width: 7.5rem;
  height: 3.12rem;
  background: url(/images/m_detail_bg.png) no-repeat center center/100% 100%;
  font-size: 0.25rem;
  color: #fff;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}
.imgInfo img {
  width: 1.2rem;
  vertical-align: middle;
  color: #fff;
  margin-top: 0.4rem;
}
.imgInfo div {
  padding: 0.28rem;
  font-size: 0.32rem;
  font-weight: 600;
  text-align: center;
}
.imgInfo p {
  color: #fff;
  text-align: center;
}

:root {
  --c1: #009687da;
  --c2: #fff;
  --c3: #000;
  --c4: #999;
  --c5: #333;
  --c6: #f4f5f7;
  --c7: #f7f7f7;
  --c8: #9C9C9C;
  --c9: #9B9B9B;
  --c10: #f2f3f5;
  --c11: #009688;
}

.tubiao {
    width: 16%;
    height: 100%;
    background: url(/images/menuicon.png) no-repeat center center/100% 100%;
}

.tubiao1 {
    background: url(/images/menu1.png) no-repeat center center/100% 100%;
}

.tubiaoPostion {
    position: fixed;
    top: .32rem;
    right: 0.32rem;
    z-index: 20;
}
.Menu {
    height:45px;
    line-height: 45px;
    font-size: 20px;
    border-bottom: 1px solid #DBDBDB;
    text-align: center;
    position: relative;
    background: #ccc;
}



.MenuBtn {
    position: absolute;
    top: .24rem;
    right: .4rem;
}

.menuli {
    padding: .4rem .44rem 0 .44rem;
    overflow-y: scroll;
}

.menuxq {
    width: 100%;
    /*min-height: 1.8rem;*/
}

.menuxq .menutit {
    font-size:18px;
    height: 40px;
    
    color: var(--c3);
    position: relative;
    padding-left: 10px;
    display: flex;

}
.MenuTit {
  font-size: 20px;
}
.menuxq .menutit::after {
    content: "";
    position: absolute;
    top: .08rem;
    left: 0rem;
    width: 4px;
    height: 18px;
   
    background-color: var(--c1);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.menulist {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.menulist li {
    font-size: .18rem;
    min-width: 1.6rem;
    margin-right: 0.24rem;
    height: .6rem;
    line-height: .4rem;
    text-align: center;
    background-color: var(--c6);
    margin-bottom: .14rem;
    padding: .1rem .12rem;
    color: var(--c3);
    border-radius: .04rem;
    -webkit-border-radius: .04rem;
    -moz-border-radius: .04rem;
    -ms-border-radius: .04rem;
    -o-border-radius: .04rem;
}

.menulist li a,
.menulist li {
    font-size: .24rem;
}
