@charset "utf-8";



#page-top2{
	width:50px;
	height:50px;
	/*display:none; */
	position:fixed;
	right:26px;
	bottom:10px;
	z-index:10000 !important;
	
}

#page-top3{
	width:50px;
	height:50px;
	/*display:none; */
	position:fixed;
	right:26px;
	bottom:90px;
	z-index:100 !important;
	
}
 
#page-top2 div, #page-top3 div{
	position:relative;
	width:100%;
	display:block;
	background:rgba(0,100,150,.6);
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
	-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;
}



 
#page-top2 div:hover,#page-top3 div:hover{
	background:rgba(0,40,90,1);
}


 
#move-page-top2,#move-page-top3{
	color:#fff;
	font-size:25px;
	text-align:center;
	text-decoration:none; 
	display:block;
	cursor:pointer;
}


.btn-toggle-close{
    cursor: pointer;
    	width:50px;
	height:50px;
	/*display:none; */
	position:fixed;
	right:26px;
	bottom:65px;
	border:1px solid #DDD;
	background-image:url(../img/advice_close.png);
	z-index:100002 !important;

}

.btn-toggle-close2{
    cursor: pointer;
    	width:50px;
	height:50px;
	/*display:none; */
	position:fixed;
	right:26px;
	bottom:145px;
	border:1px solid #DDD;
	background-image:url(../img/advice_close.png);
	z-index:100002 !important;

}

.btn-toggle-close3{
    cursor: pointer;
    	width:50px;
	height:50px;
	/*display:none; */
	position:fixed;
	right:26px;
	bottom:145px;
	border:1px solid #DDD;
	background-image:url(../img/advice_close.png);
	z-index:100 !important;

}

.close_active{
		background-image:url(../img/advice_open.png) !important;
	width:50px;
	height:50px;
}

.close_active2{
		background-image:url(../img/advice_open.png) !important;
	width:50px;
	height:50px;
}

.close_active3{
		background-image:url(../img/advice_open.png) !important;
	width:50px;
	height:50px;
}

#move-page-top2 .fa,#move-page-top3 .fa{line-height: 50px !important;}






@media screen and (max-width: 769px) {



#page-top2{
	width:50px;
	height:50px;
	/*display:none; */
	position:fixed;
	right:10px;
	bottom:10px;
	
}

#page-top3{
	width:50px;
	height:50px;
	/*display:none; */
	position:fixed;
	right:10px;
	bottom:80px;
	
}

.btn-toggle-close{
    	width:50px;
	height:50px;

	right:10px;
	bottom:65px;


}
.btn-toggle-close2{
    	width:50px;
	height:50px;

	right:10px;
	bottom:135px;


}

.btn-toggle-close3{
    	width:50px;
	height:50px;

	right:10px;
	bottom:135px;


}


}