@charset "utf-8";

/* CSS Document */

body, h1, h2, h3, h4, h5, h6, hr, p,blockquote,dl, dt, dd, ul, ol, li,pre,form, fieldset, legend, button, input, textarea,img{border:medium none;margin: 0;padding: 0;list-style-type: none;}



body,button, input, select, textarea {}

h1, h2, h3, h4, h5, h6 { font-size: 100%;font-weight:normal; }

em{font-style:normal;}

input, img {vertical-align:middle;}
.blank{height:8px;clear:both;}

.blank20{height:20px;clear:both;}

.clearfix:after,.clear:before{

	display:table;

	content:'';

	}

.clearfix:after{

	clear:both;

	overflow:hidden;

	}

.clearfix{

	zoom:1;

	}

.relative {position:relative;}

.absolute {position:absolute;}

.float_left {float:left;}

.float_right {float:right;}



#LRdiv0 ,#LRfloater0 , #LRdiv2 , #LRfloater2 {display:none !important;}

.swtCenter {width:280px;height:215px; background:#FFF;position:fixed;left:50%;top:50%;z-index:200;margin-left:-139px;margin-top:-130px;-moz-border-radius:15px;-webkit-border-radius:15px;border-radius:15px;-moz-box-shadow:0 0 20px rgba(10,2,4,0.75);-webkit-box-shadow:0 0 20px rgba(10,2,4,0.75);box-shadow:0 0 20px rgba(10,2,4,0.75); z-index:1000}

.swtCenter h3 {width:100%;font-size:22px;text-align:center; color:#2e3642;font-weight:500;margin-top:33px;}

.swtCenter h4 {width:100%;font-size:18px;text-align:center;color:#2e3642;}



.mfhd {width:227px;height:32px;border:1px solid #6a7380;-moz-border-radius:17px;-webkit-border-radius:17px;border-radius:17px;margin:10px auto 5px;}

.mfhd  input {width:145px;height:30px;line-height:30px; background-color:#FFF;font-size:14px;color:#6a7380;-moz-border-radius:15px 0 0 15px;-webkit-border-radius:15px 0 0 15px;border-radius:15px 0 0 15px;padding-left:13px;float:left;outline:none;}

.mfhd .submit{width:69px;height:32px;padding-left:0;line-height:30px;color:#fff; background-color:#6a7380;font-size:12px;text-align:center;text-decoration:none;-moz-border-radius:0 14px 14px 0;-webkit-border-radius:0 14px 14px 0;border-radius:0 14px 14px 0;float:left;}





.swtCenter p {width:230px;font-size:12px;color:#6a7380;margin:0 auto;}



.swt_lists {bottom:0;left:0;width:100%;height:58px;line-height:58px;-moz-border-radius:0 0 15px 15px;-webkit-border-radius:0 0 15px 15px;border-radius:0 0 15px 15px;}

.swt_lists a {display:block;width:140px;height:100%;position:relative;float:left;}

.swt_list1 { background-color:#2e3642;-moz-border-radius:0 0 0 15px;-webkit-border-radius:0 0 0 15px;border-radius:0 0 0 15px;}

.swt_list2 { background-color:#ff6821;-moz-border-radius:0 0 15px 0;-webkit-border-radius:0 0 15px 0;border-radius:0 0 15px 0;}

.swt_lists a i,.swt_lists a em {display:block;position:absolute;left: 50%;color:#fff;text-decoration:none;}

.swtCallIcon {top:50%;margin-left:-50px;margin-top:-13px;width:27px;height:27px; background:url(/chat/images/footerLink3.png) no-repeat;-moz-background-size:100%;-webkit-background-size:100%;background-size:100%;}

.swt_lists em {height:100%;top:0;margin-left:-16px;font-size:16px;left: 6px;}

.swtLinkIcon {top:50%;margin-left: -50px;width:27px;height:24px;margin-top:-12px;background:url(/chat/images/footerLink2.png) no-repeat;-moz-background-size:100%;-webkit-background-size:100%;background-size:100%;}

.swtLinkCounter {
	top:10px;
	width: 25px;
	height: 25px;
	margin-left:-37px;
	line-height: 25px;
	text-align:center;
	font-size:14px;
	background-color:#e60012;
	-moz-border-radius:14px;
	-webkit-border-radius:14px;
	border-radius:14px;
	-moz-box-shadow:0 0 3px rgba(0,0,0,0.8);
	-webkit-box-shadow:0 0 3px rgba(0,0,0,0.8);
	box-shadow:0 0 3px rgba(0,0,0,0.8);
	z-index:3;
	font-style:normal;
	border:1px solid #fff;
	animation:mymove 1s linear infinite;
	-moz-animation:mymove 1s linear infinite; /* Firefox */
	-webkit-animation:mymove 1s linear infinite; /* Safari and Chrome */
	-o-animation:mymove 1s linear infinite; /* Opera */
	}

.closeBtn_swt {right:-5px;top:-5px;width:44px;height:44px; background:url(/chat/images/closeBtn_swt.png) no-repeat;-moz-background-size:100%;-webkit-background-size:100%;background-size:100%;cursor:pointer;}


/* 底部浮动 */
.flex{
	bottom:	0;
	left:0;
	position: fixed;
	width: 100%;
	z-index:99999;
	background:#2e3642;
}
.flex .w540{
	position:relative;
	width:100%;
	margin:0 auto;
	max-width:540px;
	min-width:320px;
}
.flex .w540 img{width:100%;}
.flex .num{
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align:center;
	position:absolute;
	right:5px;
	top:5px;
	border-radius:16px;
	background:#f00;
	color:#fff;
	border:1px solid #fff;
	font-size:12px;
	box-shadow:0 0 3px #000;
/*	animation:mymove 1s linear infinite;
/*	-moz-animation:mymove 1s linear infinite; Firefox */
/*	-webkit-animation:mymove 1s linear infinite; Safari and Chrome */
/*	-o-animation:mymove 1s linear infinite;  Opera */
}
.flex ul{
	display:table;
	width:100%;
}
.flex ul li{display:table-cell;vertical-align:middle;}
.flex ul li:last-child{background:#ff6821;}
.flex ul li a{
	display:table;
	padding:5% 0;
	width:90%;
	height:36px;
	padding-left:10%;
}
.flex ul li a span.ico{
	display:table-cell;
	vertical-align:middle;
	width:22px;
}
.flex ul li a font{
	display:table-cell;
	vertical-align:middle;
	color:#fff;
	padding-left:5%;
	font-size:17px;
}
@keyframes mymove
{
0%{
	-webkit-transform:scale(0.5,0.5);
	-moz-transform:scale(0.5,0.5);
	-ms-transform:scale(0.5,0.5);
	-o-transform:scale(0.5,0.5);
	transform:scale(0.5,0.5);
}
50%{
	-webkit-transform:scale(1,1);
	-moz-transform:scale(1,1);
	-ms-transform:scale(1,1);
	-o-transform:scale(1,1);
	transform:scale(1,1);
	}
100%{
	-webkit-transform:scale(1,1);
	-moz-transform:scale(1,1);
	-ms-transform:scale(1,1);
	-o-transform:scale(1,1);
	transform:scale(1,1);
	}
}
@-moz-keyframes mymove /* Firefox */
{
0%{
	-webkit-transform:scale(0.5,0.5);
	-moz-transform:scale(0.5,0.5);
	-ms-transform:scale(0.5,0.5);
	-o-transform:scale(0.5,0.5);
	transform:scale(0.5,0.5);
}
50%{
	-webkit-transform:scale(1,1);
	-moz-transform:scale(1,1);
	-ms-transform:scale(1,1);
	-o-transform:scale(1,1);
	transform:scale(1,1);
	}
100%{
	-webkit-transform:scale(1,1);
	-moz-transform:scale(1,1);
	-ms-transform:scale(1,1);
	-o-transform:scale(1,1);
	transform:scale(1,1);
	}
}
@-webkit-keyframes mymove /* Safari and Chrome */
{
0%{
	-webkit-transform:scale(0.5,0.5);
	-moz-transform:scale(0.5,0.5);
	-ms-transform:scale(0.5,0.5);
	-o-transform:scale(0.5,0.5);
	transform:scale(0.5,0.5);
}
50%{
	-webkit-transform:scale(1,1);
	-moz-transform:scale(1,1);
	-ms-transform:scale(1,1);
	-o-transform:scale(1,1);
	transform:scale(1,1);
	}
100%{
	-webkit-transform:scale(1,1);
	-moz-transform:scale(1,1);
	-ms-transform:scale(1,1);
	-o-transform:scale(1,1);
	transform:scale(1,1);
	}
}
@-o-keyframes mymove /* Opera */
{
0%{
	-webkit-transform:scale(0.5,0.5);
	-moz-transform:scale(0.5,0.5);
	-ms-transform:scale(0.5,0.5);
	-o-transform:scale(0.5,0.5);
	transform:scale(0.5,0.5);
}
50%{
	-webkit-transform:scale(1,1);
	-moz-transform:scale(1,1);
	-ms-transform:scale(1,1);
	-o-transform:scale(1,1);
	transform:scale(1,1);
	}
100%{
	-webkit-transform:scale(1,1);
	-moz-transform:scale(1,1);
	-ms-transform:scale(1,1);
	-o-transform:scale(1,1);
	transform:scale(1,1);
	}
}



