html{ 
	overflow-x:hidden;
	overflow-y:auto;
	padding: 140px 0 0 0;
	_background-image: url(about:blank);
	_background-attachment: fixed;
}

body
{
    margin:0;
    padding:0;
    font-family:"微软雅黑",Arial;
    font-size:14px;
    /*overflow-x: hidden;*/
    /*overflow-y: hidden;*/
    _background-image: url(about:blank);
	_background-attachment: fixed;
	/* background:#f8f8f8; */
	background: #f5f5f5 url(images/mainbg.png) no-repeat center center;
}

.headerBox {
    width: 100%;
    margin-top: -140px;
    position: absolute;
    height:140px;
	background:url(images/topBg.png) center center no-repeat;
}

.headerView {
    width: 100%;
}

.ghLogo {
    float: left;
    width: auto;
    background:url(images/ghLogo.png) left center no-repeat;
    height: 75px;
    margin-top:30px;
	padding-left:90px;
	margin-left: 100px;
}

.ghChName {
    font-size: 28px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #6E202D;
    margin-top: 5px;
}

.ghEnName {
    font-size: 16px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #6E202D;
}

.loginBox{
	float:right;
	position:relative;
	background:#FFFFFF;
	height: 40px;
	line-height:40px;
	border-radius:5px;
	margin-top:40px;
	opacity: 0.8;
	width:320px;
	margin-right: 100px;
}

.userInf {
    position: absolute;
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    height: 40px;
    line-height: 40px;
    background: url(images/userLogin.png) left center no-repeat;
    padding-left: 30px;
    font-size: 14px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 500;
    color: #208EFB;
    opacity: 1;
    left: 0;
    top: 0;
}

.tripTitle{
	margin-top: 10px;
    /* position: absolute; */
	/* border-bottom: 1px #ddd solid; */
    height: 150px;
   	background: #fff;
    padding: 18px 0 20px 0;
    width: calc(60% + 325px);
    margin-left: calc(20% - 155px);
}

.post-name{
	padding: 0;
    line-height: 41px;
    height: 41px;
}

.post-name .title{
	display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.name{
	font-size: 32px;
    font-weight: 600;
    color: #000000;
    line-height: 40px;
    margin-right: 30px;
    margin-top: 1px;
   	max-width: 700px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.salary{
	float: right;
	font-size: 36px;
    font-family: kanzhun-Regular,kanzhun;
    color: #f26d49;
    line-height: 41px;
    height: auto;
    font-weight: 500;
    position: relative;
}

.titleDesc{
    margin-top: 20px;
    margin-bottom: 0;
    color: #6c6c6c;
    display: inline-flex;
    width: 100%;
}

.titleDesc div{
    padding: 0 22px;
}

.title1{
	background: url(images/positionTitle.png) left center no-repeat;
	border-right: 2px #ddd solid;
}

.title2{
	background: url(images/experTitle.png) left center no-repeat;
	margin-left: 22px;
	border-right: 2px #ddd solid;
}

.title3{
	background: url(images/eduTitle.png) left center no-repeat;
	margin-left: 20px;
	border: 0px;
}

.job-tags{
	padding-top: 20px;
    height: 30px;
    overflow: hidden;
    display: inline-flex;
}

.job-tags span{
	height: 28px;
    line-height: 28px;
    background: #ff60402b;
    border-radius: 4px;
    font-size: 14px;
    color: #ff6040;
    white-space: nowrap;
    padding: 0 8px;
    border: none;
    margin-right: 8px;
    margin-bottom: 8px;
}

.trip-desc{
	display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.applyBtn{
	background: #ff6040;
    color: #fff;
    font-size: 22px;
    width: 180px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border: 0px;
    cursor: pointer;
    border-radius: 25px;
}

.applyBtn:hover{
	background: #e2613e;
    color: #fff;
    font-size: 22px;
    width: 180px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border: 0px;
    cursor: pointer;
    border-radius: 25px;
}