/**
 * 
 * @authors Administrator (you@example.org)
 * @date    2017/7/28 13:05
 * @version v1.01
 */

/* module: common css style by liwb */
html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'PingFang SC', 'Microsoft Yahei', 'Helvetica Neue', Arial,
    Verdana, sans-serif;
  font-weight: 300;
  background-color: rgba(18, 9, 51, 1);
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

a:active {
  outline: none;
}

/*滚动条*/
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical {
  height: 8px;
  background-color: rgba(125, 125, 125, 0.7);
  -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
  width: 8px;
  background-color: rgba(125, 125, 125, 0.7);
  -webkit-border-radius: 6px;
}

.subpage {
  padding-top: 60px;
}

.header,
.footer,
.bodyer {
  min-width: 1000px;
}

/* .header .main,
.footer .main,
.bodyer .main {
  margin: 0 auto;
  text-align: center;
  width: 1200px;
  position: relative;
} */

.en {
  font-family: 'HelveticaNeue-UltraLight', 'PingFang SC', 'Microsoft Yahei',
    Arial, Verdana, sans-serif;
  font-weight: 100;
}


/* module: common css --end */
