html,
body {
  width: 100%;
  height: 100%;
}

.wrap {
  width: 100%;
  height: 470px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.headerTop{
  display: none;
}

.wrapNav {
  height: 54px;
  border: none;
  margin: 0;
}

.nav {
  width: 100%;
  margin: 0;
  padding: 20px 20px 0 0;
}

.nav a {
  font-size: 14px;
  line-height: 18px;
}

.mainDesktop {
  display: none;
}

.mainPad {
  display: block;
  width: 100%;
  border-bottom: 1px solid #d5d5d5;
  margin: 0 0 10px 0;
  background: #fff;
}

h1 {
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  background: #797979;
  margin: 0 0 40px 0;
}

.mainPadContent {
  width: 752px;
  height: 220px;
  margin: 0 auto 40px;
  overflow: hidden;
}

.mainPadContentImg {
  float: left;
  width: 558px;
}

.mainPadContentImg img {
  width: 100%;
  height: auto;
}

.mainPadInputArea {
  float: left;
  width: 194px;
  height: 220px;
  position: relative;
}

.inputAreaStore,
.inputAreaAccount,
.inputAreaSave,
.inputAreaPassword,
.captcha,
.inputAreaCaptcha {
  width: 160px;
  margin: 0 auto 10px;
  float: right;
}

.inputAreaPassword {
  margin: 0 auto 5px;
}

.captcha {
  max-height: 32px;
  overflow: hidden;
}

.inputAreaCaptcha {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
}

.mainPadInputArea input {
  width: 100%;
  height: 30px;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  padding: 0 0 0 15px;
  font-size: 14px;
  color: #979797;
}

.inputAreaSave input {
  width: 14px;
  height: 14px;
}

::-webkit-input-placeholder {
  font-family: 'PingFangTC-Light', 'Microsoft JhengHei', Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #d5d5d5;
}   

::-moz-placeholder {
  font-family: 'PingFangTC-Light', 'Microsoft JhengHei', Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #d5d5d5;
} /* firefox 19+ */  

:-ms-input-placeholder {
  font-family: 'PingFangTC-Light', 'Microsoft JhengHei', Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #d5d5d5;
} /* ie */  

input:-moz-placeholder {
  font-family: 'PingFangTC-Light', 'Microsoft JhengHei', Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #d5d5d5;
}

.btnLogin {
  width: 160px;
  height: 32px;
  background: #797979;
  border-radius: 4px;
}

.btnLogin a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 32px;
}

.wrapFooter {
  position: relative;
  left: 0;
  top: 0;
  text-align: center;
  width: 100%;
  margin: 0;
}

.copyright p {
  line-height: 1;
}