html, body { width: 100%; height: 100%; margin: 0; padding: 0; font-family: 'Lato', sans-serif; color: #fff; background: url("../../images/login/login.jpg") no-repeat center; background-size: 100% 100%; font-family: Microsoft YaHei; overflow: hidden; } .title { position: absolute; z-index: 2; width: 425em; height: 84em; white-space: nowrap; top: 8%; left: 18%; } .title img { height: auto; width: auto; transform: translate(0%, 0%); } .bg { position: absolute; display: block; top: 0; left: 0; z-index: 1; } #main { width: 472px; height: 490px; position: absolute; background: hsla(0,0%,100%,.9); border-radius: 8px; margin-left: 62%; margin-top: 12%; z-index: 3; } .main_title { font-size: 25px; color: #3b4d6e; font-weight: 700; margin-top: 48px; margin-left: 48px; } #eMsg { color: red; font-size: 18px; margin-left: 25px; } .main_form { margin-top: 48px; margin-left: 48px; box-sizing: border-box; width: 376px; } .main_txt { width: 100%; height: 41px; background-color: lightgrey; border-radius: 5px; vertical-align: central; padding-left: 5px; box-sizing: border-box; } .main_txt img { padding-left: 3px; padding-right: 5px; vertical-align: text-bottom; } .main_txt input { height: 41px; width: 338px; border: none; border-radius: 5px; font-size: 18px; padding-left: 15px; background-color: rgb(250, 255, 189); } .main_txt input:focus { outline: 0; } #checkCode { font-style: italic; color: blue; font-size: 30px; float: right; cursor: pointer; margin-right: 30px; } #btnLogin { width: 100%; background: rgb(59, 77, 110); color: white; cursor: pointer; } .world { position: absolute; width: 100%; height: 100%; cursor: pointer; cursor: move; cursor: -moz-grab; cursor: -webkit-grab; z-index: 0; } .world-bg { position: absolute; width: 100%; height: 100%; background-position: 50% 50%; background-size: cover; } .world-globe { position: absolute; left: 30%; top: 55%; width: 0; height: 0; } .world-globe-pole { position: absolute; width: 530px; height: 530px; left: calc(50% - 265px); top: calc(50% - 265px); border-radius: 50% 50%; background-color: #fff; } .world-globe-doms-container { position: absolute; left: 50%; top: 50%; width: 0; height: 0; } .world-globe-halo { position: absolute; left: 50%; top: 50%; width: 720px; height: 720px; margin-left: -370px; margin-top: -350px; } .info { position: absolute; left: 0; bottom: 0; width: 100%; padding: 10px 10px; box-sizing: border-box; background-color: rgba(0, 0, 0, 0.8); color: #fff; font-size: 12px; } .info-desc { color: #ddd; font-size: 10px; } a { color: #ff5f5f; }