@charset "utf-8";
/* CSS Document */
body {
	font: 100% "Microsoft YaHei",Verdana, Arial, Helvetica, sans-serif;
	/*background: #666 url(themes/gray/images/ui-bg_diagonals-medium_75_cccccc_40x40.png) 50% 50% repeat;*/
	background-color:#FFF;
	margin: 0;
	padding: 0;
	color: #000;
	font-size:14px;
	background-image:url(../images/body_bg.png);
	background-repeat:repeat;
}

span, ul, ol, dl, dt, dd, form, p{ /* 由于浏览器之间的差异，最佳做法是在列表中将填充和边距都设置为零。为了保持一致，您可以在此处指定需要的数值，也可以在列表所包含的列表项（LI、DT 和 DD）中指定需要的数值。请注意，除非编写一个更为具体的选择器，否则您在此处进行的设置将会层叠到 .nav 列表。 */
	padding: 0;
	margin: 0;
}
a:link {
	color: #000;/****#009DE1****/
	text-decoration: none; /* 除非将链接设置成极为独特的外观样式，否则最好提供下划线，以便可从视觉上快速识别 */
}
a:visited {
	color: #9C0E0E;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* 此组选择器将为键盘导航者提供与鼠标使用者相同的悬停体验。 */
	text-decoration: underline;
	color:#CC0000;
}
.brandName a:link,.brandName a:visited{
	color:#000000;
}

.wrap {
	width: 1000px;
	margin: 0 auto; /* 侧边的自动值与宽度结合使用，可以将布局居中对齐 */
	border:0px solid #FFF;
}
.splHd .wrap img{
	height:480px;
}
.container{
	width: 1000px;
	margin: 0 auto; /* 侧边的自动值与宽度结合使用，可以将布局居中对齐 */
	border:0px solid #FFF;
	background-color:transparent;
	padding:0px;
}

.shortcut {	/*~顶部快捷导航~*/
	background:#F5F5F5;
	border-bottom:1px solid #CCC;
	height:28px;
	line-height:28px;
	clear:both;
}
.shortcut .fl a, .shortcut .fl a:visited {
	padding:0 5px 0 5px;
	height:20px;
	font-size:12px;
	text-decoration:none;
	text-align:center;
	color:#999;
}

/* ~~ 头部 ~~ */
.splHd {
	display:block;
	height:480px;
	background-color:#FF9900;
	position:relative;
	background-image:url(../images/head_bg.png);
	background-repeat:repeat-x;
}
.header h1{
	display:none;
}
/*********头部导航**************/
.topBar {
	background-image:url(../images/nav_bg.png);
	background-repeat:repeat-x;
	height:55px;
	border-bottom:0px solid #CCC;
	clear:both;
	position:relative;
	z-index:1;
}

ul.meetNav li{
	display:inline-block;
	margin-right:1px;
	float:left;
}
ul.meetNav a.offSub, ul.meetNav a.offSub:link,ul.meetNav a.offSub:visited {
	padding:10px 15px;
	display:inline;
	height:28px;
	font-size:16px;
	text-decoration:none;
	text-align:center;
	line-height:31px;
	float:left;
	color:#FFF;
	word-wrap: break-word;
	overflow: hidden;
}
ul.meetNav a.offSub:hover, ul.meetNav a.offSub:active, ul.meetNav a.offSub:focus {
	padding:10px 15px;
	border:0px;
	background-color:#9C0E0E;
	background-image:url(../images/body_bg.png);
	display:inline;
	height:28px;
	color:#FFF;
}

/*******下拉菜单********/
#nav_mt04{
	position:relative;
}
ul.topsubLi {
	background-color:#9C0E0E;
	background-image:url(../images/body_bg.png);
    display: none;
    left: 0;
    position: absolute;
    top: 48px;
    z-index: 9999;
}
ul.topsubLi li {
    display:inline;
	margin:0;
    padding:0;
	clear:both;
}
ul.meetNav .onSub{
	background-color:#9C0E0E;
	background-image:url(../images/body_bg.png);
}

ul .topsubLi a,ul .topsubLi a:link,ul .topsubLi a:visited{
	display:block;
	width:190px;
	font-size:14px;
	line-height:28px;
	text-align:left;
	margin:0;
	padding:5px 10px;
	color:#FFF;
}
ul .topsubLi a:hover,ul .topsubLi a:active,ul .topsubLi a:focus{
	display:block;
	width:190px;
	font-size:14px;
	line-height:28px;
	text-align:left;
	background-color:#C30;
	margin:0;
	padding:5px 10px;
	color:#FFF;
	text-decoration:none;
}
ul .topsubLi .subline a,ul .topsubLi .subline a:link,ul .topsubLi .subline a:visited{
	border-bottom:1px solid #640000;
}
/* ~~ 首页内容页 ~~ */

.splNote{
	margin:0;
	padding:0 0 10px 0;
	color:#333333;
	border-bottom:0px dashed #FFF;
}

.splArticle p,
.splNote p{
	margin:10px;
	line-height:24px;
}

.splArticle ul,
.splNote .fl ul,
.splNote .splCountdown ul
{
	margin:10px;
	line-height:28px;
	list-style:inside;
}
.splNote .fl ul{
	font-size:16px;
	list-style-type:none;
	line-height:2.1em;
}
.splArticle .otherReg{
	padding:0px 250px;
}
.otherReg ul{
	list-style:inside;
	list-style-type:upper-latin;
}
.splNote ul.meetingNews{
	display:block;
	margin:0;
	padding:10px 5px;
}

.meetingNews li{
	border-bottom:1px dashed #cc3300;
}
.meetingNews .newsdate{
	margin-left:10px;
	font-size:10px;
	display:inline-block;
	float:right;
}
.selectionList{
	display:block;
}
.selectionList li{
	border-bottom:1px dashed #cc3300;
	padding:5px 0;
	font-size:16px;
	font-weight:bold;
	list-style-position:inside;
	list-style-type:square;
}
.fla strong,
.splNote strong{
	margin:10px 10px;
	line-height:28px;
	font-size:16px;
}
.splCon{
	display:block;
	margin:20px 0;
	padding:0;
}
.splCon h2{
	margin:0;
	padding:0;
	height:89px;
	line-height:89px;
	color:#FFF;
	font-size:34px;
	font-weight:100;
	text-align:center;
	display:block;
}
.splCon h2.h01{
	background-image:url(../images/h2_bg.png);
	background-repeat:no-repeat;
}
.splCon h2.h02{
	background-image:url(../images/h2_bg.png);
	background-repeat:no-repeat;
}
.splCon h2.h03{
	background-image:url(../images/h2_bg.png);
	background-repeat:no-repeat;
}
.splCon .wrap01,
.splCon .wrap02,
.splCon .wrap03{
	display:block;
	margin:0 20px;
	padding:20px;
	background-color:#FFD697;
}

.splCon .wrap01{
	border-radius: 10px 10px 0px 0px;
}
.splCon .wrap02{
}
.splCon .wrap03{
	border-radius: 0px 0px 10px 10px;
	padding-bottom:30px;
}

.splArticle{
	margin:0;
	padding:0;
	color:#333333;
	border-bottom:0px dashed #FFF;
}

.splArticle h3{
	margin:0;
	padding:5px 10px;
	color:#333;
	display:block;
	font-size:22px;
	font-weight:bold;
}
.splList h3,
.splNote h3{
	margin:0;
	padding:5px 10px;
	display:block;
	font-size:22px;
	font-weight:bold;

}
.splList h3,
.splArticle .fla h3,
.splArticle .fl h3,
.splNote .fl h3{
	border-bottom:2px solid #900;
	position:relative;
}
.splNote .fl h4{
	font-size:18px;
	margin:10px 0 0 0;
	padding:0px 10px;
	font-weight:bold;
}
.splNote .fl{
	display:inline-block;
	width:520px;
	height:485px;
}
.splArticle .fl{
	display:inline-block;
	width:450px;
}
.splArticle .fla{
	display:inline-block;
	width:920px;
	float:left;
}
.splArticle .fr{
	display:inline-block;
	width:400px;
}
.splArticle table{
	border:1px solid #666;
	border-collapse:collapse;
	background-color:#FFFFFF;
}
.splArticle th{
	padding:5px 10px;
	border:1px solid #666;
	background-color:#E3E3E3;
}
.splArticle td{
	padding:10px;
	border:1px solid #666;
}
.splArticle td ul{
	font-size:12px;
}
/********会议议程*********/
.splArticle .splAgenda table{
	border:0px solid #666;
	border-collapse:collapse;
	background: url("../images/infobg.png") repeat-y scroll 170px top rgba(0, 0, 0, 0);
	background-color:#FFFFFF;
}

.splArticle .splAgenda td{
  border:0px solid #FFFFFF;
  border-bottom:1px dashed #CCCCCC;
}
.splArticle .splAgenda th{
	background-color:#FFFFFF;
	border:0px solid #FFFFFF;
}

.splAgenda table h2{
	font-size:18px;
	margin:0;
	padding:0;
	text-align:center;
	color:#FFF;
	height:48px;
	line-height:48px;
}
.splAgenda table h3{
	font-size:16px;
	text-align:center;
	background: url("../images/h3icon.png") no-repeat scroll 145px top rgba(0, 0, 0, 0);
}

.splViewpoint a:link, .splViewpoint a:visited,
.pList a:link, .pList a:visited,
.splNote a:link, .splNote a:visited,
.splArticle a:link,.splArticle a:visited{
	color:#990000;
	text-decoration:none;
}
.splNote #slide a:link, .splNote #slides a:visited{
  text-decoration:underline;
}
.pList a:hover, .pList a:active, .pList a:focus,
.splNote a:hover, .splNote a:active, .splNote a:focus,
.splArticle a:hover,.splArticle a:active,.splArticle a:focus{
	text-decoration:underline;
}
.splArticle .clogo a:link,.splArticle .clogo a:visited{
	width:120px;
	height:50px;
	float:left;
	display:inline-block;
	margin:5px;
}
.splArticle .clogo img{
	width:120px;
	height:50px;
}
.splArticle .eclogo a:link,.splArticle .eclogo a:visited{
	width:168px;
	height:80px;
	float:left;
	display:inline-block;
	margin:5px 8px;
}
.splArticle .eclogo img{
	width:168px;
	height:80px;
}
.splCountdown{
	display:block;
	margin-top:40px;
	background-image:url(../images/countdown_bg.png);
	background-repeat:no-repeat;
	width:370px;
	height:320px;
	float:right;
	right:20px;
}
.splSlide{
	display:block;
	margin-top:0px;
	width:370px;
	height:278px;
	float:right;
	right:20px;
}
.splCountdown h3{
	display:block;
	font-size:32px;
	height:83px;
	line-height:83px;
	color:#FFFFFF;
	padding-left:20px;
	font-weight:100;
}
#countdown_dashboard{
	display:block;
	margin:20px 0 0 0;
	text-align:center;
	height:122px;
}

#countdown_dashboard .dash{
	display:block;
	width:268px;
	margin:0 auto;
}
#countdown_dashboard .digit{
	display:inline-block;
	margin:0 2px;
	background-color:#414141;
	background-image:url(../images/digit_bg.png);
	background-repeat:no-repeat;
	width:84px;
	height:122px;
	line-height:122px;
	text-align:center;
	font-size:120px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	float:left;
}

#countdown_dashboard .dash_title{
	display:block;
	margin:10px 0 0 0;
	font-size:36px;
	color:#FFFFFF;
	text-align:center;
}
/*******资料下载*********/
.urlBtn{
	display:block;
	background-image:url(../images/downbg.png);
	background-repeat:no-repeat;
	width:180px;
	height:130px;
	margin:25px 0 10px 0;
	line-height:130px;
	font-size:24px;
	font-weight:100;
	color:#FFF;
	text-align:center;
	float:left;
}
.urlBtn a:link,.urlBtn a:visited{
	color:#FFF;
}
/*********嘉宾观点**********/
.splViewpoint{
	border-radius: 10px 10px 10px 10px;
	background-color:#FFF3E1;
	margin:0;
	padding:10px 20px;
}
.viewPoint{
	display:inline;
	width:420px;
	height:168;
	margin-bottom:20px;
}
.viewPoint h4{
	font-size:18px;
	margin:10px 0;
	padding:0;
}
.viewPoint img{
	display:block;
	width:200px;
	height:130px;
	float:left;
	margin-right:10px;
}
.splVideo .subDiv input,
.splViewpoint .subDiv input{
	width:150px;
	padding:10px 50px;
	background-color:#CC3300;
	color:#FFFFFF;
	font-size:16px;
	border:0px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	cursor:pointer;
}
/*********现场直击*********/
.splVideo{
	margin:0;
	background-color:#FFF3E1;
	border-radius: 10px 10px 10px 10px;
	padding:10px 0;
}
.meetVideo{
	display:inline;
	width:200px;
	height:205px;
	float:left;
	position:relative;
	margin:10px 15px;
}
.meetVideo .videoPlay{
	display:block;
	width:57px;
	height:57px;
	top:40px;
	left:70px;
	position:absolute;
	background-image:url(../../../images/video_share_play.png);
	background-repeat:no-repeat;
	background-position:top
	-moz-opacity:.65;
	filter:alpha(opacity=65);
	opacity:.65;
}
.meetVideo img{
	width:200px;
	height:130px;
}
.meetVideo p{
	margin:15px 0;
}

.meetVideo a:link, .meetVideo a:visited{
	color:#900;
}

/*********精彩回顾*********/
.splGallery{
	margin:0;
	background-color:#FFF3E1;
	border-radius: 10px 10px 10px 10px;
	padding:10px 0;
}
.meetGallery{
	display:inline;
	padding:10px;
	width:180px;
	height:200px;
	float:left;
	position:relative;
	margin:10px 15px;
	background-color:#FFF;
	background-image:url(../images/slideshow_bg2.gif);
	background-repeat:no-repeat;
	background-position:10px 5px;
}
.meetGallery img{
	width:180px;
	height:130px;
}
.meetGallery p{
	margin:15px 0;
}

.meetGallery a:link, .meetGallery a:visited{
	color:#900;
}

/********参会人员*********/
.pList dl{
	display:inline;
	width:132px;
	height:80px;
	float:left;
	background-color:#FFEACA;
	text-align:center;
	margin:10px;
	padding:10px 15px;
	line-height:1.4em;
	border:1px solid #FFA620;
}
.pList dt{
	font-size:16px;
	margin-bottom: 5px;
}
.pList dd{
	font-size:12px;
	text-align:left;
}

/********footer********/
.footer{
	background: none repeat scroll 0 0 #420000;
	border-top:5px solid #CC3300;
    clear: both;
    color: #CCCCCC;
    height: 90px;
    margin: 0px;
    overflow: hidden;
    padding: 10px 0;
    position: relative;
    text-align: center;
	font-size:12px;
}
.footer .footerNav a:hover,.footer .footerNav a:active,.footer .footerNav a:focus{
  color:#CC3300;
  text-decoration:underline;
}
/* ~~ 其它浮动/清除类 ~~ */
.go-top {
	background: url("../images/backtop.png") no-repeat scroll 0 0 transparent;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.fll{
	float:left;
}
.flr{
	float:right;
}
.caseItem{
	display:inline;
	margin:0 0 0 10px;
	padding:0 10px;
	border-radius:4px;
	color:#FFFFFF;
	font-size:12px;	
}
.wrap01 .caseItem{
	background-color:#297CA5;
}
.wrap02 .caseItem{
	background-color:#4E7300;
}
.wrap03 .caseItem{
	background-color:#AA6600;
}
.caseItem a:link,.caseItem a:visited{
	text-decoration:underline;
}
.caseItem a:hover,.caseItem a:active,.caseItem a:focus{
	text-decoration:none;
}
.red{
	color:#8A0000;
}
/********右侧浮动导航*********/
.fltNav{
	background: url("../images/floatbg.png") no-repeat scroll 0 164px transparent;
	display: block;
	width: 120px;
	height:auto;
	padding-bottom:15px;
	left:auto;
	position: fixed!important;
	_position:absolute;
	_top:expression(offsetParent.scrollTop+540);
	top:560px;
	right:0px;
	font-size:16px;
	color:#FFFFFF;
	border-top:1px solid #552200;
}
.fnav{
	margin:1px 0;
	padding:5px 10px 5px 30px;
	background-color:#C30;
}

.fltNav a:link,.fltNav a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
.fltNav a:hover,.fltNav a:active,.fltNav a:focus{
	color:#FFFFFF;
	text-decoration:none;
}


/********年会动态**********/
.listContent h2{
	margin:0px 0 20px 0;
	padding:5px 0;
	border-bottom:4px solid #9C0E0E;
	color:#333;
	position:relative;
	overflow:hidden;
	font-size:34px;
	line-height:40px;
	height:40px;
}
.listContent h4{
	font-size:18px;
	margin:10px 0;
	padding:0;
	color:#666;
}
.listContent ul{
	display:block;
	line-height:48px;
	list-style:none;
}
.listContent li{
	border-bottom:1px dashed #900;
}
.listContent span.newsdate{
	float:right;
}
.listContent table{
    margin: 0 0;
	border-collapse: collapse;
	border:0px solid #CCC;
	background-color:#fff;
	font-size:14px;
	line-height:28px;
}
.listContent table.meetingDownload{
	background-color:#FFEACA;
}
.listContent td,.listContent th{
	border-bottom:1px dashed #CCC;
	padding:10px 10px;
}
.meetingDownload td,.meetingDownload th{
	border-bottom:1px dashed #900;
}
.listContent a:link,.listContent a:visited{
	text-decoration:none;
	color:#990000;
}
.meetingDownload h4{
	font-size:16px;
	font-style:normal;
	font-weight:100;
	margin:0;
}
.listContent a:hover,.listContent a:active{
	text-decoration:underline;
	color:#CC0000;
}
.pageNum span{
	background-color:#900;
	border:1px solid #CC3300;
}
.pageNum a:link,.pageNum a:visited{
	border:1px solid #CC3300;
}
.pageNum a:hover,.pageNum a:active,.pageNum a:focus{
  background-color:#FFF0E1;
}
.pollContent{
	background-color:#FFF;
	position:relative;
	display:block;
	width:920px!important;
	width:916px;
	height:auto;
	padding:0!important;
	padding:0 0 0 4px;
}
.pollContent h2{
	font-size:20px;
	color:#666;
	padding:5px 0;
	border-bottom:4px solid #9C0E0E;
	position:relative;
}
.pollContent ul{
	margin:0 15px 0 15px;
	list-style:none;
	line-height:200%;
	font-size:14px;
}
/******企业投票********/
.pollCompany{
	margin:10px 6px!important;
	margin:10px 5px;
	padding:0;
	display:inline;
	width:139px;
	height:180px;
	border:1px solid #CCC;
	float:left;
	text-align:center;
	background-color:#FFF;
}

.comLogo{
	width:120px;
	height:50px;
	border:1px solid #EEE;
	margin:8px;
	padding:0;
}
.comLogo img{
	width:120px;
	height:50px;
}
.brandName{
	margin:0 0 10px 0;
	padding:0 10px;
	font-size:14px;
	font-weight:bold;
	color:#000;
	width:120px;
	overflow:hidden;
	word-break:break-all;
	white-space:nowrap;
	-o-text-overflow: ellipsis;    /* Opera */
	text-overflow: ellipsis;    /* IE, Safari (WebKit) */
}
.pollCompany .voteCount{
	margin:10px 0 5px 0;
	color:#CC6600;
}
.pollCompany .poll{
	margin:10px 0 5px 0;
	padding:5px;
	display:block;
}
.totalComm{
	color:#999999;
	font-size:12px;
}

.totalComm a:link,.totalComm a:visited{
	color:#999999;
}
.totalComm a:hover,.totalComm a:active,.totalComm a:focus{
	text-decoration: underline;
	color:#CC0000;
}
/*******精英投票*********/
.pollPeople{
	margin:20px 12px!important;
	margin:20px 11px;
	padding:0;
	display:inline;
	width:160px;
	height:274px;
	border:0px solid #CCC;
	float:left;
	text-align:center;
	background-color:#FFF;
	color:#666666;
}
.pollPeople a:link,.pollPeople a:visited{
	color:#333333;
	text-decoration:none;
}
.pollPeople a:hover,.pollPeople a:active{
	color:#CC0000;
	text-decoration:underline;
}
.peoImg img{
	width:160px;
	height:160px;
}

.peoName{
	margin:10px 0 5px 0;
	font-size:14px;
	width:160px;
	overflow:hidden;
	word-break:break-all;
	white-space:nowrap;
	-o-text-overflow: ellipsis;    /* Opera */
	text-overflow: ellipsis;    /* IE, Safari (WebKit) */
}
.comName{
	width:160px;
	overflow:hidden;
	word-break:break-all;
	white-space:nowrap;
	-o-text-overflow: ellipsis;    /* Opera */
	text-overflow: ellipsis;    /* IE, Safari (WebKit) */
}
.pollPeople .voteCount{
	margin:5px 0 5px 0;
	color:#B81010;
}
/*******营销创新*********/
.pollInnovation{
	width:270px;
	height:280px;
	margin:10px 18px!important;
	margin:10px 17px;
	display:inline;
	background-image:url(../images/inno_bg.png);
	background-repeat:no-repeat;
	text-align:center;
	float:left;
}
.pollInnovation img{
	margin:8px 5px 0 0;
	width:250px;
	height:188px;
}
.pollInnovation p{
	margin:0;
	padding:0;
}
.innoImg{
	position:relative;
}
.innoTitle,.innoTitle2{
	padding:5px 10px;
	display:block;
	width:230px;
	height:40px;
	line-height:20px;
	font-size:16px;
	color:#FFFFFF;
	background:rgba(153, 0, 0, 0.9)!important;
	background-color:#990000;
	filter:Alpha(opacity=90);
	position:absolute;
	top:146px;
	left:7px!important;
	left:0px;
	text-align:center;
}
.innoTitle{
	overflow:hidden;
	word-break:break-all;
	white-space:nowrap;
	-o-text-overflow: ellipsis;    /* Opera */
	text-overflow: ellipsis;    /* IE, Safari (WebKit) */
}
.innoTitle strong{
	font-family: "Microsoft YaHei", Verdana, Arial, Helvetica;
	font-weight:bold;
}
.innoTitle2 a:link, .innoTitle2 a:visited,
.innoTitle a:link, .innoTitle a:visited{
	color:#FFFFFF;
}

.innoTitle2 a:hover, .innoTitle2 a:active,
.innoTitle a:hover, .innoTitle a:active{
	color:#CCC;
}
.pollContent .voteCount{
	margin:5px 0 0 0;
	color:#B81010;
}
/**********获奖页面*************/
.medal{
	position:absolute;
	background-image:url(../images/medal.gif);
	background-repeat:no-repeat;
	display:block;
	width:45px;
	height:70px;
}
.pollPeople,
.pollInnovation,
.pollCompany{
	position:relative;
}
.pollCompany .medal{
	right:5px;
	bottom:-20px;
}
.pollInnovation .medal{
	right:15px;
	bottom:10px;
}
.pollPeople .medal{
	right:-5px;
	top:120px;
}
/********按钮************/
.pollCompany .poll input{
	width:70px;
	height:20px;
	border:0px;
	background-image:url(../images/button_2_bg.gif);
	background-repeat:no-repeat;
	color:#333333;
}
.poll{
	margin:5px 0 0 0!important;
	margin:2px 0 0 0;
	padding:0;
	/*display:none;*/
}
.poll input{
	margin:0;
	padding:0;
	color:#FFFFFF;
	width:80px;
	height:20px;
	border:0px;
	background-image:url(../images/button_bg.gif);
	background-repeat:no-repeat;
	/*display:none;*/
}
.pollContent .baiduShareTo{
	margin:10px;
	padding:5px;
	display:block;
	border:0px;
	border-top:1px dashed #CCC;
}
/**********在线报名***********/
.regForm{
	margin:0px auto 20px auto;
	border-bottom:1px dashed #CC3300;
}
.formList {
	display:block;
}
.formList a:link, .formList a:visited {
	color:#006699;
}
.int {
	margin:0;
	padding:5px;
	font-size:14px;
}
.int i {
	margin:0;
	display:inline;
	padding:6px;
	height:20px;
	line-height:20px;
	color:red;
	font-size:14px;
	font-style:normal;
}
.int label {
	display:inline-block;
	height:20px;
	line-height:20px;
	width:250px;
	padding:6px 0;
	text-align:right;
}
.int textarea{
	display:inline-block;
	position:relative;
	width:400px;
	height:auto;
	padding:5px 10px;
	border:1px solid #FFCE9D;
	font-size:14px;
	color:#999;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-transition: box-shadow 0.30s ease-in-out;   /*只让box-shadow属性做过渡效果！*/
	-moz-transition:  box-shadow 0.30s ease-in-out;      /*firefox*/
	vertical-align:middle;
}
.int input {
	display:inline-block;
	position:relative;
	width:400px;
	height:20px;
	padding:5px 10px;
	border:1px solid #FFCE9D;
	font-size:14px;
	color:#999;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-transition: box-shadow 0.30s ease-in-out;   /*只让box-shadow属性做过渡效果！*/
	-moz-transition:  box-shadow 0.30s ease-in-out;      /*firefox*/
}
.int button {
	vertical-align:middle;
}
.int textarea:focus,
.int input:focus {
	outline:none;
	border:1px solid #FF6600;
	box-shadow: 0 0 8px rgba(255, 102, 0, 0.5);
	background-color:#FFF8EC;
}
.int img.authImg {
	margin:0;
	padding:0;
	display:inline-block;
	vertical-align:middle;
	height:30px;
	width:100px;
}
.tipIcon {
	display:none;
	position:absolute;
}
.subDiv{
	text-align:center;
}
.regForm .subDiv input{
	display:block;
	margin-left:240px;
	padding:10px 50px;
	width:150px;
	background-color:#CC3300;
	color:#FFFFFF;
	font-size:16px;
	border:0px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	cursor:pointer;
}
.subDiv input:hover{
	background-color:#990000;
}
/* poptip */
.qpoptip{
	position:static;
	margin-left:110px;
	padding:5px 5px;
	width:310px;
	line-height: 16px;
	font-size: 12px;
	border-radius: 2px;
	box-shadow: 0 0 3px #ddd;
	display:none;
}
.loginForm .poptip {
	position:static;
	margin-left:112px;
	padding:5px 5px;
	width:260px;
	line-height: 16px;
	font-size: 12px;
	border-radius: 2px;
	box-shadow: 0 0 3px #ddd;
}
.loginForm .int input{
	width:250px;
}
.changeEmail .poptip {
	position: absolute;
	top:0px;
	left:620px;
	padding: 0px 5px;
	line-height: 16px;
	font-size: 12px;
	border-radius: 2px;
	box-shadow: 0 0 3px #ddd;
	display:none;
}
.poptip {
	position: absolute;
	top:8px;
	left:450px;
	padding: 6px 10px 5px;
	line-height: 16px;
	font-size: 12px;
	border-radius: 2px;
	box-shadow: 0 0 3px #ddd;
	display:none;
}
.show {
	display:block;
}
.blue {
	background-color: #F0F9FD;
	border: solid 1px #A4DCF4;
	color: #333;
}
.regForm .red {
	background-color: #FFFCEF;
	border: solid 1px #FFBB76;
	color: #DB7C22;
	left:475px;
}
.poptip-arrow {
	position: absolute;
	overflow: hidden;
	font-style: normal;
	font-family: simsun;
	font-size: 12px;
	text-shadow:0 0 2px #ccc;
}
.poptip-arrow em, .poptip-arrow i {
	position: absolute;
	left:0;
	top:0;
	font-style: normal;
}
.poptip-arrow em {
	color: #A4DCF4;
}
.poptip-arrow i {
	color: #F0F9FD;
	text-shadow:none;
}
.regForm .red .poptip-arrow em {
	color: #FFBB76;
}
.regForm .red .poptip-arrow i {
	color: #FFFCEF;
	text-shadow:none;
}
.poptip-arrow-top, .poptip-arrow-bottom {
	height: 6px;
	width: 12px;
	left:12px;
	margin-left:-6px;
}
.poptip-arrow-left, .poptip-arrow-right {
	height: 12px;
	width: 6px;
	top: 12px;
	margin-top:-6px;
}
.poptip-arrow-top {
	top: -6px;
}
.poptip-arrow-top em {
	top: -1px;
}
.poptip-arrow-top i {
	top: 0px;
}
.poptip-arrow-bottom {
	bottom: -6px;
}
.poptip-arrow-bottom em {
	top: -8px;
}
.poptip-arrow-bottom i {
	top: -9px;
}
.poptip-arrow-left {
	left:-6px;
}
.poptip-arrow-left em {
	left:1px;
}
.poptip-arrow-left i {
	left:2px;
}
.poptip-arrow-right {
	right:-6px;
}
.poptip-arrow-right em {
	left:-6px;
}
.poptip-arrow-right i {
	left:-7px;
}
.sj{
	text-indent:5em;
}
