*{margin: 0; padding: 0;}
body{ background: linear-gradient(to right, #0261a6 0%,#4aa862 100%);}
.loginbox{width: 1000px; height: 500px; margin: 80px auto; border: 1px solid #e2e8f0;box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06); border-radius: .5rem;background: #fff;}
.loginbox .inpbox{width: 400px; height: 100%;  float: left; }
 .inpbox .inpbox_con{width: 90%;  padding-top: 80px; margin: 0 auto;}
 .inpbox .inpbox_con h1{width: 100%; color: #1a202c; font-size: 2rem;  text-align: center; margin-bottom: 20px;}
 .inpbox .inpbox_con .txtbtn{ width: 220px; height: 32px; line-height: 32px; padding: 12px 20px; margin: 20px auto; color: #2d3748; background-color: #ebf4ff; box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);border-radius: .5rem;  }
 .inpbox .inpbox_con .txtbtn a{display:inline-block; width:100%; color: #2d3748; text-align:center; text-decoration:none; }
 .inpbox .inpbox_con .txtbtn .weixinicon{ width: 32px; height: 32px; margin-left: 30px; background: url(../images/weixin.png); background-size: cover; float: left;}
 .inpbox .inpbox_con .txtbtn .txtbtn_txt{padding-left: 20px; float: left;}
.loginbox .imgbox{width: 600px; height: 100%; background: #f7fafc; float: right; border-radius: 0 .5rem .5rem 0; }
.inpbox .inpitembox{ text-align: center;}

.regbox{width: 400px; height: 500px; margin: 80px auto; border: 1px solid #e2e8f0;box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06); border-radius: .5rem; background: #fff; }
.regbox .inpbox{width: 400px; height: 100%; float: left; }

.textcss{ width: 260px; background-color: #f7fafc; padding: 16px 32px; border-radius: .5rem; outline: none; border:0; border:1px solid #edf2f7; margin-bottom: 20px;   box-sizing: border-box;}
.textcss:hover{background: #fff;border:1px solid #cad2da;}
.loginbox .imgbox .imgboximg{ width: 400px; height: 400px; margin: 50px auto; background:url(../images/login_bg.png); background-size: cover; }
.loginbtnbox{text-align: center;}
.loginbtn{ width: 260px; height: 50px; line-height: 50px; font-size: 16px; font-weight: bold; color:#fff; background-color: #667eea; border-radius: .5rem; border: 0; border:1px solid #e2e8f0; outline: none;}