#bottom h2{padding:0px;}

.bot_info{
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #ebebeb;
  /* background: #f8f8f8; */
  background: #ffffff;
}

.bot_info>div{
}

.bot_info>div+div{
    border-top: 1px solid #ebebeb;
    padding-top: 10px;
    margin-top: 30px;
}

.bot_info h1{
    color: #2b2b2b;
    font-size: 1.4em;
    text-align: left;
}

.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{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 80%;
}

.bot_copy li{
    color: #777777;
    margin-bottom: 30px;
    width: 25%;
    text-align: left;
    font-weight: bold;
}

.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:100;
}

.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{
display:none;
    overflow:hidden;
    position: fixed;
    z-index:100;
    width:100%;
    left:0px;
    bottom: 0px;
    height:52px;
    line-height: 52px;
    background: #d5dae3;
    text-align:center;
}

.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;
}