@charset "utf-8";
/* CSS Document */
/*****************************************
* 名 称：mainhelp.css
* 作 者：纽恩
* 日 期：2014-08-1
* 概 要：下载中心页面-网站公共样式
*****************************************/
  
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
em.titlel{ border-left:1px solid #eee; font-family:"微软雅黑"; font-size:22px; margin-left:15px; padding-left:20px; font-style:normal; margin-top:25px; }

body .banner {
height: 350px;
background:#4f61d1 url(../images/banner1.jpg) top center no-repeat;
}
.banner .inner-wrapper {
height: 100%;

}
.inner-wrapper {
width: 960px;
margin: 0 auto;
text-align: left;
}



ol, ul {
	list-style: none;
	
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* (mt) global styles */
html {
	font-size: 100%;
}
body {
	font: normal 12px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	text-align: center;
	color: #444;
	padding: 0;
	margin: 0;
	background: #fdfdfd url(../images/pagebg.jpg) center -18px no-repeat ;
	width: 100%;
	letter-spacing: -0.04em;
}
body#homepage {

}
a:focus {
	outline: none;
}
a {
	text-decoration: none;
	color: #005e8f;
}
a:hover, a:focus {
	text-decoration: underline;
}
a em, .hide {
	position: absolute;
	left: -9999em
}
hr {
	color: #ededed;
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	height: 1px;
	background: #ededed;
	width: 95%;
	margin:30px auto;
}
p {
	font: normal 12px Helvetica, Arial, sans-serif;
	line-height: 18px;
	letter-spacing: normal;
	color: #555;
	padding: 0 0 1em;
}
object[width="1px"], embed[width="1px"] {
	position: absolute !important;
	left: -1px !important;
}
.fl{float:left;}
.fr{float:right}
.cl{clear:both}

 /* header */
.header{ height:80px; width:100%; background:url(../images/top_bg.gif) repeat-x;}
.w960{ width:960px; margin:0 auto;}
.logo{margin-top:12px; margin-left:7px; display:inline;}
.logo_line{margin-top:14px; margin-left:19px; display:inline;}
.header span{ margin-right:10px; margin-top:40px; float:left;}
.header .fr img{ vertical-align:middle; padding:0 2px;}
.header a{color:#444}.header a:hover{ color:#444; text-decoration:underline;}

.help-container {
width: 930px;
margin: 0px auto;
padding-top:10px;
color: #444;
text-align: center;
font-size: 16px;
min-height: 450px;}

.help-container h1{ font-size:30px; font-weight:lighter;}
.help-container h6{ font-size:14px; font-weight:lighter; margin:10px 0;}

.help-splashguard input[name='email'], .help-splashguard input[name='sms-number'] {
border: 1px solid #E1E0E3;
width: 360px;
height: 40px;
background-image: -webkit-linear-gradient(top, rgba(255,255,255,.0), rgba(233,233,233,.2));
background-image: -moz-linear-gradient(top, rgba(255,255,255,.0), rgba(233,233,233,.0));
background-image: -o-linear-gradient(top, rgba(255,255,255,.0), rgba(233,233,233,.0));
background-image: linear-gradient(top, rgba(255,255,255,.0), rgba(233,233,233,.2));
color: #444;
font-size: 20px;
padding: 0 10px;
margin: 0 0 1em;

border-top-right-radius: 0;
border-bottom-right-radius: 0;
-webkit-border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 0;
-moz-border-radius-topright: 0;
-moz-border-radius-bottomright: 0;

	-moz-box-shadow:0px 3px 3px #999 ;
    -webkit-box-shadow:0px 3px 3px #999 ;
    box-shadow:0px 3px 3px #999 ;

}
input.right-arrow:hover {
cursor: pointer;
background-image: -webkit-linear-gradient(top, rgba(255,255,255,.2), rgba(0,0,0,.3));
background-image: -moz-linear-gradient(top, rgba(0,0,0,.0), rgba(0,0,0,.3));
background-image: -o-linear-gradient(top, rgba(0,0,0,.0), rgba(0,0,0,.3));
background-image: linear-gradient(top, rgba(255,255,255,.2), rgba(0,0,0,.3));
color: #b7bcc6;
}
input.right-arrow:active{
	background-image: -webkit-linear-gradient(top, rgba(104,104,104,.0), rgba(32,32,32,.3));
background-image: -moz-linear-gradient(top, rgba(104,104,104,.0), rgba(32,32,32,.3));
background-image: -o-linear-gradient(top, rgba(104,104,104,.0), rgba(32,32,32,.3));
background-image: linear-gradient(top, rgba(104,104,104,.0), rgba(32,32,32,.3));}
input.right-arrow {
height: 42px;
display: inline-block;
top: 0;
left: -6px;
position: relative;
width: 37px;
background: #202020;
border: 1px solid #E1E0E3;
border-left: 0;

vertical-align: top;
background-image: -webkit-linear-gradient(top, rgba(32,32,32,.3), rgba(104,104,104,.0));
background-image: -moz-linear-gradient(top, rgba(32,32,32,.3), rgba(104,104,104,.0));
background-image: -o-linear-gradient(top, rgba(32,32,32,.3), rgba(104,104,104,.0));
background-image: linear-gradient(top, rgba(32,32,32,.3), rgba(104,104,104,.0));
font-family: 'lucida grande', sans-serif;
font-size: 26px;
text-indent: 4px;
font-weight: bold;
color: #abaeb4;
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.8), 0px 1px 0 rgba(255,255,255,.7);
line-height: 30px;
-moz-box-shadow:0px 3px 3px #999 ;
    -webkit-box-shadow:0px 3px 3px #999 ;
    box-shadow:0px 3px 3px #999 ;
}
span.right-arrow.success-fail, span.right-arrow.sms-success-fail {
cursor: auto;
border: 0;
font-size: 26px;
height: 26px;
text-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
font-weight: bold;
opacity: 1;
background-repeat: no-repeat;
background-position: 0px 10px;
background-image: url(../images/arrows.gif);
/*background-image:url(../images/yesgou.gif);*/
display: none;
position:absolute;
width: 30px;
}

span.right-arrow.success, span.right-arrow.sms-success {
cursor: auto;
border: 0;
font-size: 26px;
height: 26px;
text-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
font-weight: bold;
opacity: 1;
background-repeat: no-repeat;
background-position: 0px 10px;
background-image:url(../images/yesgou.gif);
position:absolute;
display: none;
width: 30px;
}


.help-container .tit p{ font-size:12px;padding-top:5px; }
a.induank{ width:140px; height:130px; float:left; margin:0 20px;_margin:0 15px; display:block;}
a.induank:link img,a.induank:visited img{
	width:80px;
	height:80px;
	display:block;
  margin:0 30px;
	
	border:1px solid #e1e0e3;
	-moz-box-shadow:0px 0px 3px rgba(0,0,0,0.2) ;
    -webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.2) ;
    box-shadow:0px 0px 3px rgba(0,0,0,0.2) ;

	
}
a.induank:active img,a.induank:hover img {
	width:80px;
	height:80px;
	display:block;
  margin:0 30px;
	border:1px solid #aaa;
	-moz-box-shadow:0px 0px 3px rgba(0,0,0,0.5) ;
    -webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.5) ;
    box-shadow:0px 0px 3px rgba(0,0,0,0.5);
}



div.instructions {
	text-align: left;
	background: #efefef;
	padding: 4px 15px 15px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px
}
.instructions .downlie li{
	display: block;
	height:41px;
	line-height:41px;
	padding-left:35px;
	width:96%;
	background:url(../images/pdf_x.jpg) no-repeat left;
	border-bottom:1px dotted #d9d9d9;
	}
.instructions h3 {
	font-size: 32px;
	text-align: left; margin-left:20px;
	font-weight:lighter;
	margin-top:20px;
}

div.ios-autoconfig {
text-align: center;
width: 600px;
margin: 0 auto;
}

.instructions ol {
	display: block
}
.instructions ul {
	display: block
}
.instructions li {
	display: block;
	overflow: auto;
	width: 100%
}
.instructions li img {
	float: left;
	width: 135px;
	height: auto;
	clear: none;
	margin: 8px 0 8px 29px;
	box-shadow: 3px 3px 9px rgba(0,0,0,.2); display:inline;
}
.instructions li img.qr {
	margin-bottom: 20px;
	border: 2px solid #efefef;
	box-shadow: 3px 3px 9px rgba(0,0,0,.2)
}
.instructions li img.tall {
	width: 265px;
	border: 2px solid #efefef;
	box-shadow: 3px 3px 9px rgba(0,0,0,.2)
}
.instructions li div.steps h3 {
	text-align: left;
	margin: 0px 0px 20px -2px;
	font-size: 25px;
	color: #444;
	line-height:32px;
	font-family: "微软雅黑", Calibri, Arial;
}
div.instructions .steps {
	margin: 15px 30px;
	float: left;
	line-height: 22px;
	max-width: 550px;_width:550px;
}
div.instructions .steps img{
	margin-left:0px;
	box-shadow: 2px 2px 6px rgba(0,0,0,.2)
	border:0px;}
div.instructions .erweima {
	margin: 15px 0px;
	float: left;
	max-width: 120px
}
div.instructions .erweima img{
	margin-left:0px;
	box-shadow: none;
	width:110px;
	}
div.instructions .full-width {
	max-width: 100%
}
div.instructions hr {
	display: block;
	position: relative;
	padding: 0;
	margin: 22px auto;
	width: 100%;
	clear: both;
	border: none;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #fbfbfb;
	font-size: 1px;
	line-height: 0;
	overflow: visible
}

div.ios-autoconfig h3 {
	font-size: 18px;
	font-weight:lighter;
}
div.ios-autoconfig li img {
width: 115px;
height: 115px;
padding: 0;
display: block;
margin-left: 45px;
}
div.ios-autoconfig .left-node {
float: left;
width: 205px;
overflow: hidden;
clear: none;
}
div.ios-autoconfig .right-node {
float: left;
text-align: left;
width:350px;
word-wrap: break-word; word-break:break-all;display:block;
}
div.ios-autoconfig li h4 {
font-size: 14px;
font-weight: normal;
padding: 4px 0;
}
#footerdiv{ clear:both; height:290px; background:#FFF url(../images/footertop.gif) repeat-x top; margin-top:20px; padding-top:30px; }
.clear {clear:both;line-height:0;height:0;font-size:0;margin:0;padding:0;}
.new_homeSerBox { width:930px; margin:0 auto;}
.new_homeSerBox .title { padding-top:15px; display:block; text-align:center;}
.new_homeSerBox ul,.new_homeSerBox li{ margin:0; padding:0;}
.new_homeSerBox ul { margin:10px 0;}
.new_homeSerBox li { float:left; margin:0 24px; *margin:0 20px;}
 /*   footer*/
 .footer {
width: 100%;
padding: 40px 0;
background: url(../images/footer_title.gif) left top repeat-x;
text-align: left;}
 .wd930{ width:930px;}
.footerB{margin:0 auto;position:relative; }
.aboutLink{clear:both;color:#666;padding:17px 0 11px;text-align:center;width:100%}
.aboutLink a{color:#666;font-size:14px;line-height:28px;padding:0 8px 0 3px}
.aboutLink a:hover{text-decoration:underline; color:#e53639}
.footerB p{color:#8b8b8b;line-height:18px;text-align:center;padding:0}
.fPolice{bottom:25px;position:absolute;right:70px}
.footerB a{padding:0 8px 0 3px  !important;}
.footerB p, .footerB a{color:#8b8b8b !important;line-height:18px;text-align:center;padding:0}
.footerB a:hover{color:#005e8f !important; cursor: pointer !important;}