@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0;}
a{ text-decoration:none;}
ul,ol{ list-style:none;}
img{ border:none;}
input,textarea,a{ outline:none; border:none; font-family:"微软雅黑","宋体","黑体";}
body,html{ font-family:"微软雅黑","宋体","黑体"; background:#fff; min-width:1200px;}

.top{margin:10px auto 0 10%; overflow:hidden;}
.top .logo img{ float:left;}
.top .logo h1{ font-size:32px; color:#1070af; letter-spacing:2px; float:left; margin-left:20px;margin-top:16px;}

/***********注册***************/
.wrap{ width:100%; margin-top:20px; padding:10px 0; background:url(../images/bg.png); padding:20px 0; overflow:hidden;}
.wrap_con{ width:80%; background:#fff; margin:0 auto; box-shadow:0 0 4px rgba(0,0,0,0.1);}
.wrap_con .zctitle{ width:80%; margin:0 auto 20px; padding:10px 20px 10px;  color:#1070af; border-bottom:1px solid #ddd; position:relative;}
.wrap_con .zctitle::after{ display:block; content:""; width:120px; height:2px; background:#1070af; position:absolute; left:0; bottom:0;}
.wrap_con .zctitle i{ font-style:normal; font-size:16px; font-weight:100; color:#ff0000; margin-left:20px;}
.wrap_con label span{ color:#fd0000; margin-right:4px;}
