body{ margin:0px; padding:0px; behavior:url("/css/csshover.htc"); background:#fff; line-height:180%; color:#333;}
body, button, input, select, textarea { font-size:12px; font-family:tahoma,"Microsoft Yahei",arial}
form,ul,li,p,h1,h2,h3,h4,h5,h6{ margin:0px; padding:0px;}
li{ list-style:none; list-style-position:outside;}
p{ margin:0px; padding:0px;}
img{ border:none;max-width: 100%;}
img, input{ vertical-align:middle; padding:0px; margin:0px;}
td img{ max-width:none;}
a {text-decoration:none;color: #60605F;}
a:hover{text-decoration:none;color: #FF4500;}
font{ font-family: "Microsoft YaHei";}
tt{font-family: "microsoft yahei"; }

/*公用样式*/
.BodyDiv_Parent{ width:100%; margin:auto;}
.body_div{width:1140px;margin:auto;}
.left{ float:left;}
.right{ float:right;} 	
.clear{clear:both;}

/*头部banner图片*/
.banner{text-align: center;}
.banner img{ width: 100%;}
/*导航栏*/
.header{background: #ddd;}
.header li{padding: 25px 20px;float: left;position: relative;text-align: center;transition: 0.6s;}
.header li a{color: #333;font-size: 14px;font-weight: 600;}
.header li:before{content: "";display: block;width: 100%;height: 3px;background: #006cff;position:absolute;bottom: 0px;left:0px;opacity: 0;transition: 0.6s;}
.header li:hover:before{opacity: 1;}
.header li:hover{background: #FFFFFF;}
.header .on:before{opacity: 1;}

/*注册内容*/
.i_enroll{padding: 60px 0px 0px 0px;}
.i_enroll .title{position: relative;}
.i_enroll span{ color: #ff0000;}
.i_enroll .title font{vertical-align:inherit;box-sizing:border-box;font-size: 35px;text-transform:capitalize;}
.i_enroll .title:before{content:"";position:absolute;display:block;left: 0px;bottom: -20px;width: 100%;height: 10px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAMUlEQVQIW2NkwAEePHjwnxGbHEhCQUGBEUMSJgHShCKJLIEiiS4Bl8QmAZbEJQGSBADSZhunpas31QAAAABJRU5ErkJggg==);}
.i_enroll .content{margin-top: 50px;}
.i_enroll .content table{width: 100%;}
.i_enroll .content tr{width:100%;background: #DDDDDD;}
.i_enroll .content tr:nth-child(2n){background: #EEE;}
.i_enroll .content th{background: #000099; text-align:left; padding: 5px; color: #fff;font-size: 14px;}

.i_enroll .content tr ul{overflow: hidden;}
.i_enroll .content tr li{float: left;padding: 0px 10px;}
.i_enroll .content tr li p{font-size: 14px;color: #666;}
.i_enroll .content td{padding:5px 0px; border-left: 2px solid #fff;border-top: 2px solid #fff;padding-left: 5px;box-sizing: border-box;}
.i_enroll .content td:nth-child(2n){border-left: 2px solid #fff;box-sizing: border-box;padding-left:5px;}
.i_enroll .content td b{font-size: 14px;color: #666;}
.i_enroll .content input{height: 22px;}
.i_enroll .content .btn{display:block;width: 144px;height: 47px;background:transparent;background-image: url(../images/btn.gif);background-repeat:no-repeat;border: none;margin:50px auto;cursor: pointer;}
.i_enroll .content td font{}
.i_enroll .content td li{ width: 45%; display:inline-block;}

.footer{width:100%;padding:25px 0px;text-align: center;border-top:1px solid rgba(0, 0, 0, 0.1);margin-top: 60px;color:#7d7c8f;font-size: 14px;}

.step{ width: 100%;}
.step ul{}

.option_btn{ padding: 20px 0px;}
.next{ width: 200px; border-radius: 10px; padding: 10px 0px; margin: auto; display: block; background: #000099; color: #fff; line-height: 30px; font-size: 16px; text-align: center;}

.success{margin: 0 auto; text-align: center; padding: 80px 0px;}
.success .img{width: 100px;margin: 0 auto;}
.success h3{line-height: 30px;text-align: center;font-size: 24px;line-height: 50px;}
.success .btn{display: block;width:300px;padding: 10px 0px;background: #18AC18;text-align: center;font-size: 16px;color: #fff;border-radius: 5px;margin: 10px auto;}
