.clearfix::before,
.clearfix::after {
  content: '';
  display: table;
  clear: both;
}

body {
  font-size: 0.28rem;
}

a {
  text-decoration: none;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.container {
  width: 7rem;
  border-radius: 0.19rem;
  background: rgba(255, 255, 255, 1);
  margin: 0 auto;
}
.teshu-title-wrap{
  position: relative;
}
.teshu-title-wrap .select-wrap{
  display: flex;
  align-items: center;
  position: absolute;
  right: 0.33rem;
}
.teshu-title-wrap .select-icon{
  height: 0.3rem;
  width: 0.3rem;
  margin-left: 0.07rem;
}
#district {
  color: rgba(31,125,255,1);
  font-size: 0.24rem;
  font-weight: 500;
  height: 0.34rem;
  border: none;
  outline: none;
  background-color: rgb(245, 245, 245);
  appearance: none;
}
.opt{
  display: inline-block;
  justify-content: center;
  font-size: 0.12rem;
  color: #000;
  font-weight: 400;
  text-align: center;
}

select{
  padding: 0 10%;
  margin: 0;
  text-align: center;
  text-align-last: center;
}
#district option{
  font-size: 0.10rem;
}
/* 顶部图片 */
.butie-wrap {
  position: relative;
  padding-bottom: 0.7rem;
  background-color: rgb(245, 245, 245);
}
.long-wrap{
  padding-bottom: 0.98rem!important;
}

.butie-wrap .banner {
  box-sizing: border-box;
  height: 3.4rem;
  background: #c2c2c2;
}

.butie-wrap .banner img {
  width: 100%;
  height: 3.4rem;
}
.butie-wrap .return{
  display: flex;
  align-items: center;
  position: absolute;
  left: 0.1rem;
  top: 0.05rem;
  color: #eee;
}
.butie-wrap .return img{
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.02rem;
}
/* 标题样式 */
.butie-wrap .title-wrap {
  display: flex;
  align-items: center;
  font-size: 0.3rem;
  font-weight: 700;
  height: 0.42rem;
  box-sizing: border-box;
  margin-top: 0.35rem;
}

.lines {
  width: 0.4rem;
  height: 0.4rem;
  margin-left: 0.25rem;
  margin-right: 0.08rem;
}

.top-style {
  margin-top: 1.01rem !important;
}
.guide-inner{
  margin-top: 0.3rem;
}
.guide-title{
  position: relative;
  padding: 0.3rem 0.36rem 0.2rem 0.28rem;

}
/* 收起时的padding */
.fold-style{
  padding: 0.36rem 0.3rem!important;
}
.guide-title .title {
  line-height: 0.45rem;
  opacity: 1;
  color: rgba(34,34,34,1);
  font-size: 0.32rem;
  font-weight: 700;
  display: inline-block;
  width: 6rem;
}
.guide-title img{
  position: absolute;
  top:0.37rem;
  right: 0.36rem;
  width: 0.38rem;
  height: 0.38rem;
}

.content-line{
  display: flex;
  margin: 0 0.24rem 0 0.28rem;
  padding: 0.37rem 0 0.38rem 0;
  border-bottom: 0.01rem solid #e5e5e5; 
}
.content-line .line-title{
  margin-right: 0.89rem;
  height: 0.39rem;
  opacity: 1;
  color: rgba(153,153,153,1);
  font-size: 0.28rem;
  font-weight: 500;
  white-space: nowrap;
}
.content-line .line-content {
  width: 4.23rem;
  line-height: 0.39rem;
  opacity: 1;
  color: rgba(34,34,34,1);
  font-size: 0.28rem;
  font-weight: 500;
  word-break: break-all;
}
.enter{
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 0.22rem 0 0.24rem;
  height: 0.85rem;
}
.enter-li{

}
.enter-li span{
  height: 0.38rem;
  opacity: 1;
  color: rgba(85,85,85,1);
  font-size: 0.27rem;
  font-weight: 500;
}
.enter-li img{
  margin-left: 0.05rem;
  width: 0.2rem;
  height: 0.2rem;
}
.enter .line{
  display: inline-block;
  margin-left: 0.1rem;
  width: 0.01rem;
  height: 0.55rem;
  background-color: #e0e0e0;
}
.more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.25rem auto 0;  
  width: 7rem;
  height: 0.69rem;
  border-radius: 0.19rem;
  opacity: 1;
  background: rgba(255, 255, 255, 1);
  color: rgba(31,125,255,1);

}
.more span{
  height: 0.34rem;
 opacity: 1;
 font-size: 0.24rem;
 font-weight: 500;
}
.more  img{
  margin-left: 0.03rem;
  height: 0.27rem;
  width: 0.27rem;
}

/* 补贴期限 */
.limit-inner{
  padding-left: 0.3rem;
  height: 1.17rem;
  line-height: 1.17rem;
  margin-top: 0.25rem;

  color: rgba(34,34,34,1);
  font-size: 0.32rem;
  font-weight: 700;
}

.shenqing-wrap{
  margin-top: 0.3rem;
  padding: 0.36rem 0.27rem 0 0.28rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.shenqing-wrap .shenqing-line{
  margin-bottom: 0.3rem;
  width: 3.1rem;
  height: 0.73rem;
  line-height: 0.73rem;
  text-align: center;
  border-radius: 0.14rem;
  opacity: 1;
  border: 0.01rem solid rgb(64,120,194);
  color:#1F7DFF;
}

.box{
  margin-top: 0.3rem;
  padding: 0.36rem 0.27rem 0 0.28rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box .box-line {
  margin-bottom: 0.3rem;
  width: 3.1rem;
  line-height: 0.42rem;
  text-align: center;
  border-radius: 0.14rem;
  opacity: 1;
  border: 0.01rem solid rgb(64,120,194);
  color: #1F7DFF;
  padding: 0.19rem 0.19rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qiye-wrap .shiji-wrap{
  display: none;
}

.gouche-wrap .quji-wrap{
  display: none;
}