body {
  display: flex;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font: normal 100% Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  border: 0;
  /* min-width: 1000px; */
  height: auto;
  /* height:100%; */
  background: #ffffff;
}

.contentView {
  width: 100%;
  /*min-width: 780px;*/
}

#itemView1 {
  width: 100%;
  top: 0px;
}

#itemView2 {
  display: none;
  width: 100%;
  top: 0px;
}

.navView {
  position: absolute;
  display: flex;
  top: 25px;
  left: 60%;
  width: 40%;
  min-width: 400px;
  /*background: rgba(200,200,200, 0.2);*/
}

.tabBarView {
  background: rgb(52, 35, 76);
  color: white;
  font-size: 10px;
  text-align: center;
  padding: 20px;
  line-height: 20px;
}

.phoneNum {
  display: flex;
  color: white;
  font-size: 13px;
  margin-top: 15px;
  margin-left: 20px;
}

/*********开始：zmItemView *********/

.zmItemView {
  padding-top: 10px;
  background: rgba(255, 255, 255, 0);
  cursor: pointer;
  /* background-color:transparent; */
  /* background-color:#000000; */
}

.zmItemBtn {
  font-size: 13px;
  cursor: pointer;
}

.zmItemBtn:focus {
  outline: none;
}

/*********结束：zmItemView *********/
