/*字体设置*/
body {
  /*font-family:'Helvetica Neue',Helvetica,sans-serif;*/
  font-family: "微软雅黑";
}
* {
  touch-action: pan-y;
}
/* 去掉谷歌浏览器自动添加的样式 */
select:-webkit-autofill,
textarea:-webkit-autofill,
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}
/*=============    覆盖mui的样式      ================*/
/*修改导航条，为红色 字体为白色*/
.mui-bar {
  height: 2.347rem;
}
/*修改底部导航条，红色字体改为蓝色*/
.mui-bar-tab .mui-tab-item.mui-active {
  /*color: #ff0000;*/
  color: #01b7e6;
}
.mui-bar-tab .mui-tab-item {
  color: #505674;
  padding-top: 0.19rem;
}
.mui-table-view.tn-list {
  background-color: #0000ff;
}
.mui-bar-nav {
  background-color: #01b7e6;
}
.mui-title {
  font-size: 1.06rem;
  color: #ffffff;
  line-height: 2.347rem;
  font-weight: 600;
}
/*修改header标题中h1标签内字体变小--920*/
.mui-bar a {
  color: #ffffff;
}
.mui-bar-nav ~ .mui-content {
  padding-top: 2.347rem;
}
/*覆盖muibody的背景色*/
body {
  background-color: #efefef;
}
/*覆盖更换区域弹出框定位*/
.mui-popover.mui-popover-action {
  bottom: -8px;
}
/*覆盖nui按钮颜色*/
.mui-btn-danger,
.mui-btn-negative,
.mui-btn-red {
  background-color: #01b7e6;
  border: none;
}
.mui-btn-outlined.mui-btn-danger {
  /*border: 1px solid #DD524D;*/
  border: 1px solid #01b7e6;
  color: #01b7e6;
}
.mui-btn2 {
  border: 1px solid #01b7e6;
  color: #01b7e6;
  background-color: #fff;
}
/*============= 应用公共样式 =============*/
* {
  margin: 0;
  padding: 0;
}
ul,
li {
  list-style: none;
}
.fen_ge {
  height: 0.28rem;
}
a {
  outline: none;
  text-decoration: none;
  color: black;
}
i {
  font-style: normal;
}
/*
	标准区块
*/
.tn-normal-div {
  background-color: #ffffff;
}
/*
	
*/
.tn-div-center {
  text-align: center;
  width: 100%;
}
/*
	按钮图片
*/
.tn-img-button {
  width: 33px;
  width: 1.834rem;
  height: 33px;
  height: 1.834rem;
}
/*
	标准字体：颜色、字号、行高
*/
.tn-normal-txt {
  color: #000;
  font-size: 13px;
  font-size: 0.75rem;
  line-height: 16px;
  line-height: 1rem;
  padding-right: 0.2rem;
}
.tn-normal-txt-oneline {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/*=============    应用专用样式      =============*/
/*
	保障图片
*/
.tn-img-safe {
  width: 80px;
  width: 4rem;
  height: 29px;
  height: 1.45rem;
}
.tn-my-information {
  background: url(../images/M-bgn.jpg) no-repeat left top;
}
/*=============    应用其他样式      =============*/
/*公共底部样式*/
/*footer样式*/
.footer_div {
  margin: 0.5rem auto 0.5rem;
  text-align: center;
  white-space: nowrap;
}
.footer_div a {
  font-size: 12px;
  font-size: 0.7rem;
  padding: 0 0.8rem;
  border-right: 1px solid black;
}
.footer_p {
  font-size: 10px;
  font-size: 0.7rem;
  padding: 0 1rem;
  line-height: 1.3rem;
}
/**************************/
/*
 覆盖之前样式，底部导航栏修改字符图标--919
 * */
@font-face {
  font-family: "iconfont";
  src: url('../fonts/icomoon.ttf') format('truetype');
  /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
}
.icon-shouye:before {
  content: "\e900";
}
/*首页*/
.icon-fenlei:before {
  content: "\e901";
}
/*分类*/
.icon-dingdan:before {
  content: "\e902";
}
/*订单*/
.icon-wode:before {
  content: "\e903";
}
/*我的*/
/**************************/
/*添加返回顶部按钮的样式-920*/
#backTop {
  height: 2.34667rem;
  width: 2.34667rem;
  position: fixed;
  bottom: 3.68rem;
  right: 0.53334rem;
  background: #01B7E6;
  opacity: 0.8;
  /*border-radius: 50%;*/
  display: none;
  z-index: 9;
}
#backTop > img {
  height: 1.30667rem;
  width: 1.30667rem;
  display: block;
  margin: 0 auto;
  margin-top: 0.53333rem;
}
#telId {
  height: 2.34667rem;
  width: 2.34667rem;
  position: fixed;
  bottom: 6.05rem;
  right: 0.53334rem;
  /*background: yellow;*/
  background: #01B7E6;
  opacity: 0.8;
  z-index: 9;
}
#telId a {
  width: 100%;
  height: 100%;
  display: block;
}
#telId a img {
  width: 100%;
  height: 100%;
}
/*添加返回顶部按钮的样式-920-------------end*/
.mui-input-row label {
  height: 100%;
}
.mui-input-row label img {
  height: 80%;
}
/*修改登录注册页面图标大小*/
.paddng_top {
  height: 0.35rem;
}
/*输入框字体*/
form .mui-input-row input {
  color: #FFFFFF;
}
/*类型名称*/
.news_cat_name {
  display: block;
  width: 3.5rem;
  height: 1.2rem;
  line-height: 1.1rem;
  text-align: center;
  border: 1px solid #01B7E6;
  font-size: 0.75rem;
  border-radius: 5px;
  color: #01B7E6;
}
.news_info_name {
  text-align: left;
  display: block;
  font-size: 0.6rem;
  line-height: 1.2rem;
  color: #505674;
  margin-left: 0.5rem;
}
.news_banner {
  margin: 0 0.4rem;
  border-right: 1px solid #efefef;
  padding-top: 0.3rem;
  padding-bottom: 0.1rem;
}
