.wrap {
  background-color: #f5f5f5;
}

.content {
  margin: .26rem auto 1.06rem;
  width: 12rem;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background: #FFFFFF;
  padding-bottom: 1rem;
}

.con-title {
  font-size: .3rem;
  color: #272525;
  font-weight: 500;
  height: .3rem;
  line-height: .3rem;
  margin: .6rem 0 .19rem;
}

.line {
  width: .7rem;
  height: .06rem;
  background-color: #FFD401;
  border-radius: 2px;
  margin-bottom: .6rem;
}

.inputWrt {
  width: 11.12rem;
  height: .9rem;
  background: #FFFFFF;
  box-shadow: 0px 1px 35px 0px rgba(185, 185, 185, 0.35);
  border-radius: 10px;
  font-size: .28rem;
  line-height: .9rem;
  font-weight: 400;
  color: #272525;
  margin-bottom: .2rem;
  display: flex;
  justify-content: flex-start;
}

.inleft {
  width: 3.22rem;
  height: .9rem;
  line-height: .9rem;
  background: #EFEFEF;
  border-radius: 10px 0px 0px 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.inleft img {
  width: .42rem;
  margin-right: .5rem;
  margin-left: .75rem;
}

.shiwu {
  height: 1.91rem;
}

.shilines {
  text-align: left;
  line-height: .46rem;
  padding-top: .30rem;
}

.inright {
  padding-left: .55rem;
  font-size: .26rem;
  font-weight: 400;
  color: #272525;
}
#imgbox {
  width: 100%;
  font-size: 0px;
  white-space: nowrap;
  overflow: hidden;
}

#imgbox img {
  height: 3rem;
  padding: 0 2px;
}

#imgbox a {
  margin-right: 20px;
}