@charset "utf-8";
/*================================================
Version:2.0 Date:2013/04/01
Compatible Kernel:WebKit
Author:PangGan E-mail:xinzu86@163.com QQ:329784240
================================================*/
/* reset */
html,body{-webkit-text-size-adjust:none;}
html,body,h1,h2,h3,h4,h5,h6,p,br,form,input,button,textarea,select,fieldset,legend,blockquote,ul,ol,li,dl,dt,dd,pre,table,caption,tr,td,th,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,audio,video{display:block;}
body{font:14px helvetica,arial;background-color:#F7F7F7; font-family: Microsoft Yahei ;}
html,body{width:100%;height:100%;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
a{color:#585858;text-decoration:underline;}
textarea,select,input,button{vertical-align:middle;font-size:100%;}
address,cite,code,em,var,abbr,acronym,i,dfn{font-style:normal;}
input[type=text],input[type=password],input[type=email],input[type=search],textarea{-webkit-appearance:none;appearance:none;}
input[type=text]:focus,input[type=password]:focus,input[type=email]:focus,input[type=search]:focus,textarea:focus{color:#353535;}
textarea{resize:none;}
i{display:inline-block;}/*用于修饰性小图标*/
table{border-collapse:collapse;}
ol,ul{list-style:none outside none;}
img,fieldset{border:none;}
legend{display:none;}
input[type="text"],input[type="time"],input[type="date"],input[type="datetime"],input[type="email"],input[type="password"],input[type=search],textarea,input{border:none;background:none;padding:5px; outline:none;}
mark{background:#ff0;} /* 高亮显示 */
/* 显示隐藏 */
.dShow{display:block!important;}
.dHide{display:none!important;}
.vShow{visibility:visible!important;}
.vHide{visibility:hidden!important;}
/* 对齐方式 */
.ta_c{text-align:center;}
.ta_r{text-align:right;}
.ta_l{text-align:left!important;}
.ta_av{
display:-webkit-box;
display:box;
-webkit-box-align:center;
box-align:center;
-webkit-box-pack:center;
box-pack:center;
}
/* 层水平垂直居中 */
.layout_av{width:100%;height:100%;
display:-webkit-box;
display:box;
-webkit-box-align:center;
box-align:center;
-webkit-box-pack:center;
box-pack:center;
}
/* 文本颜色 */
.c_444{color:#444;}
.c_969696{color:#969696;} /*灰色*/
.c_3773bc{color:#3773bc;} /*链接蓝色*/
.c_18477d{color:#18477d;} /*深蓝色*/
.red{color:red !important;}
.gray{color:#999;}
/* 浮动 */
.fl{float:left;}
.fr{float:right;}
/* clear float */
.clearfix:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
.clearfix{zoom:1;}
.clearAll{overflow:hidden;_zoom:1;}
/* 文字大小 */
.fz_12{font-size:12px;}
.fz_14{font-size:14px;}
.fz_16{font-size:16px;}
.fz_18{font-size:18px;}
/* 外间距 */
.ml_0{margin-left:0;}.mt_0{margin-top:0!important;}.mr0{margin-right:0;}.mb_0{margin-bottom:0;}
.ml_5{margin-left:5px;}.mt_5{margin-top: 5px;}.mr_5{margin-right: 5px;}.mb_5{margin-bottom:5px;}
.ml_10{margin-left:10px;}.mt_10{margin-top:10px;}.mr_10{margin-right:10px;}.mb_10{margin-bottom:10px;}
.ml_15{margin-left:15px;}.mt_15{margin-top:15px;}.mr_15{margin-right:15px;}.mb_15{margin-bottom:15px;}
.ml_20{margin-left:20px;}.mt_20{margin-top:20px;}.mr_20{margin-right:20px;}.mb_20{margin-bottom:20px;}
/* 内边距 */
.pl_0{padding-left:0;}.pt_0{padding-top:0!important;}.pr_0{padding-right:0;}.pb_0{padding-bottom:0;}
.pl_5{padding-left:5px!important;}.pt_5{padding-top:5px;}.pr_5{padding-right:5px;}.pb_5{padding-bottom:5px;}
.pl_10{padding-left:10px;}.pt_10{padding-top:10px;}.pr_10{padding-right:10px;}.pb_10{padding-bottom:10px;}
.pl_15{padding-left:15px!important;}.pt_15{padding-top:15px;}.pr_15{padding-right:15px!important;}.pb_15{padding-bottom:15px;}
.pl_20{padding-left:20px!important;}.pt_20{padding-top:20px;}.pr_20{padding-right:20px;}.pb_20{padding-bottom:20px;}
.pall_5{padding:5px;}/*放大点击焦点区域*/
.linkIcoArea{display:block;padding:5px;}
/* 盒子布局 */
.d-box{
/*display:-webkit-box;*/
/*display:box;	*/
line-height:32px;
}
.b-flex{
-webkit-box-flex: 1;
box-flex: 1;	
}
.d-box-text{width:115px; display: inline-block; text-align: right;}
/* 图标 */
.ico{width:42px;height:42px;background:url(../images/sendok.png) 0 -87px no-repeat;}
/* 移动移动认证 */
.header{height:75px;border-bottom:1px solid #C2C2C2; position:relative;
	background:#E9E9E9;
	background:-webkit-linear-gradient(#EEEEEE,#E5E5E5);
	background:linear-gradient(#EEEEEE,#E5E5E5);
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,.1);
	box-shadow:0 1px 3px rgba(0,0,0,.1);
}
.header h1{line-height:30px;}
.header h1 .bigTitle{line-height:80px; font-size:24px;}
.content{padding:10px;overflow:hidden;}
.content .txtBox{
	outline:none;
	display:block;width:100%;height:32px;border:1px solid #B6B6B6;background:white;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow:inset 1px 0 3px rgba(0,0,0,.1);
	box-shadow:inset 1px 0 3px rgba(0,0,0,.1);
}
.txtBox_error{color:#a80101;}
.changeCodeBox{border:1px solid #B6B6B6;}
.changeCode{position:relative;top:-10px;}
.button,.btnGreen,.btnBlue,.btnDakBlue{width:205px;height:37px;background:#005093;border:none;color:white;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.btnDakBlue{background:#358bd3;}
.newBtn{width: 104px;}
.sureBtn{width:80px;}
.btnGreen{background:#2E7603;}
.btnBlue{background:#B4CCE1;color:#6789a6;
	-webkit-text-shadow:1px 1px 1px white;
	text-shadow:1px 1px 1px white;
}
.copyRight{text-align:center;font-size:12px;line-height:30px;}
.regSuccessInfo dt{color:#7fab43;line-height:42px;}
.businessRec a{padding:0 5px;color:#3773bc;}
.header .logoMail{top:18px; left:165px;}
.header .logoFeixin{left:180px;}
.importImg{position: absolute;top:12px; left:218px; display: inline-block;}
.warmTips{border:1px solid #ff9933; background-color: #ffffcc; padding:10px; color:#878787; margin-bottom: 5px;}
.warmTips h2{ color: #202020; margin-bottom: 10px;}
.warmTips p{font-size:12px;line-height: 20px;}
/*服务条款*/
.serviceApplication{padding:15px;}
.serviceApplication ul{margin-left: 20px;}
.serviceApplication p{margin:10px 0 5px 0;}
.serviceApplication p span{display:block;margin-left:32px;}
.serviceApplication p em{display: inline-block; float: left;}
/*小图标*/
.icon{background: url(../images/wapfeimail.png); display: inline-block;}
.logo{width: 84px; height: 21px; background-position: 0 0;}
.weibo{width: 89px; height: 26px; background-position: -88px 0;}
.addsbook{width: 25px; height: 25px; background-position: 0 -31px;}
.caiyun{width: 28px; height: 25px; background-position: -28px -31px;}
.feixin{width: 25px; height: 25px; background-position: -60px -31px;}
.mnote{background-position:-90px -31px;width:25px;height:25px;}
.g3{background-position:-117px -30px; width:25px; height:26px; display:inline-block; overflow:hidden; vertical-align:middle;}
/*提示文字*/
.tipyellow h3{ font-size:12px; font-weight:bold; padding-bottom:5px; padding:0; margin:0;}

/**/
.roalInformation{margin:20px 0 10px; padding:10px; background-color: #e1e1e1; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;}
.PersonInformationList li{line-height: 25px;}
.PersonInformationList li span{text-align: right; width: 85px; display: inline-block; }


.tipyellow{border: 1px solid #ffc65b;
background-color: #ffffc6;
padding: 5px;font-size:12px;margin-top:5px;}
.tipyellow h3{ font-weight:bold; padding-bottom:5px;}
.regSuccessInfo{margin-left:60px;}


/*移动认证*/
.top-icon a {
	display: inline-block;
	margin-right: 10px;
	width: 26px;
	height: 26px;
	overflow: hidden;
	line-height: 100px;
	_background-image: url(../images/icon-ui_8.png);
	background-image: url(../images/icon-ui_24.png);
	background-repeat: no-repeat
}
.i-feixin {
	background-position: 0 0
}
.i-139mail {
	background-position: -36px 0
}
.i-caiyun {
	background-position: -74px 0
}
.i-caiyunWb {
	background-position: -110px 0
}
.i-mobileWb {
	background-position: -148px 0
}
.i-caiyunnote {
	background-position: -184px 0
}


/**** for wap first enhancement ****/
.enhancement {
    height: 61px;
}
.enhancement h1 {
    font-size: 16px;
}
.warning h2 {
    font-size: 13px;
    font-weight: bold;
}
.bold {
    font-weight: bold;
}
.normal {
    font-weight: normal;
}
.warning p {
    color: #8b8b8b;
}
.white {
    background: #fff;
}
.hide-verify {
    display: none;
}




















