body { position: relative; overflow-y: hidden; } .main { width: 1200px; height: 100%; position: relative; margin: 0 auto; } body > img { width: 100%; } .login_bg { position: absolute; } .login_container { position: absolute; right: 0; top: 20%; right: 5%; } .login_box { width: 310px; height: 286px; background: rgba(255, 255, 255, 0.9); padding: 5px; margin-top: 20px; } .login_logo > img { float: left; width: 190px; height: 43px; } .login_logo > span { color: #1c2a54; font-size: 16px; line-height: 43px; margin-left: 14px; } .login_border { width: 4px; height: 43px; background: url(../img/line.png) no-repeat; float: left; margin-left: 16px; } .login_tip { width: 135px; height: 24px; background: url(../img/login_tipbg.png) no-repeat; font-size: 14px; line-height: 24px; text-align: left; text-indent: 12px; color: #2b375e; margin-top: 14px; position: absolute; right: 55px; } .login_ewm { width: 58px; height: 56px; cursor: pointer; } .login_sao { background: url(../img/login_ewm.png) no-repeat; } .login_box .bd { padding: 2px 18px 20px } .login_title { height: 18px; line-height: 18px; font-size: 20px; color: rgb(60, 60, 60); margin-top: 15px; font-weight: 700; color: #1c2953; } .field_container { margin-top: 22px; box-shadow: 0px 0px 10px #ddd; border-radius: 5px; overflow: hidden; } .field { background: #fff; border-bottom: 1px solid #ccc; } .field input { width: 230px; height: 16px; padding: 16px 0; float: right; border: 0; outline: none; text-indent: 14px; } .field span { float: right; margin-top: 16px; } .bord_none { border-bottom: 0; } .submitbtn { width: 274px; height: 48px; background: url(../img/login_btn.png) no-repeat; border-radius: 5px; border: 0; color: #fff; margin-top: 2px; cursor: pointer; outline: none; font-size: 20px; } .memory { margin-top: 12px; } .momeryBox label { margin-left: 5px; color: #303030; } .memory a { color: #303030; } .box2 { display: none; } .login_com { background: url(../img/login_com.png) no-repeat; } .login_title1 { color: #4b5572; font-size: 20px; padding: 27px 0 0 24px; } .ewm_login { width: 140px; height: 140px; margin: 0 auto; } .sao { width: 110px; height: 26px; margin: 20px auto 0; position: relative; } .sao img { position: absolute; left: 0; } .sao a { position: absolute; right: 0; line-height: 26px; font-size: 14px; color: #303030; } #captchaResponse{ width: 110px; height: 29px; } #captchaImg{ width: 90px; } #cpatchaDiv{ margin-top: 10px; } #msg{ margin-top: 2px; color: #F00; }