.inputList-split-line {
	width: 100%;
    height: 1px;
    margin-bottom: 15px;
    border-bottom: 3px dashed #B03060;
}

.foot-banner-css {
	width: 100%;
	height:65px;
	font-size: 0px;
	justify-content:space-around;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: 0 0 20px #d0d0d0;
	position: fixed;
	bottom:0px;
	z-index:1000;
}

.foot-banner-css .item {
	display: inline-block;
	font-size: 14px;
	text-align: center;
	height:100%;
	float:left;
}
.foot-banner-css .item .item-in {
	height:100%;
	padding-top:10px;
}

.foot-banner-css .item .iconfont {
	font-size: 20px;
}
.foot-banner-css .item .title {
	font-size: 14px;
}
.foot-banner-css .item.home{
	position: relative;
}
.foot-banner-css .item.home .iconfont{
	font-size: 50px;
}

.foot-banner-css .item.home .home-out-container {
	width:80px;
	height:80px;
	background: #fff;
    margin: 0 auto;
    margin-top: -25px;
    border-radius: 50%;
    padding:10px;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0%);
}

.foot-banner-css .item.home .home-out-container .semi-circle-top {
	width:80px;
	height:40px;
	background-color: #fff;
    border-radius: 40px 40px 0 0;
    position:absolute;
    left: 0px;
    top:0px;
    z-index: -1;
    box-shadow: 0 0 20px #d0d0d0;
}
.foot-banner-css .item.home .home-out-container .semi-circle-bottom {
	width:80px;
	height:40px;
	background-color: #fff;
    border-radius: 0 0 40px 40px;
    position:absolute;
    left: 0px;
    bottom: 0px;
    z-index: -1;
}
.foot-banner-css .item.home .home-out-container .home-in-container{
	border-radius: 50%;
	width:100%;
	height:100%;
	text-align:center;
	line-height:60px;
}
.foot-banner-css .item a {
	width: 100%;
	text-decoration:none;
}