body {
    line-height: normal;
}

.container {
    position: relative;
    width: 1200px;
    height: 100%;
    padding: 0;
    left: 50%;
    transform: translateX(-50%);
}

a,
a:hover,
a:focus {
    color: inherit;
}
.nav-item {
    color: #333333;
}
.box-inline {
    display: inline-block;
    vertical-align: top;
}

.font-size-32 {
    font-size: 32px;
}

.font-size-24 {
    font-size: 24px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-14 {
    font-size: 14px;
}

.grayscale-level75 {
    opacity: .75;
}

.bgcolor-f7 {
    background-color: #F7F7F7;
}

.bgcolor-f9 {
    background-color: #F9F9F9;
}

.m-t-25 {
    margin-top: 25px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-r-30 {
    margin-right: 30px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}





.section {
    width: 100%;
    padding: 100px 0 100px 0;
    color: #061828;
}

.con-header {
    width: 100%;
    padding-bottom: 24px;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.header-text {
    float: left;
    width: 85%;
}

.text-title {
    font-size: 36px;
    font-weight: bold;
    text-align: start;
    margin-bottom: 25px;
}

.text-sub {
    font-size: 20px;
    font-weight: 400;
    text-align: start;
}

.header-btn {
    float: right;
    width: 160px;
    height: 45px;
    background: #0086F1;
    color: #fff;   
    text-align: center;
    font-size: 20px;
    line-height: 45px;
    font-family: PingFang;
    font-weight: 400;
    margin-top: 27px;
}

.con-label {
    margin: 25px 0 10px;
    text-align: start;
}

.label-item {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-weight: 400;
    color: #0086F1;
    margin-right: 20px;
}

.con-body {
    margin-top: 58px;
}

.body-title {
    text-align: start;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 30px;
}

.body-content {
    text-align: start;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    opacity: 0.75;
}


/* 上传简历弹出 */
.upload-popup {
    display: none;
}
.upload-popup-box {
    width: 829px;
    height: 585px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    text-align: center;
    padding: 60px 122px;
}
.upload-popup-close {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.upload-popup-close img {
    width: 100%;
    height: 100%;
}
.upload-popup-title {
	/* font-family: PingFang-SC-Medium; */
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 45px;
	letter-spacing: 0px;
	color: #061828;
}
.upload-popup-describe {
    /* font-family: PingFang-SC-Regular; */
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
    color: #777777;
    white-space: nowrap;
    margin-top: 28px;
} 
.upload-popup-icon {
    display: inline-block;
    width: 167px;
    height: 138px;
    margin-top: 40px;
}
.upload-popup-speed {
	/* font-family: PingFang-SC-Regular; */
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #0086f1;
}
.upload-popup-icon img {
    width: 100%;
    height: 100%;
}
.upload-popup-butts {
    display: flex;
    justify-content: center;
    margin-top: 70px;
}
.upload-popup-but {
    width: 120px;
	height: 40px;
	border-radius: 2px;
    border: solid 1px #2386ee;
	/* font-family: PingFang-SC-Regular; */
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: 0px;
    color: #0472e5;
    cursor: pointer;
}
.upload-popup-determine {
    color: #fff;
    background-color: #2386ee;
    margin-left: 20px;
}