#bottom h2{padding:0px;}

.bot_info{
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #ebebeb;
  /* background: #f8f8f8; */
  background: #ffffff;
  overflow:hidden;
}

.bot_info>div{
    float: left;
    width: 48%;
}

.bot_info>div+div{
border-left: 1px solid #ebebeb;
    padding-left: 10px;
    /* margin-top: 30px; */
    min-height: 150px;
}

.bot_info h1{
	color: #2b2b2b;
	font-size: 1.4em;
	text-align: left;
	margin-top:0px;
}

.bot_info h2{
	color: #777777;
	font-size: 0.9em;
	margin-bottom: 6px;
	font-weight:normal;
}

.bot_info p{
	margin-bottom: 1em;
	font-size: 0.9em;
}

.bot_copy{
	border-top:1px solid #f2f2f2;
	text-align: center;
	background: #f9f9f9;
	/* padding-top: 30px; */
	padding: 30px 15px 80px;
	font-size: 12px;
}

.bot_copy ul{
	margin-bottom: 30px;
	overflow:hidden;
}

.bot_copy li{
	float:left;
	padding-right: 7px;
	color: #777777;
	text-align: left;
	font-weight: bold;
}
.bot_copy li:last-child{
	padding-right: 0px;
}
.bot_copy li a{
	display:block;
	padding:5px 0px;
}

.bot_copy p{
	font-size: inherit;
	color: #777777;
	line-height: 180%;
	letter-spacing: -0.4px;
}


.move_scroll{
	position: fixed;
	right: 7px;
	bottom: 56px;
	z-index:90;
}

.move_scroll .top{
	border-radius:4px;
	width: 30px;
	line-height: 30px;
	background: rgba(255, 255, 255, 0.70);
	border:1px solid #545454;
	color: #545454;
	text-align: center;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	margin: 5px 0 0 0;
}

.move_scroll .bottom{
	border-radius:4px;
	width: 30px;
	line-height: 30px;
	background: rgba(255, 255, 255, 0.70);
	border:1px solid #545454;
	color: #545454;
	text-align: center;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	margin: 5px 0 0 0;
}

.getmallBottomBanner{
	overflow:hidden;
	position: fixed;
	z-index:100;
	width:100%;
	left:0px;
	bottom: 0px;
	height:52px;
	line-height: 52px;
	background: #d5dae3;
	text-align:center;
	display:none;
}

.getmallBottomBanner .bannerWrap{overflow:hidden;width:310px;margin:0px auto;}

.getmallBottomBanner .bannerWrap .img{
	float: left;
	width: 100px;
	padding-top: 11px;
}

.getmallBottomBanner .bannerWrap .img img{
	width:100%;
}

.getmallBottomBanner .bannerWrap .text{
	float:right;
	color:#ffffff;
	font-weight:bold;
	letter-spacing:-1px;
}