body,
div,
span,
header,
footer,
nav,
section,
aside,
article,
ul,
dl,
dt,
dd,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
i,
b,
textarea,
button,
input,
select,
figure,
figcaption {
  padding: 0;
  margin: 0;
  list-style: none;
  font-style: normal;
  text-decoration: none;
  border: none;
  font-family: PingFang SC, Helvetica Neue, Helvetica, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
}
body:focus,
div:focus,
span:focus,
header:focus,
footer:focus,
nav:focus,
section:focus,
aside:focus,
article:focus,
ul:focus,
dl:focus,
dt:focus,
dd:focus,
li:focus,
a:focus,
p:focus,
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus,
i:focus,
b:focus,
textarea:focus,
button:focus,
input:focus,
select:focus,
figure:focus,
figcaption:focus {
  outline: none;
}
input[type="button"],
input[type="submit"],
input[type="search"],
input[type="reset"] {
  -webkit-appearance: none;
}
textarea {
  -webkit-appearance: none;
}
/*
html,body{
    height: 100%;
    width: 100%;
    // background-color: #F5F5F5;
}
*/
html,
body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
          background: #fff;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.back_img {
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ctt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.fixed-ctt{
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.ftt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tb {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.lr {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.fwb {
  font-weight: bold;
}



/*底部固定栏目*/
.tabbar-container {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 1.33333333rem;
  background: #feffff;
}
.tabbar-container .weui-tabbar__icon {
  width: 0.53333333rem;
  height: 0.58666667rem;
  text-align: center;
  line-height: 0.58666667rem;
}


.tabbar-container .weui-tabbar__item .home {
  /*background: url("../../img/home.png") no-repeat;
  background-size: 100%, 100%;*/
    color:#333;
}

.tabbar-container .weui-tabbar__item.weui-bar__item--on .home {
  /*background: url("../../img/home_active.png") no-repeat;
  background-size: 100%, 100%;*/
    color:#cc0000;
}

.tabbar-container .information {
  /*background: url("../../img/information.png") no-repeat;
  background-size: 100%, 100%;*/
    color:#333;
}

.tabbar-container .weui-tabbar__item.weui-bar__item--on .information {
  /*background: url("../../img/infomation_active.png") no-repeat;
  background-size: 100%, 100%;*/
    color:#cc0000;
}

.tabbar-container .my {
  /*background: url("../../img/my.png") no-repeat;
  background-size: 100%, 100%;*/
    color:#333;
}
.tabbar-container .weui-tabbar__item.weui-bar__item--on .my {
  /*background: url("../../img/my_active.png") no-repeat;
  background-size: 100%, 100%;*/
    color:#cc0000;
}
.weui-tabbar__icon .icon{font-size:0.6rem}


.tabbar-container .weui-tabbar__label {
  margin-top: 0.05333333rem;
  color: #000;
  font-size: 12px;
  line-height: 0.45333333rem;
}
.tabbar-container .weui-tabbar__label1 {
  color: #8e8e8e;
  font-size: 12px;
  margin-top: 0.72rem;
}
.tabbar-container .weui-tabbar__item1.weui-bar__item--on .weui-tabbar__label1 {
  color: #cc0000;
}
.tabbar-container .weui-tabbar__item.weui-bar__item--on .weui-tabbar__label {
  color: #cc0000;
}


/*提示弹窗*/
.tips-mask-container{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}

.tips-mask-container .tips-mask-wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width:211px;
  min-height:98px;
  background-color: #fff;
  border-radius:12px;
  padding: 15px 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tips-mask-container .iconfont{
  font-size: 28px;
  color: #cc0000;
}
.tips-mask-container .tips{
  margin-top: 7px;
  font-size: 16px;
  color: #333;
  text-align: center;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.confirm-container{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.6);
}
.confirm-container .confirm-wrapper{
  width: 86.7%;
  /*border-radius: 10px;*/
  /* overflow: hidden;*/
}
.confirm-container .iconfont{
  font-size: 48px;
  color: #DC4F3F;
}
.confirm-container .confirm-wrapper ._content{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 50px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px 10px 0 0 ;
}
.confirm-container .tips{
  font-size: 14px;
  color: #333;
  padding: 0 20px;
  text-align: center;
}
.confirm-container .text1{
  margin-top: 15px;
  text-align: center;
}
.confirm-container .text2{
  margin-top: 5px;
  text-align: center;
}
.confirm-container .btn-wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  width:100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0 0 10px 10px ;
}
.confirm-container .btn{
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 40px;
  border-top: 1px solid #F2F2F2;
  text-align: center;
  line-height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.confirm-container .btn.one{
  border-right: 1px solid #F2F2F2;
}
.confirm-container .cancel{
  font-size: 16px;
  color: #9C9C9C;
}
.confirm-container .confirm{
  font-size: 16px;
  color: #cc0000;
}
.tips-mask-wrap .iconzhengzaishangchuan{
  font-size: 35px;
  color: #fff;
}
.tips-mask-wrap .loading{
  display: block;
  width: 35px;
  height: 35px;
}
.tips-mask-wrap .loading img{
  width: 100%;
  height: 100%;
}
.topHeader{
  position: fixed;
  top: 0;
  width: 90%;
  height: 1.2rem;
  /*display: flex;*/
  display: none;
  align-items: center;
  justify-content: space-between;
  line-height: 1.2rem;
  background: #cc0000;
  padding: 0 5%;
  z-index: 99999999999;
}
.topHeader>div:first-child{
  display: flex;
  align-items: center;
  width: 33%
}
.topHeader>div:nth-child(2){
  color: #FFFFFF;
  font-size: 0.48rem;
   width: 60%;
   text-align: center;
}
.topHeader>div:last-child{
    color: #FFFFFF;
    width: 33%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.topHeader .back{
  width: 0.24rem;
  height: 0.4rem;
}
.topHeader .home{
  width: 0.6rem;
    margin-left: 0.5rem;
    height: 0.6rem;
}
.topHeader>div:last-child .refresh{
  width: 0.6rem;
  height: 0.6rem;
  display: none;
}

.logo-box{width:100%;background-color:#cc0000;display: flex;align-items: center;justify-content: center;height:1.6rem;}
.logo-box img{height:0.6rem;}

body {
    padding-top: constant(safe - area - inset - top); /* iOS 11.0 及以下 */
    padding-top: env(safe - area - inset - top); /* iOS 11.2 及以上和 Android */
}
/* .logo-box{padding-top:20px;} */