@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}

.hide {
  display: none;
}
html{
  background: #fff;
}
ul {
  list-style-type: none;
}

/* 移动端 start */
.mobile {
  max-width: 640px;
  padding-bottom: 30px;
  background: #f2f2f4;
  margin: 0 auto;
  /* background: #f9f9fa; */
  /* -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; */
}
.box {
  position: relative;
  border-radius: 20px;
  padding-top: 14px;
  padding-bottom: 10px;
  background: #fff;
  margin-left: 24px;
  margin-right: 24px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: flex-start;
  flex-wrap: wrap;
}
.box li{
  padding-left: 20px;
  padding-right: 20px;
}

.main{
  min-width: 320px;
}

.header{
  position: relative;
  /* margin-top: -20px; */
  /* margin-bottom: 20px; */
  padding: 10px 30px 0;
  background: #fff;
  /* border-radius: 20px 20px 0 0; */
}
.header_box{
  display: flex;
  flex-direction: column;
}
.header_box_hd{
  position: relative;
  /* margin-top: -40px; */
  display: flex;
  justify-content: flex-start;
  align-items:flex-end;
  padding-bottom: 10px;
}
.header_box_blank{flex:1}

.header_icon{
  width: 80px;
  height:80px;
  border-radius: 10px;
  /* border: 1px solid #ddd; */
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
  display: block;
  background: #fff;
}
.header_icon_right{

}

.header_box_bd{
  font-size: 22px;
  font-weight: bold;
  margin-left: 10px;
  padding:10px 0;
}
.header_box_ft{
  /* margin-left: 10px; */
  font-size: 16px;
  line-height: 24px;
  color: #666;
  padding-bottom: 20px;
}

/* new */
.head{
  position: relative;
  margin-top: 0px;
  margin-bottom: 20px;
}
.desc {
  background: #fff;
  line-height: 1.45;
  color:#555;
  padding: 10px 30px 16px 40px;
}
.tabBar{
  position: relative;
  /* margin-top: -20px; */
  padding: 0px 0px 6px 20px;
  display: flex;
  flex-direction: row;
  justify-content:flex-start;
  align-items:center;
  /* background: #f2f2f2; */
  font-size: 18px;
}
.tab{
  color:#888;
  flex-basis: 26%;
  text-align: center;
  padding-top: 6px;
  padding-bottom: 4px;
}
.tab.active{
  /* background: #fff; */
  /* border-radius:10px 10px 0 0; */
  color:#333;
  font-weight: bold;
}

/* end new */
.banner{
  position: relative;
  display: block;
  width: 100%;
  /* height: 280px; */
  overflow: hidden;
}
.banner .bg{
  display: block;
  width: 100%;
}

/* .banner{
  position: relative;
  display: block;
  width: auto;
  height: 220px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items:flex-end;
}
.banner .city{
  z-index: 101;
  letter-spacing: 26px;
  color: #ffffff;
  font-size: 54px;
  font-weight: 500;
  text-shadow: 1px 1px 1px #333;
  margin-bottom: 30px;
}
.banner .bg{
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
} */


.qun_qrcode{
  width: 220px;
  height: 220px;
  display:block;
  margin: 10px auto 10px;
}
.qun_title{
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 20px;
}


/*  */
.type{
  margin: 20px 0 10px;
  padding-left:20px;
  padding-right:20px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
/*  */
.item{
  padding: 8px 20px 8px 16px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items:center;
  /* border-bottom: 1px solid #e9e9e9; */
  /* background: #fff */
}
.item_hd{
  display: block;
  width: 66px;
  height: 66px;
  /* padding: 3px; */
  border-radius: 10px;
  /* background: #ccc; */
}
.item_bd{
  flex:1;
  padding-left: 10px;
}

.item_bd .title{
  color:#565656;
  font-size: 16px;
  font-weight: bold;
}
.item_bd .desc{
  margin-top: 10px;
  color:#676767;
  font-size: 14px;
}

.item_ft{
  width: 60px;
  height: 30px;
  line-height: 1;
  color: #FFFFFF;
  background: linear-gradient(#2CBAF9, #04A9F4);
  text-align: center;
  font-size: 14px;
  border-radius: 15px;
  padding-top: 8px;
}


.mask{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
    display: none;
}


.content{
  z-index: 200;
  display: none;
  position: fixed;
  border-radius: 26px;
  top: 45%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 280px;
  height: auto;
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px;


}
.qr_code{
  /* -webkit-touch-callout: none; */
  width: 280px;
  height: 280px;
  /* background: #ccc; */
  padding:10px 20px;
  display: block;

}
.qr_title{
  text-align: center;
  color:#333;
  font-size: 18px;
  font-weight: bold;
}
.qr_text{
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
