	.swtCenter {
		display: none;
		width: 260px;
		height: 200px;
		background-color: #FFF;
		position: fixed;
		left: 50%;
		top: 50%;
		z-index: 9999999;
		margin-left: -130px;
		margin-top: -120px;
		-moz-border-radius: 7.5px;
		-webkit-border-radius: 7.5px;
		border-radius: 7.5px;
		-moz-box-shadow: 0 0 10px rgba(10, 2, 4, 0.75);
		-webkit-box-shadow: 0 0 10px rgba(10, 2, 4, 0.75);
		box-shadow: 0 0 10px rgba(10, 2, 4, 0.75);
	}

	.swtCenter h2 {
		width: 100%;
		font-size: 18px;
		line-height: 16px;
		text-align: center;
		color: #0A6A08;
		font-weight: 500;
		margin-top: 25px;
		margin-bottom: 0px;
	}

	.swtCenter h3 {
		padding-top: 11px;
		width: 100%;
		text-align: center;
		font-size: 15px;
		font-weight: normal;
		text-align: center;
		color:red;
		font-weight: bold;
		
		margin: 0px;
	}



.swtCenter h3 p{
		display: inline;
		padding-top: 11px;
		font-size: 17px;
		text-align: center;
		color:red;
		font-weight: bold;
		margin: 0px;
	}



	.mfhd {
		width: 160px;
		height: 30px;
		border: 0.5px solid #6a7380;
		-moz-border-radius: 30px;
		-webkit-border-radius: 30px;
		border-radius: 30px;
		margin: 12px auto 2.5px;
		overflow: hidden;
		background#fff;
	}

	.mfhd .callbF_text {
		width: 111px;
		height: 30px;
		line-height: 30px;
		background-color: #FFF;
		font-size: 10px;
		color: #6a7380;
		-moz-border-radius: 7.5px 0 0 7.5px;
		-webkit-border-radius: 7.5px 0 0 7.5px;
		border-radius: 7.5px 0 0 7.5px;
		padding-left: 3px;
		float: left;
		outline: none;
		border: none;
	}

	.mfhd .callbF_sub {
		width: 42px;
		height: 30px;
		line-height: 30px;
		color: #fff;
		border: 0;
		background-color: gray;
		font-size: 10px;
		text-align: center;
		text-decoration: none;
		-moz-border-radius: 0 7px 7px 0;
		-webkit-border-radius: 0 7px 7px 0;
		border-radius: 0 7px 7px 0;
		float: right;
    background: gray;
    margin: 0 auto;
    padding: 0;

	}

	.swtCenter p {
		width: 240px;
		font-size: 13px;
		line-height: 12px;
		color: #6a7380;
		margin: 0 auto;
		text-align: center;
		margin-top: 15px;
	}

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

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

	.swt_list1 {
		background-color: #1466BA;
		-moz-border-radius: 0 0 0 7.5px;
		-webkit-border-radius: 0 0 0 7.5px;
		border-radius: 0 0 0 7.5px;
	}

	.swt_list2 {
		background-color: #FF7400;
		-moz-border-radius: 0 0 7.5px 0;
		-webkit-border-radius: 0 0 7.5px 0;
		border-radius: 0 0 7.5px 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: -25px;
		margin-top: -6.5px;
		width: 13.5px;
		height: 13.5px;
		-moz-background-size: 100%;
		-webkit-background-size: 100%;
		background-size: 100%;
	}

	
.swt_lists em {
		height: 100%;
		top: 0;
		margin-left: -27px;
		font-size: 15px;
		font-style: normal;
	}

	.swtLinkIcon {
		top: 50%;
		margin-left: -25;
		width: 13.5px;
		height: 12px;
		margin-top: -6px;
		-moz-background-size: 100%;
		-webkit-background-size: 100%;
		background-size: 100%;
	}

	
.swtLinkCounter {
		top: 10px;
		width: 14px;
		height: 14px;
		margin-left: -42px;
		line-height: 14px;
		text-align: center;
		font-size: 9px;
		background-color: #e60012;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border-radius: 7px;
		-moz-box-shadow: 0 0 1.5px rgba(0, 0, 0, 0.8);
		-webkit-box-shadow: 0 0 1.5px rgba(0, 0, 0, 0.8);
		box-shadow: 0 0 1.5px rgba(0, 0, 0, 0.8);
		z-index: 3;
		font-style: normal;
	}

	.closeBtn_swt {
		right: -6px;
		top: -6px;
		width: 22px;
		height: 22px;
		background: url(/index/guanbi.png) no-repeat;
		-moz-background-size: 100%;
		-webkit-background-size: 100%;
		background-size: 100%;
		cursor: pointer;
		position: absolute;
	}





