body,html{
	width:100%;
	height:100%;
	/* font-family: PingFangSC-Regular !important; */
	font-family: "微软雅黑";
   }
/* @font-face {
    font-family: 'PingFangSC-Regular';
    src: url('../font/PingFang.ttc');
} */
.header{
	width:100%;
}
.headercontent{
	width:1200px;
	margin:0 auto;
	padding:22px 0 21px 0;
}
.logo{
	float: left;
}
.logo img{
	width:144px;
	height:47px;
	display: block;
}
.hsearch{
	float: left;
	margin-left:187px;
	width:556px;
	height:36px;
	position: relative;
}
.hsearch input{
    position: absolute;
    top: 3px;
    left: 0px;
    width: 556px;
    height: 36px;
    line-height: 36px;
    background: none;
    border: none;
    color: #000;
    font-size: 14px;
    padding-left: 10px;
	border-radius: 4px;
	border: 1px solid #CDCDCD;
}
.hsearch input::-webkit-input-placeholder{
    color: #DCDCDC;
}
.hsearch .search{
	background: url(../img/search.png) no-repeat;
    width: 18px;
    height: 19px;
    display: block;
    position: absolute;
    top: 13px;
    right: 8px;
}
.header .hotworld{
    position: absolute;
    bottom: -25px;
    left: 10px;
	font-size:12px;
	color: #444444;
}
.header .hotworld a{
    font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #444444;
	line-height: 17px;
    padding-right: 8px;
	margin-top:4px;
}
.member{
	float: right;
	display: block;
}
.member a{
    display: inline-block;
    font-size: 18px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #000000;
	line-height: 47px;
}
.member .login_zt {
    /* color: #3c8eda; */
    margin-right:24px;
}
 .memberland{
	float: right;
	display: block;
}
.memberland .portrait {
    float: left;
    margin-left: 22px;
}
.memberland .portrait .pepphoto{
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 50%;
    float: left;
    margin-top:4px;
}
.memberland .portrait .pepphoto img{
    width: 100%;
    height:100%;
    display: block;
}
.memberland .portrait .pepname{
    display: block;
    float: left;
    width: 88px;
    margin:14px 0 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
}
.myclass{
    float: left;
    margin:14px 14px 0 0;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
}


.secondary-header{
	background: #4490E0;
	height:80px;
	/* line-height: 80px; */
}
.secondary-header .headercontent{
	padding:16px 0 17px 0;
}
.secondary-header .hsearch{
	margin-top:4px;
}
.secondary-header .hsearch input{
	background: #fff;
	border:none;
}
.secondary-header .hsearch input::-webkit-input-placeholder{
    color: #DCDCDC;
}
.secondary-header .member{
    margin-top:4px;
}
.secondary-header  .member a{
	color: #fff;
}

