#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: 0px solid #ebebeb;
    padding-top: 0px;
    margin-top: 40px;
}

.bot_info h2{
    position:relative;
    margin-bottom:20px;
    color: #2b2b2b;
    font-size: 1.4em;
    text-align: left;
}
.bot_info h2:after{
    content: "";
    display: block;
    width: 50px;
    border-bottom: 1px solid #2b2b2b;
    padding-bottom:15px;
}

.bot_info h3{
    color: #2b2b2b;
    font-size: 1.25em;
    margin-bottom: 10px;
	font-weight:bold;
}
.bot_info h4{
    color: #2b2b2b;
    font-size: 1em;
    margin-bottom: 10px;
    font-weight:bold;
}

.bot_info p{
    font-size: 0.9em;
}

.btn_line_m{
    float:left;
    width:calc(50% - 3px);
    margin-right:6px;
    margin-bottom:6px;
    border:1px solid rgba(229,233,236,0.9);
    padding:6px 18px 6px 10px;
    box-sizing:border-box;
    background:url('/data/design/images/bottom/icon_nero.png') no-repeat;
    background-position:95% center;
    font-size:12px;
}
.btn_line_m:nth-child(2n){margin-right:0px;}

.bot_copy{
    background:#333333;
    padding: 0px 15px 25px 15px;
    font-size: 12px;
    box-sizing:border-box;
}

.bot_copy ul{
    margin-bottom:5px;
    overflow:hidden;
}

.bot_copy li{
    float:left;
    margin-right:15px;
    color: #848484;
}
.bot_copy li a{
    display:block;
    padding:20px 0px;
}

.bot_copy p{
    font-size: inherit;
    color: #848484;
    line-height: 180%;
}


.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{
    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;
}