@import url(https://fonts.googleapis.com/css?family=Roboto:300);
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.frame {
  margin: 0 auto;
  max-width: 100%; }
  .frame:after {
    content: "";
    display: table;
    clear: both; }

[class*='bit-'] {
  float: left;
  padding: 0.3em; }

.no-padding {
  padding: 0; }

.bit-1 {
  width: 100%; }

.bit-2 {
  width: 50%; }

.bit-3 {
  width: 33.33333%; }

.bit-4 {
  width: 25%; }

.bit-5 {
  width: 20%; }

.bit-6 {
  width: 16.66667%; }

.bit-7 {
  width: 14.28571%; }

.bit-8 {
  width: 12.5%; }

.bit-9 {
  width: 11.11111%; }

.bit-10 {
  width: 10%; }

.bit-11 {
  width: 9.09091%; }

.bit-12 {
  width: 8.33333%; }

.bit-25 {
  width: 25%; }

.bit-40 {
  width: 40%; }

.bit-60 {
  width: 60%; }

.bit-75 {
  width: 75%; }

.bit-50 {
  width: 50%; }

@media (max-width: 30em) {
  .bit-1 {
    width: 100%; }

  .bit-2 {
    width: 100%; }

  .bit-3 {
    width: 100%; }

  .bit-4 {
    width: 100%; }

  .bit-5 {
    width: 100%; }

  .bit-6 {
    width: 100%; }

  .bit-7 {
    width: 100%; }

  .bit-8 {
    width: 100%; }

  .bit-9 {
    width: 100%; }

  .bit-10 {
    width: 100%; }

  .bit-11 {
    width: 100%; }

  .bit-12 {
    width: 100%; } }
@media (min-width: 30em) and (max-width: 50em) {
  .bit-4,
  .bit-6,
  .bit-8,
  .bit-10,
  .bit-12 {
    width: 50%; }

  .bit-1,
  .bit-2,
  .bit-3,
  .bit-5,
  .bit-7,
  .bit-9,
  .bit-11 {
    width: 100%; } }
@media (min-width: 50em) and (max-width: 68.75em) {
  .bit-2,
  .bit-7 {
    width: 100%; }

  .bit-4,
  .bit-8,
  .bit-10,
  .bit-12 {
    width: 50%; } }
.box {
  background: #FCD920;
  font-family: "Futura", sans-serif;
  font-size: 14px;
  text-align: center;
  padding: 20px 0; }
  .box--new {
    background: #87D37C; }

body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px; }

.wrap {
  max-width: 460px;
  margin: 0 auto; }

img {
  max-width: 100%; }

hr {
  height: 1px;
  border: none;
  background: #dbdbdb;
  margin-top: 25px;
  margin-bottom: 25px; }

.p10 {
  padding: 10px;
  margin-top: -4px;
  border-left: 3px solid #fff; }

.post {
  -moz-box-shadow: 0 0 10px #797979;
  -webkit-box-shadow: 0 0 10px #797979;
  box-shadow: 0 0 10px #797979;
  margin-bottom: 25px; }
  .post .imgpo {
    position: relative; }
    .post .imgpo .eye {
      position: absolute;
      bottom: 0px;
      right: 0;
      top: 0;
      display: none;
      padding: 5px;
      text-indent: -99999px;
      background: url(../img/eye.png) no-repeat;
      background-color: rgba(255, 61, 110, 0.5);
      background-position: center center;
      transition: background, color 0.1s linear 0.2s;
      width: 100%;
      height: 100%; }
    .post .imgpo:hover .eye {
      display: block;
      -webkit-transition: background, color 0.1s linear 0.2s; }
  .post .info {
    font-size: 12px;
    margin-bottom: 10px; }
    .post .info .from {
      float: left; }
    .post .info .time {
      float: right;
      color: #b2b2b2; }
    .post .info:after {
      content: '';
      clear: both;
      display: table; }
  .post .img {
    width: 100%; }
  .post a {
    color: #b2b2b2;
    text-decoration: none; }
  .post .selfimyid {
    color: #ff3d6e; }
  .post .content {
    margin-bottom: 10px;
    font-size: 13px; }
  .post:hover .p10 {
    border-left-color: #4cebb5; }

#home {
  min-height: 100vh;
  width: 100%;
  background: url("img/bg.jpg");
  background-size: cover;
  position: relative;
  color: #fff; }
  #home::after {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    z-index: 0; }

#home-footer {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 1;
  width: 100%;
  text-align: center; }

.center {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 1; }

#home-header {
  right: 10px;
  top: 20px;
  position: absolute;
  z-index: 1; }
  #home-header a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    border: 3px solid rgba(255, 255, 255, 0.8);
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-transform: uppercase;
    font-size: 13px;
    padding: 5px 20px;
    opacity: .8; }
    #home-header a:hover {
      color: #ff3d6e;
      border-color: #ff3d6e; }
  #home-header a.register{
  	border: none;
  }
.protect{
	margin-top: 20px;
}
.texi {
  margin-top: 10px; }

.al-left {
  text-align: left; }

.al-right {
  text-align: right; }

.al-center {
  text-align: center; }

#login-header {
  padding-top: 20px; }

.b-button {
  margin-bottom: 30px; }
  .b-button:first-child {
    margin-top: 60px; }

.a-button .button {
  width: auto;
  padding: 5px 10px;
  color: #ff3d6e; }

.button {
  text-decoration: none;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-transform: uppercase;
  font-size: 13px;
  padding: 13px 20px;
  width: 250px;
  display: inline-block;
  border: 3px solid #ff3d6e; }
  .button.fb {
    background-color: #3b5998;
    color: #fff;
    border: none; }
  .button.tw {
    background-color: #55acee;
    color: #fff;
    border: none; }
  .button:hover {
    opacity: .5; }

.don-t {
  margin-top: 50px;
  margin-bottom: 20px; }

.code {
  word-wrap: break-word; }