.top{
	position: fixed;
	top:0;
	left: 0;
	z-index: 9999;
	height: 50px;
	width: 100%;
	background: #fff;
	box-shadow: 0 2px 2px 0 rgba(207, 216, 221, .7);
}

.header-new .search-h {
	 line-height: 50px;
	 position: relative;
}
.header-new .search-h input{
	border: none;
    padding: 8px 0;
    color: #71777d;
    width: 100%;
    padding-left: 10px;
    border-radius: 12px;
    background: #f7f8fa;
}
.header-new .search-h a{
	position: absolute;
	right: 0;
	top:0;
}
.head-l li{
	float: left;white-space: nowrap;
}
.logo-h{
	padding-left: 20px;
}
 .logo-h img{

	height: 50px;
}
.head-l .logo-h{
	height: 50px;
}
.head-l a{
	display: block;
    line-height: 50px;
    text-align: center;
    color: #4D555D;
    font-size: 16px;
}
.head-r{
	 line-height: 50px;
}
@media screen and (max-width:992px){
	.head-l,.search-h ,.head-r  {
		display: none;
	}
	.menu{
		position: absolute;
	    right: 10px;
	    top: 13px;
	    width: 30px;
	    height: 30px;
	    margin-right: 15px;
	    background: url(img/menu.png?ddd) center center no-repeat;
	    background-size: 30px;
	}
	.head-l ul{
		position: fixed;
		top: 50px;
		left: 0;
		width: 100%;
		background: #999;
	}
	.head-l ul li {
		display: block;
		width: 100%;
		clear: both;
	}
	.head-l ul li a{
		position: relative;
		display: block;
		color: #fff;
		text-align:  left;
		padding-left: 20px; 
		line-height: 40px;
		border-bottom: 1px solid #eee;
	}
	.head-l ul li a:before {
		font-family: "iconfont" !important;
	    font-size: 16px;
	    font-style: normal;
	    -webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;
		content: "\eb9f";
		position:absolute;
		right: 5px; 

	}
}


.g-user-card {
  position: absolute;
  right: 0;
  top: 100%;
  width: 300px;
  padding-top: 10px;
  /* opacity: 0;
  filter: alpha(opacity=0); */
  visibility: hidden;
  /* transform: rotateY(30deg) rotateX(-10deg);
  transition: all .3s, transform 0.6s cubic-bezier(0.285, 1.65, 0.745, 1.65); */
  z-index: 1000;
}
.g-user-card .card-inner {
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.g-user-card .card-top {
  padding-left: 100px;
  height: 100px;
  background: #f34131 url(/static/images/user_card_top.png) no-repeat center 0;
  color: #fff;
  position: relative;
}
.g-user-card .card-top img {
  float: left;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin: 20px 0 0 -82px;
}
.g-user-card .card-top .name {
  display: inline-block;
  padding-top: 30px;
  font-size: 16px;
  width: 97%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
}
.g-user-card .card-top a {
  color: #fff;
}
.g-user-card .card-top .setup {
  position: absolute;
  right: 20px;
  top: 33px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  font-size: 16px;
}
.g-user-card .card-top .setup:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.g-user-card .card-top .meta {
  display:none;
  font-size: 12px;
  font-weight: bold;
  padding-top:15px;
}
.g-user-card .card-top .meta a {
  margin-right: 12px;
  color:#dadbdb;
}
.g-user-card .card-top .meta b {
  margin-left: 2px;
}
.g-user-card .card-links {
  position: relative;
  height: 60px;
  line-height: 60px;
}
.g-user-card .card-links a,
.g-user-card .card-links .split {
  position: absolute;
}
.g-user-card .card-links .split {
  left: 150px;
  top: 0;
  margin-top: 15px;
  width: 1px;
  height: 30px;
  background-color: #edf1f2;
}
.g-user-card .card-links a {
  left: 20px;
  top: 0;
  font-weight: bold;
}
.g-user-card .card-links .my-sns {
  left: 172px;
}
.g-user-card .card-history,
.g-user-card .card-links {
  margin-bottom: -1px;
  border-bottom: 1px solid #edf1f2;
}
.g-user-card .card-history {
  height: 70px;
}
.g-user-card .card-history .history-item {
  display: block;
  position: relative;
  padding: 18px 74px 14px 46px;
  font-size: 12px;
  color: #787d82;
  transition: background-color 0.2s;
}
.g-user-card .card-history .history-item .tit {
  display: block;
  margin-bottom: 4px;
  font-weight: bold;
}
.g-user-card .card-history .history-item .media-name {
  display: block;
}
.g-user-card .card-history .history-item .icon-clock {
  position: absolute;
  left: 20px;
  top: 22px;
}
.g-user-card .card-history .history-item .continue {
  position: absolute;
  right: 20px;
  top: 18px;
  color: #f01400;
}
.g-user-card .card-history .history-item .continue:hover {
  color: #d81200;
}
.g-user-card .card-sets {
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  text-align: left
}
.g-user-card .card-sets a {
  color: #787d82;
}
.g-user-card .card-sets a:hover {
  color: #f01400;
  background: none;
}
.g-user-card .card-sets a:nth-last-child(2){
  float:right;
}
.g-user-card .card-sets .mr30 {
  margin-right: 30px;
}
.g-user-card .card-arr {
  position: absolute;
  right: 23px;
  top: 2px;
  border-width: 0 7px 8px 7px;
  border-color: transparent transparent #f01400 transparent;
  border-style: solid;
}
.user-card-box {
  position: relative;
  float: right;
  right: 10px;
}
.user-card-box:hover .g-user-card {
  visibility: visible;
}
.user-card-box .user-card-item img {
  width: 30px;
  height: 30px;
  border-color: #4d5559;
  margin-top: 10px;
}
.user-card-box:hover .user-card-item img {
  border-color: #f22c1a;
}
.header_message_record,.header_cart{
  float:right;position: relative;padding-right:10px;
}
.header_message_record .msg_remind{
  display: block;position: absolute;width: 7px;height: 7px;background-color: #f01414;right: 12px;top: 10px;border-radius: 50%;
}
.header_message_record a{
  width:60px;display: block;color: #ffffff;text-align: center;
  font-size: 14px;height: 60px;line-height: 60px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;transition: background-color 0.3s;
}
.header_message_record a i{
  color: #a6a69f;display: block;line-height: 60px;font-size: 22px;text-align: center;cursor: pointer;transition: color 0.2s;
}
.header_message_record a:hover{
    background-color: #363c41;
}
.user-card-item img {
    border-radius: 50%;
}
.g-user-card .user-center-box {
    margin-top: 16px;
    margin-bottom: 14px;
    padding: 0 25px;
    text-align: center;
}
.g-user-card .user-center-box ul li {
    position: relative;
    width: 122px;
    width: 127px\9;
    height: 36px;
    background: #F8FAFC;
    border-radius: 2px;
    line-height: 36px;
    color: #4d555d;
    font-size: 12px;
    margin-right: 2px;
    margin-bottom: 2px;
    box-sizing: border-box;
    float: left;
    margin-left:0;
}
.g-user-card .user-center-box ul li a {
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding-left: 12px;
    text-align: left;
    box-sizing: border-box;
}
.g-user-card .user-center-box ul li .phpcn-icon {
    position: relative;
    top: 1px;
    font-size: 16px;
    margin-right: 8px;
    font-weight: bold;
}
.header-myuser{
	text-align: right;
	padding-right: 50px;
}




.footer .phpcn-col-md8{
	border-right: 1px solid #000;
}
.footer{
	color: #959ba2;
	background: #282c31;
}
.footer .f-logo{
	font-size: 20px;
	line-height:70px;
}
.footer a{
	    font-size: 14px;
    line-height: 26px;
    color: #959ba2;
    display: inline-block;
    margin-right: 45px;
}
.footer p{
	color: #666c74;
	margin-bottom: 20px;
}
.footer p span{
	margin-right: 30px;
}
.footer .phpcn-col-md4 h4{

	margin: 20px 10px;
	margin-left: 20px; 
}
.footer img{
	margin-left: 20px; 
	text-align: center;
	width: 110px;
    height: 110px;
}