.leave {
  padding: 3rem 0 8.5rem;
}
.leave .con .title h2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
  display: inline-block;
  position: relative;
}
.leave .con .title h2:after {
  content: '';
  width: 1.6rem;
  height: 1.6rem;
  background: url(../img/about/sign_text.png) no-repeat;
  background-size: cover;
  position: absolute;
  right: -2.5rem;
  top: 52%;
  margin-top: -0.8rem;
}
.leave .con .leave-list {
  margin-top: 2rem;
}
.leave .con .leave-list .container {
  padding: 0 2rem;
}
.leave .con .leave-list .container .txt {
  margin-top: 1.5rem;
  position: relative;
}
.leave .con .leave-list .container .txt label {
  width: 5rem;
  text-align: right;
  float: left;
  font-size: 0.9rem;
  color: #333;
  line-height: 3.5rem;
}
.leave .con .leave-list .container .txt label span {
  color: #d8222a;
}
.leave .con .leave-list .container .txt label:last-child {
  position: absolute;
  width: auto;
  font-size: 12px;
  color: #d8222a;
  left: 6rem;
  bottom: -20px;
  line-height: 1.5;
}
.leave .con .leave-list .container .txt input {
  float: right;
  width: calc(100% - 6rem);
  height: 3.5rem;
  background: #fff;
  border: 1px solid #e4e4e4;
  padding: 0 1.2rem;
  color: #333;
  font-size: 0.9rem;
}
.leave .con .leave-list .container .txt textarea {
  float: right;
  width: calc(100% - 6rem);
  height: 13.5rem;
  border: 1px solid #e4e4e4;
  padding: 1.2rem;
  color: #333;
  font-size: 0.9rem;
}
.leave .con .leave-list .container .txt .box {
  float: right;
  width: calc(100% - 6rem);
  position: relative;
}
.leave .con .leave-list .container .txt .box h2 {
  line-height: 3.5rem;
  border: 1px solid #e4e4e4;
  background: #f4f4f4;
  padding: 0 1.2rem;
  font-size: 0.9rem;
  color: #333;
  position: relative;
  cursor: pointer;
}
.leave .con .leave-list .container .txt .box h2:before {
  content: '\e603';
  font-family: iconfont;
  font-size: 1.2rem;
  color: #ee0000;
  position: absolute;
  right: 1.2rem;
  display: inline-block;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.leave .con .leave-list .container .txt .box ul {
  position: absolute;
  width: 100%;
  right: 0;
  top: 3.6rem;
  z-index: 10;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  display: none;
}
.leave .con .leave-list .container .txt .box ul li {
  text-align: center;
  line-height: 2.6rem;
  background: #fff;
  font-size: 0.9rem;
  border-bottom: 1px solid #e4e4e4;
  color: #333;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.leave .con .leave-list .container .txt .box ul li:hover {
  background: #ee0000;
  color: #fff;
}
.leave .con .leave-list .container .txt .box.active h2:before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.leave .con .leave-list .container .left {
  float: left;
  width: 44%;
}
.leave .con .leave-list .container .right {
  float: right;
  width: 44%;
}
.leave .con .leave-list .btn {
  text-align: right;
  margin-top: 5rem;
  padding-right: 2rem;
}
.leave .con .leave-list .btn input {
  width: 10rem;
  height: 3.5rem;
  background: #ee0000;
  border: 1px solid #ee0000;
  font-size: 0.9rem;
  font-weight: bold;
  color: #fff;
  opacity: 0.8;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.leave .con .leave-list .btn input:hover {
  opacity: 1;
}
.leave .con .leave-list .btn .reset {
  margin-lefT: 1.5rem;
  border: 1px solid #8b8b8b;
  background: #8b8b8b;
}
@media screen and (max-width: 768px) {
  .leave {
    padding: 30px 0;
  }
  .leave .con .title h2 {
    font-size: 18px;
  }
  .leave .con .title h2:after {
    width: 14px;
    height: 14px;
    right: -20px;
    margin-top: -7px;
    top: 56%;
  }
  .leave .con .leave-list {
    margin-top: 10px;
  }
  .leave .con .leave-list .container {
    padding: 0;
  }
  .leave .con .leave-list .container .txt {
    margin-top: 20px;
  }
  .leave .con .leave-list .container .txt label {
    width: 80px;
    font-size: 14px;
    line-height: 40px;
  }
  .leave .con .leave-list .container .txt label:last-child {
    left: 90px;
    bottom: -18px;
  }
  .leave .con .leave-list .container .txt input {
    width: calc(100% - 90px);
    height: 40px;
    padding: 0 12px;
    font-size: 14px;
  }
  .leave .con .leave-list .container .txt .box {
    width: calc(100% - 90px);
  }
  .leave .con .leave-list .container .txt .box h2 {
    font-size: 14px;
    padding: 0 12px;
    line-height: 40px;
  }
  .leave .con .leave-list .container .txt .box ul li {
    line-height: 40px;
    font-size: 14px;
  }
  .leave .con .leave-list .container .txt textarea {
    width: calc(100% - 90px);
    height: 140px;
    font-size: 14px;
    padding: 12px;
  }
  .leave .con .leave-list .container .left {
    width: 100%;
  }
  .leave .con .leave-list .container .right {
    width: 100%;
  }
  .leave .con .leave-list .btn {
    margin-top: 30px;
    padding-right: 0;
    text-align: center;
  }
  .leave .con .leave-list .btn input {
    height: 42px;
    width: 120px;
    font-size: 14px;
  }
}
/*# sourceMappingURL=contact_leave.css.map */