/* banner */
.banner {
  width: 100%;
  height: 500px;
  position: relative;
  background: url("/liuxue/img/pc/luqu/banner.png") no-repeat center;
  background-size: cover;
}
/* form */
.box {
  width: 1170px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 50px 100px;
}

.box .item {
  height: 50px;
  line-height: 50px;
  padding: 15px 0;
  display: flex; /*设置外层盒子display为flex*/
  justify-content: left; /*设置内层盒子的水平居中*/
}
.box .float_div {
  display: flex; /*设置外层盒子display为flex*/
  justify-content: center; /*设置内层盒子的水平居中*/
  align-items: center; /*设置内层盒子的垂直居中*/
}

.box .item span {
  height: 100%;
  font-size: 18px;
  font-weight: 400;
  color: #272940;
  line-height: 50px;
  letter-spacing: 1px;
}
.box .item span > i {
  background-size: 12px;
  padding: 10px;
}

.box .item:nth-child(2) span i,
.box .item:nth-child(3) span i,
.box .item:nth-child(4) span i,
.box .item:nth-child(5) div:nth-child(2) span i{
  background: url("/liuxue/img/pc/luqu/true.png") no-repeat center;
}

.box .item ul.radio,
.box .item>input,
.box .item>select{
      width: 80%;
      float: right;
      display: flex;
      height: 38px;
}
.box .item>select>option:hover{
  background-color: red;
}

.box .item>ul>li{
    float: left;
    flex: 1;
    line-height: 50px;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
}

.box .item .radio>li:before{
  content: '';
  background: url('/liuxue/img/pc/luqu/1.png') no-repeat center;
/*
.box .item > input,
.box .item > select {
  width: 60%;
  float: right;
  display: flex;
  height: 38px;
}

.box .item > ul > li {
  float: left;
  flex: 1;
  line-height: 50px;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
}

.box .item .radio > li:before {
  content: "";
  background: url("/liuxue/img/pc/luqu/1.png") no-repeat center;
  */
  padding: 20px;
}

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

.box .item input,
.box .item select {
  border-radius: 1px;
  border: 1px solid #979797;
  font-size: 14px;
  font-weight: 400;
  color: #6a6b6c;
  line-height: 38px;
  letter-spacing: 1px;
}
.box .item select::selection {
  color: #fff !important;
  background: #0d6efd !important;
}
.box .item input {
  text-indent: 40px;
}

.box .item input::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #6a6b6c;
}
.box .item > div {
  flex: 1;
}
.box .item > div > input,
.box .item > div > select,
.box .item > div .apply_shcools {
  width: 70%;
}

.box .item select {
  padding-left: 40px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("/liuxue/img/pc/luqu/select.png") no-repeat right 40px
    center;
}

.box .item .apply_shcools {
  display: inline-block;
}
.apply_shcools > input {
  width: 100%;
}
.apply_shcools ul {
  width: 100%;
  background: #fff;
  line-height: 50px;
  font-size: 14px;
  color: #414141;
  overflow: hidden;
  position: absolute;
  border: 1px solid #ccc;
  z-index: 22;
  height: 200px;
  background: #fff;
  border: 1px solid #e5e5e5;
  overflow-y: auto;
  overflow-x: hidden;
}

.apply_shcools ul li {
  background: #fff;
  height: 30px;
  line-height: 30px;
  color: #6a6b6c;
  text-align: left;
  padding-left: 40px;
}

.apply_shcools ul li:hover {
  background: rgb(30, 144, 255);
  color: #fff;
}

.apply_shcools:after {
  content: "";
  background: url(/liuxue/img/pc/luqu/select.png) no-repeat center;
  pointer-events: none;
  transition: all 0.5s;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  right: 38px;
  transform: translateY(-50%);
  transform-origin: center center;
}

.apply_shcools.active:after {
  transform: rotateZ(180deg) translateY(50%);
}

.forms .tips {
  width: 100%;
  height: 38px;
  background: #f0f0f0;
  font-size: 15px;
  font-weight: 500;
  color: #393939;
  line-height: 38px;
}
.forms .tips:before {
  content: "";
  background: url(/liuxue/img/pc/luqu/tips.png) no-repeat center;
  background-size: cover;
  width: 65px;
  height: 38px;
  margin-right: 10px;
  padding: 9px 33px;
}

.forms .submits {
  color: #fff;
  width: 180px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #3d8bfd;
  border-radius: 2px;
  border: 1px solid #3d8bfd;
  margin: 40px auto;
  font-size: 21px;
  cursor: pointer;
}
.english_score {
  border: 1px solid #fff !important;
  border-bottom: 1px solid #414141 !important;
  width: 50px !important;
}
