/*
 * iweb51
 *
 * Copyright 2015, TANK
 * 
 */


/* +gotop
*----------------------------------------------------------------------------*/
.wrapper #gotop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 28px;
	width: 59px;
	height: 85px;
	background: url(../../images/02/all/totop.png) no-repeat 0 0;
	text-indent: -100000px;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	cursor: pointer;
	z-index: 200;
}

.wrapper #gotop:hover {
	background-position: -59px 0;
}




.wrapper #gogosister {
	position: fixed;
	bottom: 120px;
	right: 28px;
	width: 42px;
	height: 42px;
	padding: 9px;
	line-height: 25px;
	border-radius: 50%;
	cursor: pointer;
	background-color: #0acd00;
	z-index: 200;
}


/* +line
*----------------------------------------------------------------------------*/
.wrapper .line {
	position: fixed;
	right: 20px;
	top: 50%;
	display: none;
	z-index: 100000;
}


/* +phoneWrap
*----------------------------------------------------------------------------*/
.phoneWrap {
	position: fixed;
	width: 100%;
	bottom: 20px;
	display: none;
	z-index: 999999999999999;
}

.phoneWrap ul {
	text-align: center;
}

.phoneWrap ul li {
	margin: 0 10px;
	display: inline-block;
}

.phoneWrap ul li.line {
	position: inherit;
	display: inline-block;
}

.phoneWrap ul li a {
	padding: 10px 15px 10px 30px;
	background-size: 20px;
	border-radius: 5px;
	display: inline-block;
	color: #fff;
}

.phoneWrap ul li.line a {
	background-size: 40px;
}
.phoneWrap {
	overflow: hidden;
	position: fixed;
	bottom: 10px;
	width: 100%;
	display: none;
	z-index: 99999;
}

.phoneWrap li {
	float: left;
	margin: 0 1%;
	padding: 6px 0;
	width: 48%;
	text-align: center;
	background: rgba(0, 0, 0, 0.85);
	border-radius: 10px;
}

.phoneWrap li a {
	width: 100%;
	display: block;
	color: #fff;
}

.phoneWrap li a i {
	margin-right: 10px;
}

#footphone,
.rwdblock{
	display:none;
}


/**********é©æ‡‰æ€§**********/
/************************/
/* +width:768 â†“
*----------------------------------------------------------------------------*/
@media screen and (max-width: 640px) {
#footphone{ display:block; position: fixed; bottom: 0; width: 100%; height: 50px; background: #0acd00; line-height: 50px; z-index: 999; }
#footphone a{ display: inline-block; color:#fff; }
#footphone a:hover{ color:#fff; }
#footphone li{ text-align: center; list-style:none; float:left; width:49.4%; position:initial;  }
#footphone li.phone{ background: #d30202; }
	.info{
		margin-bottom:20px;
	}
}
@media screen and (max-width: 768px) {
	.wrapper .line ,
	.phoneWrap {
		display: block;
	}
}
