html,body{
	width: 100%;
	height: 100%;
}
.container {
	width: 1200px;
	margin: 0 auto;
}
.container_all{
	width: 100%;
}
.fl {
	float: left;
}

.fr {
	float: right;
}
.clearfix:after {
	content: '';
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}
/* 顶部top */
.top {
	height: 32px;
	background: #F2F2F2;
  }
  .top .topContent {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #666666;
	font-size: 12px;
  }
  .top .topContent a:hover {
	color: red;
  }
  .top .topContent .topRight {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
  }
  .top .topContent .topRight .myOrder {
	margin-right: 14px;
  }
  .top .topContent .topRight .ortopRightItem {
	margin-left: 10px;
	display: flex;
	align-items: center;
  }
  .top .topContent .topRight .ortopRightItem img {
	width: 10px;
	height: 10px;
	margin-left: 4px;
	margin-top: 5px;
  }
  .top .topContent .topRight .ortopRightItem a span {
	margin-right: 11px;
	color: #B4B4B4;
  }
  .top .topContent .topLeft {
	flex: 1;
	display: flex;
	align-items: center;
  }
  .top .topContent .topLeft .imgBox {
	width: 14px;
	height: 13px;
	margin-bottom: 2px;
	margin-right: 4px;
  }
  .top .topContent .topLeft .imgBox img {
	width: 14px;
	height: 13px;
  }
  .top .topContent .topLeft .homeTag {
	margin-right: 50px;
  }
  .top .topContent .topLeft .welcome {
	margin-right: 32px;
  }
  .top .topContent .topLeft .loginOrRegister span {
	margin: 0 10px;
  }
/* header */
.header {
	height: 110px;
	color: #666666;
  }
  .header .infoBox {
	height: 100%;
	display: flex;
	align-items: center;
  }
  .header .infoBox .logo {
	width: 160px;
	height: 43px;
	margin-right: 28px;
  }
  .header .infoBox .logo img {
	width: 160px;
	height: 43px;
  }
  .header .infoBox h2 {
	font-size: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  .header .infoBox h2:before {
	display: inline-block;
	width: 4px;
	height: 42px;
	background: #eee;
	content: '';
	margin-right: 20px;
  }

/* 底部共用样式 */
/* footer */
.footer {
	min-height: 500px;
  }
  .footer .footer_3 {
	height: 185px;
	background: #34393C;
  }
  .footer .footer_3 p {
	text-align: center;
	line-height: 35px;
	color: #676767;
	font-size: 14px;
  }
  .footer .footer_3 .link {
	width: 485px;
	margin: 16px auto 0 auto;
	display: flex;
	align-items: center;
  }
  .footer .footer_3 .link .imgBox {
	width: 102px;
	height: 33px;
	margin-right: 25px;
  }
  .footer .footer_3 .link .imgBox img {
	width: 100%;
	height: 100%;
  }
  .footer .footer_2 {
	height: 170px;
	padding: 30px 0 45px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
  }
  .footer .footer_2 .footer_2_right {
	flex: 1;
	height: 100%;
	display: flex;
  }
  .footer .footer_2 .footer_2_right .footer_2_right_2 {
	flex: 1;
	display: flex;
  }
  .footer .footer_2 .footer_2_right .footer_2_right_2 .right {
	height: 161px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
  }
  .footer .footer_2 .footer_2_right .footer_2_right_2 .right .rightItem:first-child {
	margin-bottom: 30px;
  }
  .footer .footer_2 .footer_2_right .footer_2_right_2 .right .rightItem {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
  }
  .footer .footer_2 .footer_2_right .footer_2_right_2 .right .rightItem span {
	color: #999999;
	font-size: 16px;
	line-height: 20px;
  }
  .footer .footer_2 .footer_2_right .footer_2_right_2 .right .rightItem .imgBox {
	width: 26px;
	height: 26px;
  }
  .footer .footer_2 .footer_2_right .footer_2_right_2 .right .rightItem .imgBox img {
	width: 100%;
	height: 100%;
  }
  .footer .footer_2 .footer_2_right .footer_2_right_2 .left {
	width: 163px;
	height: 161px;
  }
  .footer .footer_2 .footer_2_right .footer_2_right_2 .left img {
	width: 100%;
	height: 100%;
  }
  .footer .footer_2 .footer_2_right .footer_2_right_1 {
	height: 100%;
	margin-right: 20px;
  }
  .footer .footer_2 .footer_2_right .footer_2_right_1 .chat:first-child {
	margin-bottom: 30px;
  }
  .footer .footer_2 .footer_2_right .footer_2_right_1 .chat {
	display: flex;
  }
  .footer .footer_2 .footer_2_right .footer_2_right_1 .chat .right {
	width: 203px;
	font-size: 22px;
  }
  .footer .footer_2 .footer_2_right .footer_2_right_1 .chat .right .info {
	font-size: 22px;
  }
  .footer .footer_2 .footer_2_right .footer_2_right_1 .chat .right .workTime {
	margin-top: 23px;
	font-size: 16px;
  }
  .footer .footer_2 .footer_2_right .footer_2_right_1 .chat .right a {
	display: block;
	color: #2C65B3;
	font-size: 14px;
	font-weight: 400;
	margin-top: 23px;
	text-decoration: underline;
  }
  .footer .footer_2 .footer_2_right .footer_2_right_1 .chat .left {
	width: 16px;
	height: 16px;
	margin-right: 9px;
	padding-top: 3px;
  }
  .footer .footer_2 .footer_2_right .footer_2_right_1 .chat .left img {
	width: 100%;
	height: 100%;
  }
  .footer .footer_2 .footer_2_left {
	height: 100%;
	display: flex;
  }
  .footer .footer_2 .footer_2_left .footer_2_left_item {
	width: 90px;
	margin-right: 80px;
	line-height: 29px;
  }
  .footer .footer_2 .footer_2_left .footer_2_left_item li:first-child {
	margin-bottom: 12px;
	line-height: 32px;
  }
  .footer .footer_2 .footer_2_left .footer_2_left_item li:first-child a {
	color: #333;
	font-size: 20px;
	font-weight: 500;
  }
  .footer .footer_2 .footer_2_left .footer_2_left_item li a {
	color: #999;
  }
  .footer .footer_1 {
	height: 126px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #D9D9D9;
  }
  .footer .footer_1 .footer_1_item {
	display: flex;
	align-items: center;
  }
  .footer .footer_1 .footer_1_item .info {
	height: 62px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
  }
  .footer .footer_1 .footer_1_item .info .info1 {
	color: #333333;
	font-weight: 600;
  }
  .footer .footer_1 .footer_1_item .info .info2 {
	color: #999999;
  }
  .footer .footer_1 .footer_1_item .imgBox {
	width: 62px;
	height: 62px;
	line-height: 62px;
	margin-right: 5px;
  }
  .footer .footer_1 .footer_1_item .imgBox img {
	width: 100%;
	height: 100%;
  }

