
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0;}
img{border:0 none;}
address,caption,cite,code,dfn,th,var,b,i,s{font-style:normal;font-weight:normal}
li{list-style-type:none}
pre{white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word;}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
sup{vertical-align:text-top}
sub{vertical-align:text-bottom}
body, button, select, textarea, input, pre {font:12px/1.125  PingFangSC-Light,'pingfang','helvetica neue','hiragino sans gb',arial,'microsoft yahei ui','microsoft yahei',simsun,sans-serif;color:#373737;}

button{overflow:visible;white-space:nowrap;word-wrap:normal;}
textarea{resize:none}
textarea:focus{outline:none 0}
button,input:focus{outline:none 0;}
.bds-credit-pop{display: none !important;}
/*::selection {background:#ff4d00; color:#fff;}*/
/*::-moz-selection {background:#ff4d00; color:#fff;}*/


/*浮动*/
.left{float:left}
.right{float:right}
/****************************** 通用表单样式开始 ******************************/
/*input组件*/
.form-group{
	width:100%;
	height:40px;
	padding:0 0 25px 0;
}
/*input左侧标题名称*/
.form-group h6{
	display: block;
	float: left;
	margin-right: 14px;
	width: 100px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	text-align: right;
}
.form-group input{
	display: inline-block;
	vertical-align: top;
	width: 240px;
	padding: 10px;
	font-size:14px;
	border: 1px solid #ddd;
	margin-bottom: 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.form-group input:focus{border:1px solid #4d9cf5;}
/*input验证码 图形验证码 短信验证码*/
.form-group .form-verification{
	display: inline-block;
	width: 100px;
	height: 40px;
	vertical-align: top;
	margin-left: 10px;
}
.form-group .form-verification img{
	display: block;
	width: 110%;
	height: 100%;
}
.form-group .form-verification .click-msg-btn{
	cursor: pointer;
	width: 110px;
	height: 40px;
	background-color: #50a2ff;
	color: #fff;
	font-size: 15px;
	border: 1px solid #50a2ff;
}
/*input验证码 input宽度调整*/
.form-group .verification {
	width: 120px;
	padding: 12px;
	border: 1px solid #ddd;
	border-radius: 3px;
}
.form-group .verification+div+p {
	margin-left: 20px;
}
/*7天自动登录复选框*/
.haigui-login .chk-login{
	width:15px;
	height:15px;
	margin:5px 10px 0 7px;
	padding:0;
	vertical-align: top;
	float: left;
}
/*正则验证提示*/
.form-group p{
	display: inline-block;
	margin-left:10px;
	padding-left: 22px;
	font-size:14px;
	color:red;
	height:38px;
	line-height:38px;
}
.form-group .success{
	background: url("../image/pay.png") no-repeat -102px 8px;
}
.form-group .error{
	background: url("../image/pay.png") no-repeat -102px -50px;
}
.form-group input.error-border{
	border: 1px solid red !important;
}
/*通用蓝色按钮*/
.form-group .blue-btn{
	cursor: pointer;
	width: 263px;
	background-color: #50a2ff;
	color: #fff;
	font-size: 15px;
	border: 1px solid #50a2ff;
}
.form-group .blue-btn:hover{
	background: #3190FC
}


/*焦点图切换*/
.banner-form{position: relative;}
.swiper-container {width: 100%;height: 599px;margin-left: auto;margin-right: auto;}
.swiper-slide{text-align: left;font-size: 18px;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.swiper-slide{background:#007AF7;text-align:center;}
.swiper-container .item{width:1160px;text-align:left;}
.swiper-pagination{z-index:100!important}
.swiper-pagination-clickable .swiper-pagination-bullet{background:rgba(255,255,255,1);width:28px;border-radius:8px;}
.swiper-pagination-bullet-active{background:rgba(255,255,255,.8);}
.swiper-form{position:absolute;left:50%;top:0;width:1160px;height:520px;margin-left:-580px;z-index:99}

/*免费试用*/
.form-try{position:absolute;right:20px;top:20px;bottom:20px;z-index:15;width:320px;background:rgba(43, 94, 145, 0.16);border-radius:5px; height:530px}
.form-try .item-header{text-align:center;font-size:24px;padding:20px 0;color:#3874cb}
.form-try .item-button,.form-try .item-input,.form-try .item-title{margin:0 50px;}
.form-try .item-input{background:#fff;border-radius:5px;height:44px;padding:0 10px;}
.form-try .item-input input{width:100%;height:44px;line-height:44px;font-size:14px;border:none 0}
.form-try .item-title{padding:10px 0}
.form-try .item-button{padding:20px 0 0}
.form-try .item-button a{display:block;text-align:center;}


.register_submit{ width:284px; height:40px; background:#2b63be;border-radius:5px; border:none; font-size:18px; color:#ffffff; cursor:pointer}



