*
  box-sizing border-box
  &:before, &:after
    box-sizing border-box
.clearfix:before, .clearfix:after
  display table
  content " "
.clearfix:after
  clear both
  
body
  font-size 14px
  font-family -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
  line-height 1.5
  background #f5f5f5
  color #333

input, .pure-form input[type="text"], .pure-form input[type="password"]
  font-size 13px
  border-radius 4px
  box-shadow inset 0 2px 2px #e9e9e9
  border 1px solid #aeaeae
  line-height 16px
  padding 6px 10px 5px
  &:focus
    outline none
    border-color #aeaeae
    box-shadow inset 0 2px 2px #e9e9e9, 0 0 10px 0 rgba(73, 107, 125, 0.3)

a   
  color #4078c0
  text-decoration none
  &:focus, &:hover
    text-decoration underline
    outline 0
.font12
  font-size 12px
.gray
  color #666
.tac
  text-align center
.tar
  text-align right
.pull-right
  float right
.mleft5
  margin-left 5px
.mright5
  margin-right 5px
.margin10
  margin-right 10px

@import './widget'
@import './login-register'
