<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.index-from1 .el-input ,.index-from1 .el-select{
    height: 100%;
    --el-input-height:0.23rem;
    --el-input-border-color: #ffffff;
    --el-border-radius-base:0.115rem;
    --el-input-bg-color: transparent;
    --el-input-placeholder-color: #fff;
    --el-input-hover-border: #ffffff;
    --el-input-focus-border: #ffffff;
    --el-input-text-color:#ffffff;
    --el-select-input-color:#ffffff;
     --el-input-hover-border-color: #ffffff;
      --el-select-input-focus-border-color: #ffffff;
      
}
.index-from1 .el-textarea__inner{
    background: transparent;
    border: 1px solid  #FFF;
    color: #FFF;
     border-radius: 0.115rem;
     padding: 20px;
     box-shadow: none;
}
.index-from1 .el-input__inner::placeholder{
    opacity:0.7;
}
.index-from1 .el-textarea__inner::placeholder{
    color: #FFF;
    opacity:0.7;
}
.index-from1 .index-select{
    width:32%;
    margin-right: 2%;
}
.index-from1 .index-select:nth-child(3n){
    margin-right: 0;
}
.index-from1 .index-select .el-select{
    width: 100%;
}
.index-from1 .index-select.w100{
    width: 100%;
    margin-right: 0;;
}
.index-select.mobinput{
    display: flex;
    position: relative;
}

 .index-select.mobinput .el-input{
     --el-input-border-color: transparent;
      --el-input-hover-border-color:transparent;
       --el-input-hover-border: transparent;
    --el-input-focus-border: transparent;
  
 }
 .index-select.mobinput .el-form-item:nth-child(1){
     width: 115px;
     flex-shrink: 0;
     position: absolute;
     left: 0;
     top: 0;
     z-index: 2;
 }
 .index-select.mobinput .el-form-item:nth-child(1) .el-input__suffix{
     width:14px;
 }
 .index-select.mobinput .el-form-item:nth-child(1) .el-input__suffix .el-input__suffix-inner{
     width:100%;
 }
 .index-select.mobinput .el-form-item:nth-child(1) .el-input__suffix-inner&gt;:first-child{
     margin-left:0;
 }
  .index-select.mobinput .el-form-item:nth-child(2) .el-input{
      --el-input-border-color: #FFF;
      --el-input-hover-border-color: #FFF;
       --el-input-hover-border:  #FFF;
    --el-input-focus-border: #FFF;
  }
    .index-select.mobinput .el-form-item:nth-child(2) .el-input__inner{
        padding-left: 80px;
    }
    .index-select.mobinput .el-form-item:nth-child(1)  .el-input__wrapper{
    box-shadow:none !important;
}
  .index-select.mobinput .el-form-item:nth-child(2){
      width: 100%;
  }
.index-from1 .el-button{
    height: 0.23rem;
    padding: 0 0.23rem;
    font-size:0.07rem;
    font-size: max(0.07rem,12px);
    border-radius: 0.115rem;
    color: #001e82;
    
}
.index-from1 .get_now {
    padding-top: 40px;
}
.index-from1 .el-input__wrapper{
    padding-left: 28px;
    padding-right: 28px;
}
.index-from1 .hasyzm .el-input__wrapper{
    padding-right:90px;
}
.index-select.mobinput .el-form-item:nth-child(1) .el-input__wrapper{
    padding-left: 28px;
    padding-right: 5px;
}
.if-sc-vue-element-left{
    width:30%;
}
.if-sc-vue-element-right{
    width:70%;
    box-sizing: border-box;
    padding-left:20px;
    transition:all 0.6s;
    opacity:0;
    transform:translateX(10%);
}
.if-sc-vue-element-right.act{
    opacity:1;
    transform:translateX(0);
}
.form-pardbox .el-input ,.form-pardbox  .el-select{
     --el-border-radius-base:6px;
      --el-input-bg-color: #FFF;
    --el-input-placeholder-color: #ccc;
    --el-input-text-color:#000;
    --el-input-height:0.24rem;
    --el-input-border-color: #ffffff;
}
.form-pardbox{
    --el-text-color-regular:#000;
   
}
.form-pardbox .get_now{
    text-align: center;
     
}
.form-pardbox .get_now .el-button{
    --el-button-text-color:#FFF;
    --el-button-bg-color:#0064d2;
    border-color: #0064d2;
    height: 0.23rem;
    width:150px;
    font-size:0.07rem;
    font-size: max(0.07rem,12px);
    box-sizing: border-box;
    border-radius: 0.115rem;
}
.quickForm{
    width: 100%;
}
.quickForm .el-input__inner{
    border: none;
    background: transparent !important;
    
}
.quickForm .el-input__wrapper{
    background: transparent !important;
     border: none;
     box-shadow: none !important;
     border-bottom: 2px solid rgba(0, 0, 0, .1);
     border-radius: 0;
     padding: 0;
}


.job_form_add .el-input__inner{
    height: 44px;
}
.job_form_add  .el-button{
    display: block;
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
    height: auto;
}

.get_code {
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
    height: 0.23rem;
    background: transparent;
    border-radius: 20px;
    color: #fff;
    box-sizing:border-box;
    padding: 0 28px 0 0;
    text-align: center;
    line-height: 0.23rem;
    margin-left: 5px;
}


@media screen and (max-width: 1400px) {
    .index-select.mobinput .el-form-item:nth-child(1) .el-input__wrapper{
        padding-left:15px;
    }
    .index-from1 .el-textarea__inner{
         padding: 15px;
    }
     .index-from1 .el-input__wrapper{
         padding:0 15px;
     } 
     .index-from1 .index-select .el-select{
         height:40px;
         line-height:40px;
     }
     .layer9 .index-from1 .index-select .el-select{
         height:auto;
         line-height:auto;
     }
     .get_code{
         font-size:12px;
     }
     .index-from1 .el-button{

         height:44px;
         line-height:44px;
         font-size:14px;
     }
     .index-from1 .el-input__inner{
         /*height:40px;*/
         /*line-height:40px;*/
     }
     .index-select.mobinput .el-form-item:nth-child(1){
         width:100px;
     }
}
@media screen and (max-width: 1300px) {
    .index-select.mobinput .el-form-item:nth-child(1){
        width:85px;
    }
    .index-select.mobinput .el-form-item:nth-child(1) .el-input__wrapper{
        padding-left:15px;
    }
    .index-select.mobinput .el-form-item:nth-child(2) .el-input__inner{
        padding-left:65px;
    }
    .index-from1 .el-textarea__inner::placeholder,
    .index-from1 .el-input__inner::placeholder{
        font-size:12px;
    }
}
@media screen and (max-width: 1000px) {
    .form-pardbox .get_now .el-button{
        height:0.44rem;
        border-radius:0.22rem;
    }
    .index-from1 .el-button{
        height:0.44rem;
        border-radius:0.22rem;
    }
    .form-pardbox .el-input, .form-pardbox .el-select{
        --el-input-height: 0.44rem;
    }
    .flex{
        display: block;
    }
    .if-sc-vue-element-left{
        width:100%;
    }
    .if-sc-vue-element-right{
        padding-left:0;
        width:100%;
        margin-top:40px;
    }
    .index-from1 .index-select{
        width:100%;
        margin-right:0;
    }
    .index-from1 .el-input__inner{
         height:40px;
         line-height:40px;
     }
     .get_code{
         line-height:40px;
     }
}</pre></body></html>