#login { position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; background: url(login-bg.png) no-repeat center; background-size: 110%; }
#login dl { position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 1065px; height: 495px; background: #fff; border-radius: 10px; overflow: hidden; }
#login dl dt { float: left; width: 485px; height: 100%; background: url(login-img05.png) no-repeat center; text-align: center; line-height: 495px; font-size: 0; }
#login dl dd { float: left; width: 580px; }
#login dl dd h3 { width: 380px; margin: 0 auto; font-size: 24px; color: #de3031; margin-top: 80px; }
#login dl dd h3 img { margin-right: 10px; height: 55px; margin-bottom: 20px; }
#login dl dd ul { width: 380px; margin: 0 auto; }
#login dl dd ul li { height: 44px; border: 1px solid #dedede; border-radius: 5px; line-height: 44px; font-size: 0; margin: 15px 0; position: relative; }
#login dl dd ul li span { float: left; margin: 0 15px; width: 30px; text-align: center; }
#login dl dd ul li input { border: none; font-size: 16px; height: 44px; width: 318px; }
#login dl dd ul li input#code { width: 215px; }
#login dl dd ul li #img_validateCode { max-height: 100%; vertical-align: middle; margin-top: -13px; }
#login dl dd ul li .login_button { cursor: pointer; width: 100%; height: 44px; border-radius: 44px; background: #DE3031; color: #FFFFFF; border: none; font-size: 16px; margin-top: 30px; }
#login dl dd ul li:last-child { border: none; }
