@charset"utf-8";blockquote,body,code,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-weight:normal}li{list-style:none}img{border:none}input,select,textarea{outline:none;border:none;background:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:-webkit-linear-gradient(transparent, transparent);background-image:linear-gradient(transparent, transparent);font-family:"Helvetica", "Arial"}select::-ms-expand{display:none}textarea{resize:none}html{-webkit-text-size-adjust:none;overflow-x:hidden}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}img{display:block;max-width:100%;height:auto;width:auto\9;vertical-align:top}.video embed,.video iframe,.video object{width:100%;height:auto}a{border:0;text-decoration:none;outline:none}a,button,input{-webkit-tap-highlight-color:rgba(255, 0, 0, 0)}em{font-style:normal}.clearfix:after,.clearfix:before{content:"";display:table}.clearfix:after{clear:both}.clearfix{zoom:1}
body {
	padding: 0;
	margin: 0;
	min-height: 100vh;
}
.clearfix:after, .clearfix:before {
	content: "";
	display: table
}
.clearfix:after {
	clear: both
}
.clearfix {
	zoom: 1
}
.left {
	float: left;
}
.right {
	float: right;
}
#form_container {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.susp_bg {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 220px;
	background: url(../../images/idp/form_bg.png) no-repeat center top;
	z-index: 99999;
	padding-top: 37px;
}
.change_susp_bg {
	background: url(../../images/idp/form_succ_bd.png) no-repeat center top;
}
.wrapper {
	margin: 0 auto;
}
.susp_content {
	padding-top: 25px;
}
.susp_form {
	position: relative;
}
.susp_form .gift {
	position: absolute;
	top: -70px;
	left: 286px;
}
.susp_up .susp_title {
	font-size: 32px;
	line-height: 46px;
	color: #ffffff;
}
.susp_up .susp_title img {
	float: right;
	width: 22px;
	height: 22px;
}
.susp_dec {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
}
.susp_pro {
	font-size: 14px;
	line-height: 22px;
	color: #ffffff;
	opacity: 0.8;
	position: absolute;
	top: 150px;
	right: 0;
}
.susp_pro a {
	color: #ffffff;
	text-decoration: underline;
}
.susp_down {
	text-align: right;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
}
.susp_down p, .susp_down img {
	display: inline-block;
	vertical-align: middle;
}
.susp_down img {
	margin-left: 16px;
}
.susp_close_box {
	position: relative;
}
#susp_close {
	width: 32px;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 25px;
	z-index: 2;
}
#susp_close:hover {
	-webkit-animation: rotation 0.5s linear;
	-moz-animation-name: rotation 0.5s linear;
	-o-animation-name: rotation 0.5s linear;
	-ms-animation-name: rotation 0.5s linear;
	animation-name: rotation 0.5s linear;
}
 @-webkit-keyframes rotation {
 from {
 -webkit-transform: rotate(0deg);
}
 to {
 -webkit-transform: rotate(180deg);
}
}
 @-moz-keyframes rotation {
 from {
 -webkit-transform: rotate(0deg);
}
 to {
 -webkit-transform: rotate(180deg);
}
}
 @-o-keyframes rotation {
 from {
 -webkit-transform: rotate(0deg);
}
 to {
 -webkit-transform: rotate(180deg);
}
}
 @-ms-keyframes rotation {
 from {
 -webkit-transform: rotate(0deg);
}
 to {
 -webkit-transform: rotate(180deg);
}
}
 @keyframes rotation {
 from {
 -webkit-transform: rotate(0deg);
}
 to {
 -webkit-transform: rotate(180deg);
}
}
.idp_code {
	margin-bottom: 16px;
	display: inline-block;
	width: 154px;
	height: 150px;
}
#susp_btn, .susp_succ {
	display: none;
}
.susp_succ .susp_up .susp_title {
	padding-top: 20px;
	margin-bottom: 24px;
}
.susp_succ .susp_dec {
	line-height: 30px;
}
.susp_succ .right {
	margin-top: 2px;
	margin-right: 77px;
}
.susp_succ .right img {
	width: 156px;
}
.susp_succ .right p {
	font-size: 16px;
	color: #ffffff;
	margin-top: 5px;
	text-align: center;
}
/*#susp_btn {
	position: fixed;
	top: 20%;
	left: 0;
	z-index: 99999992;
	width: 356px;
	height: 219px;
	background: url(../../images/idp/susp_btn.png) no-repeat center top;
	cursor: pointer;
}*/
	#susp_btn {
	position: fixed;
	top: 35%;
	left: 0;
	z-index: 99999992;
	width: 280px;
	height: 130px;
	background: url(https://image.idp.cn/images/idp/lefticonAsk.png) no-repeat center top;
	cursor: pointer;
	display: block !important;
} 	
#susp_btn .susp_up {
	margin: 70px 0 0 25px;
}
