*{
	margin: 0;
	padding: 0;
}
.noselect{
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
}
.breathing {
	position: fixed;
	width: 60px;
	height: 60px;
	z-index: 999;
}
.dis .breathe-btn {
	position: absolute;
	width: 60px;
	height: 60px;
	/*margin: 40px auto;*/
	line-height: 60px;
	/*border: 1px solid #ff9500;*/
	border-radius: 5px;
	text-align: center;
	border-radius: 100%;
	cursor: pointer;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
	overflow: hidden;
	background: #ff9500;
	/*background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9500), to(#ff9500));
	background-image: -ms-gradient(linear, left top, left bottom, from(#ff9500), to(#ff9500));
	background-image: -moz-gradient(linear, left top, left bottom, from(#ff9500), to(#ff9500));*/

	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-name: breathe;
	-webkit-animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-webkit-user-select: none;
	
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-name: breathe;
	-moz-animation-duration: 3s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: alternate;
	-moz-user-select: none;
	
	-ms-animation-timing-function: ease-in-out;
	-ms-animation-name: breathe;
	-ms-animation-duration: 3s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-direction: alternate;
	-ms-user-select: none;
}

@-webkit-keyframes breathe {
	0% {
		opacity: .4;
		box-shadow: 0 1px 2px rgba(255, 149, 0, 0.1);
	}
	100% {
		opacity: .8;
		/*border: 1px solid rgba(255, 149, 0, .9);*/
		box-shadow: 0 1px 30px rgba(255, 149, 0, .9);
	}
}
@-moz-keyframes breathe {
	0% {
		opacity: .4;
		box-shadow: 0 1px 2px rgba(255, 149, 0, 0.1);
	}
	100% {
		opacity: .8;
		/*border: 1px solid rgba(255, 149, 0, .9);*/
		box-shadow: 0 1px 30px rgba(255, 149, 0, .9);
	}
}
@-ms-keyframes breathe {
	0% {
		opacity: .4;
		box-shadow: 0 1px 2px rgba(255, 149, 0, 0.1);
	}
	100% {
		opacity: .8;
		/*border: 1px solid rgba(255, 149, 0, .9);*/
		box-shadow: 0 1px 30px rgba(255, 149, 0, .9);
	}
}


.dis1 .breathe-btn {
	position: absolute;
	width: 60px;
	height: 60px;
	/*margin: 40px auto;*/
	line-height: 60px;
	/*border: 1px solid #DD3030;*/
	border-radius: 5px;
	text-align: center;
	border-radius: 100%;
	cursor: pointer;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
	overflow: hidden;
	background: #DD3030;

	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-name: breathe1;
	-webkit-animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-webkit-user-select: none;
	
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-name: breathe1;
	-moz-animation-duration: 3s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: alternate;
	-moz-user-select: none;
	
	-ms-animation-timing-function: ease-in-out;
	-ms-animation-name: breathe1;
	-ms-animation-duration: 3s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-direction: alternate;
	-ms-user-select: none;
}

@-webkit-keyframes breathe1 {
	0% {
		opacity: .4;
		box-shadow: 0 1px 2px rgba(221, 48, 48, 0.1);
	}
	100% {
		opacity: .8;
		/*border: 1px solid rgba(221, 48, 48, .9);*/
		box-shadow: 0 1px 30px rgba(221, 48, 48, .9);
	}
}
@-moz-keyframes breathe1 {
	0% {
		opacity: .4;
		box-shadow: 0 1px 2px rgba(221, 48, 48, 0.1);
	}
	100% {
		opacity: .8;
		/*border: 1px solid rgba(221, 48, 48, .9);*/
		box-shadow: 0 1px 30px rgba(221, 48, 48, .9);
	}
}@-ms-keyframes breathe1 {
	0% {
		opacity: .4;
		box-shadow: 0 1px 2px rgba(221, 48, 48, 0.1);
	}
	100% {
		opacity: .8;
		/*border: 1px solid rgba(221, 48, 48, .9);*/
		box-shadow: 0 1px 30px rgba(221, 48, 48, .9);
	}
}
.Tbox {
	width: 580px;
	overflow: hidden;
	height: 52px;
}

.Ttiao {
	width: 60px;
	height: 60px;
	border-radius: 38px;
	background: #fae6c7;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: -1;
	overflow: hidden;
	transition: 1s cubic-bezier(0, 0, 0, 1.23);
	-webkit-transition: 1s cubic-bezier(0, 0, 0, 1.23);
	-moz-transition: 1s cubic-bezier(0, 0, 0, 1.23);
	-ms-transition: 1s cubic-bezier(0, 0, 0, 1.23);
}

.Ttiao input {
	width: 0px;
	height: 30px;
	margin-left: 80px;
	border: none;
	outline: none;
	border-radius: 5px 0 0 5px;
	margin-top: 15px;
	float: left;
	padding-left: 10px;
	transition: 1s cubic-bezier(0, 0, 0, 1.23);
	-webkit-transition: 1s cubic-bezier(0, 0, 0, 1.23);
	-moz-transition: 1s cubic-bezier(0, 0, 0, 1.23);
	-ms-transition: 1s cubic-bezier(0, 0, 0, 1.23);
	font-size: 18px;
}

.Ttiao button {
	float: left;
	width: 60px;
	height: 30px;
	border: none;
	background: #dd3030;
	color: #fff;
	outline: none;
	margin-top: 15px;
	font-size: 14px;
	transition: 1s cubic-bezier(0, 0, 0, 1.23);
	-webkit-transition: 1s cubic-bezier(0, 0, 0, 1.23);
	-moz-transition: 1s cubic-bezier(0, 0, 0, 1.23);
	-ms-transition: 1s cubic-bezier(0, 0, 0, 1.23);
}

.Ttiao p {
	font-size: 14px;
	color: #FF9500;
	text-align: center;
	margin-top: 22px;
	transition: 1s cubic-bezier(0, 0, 0, 1.23);
	-webkit-transition: 1s cubic-bezier(0, 0, 0, 1.23);
	-moz-transition: 1s cubic-bezier(0, 0, 0, 1.23);
	-ms-transition: 1s cubic-bezier(0, 0, 0, 1.23);
}

.Qsbumit {
	width: 100%;
	overflow: hidden;
}

.Qbtn {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.Qsuccess a{
	color: #FF9500;
	cursor: pointer;
}
/** 登录弹出框 **/
#alertFram{ width:342px;border:solid 1px #26326b;background:#fff;overflow: hidden;}
#alertFram dl{height:400px; overflow:hidden}
#alertFram dl,#alertFram dd,#alertFram dt{ margin:0px; padding:0px; border:0px;background:#fff}
#alertFram dt{ overflow:hidden;height: auto;}
#alertFram dd { padding:4px 6px 0px 9px; height:20px; overflow:hidden; zoom:1}
#alertFram .login_right{ float:right; padding-top:4px}
#alertFram .login_right .zc{ float:right; font-size:12px; color:#495a92; text-decoration:none; padding-right:6px; line-height:16px}
#alertFram .login_right .zc:hover{ text-decoration:underline; color:#990000}
#alertFram dd .memberLogin_topicClass{ float:left; font-size:16px; font-family:"Microsoft YaHei"; color:#000; margin:0; padding:0}
#alertFram dd .close{ background:url('/login/img/v2/ico.gif') no-repeat 0 -77px;width:13px; height:12px;display:block; float:right;text-indent:-999px}