/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}


/*共用*/
* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

body {
  font-family: 'PingFangTC-Light', 'Microsoft JhengHei', Helvetica, Arial, sans-serif;
  background: #F8F9FB;
}

.headerTop{
  width: 100%;
  height: 20px;
  background: #797979;
}

.wrapNav {
  width: 100%;
  height: 86px;
  border-bottom: 1px solid #d5d5d5;
  position: relative;
  margin: 0 0 20px 0;
  background: #fff;
}

.nav {
  width: 468px;
  margin: auto;
  padding: 45px 0 0 0;
}

.nav li {
  float: right;
}

.nav a {
  text-decoration: none;
  display: block;
  font-size: 16px;
  color: #4a4a4a;
  text-align: right;
}

.mainPad {
  display: none;
}

.mainImg {
  width: 468px;
  margin: auto;
}

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

.mainContent {
  width: 468px;
  border: 1px solid #d5d5d5;
  margin: -2px auto 0;
  background: #fff;
}

h1 {
  font-size: 16px;
  color: #4a4a4a;
  text-align: center;
  margin: 30px 0;
}

.inputArea {
  width: 378px;
  margin: 0 auto 30px;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  padding: 20px 0 0 0;
  text-align: center;
}

.inputAreaStore,
.inputAreaAccount,
.inputAreaSave,
.inputAreaPassword,
.captcha,
.inputAreaCaptcha {
  width: 162px;
  margin: 0 auto 20px;
}

.inputAreaPassword {
  margin: 0 auto 5px;
}

.inputAreaSave {
  text-align: left;
  font-size: 14px;
  color: #4a4a4a;
  position: relative;
}

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

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

.inputAreaSave p {
  position: absolute;
  left: 25px;
  top: 3px;
}

::-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: 136px;
  height: 36px;
  background: #797979;
  border-radius: 4px;
  margin: 0 auto 30px;
}

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

.wrapFooter {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 250px;
  margin-left: -125px;
}

.copyright p {
  font-size: 12px;
  color: #8ca0b3;
  text-align: center;
  line-height: 3;
}