.consultantline{
	position: sticky;
	width: 55px;
    border-radius: 5px;
    bottom: 0;
    margin-top: -342px;
    left: 100%;
    text-align: center;
    font-size: 16px;
    color: white;
    cursor:pointer;
    z-index:998;
    display: flex;
    flex-direction: column;
    justify-content:space-between;
    padding-bottom: 100px;
}
.consultantline div{
	font-size: 14px;
	width: 55px;
	height: 55px;
	line-height:55px;
	text-align: center;
	margin-bottom: 4px;
	padding: 0;
}

.modal-body {
    padding: 8px;
    height: 358px;
}
.telaction .telephone{
	display: none;
    width: 180px;
    height: 55px;
    ling-height: 55px;
    position: relative;
    top: -55px;
    left: -183px;
    background: #337ab7;
    font-size: 22px;
    color: white;
    text-align: center;
    border-radius: 6px;
    font-weight: bold;
}

.telaction:hover .telephone{
	display:block;
}

.wecharaction .wechat{
	display: none;
    width: 110px;
    height: 100px;
    line-height: 100px;
    text-align:center;
    position: relative;
    top: -100px;
    left: -113px;
    background: #337ab7;
    border-radius: 6px;
}

.wechat img{border-radius: 6px; width:100px;height:90px}
.wecharaction:hover .wechat{
	display: block;
}

.membaseinfo{
	width:85%;
	margin:10px auto;
}

.membasecontent{
	float:left;
	height:36px;
	line-height:36px;
	margin: 12px 0;
}
.membaseleft{
	width:30%;
	text-align:right;
}
.membaseright{
	width:70%;
	text-align:left;
	padding-left:10px;
	min-height:40px;
}
.areaheight{
	height:140px;
}
.areaheight textarea{width: 100%;height: 120px;}
@media screen and (max-width: 580px){

	.consultantline div{
		font-size: 12px;
		width: 40px;
		height: 40px;
		line-height:40px;
	}
	.telaction .telephone{
		display: none;
	    width: 160px;
	    height: 45px;
	    line-height: 45px;
	    position: relative;
	    top: -45px;
	    left: -163px;
	    font-size: 18px;

	}
}
.pagefootconsult{display:none;}
@media screen and (max-width: 800px){
	.consultantline{
		display: none;
	}
	.pagefootconsult{
		display:block;
	}
}