

body {
    background-image: url('../images/recruit/back.png');
    width: 100%;
    height: 1159px;
    margin: 0px;
    padding: 0px;
}

.headcontent {
    width: 100%;
    width: 1700px;
    margin: 0 auto;
}

.headtop{
    display:flex;
    flex-direction:row;

    height:110px;
    
}

.headtopleft{
    width:40%;
    text-align:left;

}

.headtopright {
    width: 60%;
}

.headtopright a {
    text-decoration: none;
    color: white;
}


.headtopleft img{
    margin-top:34px;
    width:139px;
    height:42px;
}

ul {
    display: flex;
    justify-content: center; /* Ë®Æ½¾ÓÖÐ */
    list-style-type: none;
    color: #FFFFFF;
    font-size: 16px;
    margin:0px;
}

ul li{
    width:100px;
    height:110px;
    line-height:110px;
}

.active {
    color: #7070D5;

}

.active::after {
    position: relative;
    content: '';
    width: 64px;
    height: 2px;
    top: -96px;
    background: #7070D5;
    display: inline-block;
}

.content {
    width: 1200px;
    height: 610px;
    background-color: #fff;
    margin: 0 auto;
    margin-top: 330px;
    border-radius: 6px;
   
    padding-top: 87px;
}

.title {
    color: #000000;
    font-size: 29px;
    padding-left: 60px;
}

.inputcontent{
    display:flex;
    flex-direction:row;
    padding-top:41px;
}

.inputdiv {
    height: 50px;
}

.inputrdo{
    margin-top:20px;
}

.fontcss {
    font-size: 15px;
    color: #000000;
}

.inputcss{
    width:399px;
    height:34px;
}

.inputcontentleft {
    width: 50%;
    padding-left: 60px;
}

.inputcontentright {
    width: 50%;
}

.footcss{
    text-align:center;
    padding-top:40px;
}

.btncss {
    width: 310px;
    height: 40px;
    background-color: #24C373;
    text-align: center;
    line-height: 40px;
    color: #FFFFFF;
    font-size: 14px;
    border: none;
    border-radius: 6px;
}