/*字体设置*/
body {
  /*font-family:'Helvetica Neue',Helvetica,sans-serif;*/
  font-family: "微软雅黑";
  padding-bottom: env(safe-area-inset-bottom);
  letter-spacing: 0.008rem;
}
* {
  color: #545454;
  touch-action: pan-y;
}
/* 去掉谷歌浏览器自动添加的样式 */
select:-webkit-autofill,
textarea:-webkit-autofill,
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #ccc;
}
textarea:-moz-placeholder,
input::-moz-placeholder {
  color: #ccc;
}
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: #ccc;
}
textarea::-ms-input-placeholder,
input::-ms-input-placeholder {
  color: #ccc;
}
b {
  font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
/*iPhoneX 才需要新增适配*/
@supports (bottom: env(safe-area-inset-bottom)) {
  div.fixedElement {
    margin-bottom: env(safe-area-inset-bottom);
  }
}
.mui-content {
  position: absolute;
  z-index: 2;
  width: 100%;
}
/*=============    覆盖mui的样式      ================*/
.mui-table-view:before,
.mui-table-view:after,
.mui-input-group:before,
.mui-input-group:after,
.mui-table-view-cell:after {
  height: 0;
}
/*顶部返回上一页的按钮*/
header {
  position: relative;
}
.mui-icon-back {
  left: 0;
  top: 0;
  height: 0.81rem;
  width: 0.73rem;
  display: inline-block;
  float: left;
}
.mui-icon-back:before,
.mui-icon-left-nav:before {
  content: '';
  width: 0.13rem;
  height: 0.26rem;
  display: inline-block;
  position: absolute;
  background: url(../images/back.png);
  background-repeat: no-repeat;
  background-size: 0.13rem 0.26rem;
  left: 0.3rem;
  top: 0.275rem;
}
.mui-scroll-wrapper .mui-scroll {
  width: 7.5rem !important;
}
/*修改导航条，为红色 字体为白色*/
.mui-bar-tab {
  height: 1.24rem;
  box-shadow: 0 0.08rem 0.21rem rgba(27, 96, 248, 0.22);
  background-color: #fff;
}
.mui-table-view.tn-list {
  background-color: #0000ff;
}
/*头部样式设置 start*/
.mui-bar-nav {
  height: 0.81rem;
  background-color: #fff;
  box-shadow: none;
  border-bottom: 0.01rem solid #f7f7f7;
}
.mui-title {
  width: 6.04rem;
  height: 0.81rem;
  left: 50%;
  margin-left: -3.02rem;
  font-size: 0.3rem;
  color: #1A1A1A;
  line-height: 0.81rem;
}
/*头部样式设置 end*/
/*修改header标题中h1标签内字体变小--920*/
.mui-bar a {
  color: #ffffff;
}
.mui-bar-nav ~ .mui-content {
  padding-top: 0.81rem;
}
.mui-bar-tab ~ .mui-content {
  padding-bottom: 1.24rem;
}
/*mui 提示弹框*/
.mui-popup {
  border-radius: 0.1rem;
}
.mui-popup-inner {
  border-radius: 0.1rem 0.1rem 0 0;
}
.mui-popup-button:first-child:last-child {
  border-radius: 0 0 0.1rem 0.1rem;
}
.mui-popup-button.mui-popup-button-bold {
  font-weight: normal;
}
/*覆盖muibody的背景色*/
body {
  background-color: #f7f7f7;
}
/*覆盖nui按钮颜色*/
.mui-btn2 {
  border: 1px solid #01b7e6;
  color: #01b7e6;
  background-color: #fff;
}
/*============= 应用公共样式 =============*/
* {
  margin: 0;
  padding: 0;
}
ul,
li {
  list-style: none;
}
.fen_ge {
  height: 0.18rem;
  clear: both;
}
a {
  outline: none;
  text-decoration: none;
  color: black;
}
.w100 {
  width: 100%;
}
.w50 {
  width: 50%;
}
.w33 {
  width: 33.33%;
}
i {
  font-style: normal;
}
input {
  margin: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
input::-ms-clear {
  display: none;
}
input::-ms-reveal {
  display: none;
}
input:hover,
input:active,
input:focus {
  outline: 0;
}
input::-webkit-input-placeholder {
  color: #CCCCCC;
}
input::-moz-placeholder {
  color: #CCCCCC;
}
input:-moz-placeholder {
  color: #CCCCCC;
}
input:-ms-input-placeholder {
  color: #CCCCCC;
}
/*
    标准区块
*/
.tn-div-center {
  text-align: center;
  width: 100%;
}
/*
    标准字体：颜色、字号、行高
*/
.tn-normal-txt,
.item-title-txt {
  color: #1A1A1A;
}
.tn-normal-txt-oneline {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/*=============    应用其他样式      =============*/
/*主页内容*/
.mui-content {
  background-color: #F7f7f7;
}
/*底部导航菜单 Start*/
/*修改底部导航条，红色字体改为蓝色*/
.phone-num {
  position: fixed;
  bottom: 0.16rem;
  left: 50%;
  margin-left: -0.655rem;
  width: 1.31rem;
  height: 1.31rem;
  display: inline-block;
  z-index: 2;
}
.ring-up {
  position: fixed;
  bottom: 0.16rem;
  left: 50%;
  margin-left: -0.655rem;
  width: 1.31rem;
  height: 1.31rem;
  display: inline-block;
}
.ring-up .circle-bg {
  width: 1.31rem;
  height: 1.31rem;
  display: inline-block;
  background: url(../images/icon_group.png);
  background-size: 19.2rem 12.31rem;
  background-position: -12.61rem -1.67rem;
}
.ring-up .ring-up-txt {
  position: absolute;
  left: 50%;
  top: 0.33rem;
  width: 0.75rem;
  height: 0.75rem;
  display: inline-block;
  float: left;
  font-size: 0.3rem;
  margin-left: -0.33rem;
  line-height: 0.36rem;
  letter-spacing: 0.05rem;
  color: #fff;
}
.mui-bar-tab .mui-tab-item {
  width: initial;
  padding-top: 0.22rem;
}
.mui-tab-label {
  font-size: 0.24rem;
  color: #1A1A1A;
}
.mui-bar-tab .mui-icon {
  background-repeat: no-repeat;
  background: url(../images/icon_group.png);
  background-size: 19.2rem 12.31rem;
  top: initial !important;
  width: 0.48rem !important;
  height: 0.46rem !important;
}
.mui-bar-tab .mui-icon.icon-shouye {
  background-position: -8.63rem -5.43rem;
}
.mui-bar-tab .mui-icon.icon-fuwu {
  background-position: -10.34rem -5.41rem;
}
.mui-bar-tab .mui-icon.icon-zixun {
  background-position: -13.36rem -5.43rem;
}
.mui-bar-tab .mui-icon.icon-wode {
  background-position: -15.08rem -5.41rem;
}
.mui-tab-item.mui-active .mui-tab-label {
  color: #5894FF;
}
.mui-tab-item.mui-active .icon-shouye {
  background-position: -8.63rem -6.03rem;
}
.mui-tab-item.mui-active .icon-fuwu {
  background-position: -10.34rem -6.02rem;
}
.mui-tab-item.mui-active .icon-zixun {
  background-position: -13.37rem -6.04rem;
}
.mui-tab-item.mui-active .icon-wode {
  background-position: -15.08rem -6.02rem;
}
/*底部导航菜单 End*/
/*中间有横杠的title Start*/
.normal-title {
  text-align: center;
  position: relative;
}
.normal-title .normal-title-txt {
  color: #1a1a1a;
  font-size: 0.3rem;
}
.normal-title:after,
.normal-title:before {
  position: absolute;
  content: "";
  height: 0.01rem;
  border-bottom: 0.01rem solid #fff;
  top: 50%;
  margin-top: -0.01rem;
}
.normal-title:after {
  right: 0;
}
.normal-title:before {
  left: 0;
}
/*中间有横杠的title End*/
/*------------------------footer Start----------------------*/
/*服务中心 Start*/
.service-center {
  padding: 0 0.3rem;
}
.service-center .title-area {
  display: none;
}
.service-center .normal-title {
  display: block;
}
.service-center .service-list {
  padding-bottom: 0.36rem;
}
.service-center .service-item {
  width: 33.33%;
  height: 1.94rem;
  display: inline-block;
  float: left;
}
.service-center .service-item > a {
  width: 100%;
  height: 100%;
  display: inline-block;
  float: left;
  background-color: #FAFAFA;
  border-radius: 0.04rem;
}
.service-center .service-item .service-img {
  background: url(../images/icon_group.png);
  background-size: 19.2rem 12.31rem;
  width: 100%;
  height: 0.97rem;
  margin-left: 0;
  border-radius: 0.04rem 0.04rem 0 0;
}
.service-center .service-item .service-img.bjall-img {
  background-position: -8.66rem -4.33rem;
}
.service-center .service-item .service-img.bjsq-img {
  background-position: -11.02rem -4.33rem;
}
.service-center .service-item .service-img.bjsy-img {
  background-position: -13.39rem -4.33rem;
}
.service-center .service-item .service-txt {
  margin-top: 0.25rem;
  margin-bottom: 0.125rem;
}
.service-center .service-item p {
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.2rem;
  margin-bottom: 0;
  color: #1A1A1A;
}
.service-center .service-item + .service-item {
  padding: 0 0.1rem;
}
.service-center .service-item:first-child {
  padding-right: 0.09rem;
}
.service-center .service-item:last-child {
  padding-right: 0;
}
/*服务中心 End*/
/*服务热线 Start*/
.service-hotline {
  width: 100%;
  height: 1.3rem;
  background-color: #5894FF;
  padding: 0.27rem 0 0.53rem;
  position: relative;
}
.service-hotline .hot-line {
  display: inline-block;
  width: 3.9rem;
  height: 0.51rem;
  border: 1px solid #fff;
  border-radius: 0.26rem;
  color: #fff;
  font-size: 0.3rem;
  text-align: center;
  line-height: 0.51rem;
  position: absolute;
  left: 50%;
  margin-left: -1.95rem;
}
/*服务热线 End*/
/*------------------------footer End----------------------*/
/**************************/
/*添加返回顶部按钮的样式-920*/
#backTop {
  width: 0.96rem;
  height: 0.76rem;
  position: fixed;
  bottom: 3.68rem;
  right: 0;
  background: url(../images/icon_group.png);
  background-size: 19.2rem 12.31rem;
  background-position: -11.36rem -3.26rem;
  display: none;
  z-index: 9;
}
/*空页面zero start*/
.zero-area {
  margin-top: 1.23rem;
  text-align: center;
}
.zero-area img {
  width: 2.57rem !important;
  height: 2.54rem;
  display: inline-block;
}
.zero-txt {
  margin-top: 0.5rem;
  font-size: 0.3rem;
  color: #B3B3B3;
  line-height: 0.3rem;
  text-align: center;
}
/*空页面zero end*/
/*迎国庆大礼包广告条 start*/
.activity-adv {
  width: 100%;
  height: 1.89rem;
  padding-left: 0.16rem;
  padding-top: 0.18rem;
}
.activity-adv img {
  width: 7.12rem;
  height: 1.71rem;
  display: inline-block;
  float: left;
  max-width: initial !important;
}
