input {
  background: none;
  outline: none;
  border: 0;
  box-shadow: none;
}

/* input:focus {
    border: none;
    outline: none;
} */

.content {
  width: 100%;
  height: 4.96rem;
  position: relative;
  background: url(/liuxue/img/mobile/luqu/banner.png) no-repeat center;
  background-size: cover;
}

.forms {
  padding: 0.5rem;
}

.forms .tips {
  font-size: 0.37rem;
  font-weight: 400;
  color: #939393;
  line-height: 0.56rem;
  text-align: center;
  margin: 0.4rem 0;
}

.forms .item span {
  font-size: 0.43rem;
  font-weight: 400;
  color: #272940;
  line-height: 0.64rem;
  display: block;
}

.box .item span i {
  background: url(/liuxue/img/mobile/luqu/xing.png) no-repeat center;
  padding: 0.2rem;
}

.item ul li {
  font-size: 0.43rem;
  font-weight: 400;
  color: #6a6b6c;
  line-height: 0.64rem;
}

.box .item .radio > li.choose:before {
  background: url(/liuxue/img/mobile/luqu/choose.png) no-repeat center;
}

.box .item .radio > li:before {
  content: "";
  background: url(/liuxue/img/mobile/luqu/nochoose.png) no-repeat
    center;
  padding: 0.2rem;
  margin-right: 0.2rem;
}

.box .item ul li,
.box .item input,
.box .item select {
  margin: 0.45rem auto;
  margin-left: 0.4rem;
  font-size: 0.36rem;
  font-weight: 100;
  color: #414141;
  line-height: 0.56rem;
}
.box .item ul li{
  margin-top: 0rem;
  margin-bottom: .4rem;
}
.box .item ul li:nth-child(1),
.box .item ul li:nth-child(2){
  margin-top: .4rem;
}

.box .item input,
.box .item select {
  width: 8rem;
  height: 0.9rem;
  line-height: 0.9rem;
  display: block;
  border-radius: 0.03rem;
  border: 1px solid #b8b5b5;
  margin-left: 0.4rem;
}

.box .item select {
  padding-left: 0.5rem;
}

.box .item input {
  text-indent: 0.5rem;
  outline: none;
  -webkit-appearance: none;
}

.box .item input::-webkit-input-placeholder{
    color: #414141;
}

.box .item li {
  width: 40%;
  float: left;
}

.submits {
  width: 4.53rem;
  height: 1.11rem;
  line-height: 1.11rem;
  background: #fd9738;
  border-radius: 0.05rem;
  font-size: 0.4rem;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  margin: 1rem auto;
}
