.all {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 243, 249, 0.95)), to(rgba(239, 243, 249, 0.2))), #FFFFFF;
  background: linear-gradient(rgba(239, 243, 249, 0.95), rgba(239, 243, 249, 0.2)), #FFFFFF;
}
.success_prompt{
        position: fixed;
        z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    z-index: 1000;
    display: none;
}
.success_prompt>div{
    width: 600px;
    max-width: 90%;
    background: #fff;
    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: 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.prompt_tit{
    text-align: center;
}
.success_prompt .prompt_close{
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
}
.layui-form-checkbox[lay-skin=primary] span{
    padding-right: 0;
}
.layui-form-checked[lay-skin=primary] i {
    border-color: #f06330 !important;
    background-color: #f06330;
}

.layui-form-checkbox[lay-skin=primary]:hover i {
    border-color: #f06330;
}
.notice{
    text-align: center;
    display: flex;
    align-items: center;
    width: 350px;
    line-height: 1;
    
}
.layui-form-item .layui-form-checkbox[lay-skin=primary]{
    margin-top: 0 !important;
        min-height: 16px;
}
.notice a{
    color: #f06330;
    transition: all 0.5s;
}
.notice a:hover{
    color: #f06330;
}
.process_flx svg path {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.process_flx{
    display: flex;
    align-items: center;
}
.process_flx .l{
    width: calc(100% - 200px);
}
.process_flx .r{
    display: flex;
    margin-left: auto;
}
.process_flx .r a{
    padding: 0 15px;
        display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 42px;
    background: #F2F2F2;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}
.process_flx .r a:hover{
    background: #1F3997;
    color: #fff;
}
.process_flx .r a:hover svg path{
    fill: #fff;
}
.process_flx .r a:nth-child(2){
    margin-left: 20px;
}
.process .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.process .num > div {
  width: calc((100% - 88px) / 5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
.process .num > div::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: #D9D9D9;
  clip-path: polygon(50% 0, 50% 100%, 100% 50%);
  margin-top: 5px;
}
.process .num .act span {
  color: #2F5DAB;
}
.process .num span {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(102, 102, 102, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(102, 102, 102, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.process .num::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 100%;
  height: 1px;
  background: #D9D9D9;
}
.process .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.process .info > div {
  padding: 35px 40px;
  width: calc((100% - 88px) / 5);
  background: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.process .info > div:hover {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.process .info > div:hover .tit {
  color: #f06330;
}
.process .icon {
  height: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.process .icon img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  max-height: 100%;
}
.process .tit {
  height: 3em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: bold;
}
.process .des {
  margin-top: 16px;
  color: #737373;
  line-height: 2;
}
.process .con {
  color: #737373;
  line-height: 2;
}

.apply .box {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.apply .box > form {
  width: 1054px;
}
.apply sup {
  color: #FF0000;
  margin-left: 3px;
}
.apply .flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.apply .flx > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  display: flex;
  align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.apply .flx .flx_top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.apply .input_box {
  margin-left: 30px;
  width: 360px;
  position: relative;
}
.apply .input_box .layui-input {
  height: 60px;
  background: #F8FAFD;
}
.apply .des {
  color: #737373;
  margin-top: 10px;
}
.apply .button_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
          position: relative;
          flex-wrap: wrap;
    height: 42px;      
}
.apply .button_flx > *:not(.tips) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 42px;
  width: calc((100% - 10px) / 2);
  background: #F2F2F2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.apply .button_flx > * svg {
  margin-right: 3px;
}
.apply .button_flx > * svg path {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.apply .button_flx > *:not(.tips):hover {
  background: #1F3997;
  color: #fff;
}
.apply .button_flx > *:hover svg path {
  fill: #fff;
}
.apply .delete {
  cursor: pointer;
  color: #DA3232;
  margin-left: 20px;
  text-decoration: underline;
}
.apply .tips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  width: 100%;
  margin-top: 5px;
}
.apply .tips_txt {
  color: #737373;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.apply .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.apply .button button {
  width: 170px;
  height: 40px;
  margin: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #F2F2F2;
  color: #333;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.apply .button button:hover {
  background: #1F3997;
  color: #fff;
}
.apply .auth_code {
  position: absolute;
  right: 5px;
  height: calc(100% - 10px);
  top: 5px;
  background: #fff;
  color: #333;
  width: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.apply .auth_code:hover {
  color: #1F3997;
}

@media screen and (max-width: 1700px) {
  .process .num > div {
    width: calc((100% - 60px) / 5);
  }
  .process .info > div {
    padding: 30px;
    width: calc((100% - 60px) / 5);
  }
  .process .icon {
    height: 34px;
  }
  .process .des {
    margin-top: 10px;
  }
  .apply .box > form {
    width: 960px;
  }
  .apply .input_box {
    width: 320px;
  }
  .apply .input_box .layui-input {
    height: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .process .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .process .num {
    display: none;
  }
  .process .info > div {
    padding: 4vw 20px;
    text-align: center;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .process .info > div:nth-child(n+2) {
    margin-top: 10px;
  }
  .process .tit {
    height: auto;
  }
  .apply .input_box {
    margin-left: 0;
    margin-top: 10px;
  }
  .apply .flx {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .apply .flx > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 48%;
  }
  .apply .input_box {
    width: 100%;
  }
  .apply .box > form {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
    .success_prompt>div{
        width: 90%;
        padding: 30px;
    }
    .apply .button_flx{
        height: auto;
    }
  .apply .auth_code {
    width: 90px;
  }
  .apply .attachment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .apply .attachment .flx_top {
    width: 100%;
  }
  .apply .attachment .flx_top:last-child {
    margin-top: 20px;
  }
  .process_flx{
      flex-direction: column;
      justify-content: center;
  }
  .process_flx .l{
      width: 100%;
  }
  .process_flx .r a{
      width: 300px;
  }
  .process_flx .r a:nth-child(2) {
    margin-top: 15px;
    margin-left: 0;
}
.process_flx .r{
    align-items: center;
    justify-content: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}
.apply .flx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .apply .flx > div {
    width: 100%;
  }
  .apply .flx > div:first-child {
    margin-bottom: 4vw;
  }
  .apply .button button{
      margin: 0 5px;
  }
}

