blockquote,body,button,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,hr,input,legend,li,ol,p,pre,td,textarea,th,ul{
	margin:0;padding:0;-webkit-font-smoothing:antialiased;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;
}
body,button,input,select,textarea{
	font:12px/1.5 "Microsoft Yahei",tahoma,arial,'Hiragino Sans GB','\5b8b\4f53',sans-serif;color:#666;
}
input,button{
	border:0;outline: none;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
}
address,cite,dfn,em,var{
	font-style:normal;
}
code,kbd,pre,samp{
	font-family:courier new,courier,monospace;
}
small{
	font-size:12px;
}
ol,ul{
	list-style:none;
}
a{
	text-decoration:none;
	color:#666;
	transition: color .3s;
}
a:hover{
	color:#43a7ff;
}
a.aHover:hover{
	text-decoration: underline !important;
}
fieldset,img{
	border:0;
}
img{
	vertical-align:bottom;
}
button,input,select,textarea{
	font-size:100%;
}
button{
	border-radius:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 25px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  outline: 0;
  border-color: #66afe9;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(67, 167, 255, .6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(67, 167, 255, .6);
  border-color: #eee;
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.clearfix:before,.clearfix:after{
	content:"";
	display:table;
}
.clearfix:after{
	clear:both;
}
.clearfix{
	*zoom:1;
}
.text-left{
	text-align:left;
}
.text-right{
	text-align:right;
}
.text-center{
	text-align:center;
}
.text-ellipsis{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.col-6{
	width: 400px;
}
#top_info{
	z-index:99999;
	display:none;
	position:fixed;
	left:45%;
	top:-1px;
	font-size:14px;
	color:#fff;
	border:none;
	border-top-left-radius:0;
	border-top-right-radius:0;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#60000000,endColorstr=#60000000);
	background:rgba(0,0,0,0.6)
}
/*主要css*/
.w{
	width:1200px;
	margin:0 auto;
}
#clientconfig .header{
	padding:10px 0;
	background: #fff;
	border: 1px solid #e3e4e8;
}
#clientconfig .header a{
	margin-top: 24px;
	margin-left:24px;
	float:left;
	font-size: 16px;
	color:#2894e4;
}
#clientconfig .header h3{
	font-size: 16px;
	color: #404040;
	font-weight: 300;
	border-left: 1px solid #d5d5d5;
	padding-left: 10px;
	margin-left: 18px;
	margin-top: 8px;
}
.client_title{
	padding: 60px 0;
	font-size: 30px;
	font-weight: 700;
	color: #404040;
}
.client_tab img{
	margin-left: 180px;
	cursor: pointer;
}
.client_tab img:nth-child(2){
	margin-left: 195px;
}
.client_tab img:hover{
	box-shadow: 0 0 4px #5eb2fd;
}
.client_form{
	margin-top: 50px;
	border-top: 1px solid #dee7f6;
	padding: 12px 180px 20px;
}
.client_form label{
	display: block;
	padding:18px 0 12px 8px;
}
select::-ms-expand{ display: none; }
.client_form select{
	position: relative;
	appearance:none;  
    -moz-appearance:none;  
    -webkit-appearance:none;
    background:#fff url('imgs/select_tip.jpg') no-repeat 359px 7px;
}
.client_form a{
	color: #43a7ff;
	display: block;
	width: 100%;
	text-align: right;
	padding:4px 10px;
}
.client_form .search{
	width: 120px;
	height: 40px;
	border-radius: 18px;
	color: #fff;
	background: #43a7ff;
	margin-top: 10px;
	cursor: pointer;
	transition: all .3s linear;
}
.client_form .search:hover{
	background: #3c9cf0;
}
.clientconfig_content{
	width: 815px;
	padding: 0 40px 0 75px;
	margin: auto;
	background: #fff;
}
.clientconfig_content .content_box{
	position: relative;
	padding: 30px 0 10px 50px;
	border-left: 1px solid #d9d9d9;
}
.clientconfig_content .content_box:first-child{
	margin-top: 10px;
}
.clientconfig_content .content_box:last-child{
	margin-bottom: 10px;
}
.clientconfig_content .content_box:after{
	content: "";
	position: absolute;
	width: 34px;
	height: 49px;
	left: -18px;
	top: 50%;
	margin-top: 0px;
	background: url('imgs/border_icon.jpg') no-repeat;
}
.clientconfig_content .content_box i{
	position: absolute;
	left: -31px;
	margin-top: -7px;
	width: 62px;
	height: 72px;
	font: normal bold 27px/71px "Microsoft Yahei";
	color: #fff;
	text-align: center;
	background: url('imgs/ol_type.jpg') no-repeat;
}
.clientconfig_content .content_box p{
	padding: 20px 0;
	line-height: 20px;
	font-size: 14px;
	color: #000;
}
.clientconfig_content .content_box img{
	max-width: 458px;
	vertical-align: top;
	margin-right: 20px;
	box-shadow: 0 0 5px #575757;
	border: 1px solid #afacac;
}
.clientconfig_content .content_box img.pc_maxSize{
	/*max-width: 458px;*/
	max-width: 675px;
}
.clientconfig_content .content_box img.pmd_maxSize{
	max-width: 347px;
}

.clientconfig_content .content_box img.macImg{
	max-width: 565px;
	border-radius: 15px;
}
.clientconfig_content .content_box img.macoutlookImg{
	max-width: 565px;
	border-radius: 10px;
}
.clientconfig_content .content_box span{
	font-size: 13px;
	color: #000;
}
.clientconfig_content .content_box .imgBox{
	position: relative;
}
.footer{
	width: 100%;
	min-width: 1200px;
	padding: 48px 0 20px;
	text-align: center;
}