.ctn .layui-form-checked[lay-skin=primary] i{
    border-color: #004ea2!important;
    background-color: #004ea2;
}
.ctn .layui-form-checkbox[lay-skin=primary]:hover i{
     border-color: #004ea2!important;
}
.ctn {
  padding: 5vw 0 9vw;
}
.ctn .title {
  text-align: center;
}
.ctn .title h2 {
  color: #000;
}
.ctn .title p {
  color: #333;
  margin-top: 1.2vw;
}
.ctn .form-list {
  background: #f7f7f7;
  margin-top: 5vw;
  padding: 1vw 5vw 6vw;
}
.ctn .form-list .box {
  margin-top: 4vw;
}
.ctn .form-list .box h2 {
  color: #000;
  font-family: AlibabaPuHuiTiM;
  margin-bottom: 1.2vw;
}
.ctn .form-list .box h2 span {
  color: #999;
  margin-left: 10px;
  font-family: AlibabaPuHuiTiR;
}
.ctn .form-list .box .layui-form-radio {
  margin: 0;
  padding-right: 4vw;
}
.ctn .form-list .box .layui-form-radio div {
  font-size: 18px;
  color: #777;
}
.ctn .form-list .box .layui-form-radio i {
  font-size: 18px;
}
.ctn .form-list .box .layui-form-radio:hover * {
  color: #004ea2;
}
.ctn .form-list .box .layui-form-radioed div {
  color: #004ea2;
}
.ctn .form-list .box .layui-form-radioed > i {
  color: #004ea2;
}
.ctn .form-list .box .question-list {
  background: #fff;
  border: 1px solid #dbdbd9;
  padding: 22px 30px;
}
.ctn .form-list .box input {
  font-size: 18px;
  width: 100%;
  height: 78px;
  border: 1px solid #dbdbd9;
  background: #fff;
  padding: 0 30px;
}
.ctn .form-list .box textarea {
  width: 100%;
  height: 12.5vw;
  border: 1px solid #dbdbd9;
  background: #fff;
  font-size: 18px;
  padding: 30px;
}
.ctn .form-list .info {
  margin-top: 4vw;
}
.ctn .form-list .info p {
  color: #777;
  line-height: 2;
}
.ctn .form-list .info p a {
  color: #004ea2;
}
.ctn .form-list .agree {
  margin-top: 2vw;
}
.ctn .form-list .agree .layui-form-radio {
  margin: 0;
}
.ctn .form-list .agree .layui-form-radio div {
  font-size: 18px;
  color: #777;
}
.ctn .form-list .agree .layui-form-radio i {
  font-size: 18px;
}
.ctn .form-list .agree .layui-form-radio:hover *,
.ctn .form-list .agree .layui-form-radioed,
.ctn .form-list .agree .layui-form-radioed > i {
  color: #004ea2;
}
.ctn .form-list .btns {
  margin-top: 7vw;
  display: flex;
}
.ctn .form-list .btns button {
  width: 200px;
  height: 52px;
  border: 1px solid #004ea2;
  background: #004ea2;
  border-radius: 6px;
  font-size: 16px;
  color: #fff;
}
.ctn .form-list .btns a {
  width: 200px;
  height: 52px;
  border: 1px solid #aaa;
  border-radius: 6px;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  color: #000;
  margin-left: 30px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn .form-list .btns a:hover {
  background: #004ea2;
  color: #fff;
  border: 1px solid #004ea2;
}
.success-alert {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  z-index: 10000;
  display: none;
}
.success-alert .center {
  background: #fff;
  border-radius: 6px;
  width: 830px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  padding: 3.5vw 0 4.5vw;
  text-align: center;
}
.success-alert .center span {
  font-size: 70px;
  color: #004ea2;
}
.success-alert .center h2 {
  margin: 1.5vw 0 10px;
  color: #000;
}
.success-alert .center p {
  color: #777;
}
.success-alert .center .over {
  width: 200px;
  height: 52px;
  border-radius: 6px;
  border: 1px solid #aaa;
  margin: 4vw auto 0;
  color: #000;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.success-alert .center .over:hover {
  background: #004ea2;
  border: 1px solid #004ea2;
  color: #fff;
}
.success-alert .center .closes {
  width: 44px;
  height: 44px;
  position: absolute;
  right: 20px;
  top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.success-alert .center .closes span {
  font-size: 24px;
  color: #000;
  opacity: 0.2;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.success-alert .center .closes:hover span {
  opacity: 1;
}
@media screen and (max-width: 1440px) {
  .success-alert .center {
    width: 700px;
  }
}
@media screen and (max-width: 1200px) {
  .ctn .form-list .box .question-list {
    padding: 18px 20px;
  }
  .ctn .form-list .box .layui-form-radio i {
    font-size: 16px;
  }
  .ctn .form-list .box .layui-form-radio div {
    font-size: 16px;
  }
  .ctn .form-list .box textarea {
    font-size: 16px;
    padding: 20px;
  }
  .ctn .form-list .box input {
    height: 58px;
    padding: 0 20px;
    font-size: 16px;
  }
  .ctn .form-list .agree .layui-form-radio i {
    font-size: 16px;
  }
  .ctn .form-list .agree .layui-form-radio div {
    font-size: 16px;
  }
  .ctn .form-list .btns button {
    width: 180px;
    height: 48px;
    font-size: 14px;
  }
  .ctn .form-list .btns a {
    width: 180px;
    height: 48px;
    font-size: 14px;
    line-height: 46px;
    margin-left: 20px;
  }
  .success-alert .center {
    width: 660px;
  }
  .success-alert .center span {
    font-size: 60px;
  }
  .success-alert .center .over {
    width: 180px;
    height: 48px;
    line-height: 46px;
  }
}
@media screen and (max-width: 1024px) {
  .success-alert .center {
    width: 570px;
    max-width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .ctn {
    padding: 40px 0;
  }
  .ctn .title p {
    margin-top: 14px;
  }
  .ctn .form-list {
    margin-top: 30px;
    padding: 10px 20px 30px;
  }
  .ctn .form-list .box {
    margin-top: 20px;
  }
  .ctn .form-list .box h2 {
    margin-bottom: 10px;
  }
  .ctn .form-list .box h2 span {
    margin-left: 4px;
  }
  .ctn .form-list .box .question-list {
    padding: 14px 20px;
  }
  .ctn .form-list .box textarea {
    height: 150px;
    font-size: 14px;
    padding: 14px 20px;
  }
  .ctn .form-list .box input {
    font-size: 14px;
    height: 44px;
  }
  .ctn .form-list .info {
    margin-top: 20px;
  }
  .ctn .form-list .info p {
    line-height: 1.8;
  }
  .ctn .form-list .agree {
    margin-top: 20px;
  }
  .ctn .form-list .btns {
    margin-top: 20px;
  }
  .ctn .form-list .btns a {
    margin-left: 10px;
  }
  .success-alert .center {
    padding: 30px 20px;
  }
  .success-alert .center .closes {
    right: 10px;
    top: 10px;
  }
  .success-alert .center span {
    font-size: 50px;
  }
  .success-alert .center h2 {
    margin: 20px 0 10px;
  }
  .success-alert .center .over {
    width: 160px;
    height: 44px;
    line-height: 42px;
    margin: 20px auto 0;
  }
}
/*# sourceMappingURL=leave.css.map */
<!--ºÄÊ±1787063895.639Ãë-->