.login-container{ width: 100%; min-width:1200px; height: 580px; background: url("../images/login-bg.jpg") no-repeat center center; background-size: 100% 100%; overflow: hidden;}
.login-left{ width: 55%; display: flex; align-items: center; height: 100%; justify-content: center; flex-direction: column; float: left;}
.login-box{ width: 38%; height: 480px; background: #fff; float: right; margin-top:50px; border-radius: 2px; overflow: hidden; padding:0px 20px; box-sizing: border-box;}
.login-title{ width: 100%; height:60px; border-bottom: 1px solid #e6e6e6; line-height: 60px; position: relative; font-size: 20px; font-weight: 600; color: #ff0000; margin-top: 10px; padding: 0px 10px; box-sizing: border-box; margin-bottom: 50px;}
.login-title::before{ width: 150px; height: 2px; background: #ff0000; display: block; content: " "; position: absolute; left: 0; bottom: 0;}
.cform-item{ width: 100%; height: auto; margin-bottom:30px;  overflow: hidden;}
.cform-label{ font-size: 14px; font-weight: bold; color: #000; margin-bottom:6px;}
.cform-item .cform-input{ width: 100%; margin-top: 10px; height: auto; overflow: hidden; position: relative;}
.login-input{ width: 100%; height: 44px; border: 1px solid #666; border-radius: 1px; box-sizing: border-box; padding:0px 10px;}
.login-btn{ width: 100%; height: 44px; text-align: center; line-height: 44px; font-size: 16px; font-weight:600; background: #0680f1; border-radius: 3px; cursor: pointer; color: #fff;}
.noccount{ color: #999; width: 100%; text-align: right; font-size: 12px; margin-top: 5px;}
.noccount a{ color: #999; font-size: 12px;}

.register-box{ width:500px; margin:5% auto; height: 80%; background: #fff;  border-radius: 2px; overflow: hidden; padding:0px 20px; box-sizing: border-box;}
.imgCode{ position: absolute; top: 2px; right: 2px; z-index: 2; width: 100px; height: 40px; background: #fff; display: flex; align-items: center; justify-content: center; cursor: pointer;}
.getmsgcode{position: absolute; top: 4px; right: 4px; z-index: 2; width: 100px; height: 36px; background: #f5981e; display: flex; align-items: center; justify-content: center; cursor: pointer; border-radius: 2px; line-height: 36px; font-size: 12px; color: #fff;}