html,body {
	color: #000;
	background: #FFF;
	font-size: 14px;
	font-family: "微软雅黑";
	height: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
	word-break: break-all;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del,
ins {
	text-decoration: none;
}

li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

legend {
	color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

input,
button,
textarea,
select {
	*font-size: 100%;
	outline: none;
	border: 0;
}

i {
	font-style: normal;
}

a,
a:hover,
a:active,
a:link,
a:visited {
	text-decoration: none;
	outline: none;
	color: #F89341;
}

* {
	box-sizing: content-box;
}
ul {
	padding: 0!important;
}
body {
	min-width: 1024px;
}
/*文字排版*/

.fontf {
	font-family: "Microsoft YaHei", "微软雅黑", Heiti, "黑体", SimSun, "宋体", STXihei, "华文细黑", sans-serif;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}


#header{
	width: 100%;
}
#header .top-nav{
	width: 100%;
	height: 55px;
	background-color: #181818;
}
#header .top-nav .site-info .location-n{
	font-size: 14px;
	color: #d3d3d3;
	line-height: 55px;
}
#header .top-nav .site-info .location-n .site-l{
	display: inline-block;
	color: #d3d3d3;
	cursor: pointer;
	position: relative;
}
#header .top-nav .site-info .location-n .site-l .caret{
	display: inline-block;
    width: 0;
    height: 0;
    margin-left: 4px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
/* #header .top-nav .site-info .location-n .site-l:hover .tg-classify-city{
	display: block;
} */
#header .top-nav .site-info .location-n .site-l .tg-classify-city{
	display: none;
	z-index: 100;
	position: absolute;
	top: 55px;
	height: 255px;
	left: 0;
	width: 650px;
	background: #fafafa;
	border: 1px solid #E5E5E5;
}
#header .top-nav .site-info .location-n .site-l .tg-classify-city .ic-tri{
	background: url(../../images/new/tri.png) no-repeat;
	width: 20px;
	height: 11px;
	position: absolute;
	top: -10px;
	left: 10px;
}
#header .top-nav .site-info .location-n .site-l .tg-classify-city .ovhide-classify-city{
	width: 100%;
	height: 100%;
	overflow-y: auto;
}
#header .top-nav .site-info .location-n .site-l .tg-classify-city .yourcity{
	padding: 10px 20px;
	font-size: 14px;
	background-color: #efefef;
	color: #333333;
	height: 56px;
}
#header .top-nav .site-info .location-n .site-l .tg-classify-city .yourcity span{
	color: #e21800;
	font-size: 16px;
	margin: 0 4px;
}
#header .top-nav .site-info .location-n .site-l .tg-classify-city .allarea{
	
}
#header .top-nav .site-info .location-n .site-l .tg-classify-city .allarea>li{
	padding: 6px 20px;
	overflow: hidden;
	line-height: 35px;
}

/* #header .top-nav .site-info .location-n .site-l .tg-classify-city .allarea>li:hover .allcities{
	display: block;
} */
#header .top-nav .site-info .location-n .site-l .tg-classify-city .allarea>li h3{
	font-size: 14px;
	color: #333333;
	line-height: 24px;
}
#header .top-nav .site-info .location-n .site-l .tg-classify-city .allarea>li .t-city{
	width: 100%;
}
#header .top-nav .site-info .location-n .site-l .tg-classify-city .allarea>li .t-city > li{
	width: 20%;
	float: left;
	text-align: center;
	color: #000000
}
#header .top-nav .site-info .location-n .site-l .tg-classify-city .allarea>li .t-city > .active{
	color: #F89341;
	display: block;
}
#header .top-nav .site-info .location-n .site-l .tg-classify-city .allarea>li .t-city a{
	display: block;
	float: left;
	color: #9C9C9C;
	width: 100%;
	/* width: 33%; */
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 10px;
}
#header .top-nav .site-info .location-n .site-l .tg-classify-city .allarea>li .t-city a:hover{
	color: #f37f19;
}
#header .top-nav .site-info .location-n .site-l .tg-classify-city .allarea>li .allcities{
	display: none;
	position: absolute;
	left: 0;
	top: 255px;
	width: 650px;
	height: 200px;
	background: #fafafa;
	border: 1px solid #E5E5E5;
	border-left: 0;
	padding: 6px 20px!important;
	box-sizing: border-box;
	overflow-y: scroll;
}
#header .top-nav .site-info .location-n .site-l .tg-classify-city .allarea>li .allcities li{
	width: 50%;
	text-align: left;
	float: left;
	
}
#header .top-nav .site-info .location-n .site-l .tg-classify-city .allarea>li .allcities ul{
	padding: 10px;
	overflow: hidden;
}
#header .top-nav .site-info .location-n .site-l .tg-classify-city .allarea>li .allcities ul li{
	width: 100%;
}
#header .top-nav .site-info .location-n .site-l .tg-classify-city .allarea>li .allcities ul li a{
	display: block;
	float: left;
	line-height: 30px;
	color: #9C9C9C;
	width: 50%;
	text-align: left;
}
#header .top-nav .site-info .location-n .site-l .tg-classify-city .allarea>li .allcities ul li a:hover{
	color: #f37f19;
}
#header .allcities::-webkit-scrollbar,
#header .ovhide-classify-city::-webkit-scrollbar{
	width:5px;
}
#header .allcities::-webkit-scrollbar-track,
#header .ovhide-classify-city::-webkit-scrollbar-track{
	background-color:#b4b4b4;
}
#header .allcities::-webkit-scrollbar-thumb,
#header .ovhide-classify-city::-webkit-scrollbar-thumb{
	background-color:#373737;
}
#header .allcities::-webkit-scrollbar-thumb:hover,
#header .ovhide-classify-city::-webkit-scrollbar-thumb:hover {
	background-color:#4f4f4f;
}
#header .allcities::-webkit-scrollbar-thumb:active,
#header .ovhide-classify-city::-webkit-scrollbar-thumb:active {
	background-color:#232323;
}


#header .top-nav .navbar-right{
	height: 55px;
	/* overflow: hidden; */
}
#header .top-nav .navbar-right>li{
	float: right;
	line-height: 55px;
	padding: 0 16px;
	border-right: 1px solid #313131;
	color: #d3d3d3;
	/* overflow: hidden; */
}
#header .top-nav .navbar-right li .avater-top{
	width: 40px;
	height: 40px;
	margin: 7px 10px 0 0;
	display: block;
	cursor: pointer;
}
#header .top-nav .navbar-right li .avater-top img{
	border-radius: 50%;
}
#header .top-nav .navbar-right >li >a{
	display: block;
	cursor: pointer;
	color: #d3d3d3;
}
#header .top-nav .navbar-right> li> a:hover{
	color: #c8161d;
}
#header .top-nav .searchbar{
	border-right: 1px solid #313131;
	padding: 11px 0;
}
#header .top-nav .searchbar .search-k{
	width: 240px;
	height: 33px;
	margin: 0 30px 0 0;
	background: #595959;
	position: relative;
}
#header .top-nav .searchbar .search-k:before{
	content: "";
	position: absolute;
	background: url(../../images/new/icon.png) no-repeat;
	background-position: 0 0;
	width: 6px;
	height: 33px;
	top: 0;
	left: -6px;
}
#header .top-nav .searchbar .search-k:after{
	content: "";
	position: absolute;
	background: url(../../images/new/icon.png) no-repeat;
	background-position: -11px 0;
	width: 6px;
	height: 33px;
	top: 0;
	right: -6px;
}
#header .top-nav .searchbar .search-k .searchlist{
	display: none;
	position: absolute;
	top: 40px;
	left: -6px;
	width: 252px;
	background-color: #FFFFFF;
	border: 1px solid #E5E5E5;
	z-index:9999;
}
#header .top-nav .searchbar .search-k .searchlist li{
	height: 40px;
	line-height: 40px;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #333333;
	border-bottom: 1px dashed #E5E5E5;
	cursor: pointer;
}
#header .top-nav .searchbar .search-k .searchlist li:last-child{
	border: 0;
}
#header .top-nav .searchbar .search-k .searchlist li:hover{
	background: #F6F6F6;
}

#header .top-nav .searchbar .search-k input{
	width: 210px;
	height: 25px;
	line-height: 25px;
	background: #595959;
	padding: 4px;
	color: #FFFFFF;
}
#header .top-nav .searchbar .search-k input::-webkit-input-placeholder,
#header .top-nav .searchbar .search-k input:-moz-placeholder,
#header .top-nav .searchbar .search-k input::-moz-placeholder,
#header .top-nav .searchbar .search-k input:-ms-input-placeholder{
　　color: #a9a9a9;
}
#header .top-nav .searchbar .search-k .search-btn{
	display: block;
	cursor: pointer;
	position: absolute;
	top: 6px;
	right: 0;
	background: url(../../images/new/icon.png) no-repeat;
	background-position: 0 -51px;
	width: 21px;
	height: 21px;
}
#header .top-nav .searchbar .search-k .search-btn:hover{
	background: url(../../images/new/icon.png) no-repeat;
	background-position: -31px -51px;
	width: 21px;
	height: 21px;
}
.point-avatar {
	display:-moz-inline-box; /* css注释：for ff2 */ 
	display:inline-block; 
	background: url(../../images/new/point.png) no-repeat;
	width: 12px;
	height: 16px;
}
#header .navbar{
    height: 85px;
	position: absolute;
    border-radius: 0;
    border: none;
    margin-bottom: 0;
	width: 100%;
	z-index: 0;
	border-bottom: 1px solid #E5E5E5;
}
#header > .container {
	margin-top: 100px;
	position: relative;
}
#header .navbar .logo-ic{
	background: url() no-repeat;
	width: 222px;
	height: 85px;
	background-position: 50% 50%!important;
      /*   background-size: 208px; */
}
#header .navbar .navbar-nav{
	height: 100%;
	overflow: hidden;
}
#header .navbar .navbar-nav li{
	float: right;
	color: #2b2b2b;
	font-size: 14px;
	line-height: 85px;
	padding: 0 30px;
}
#header .navbar .navbar-nav li:hover{
	background-color: #f0efef;
}
#header .navbar .navbar-nav li.active{
	background-color: #f0efef;
}
#header .navbar .navbar-nav li a{
	cursor: pointer;
	display: block;
	color: #2b2b2b;
}
.mine-centre--header {
	margin:0 10px;
}


.back-manage {
    position: relative;
    cursor: pointer;
}

.back-manage-wrap {
    position: absolute;
    left: 0;
    background-color: #fff;
    box-shadow: 0px 0px 20px 5px grey;
    width: 100px;
    display: none;
    z-index: 999;
}

.back-manage-list {
    width: 100%;
    text-align: center;
}

.back-manage-list >a {
    color: #000;
}

.back-manage-wrap:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 16px solid #fff;
    top: -16px;
    left: 0px;
}

.back-manage-list >a {
  color: #000;
}
.back-manage-list >a:hover {
  color: #FFF;
}
.back-manage-list:hover{
  background-color: #e11f27;
}
.back-manage-list:hover a{
  color: #ffffff;
}