*{position:relative;margin:0;padding:0}
html,body{width:100%;height:100%;font-size:14px;font-family: 'microsoft yahei',Helvetica,simhei,simsun,sans-serif;}
body{background:#f7f9f9;}

a{color:#000000;text-decoration:none;}
img{display:block;}

.center{display:flex;align-items:center;justify-content:center;}
.center-s{display:flex;align-items:center;}
.center-c{display:flex;justify-content:center;}

/* .container{min-width:1920px;} */

/* 顶部样式 */
.topArea{width:100%;box-shadow:5px 0 20px #81868f;}
.topContent{margin:0 100px;}
.topbar{height:60px;}
.webTitle{color:#153d83;font-size:20px;font-weight:bold;padding-right:20px;border-right:1px solid #d1d7de;margin-right:20px;}
.registerName{padding:50px;font-size:30px;color:#000000;font-weight:bold;}

.mainArea{width:1000px;margin:0 auto;}
.registerArea{min-height:300px;margin:0 auto;border-top:1px solid #d1d7de;border-bottom:1px solid #d1d7de;}
.registerCon{width:700px;margin:0 auto;}
.registerItem{margin:40px 0;}
.regItem{overflow:hidden;}
.regItem > div{float:left;}
.regItem .itemName{width:200px;height:40px;color:#636f7d;}
.regItem .itemType{width:100px;height:40px;}
.regItem .itemType span{background:#ce3c3c;border-radius:3px;color:#ffffff;padding:3px 5px;}
.regItem .itemInput{width:400px;}
.regItem .itemInput input{width:378px;height:40px;outline:none;padding:0 10px;border:1px solid #bcc7d3;border-radius:5px;background:#f1f5f8;}
.regItemTip{width:400px;float:right;padding:5px 0;color:#586574;}

.noLoginShow{text-align:center;color:#78838f;}
.registerBtns{margin:30px 0;}
.registerBtns button{border:none;width:100px;height:40px;border-radius:5px;cursor:pointer;margin:0 10px;color:#ffffff;}
.registerBtns button:first-child{background:#153d83;}
.registerBtns button:last-child{background:#929fa9;}




.copyright{width:100%;height:100px;}