HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Content-Length: 30604
Connection: keep-alive
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<head>
<link rel="shortcut icon" type="image/x-icon" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAaVBMVEUAbv8Abv8Abv8Abv8Abv8Abv8Abv8Abv/o5+c6jfquyu7w8PDu7e3s6+vq6en29vZ0q/T08/Pr6uqxzfH6+vq61fm10PW+2f7M2ezZ3+lJlPeCsvIPdv5XnPZmo/SRufCfwe+80ey80OxWOG/yAAAAB3RSTlPw7uiYCZDqQ0tV1QAAAMFJREFUSMft1msPgiAYBWACCi+AhmVeuv//H5l6hl22jPdTa3m+HfQZU2CDySVfBIcvJROKFME4DXDGaIDNYAZfBdFLrHOxKpyzT6NV8w5YY3QHtDEQYxoP4iFXjKLsVZmm2tjL0I415vAASQB8Lde9SFBaPJsE26wTHuQhYNMJ/RlYX3cDKEggG0EbPEOV9znh/TrgG1z0kEPAX7qD+hyr8HVApgFWmgCwlwgAuzX5lRM3g78AKxrg9MuJFJTrj5A3gYZAaW+ssMEAAAAASUVORK5CYII=" />
<meta name="viewport" content="width=320px, initial-scale=1,minimum-scale=1, maximum-scale=2,user-scalable=0">
<style type="text/css">
/*CSS reset*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
margin:0;
padding: 0;
font-family: Arial;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
table {
border-collapse: collapse;
border-spacing: 0;
}
fieldset, img {
border: 0;
}
input[type="text"], input[type="button"], textarea {
-webkit-appearance: none;
}
address, caption, cite, code, dfn, em, strong, th, var {
font-style: normal;
font-weight: normal;
}
ol, ul {
list-style: none;
}
caption, th {
text-align: left;
}
h1, h2, h3, h4, h5, h6 {
font-size: 100%;
font-weight: normal;
}
q:before, q:after {
content:''
}
abbr, acronym {
border:0
}
a:link, a:visited, a:hover, a:active {
text-decoration: none;
font-size: 13px;
}
/*============================
css for pc
==============================*/
body {
text-align: left;
margin: 0 font: 12px Verdana, Arial;
position: relative;
}
#loginTop {
width: 100%;
height: 90px;
overflow: hidden;
position: relative;
background: #10abe1;
top: 0;
}
#loginScroll {
height: calc(100% - 90px);
overflow-x: hidden;
overflow-y: auto;
}
#topContainer {
width: 1000px;
margin: 0 auto;
text-align: left;
}
#topProduct {
font: bold 12px verdana;
color: white;
text-decoration: none;
display: block;
float: left;
background: url("../img/login/logo.png") no-repeat left;
line-height: 16px;
padding: 66px 0 20px;
width: 230px;
margin-left: -32px;
}
#topProductName {
margin-left: 31px;
}
.top-control {
display: inline-block;
}
.top-lang {
margin: 0 26px 12px 88px;
display: inline-block;
vertical-align: bottom;
width: 100px;
}
#loginMain {
text-align: center;
min-height: 100%;
}
#bottom {
background: #e6e6e6;
min-width: 1000px;
height: 56px;
}
#bottomContainer {
width: 100%;
margin: 0 auto;
position: fixed;
bottom: 0;
}
div.login-field {
margin: 5px 0;
}
label#login-username-label span.icon, label#login-password-label span.icon {
background: url("../img/login/icons-01.png") no-repeat scroll -148px -4px;
display: inline-block;
height: 31px;
margin-right: 14px;
width: 27px;
vertical-align: middle;
}
label#login-username-label span.icon {
background-position: -148px -4px;
}
label#login-password-label span.icon {
background-position: -184px -4px;
}
div.login-content {
width: 420px;
min-height: 100%;
position: relative;
margin: 100px auto;
}
input, button {
color: #4d4d4d;
font-family: Verdana, sans-serif;
}
input[type="text"], input[type="password"] {
padding: .5em .6em;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
outline-color: #ffffff;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 184px;
}
input[type="text"].input-error, input[type="password"].input-error {
border: 1px solid red;
}
input[type="text"].input-focus, input[type="password"].input-focus {
border: 1px solid #10abe1;
}
div.inputarea {
position: relative;
display: inline-block;
}
div.inputarea label {
position: absolute;
top: 9px;
left: 10px;
color: #b3b3b3;
cursor: text;
}
div.logi