
/*tese*/
#tese{
    margin-top: 50px;
    margin-bottom: 20px;
}
#tese>.container>.row>.tese-move{
    padding: 0px 20px;
}
#tese>.container>.row a{
    text-decoration: none;
    color: black;
    display: block;
    text-align: center;
}
#tese .tese-icon>i{
    font-size: 66px;
    color: lightgray;
    display: block;
    margin-bottom: 5px;
}
/*#tese>.container>.row>.tese-move>a:hover{*/
    /*color: lightskyblue;*/
/*}*/

@keyframes tesemovestart {
    from {
        transform:rotate(0deg);
    }
    to{
        transform:rotate(40deg);
    }
}
@keyframes tesemoveend {
    from {
        transform:rotate(40deg);
    }
    to{
        transform:rotate(0deg);
    }
}

#section1{
    color: white;
    background: url(../../../static/image/img/zhaopin.png) no-repeat;
    background-size:cover;
    background-position: center center; 
    background-color: #16A8F1;
    height: 650px;
    position: relative;
}

@keyframes carmovestart {
    from{
        left: 0;
        top:800;
    }
    to{
        left: 2000px;
        top:0;
    }
}
#section1 .form-center{
    width: 100%;
    text-align: center;
    margin-top: 200px;
    z-index: 999;
}
#section1 .form-center a{
    color: #fff;
    padding-right: 30px;
}
#section1 .form-center a:hover{
    color: red;
    text-decoration: none;
}
/*#section1 end*/
/*#section2 start*/
#section2 a:hover{
    text-decoration: none;
}
/*#section2 end*/
/*#section3 start*/
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.25rem + 2px) - 1px * 2);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "选择文件";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0;
}
#section3 .contacts{
    padding-top: 100px;
}
#section3 .contacts>span{
    display: block;
    float: right;
    padding-right: 10px;
}
#section3 .margintop{
    margin-top: 30px;
}
#section3 .form-border{
    border-radius: 5px;
    padding: 5px;
}
#section3 label>span{
    color: red;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    /* border: 1px solid #ced4da; */
    border-bottom: 1px solid lightblue;
     border-radius: 0rem; 
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/*#section3 end*/