@font-face {
  font-family: 'MontserratBold';
  src: url('../fonts/Montserrat-Bold.otf') format('openType')
}

@font-face {
  font-family: 'MontserratLight';
  src: url('../fonts/Montserrat-Light.otf') format('openType')
}

@font-face {
  font-family: 'MontserratRegular';
  src: url('../fonts/Montserrat-Regular.ttf') format('openType')
}

@font-face {
  font-family: 'MontserratUltraLight';
  src: url('../fonts/Montserrat-UltraLight.otf') format('openType')
}

@font-face {
  font-family: 'LuckiestGuy-Regular';
  src: url('../fonts/LUCKIESTGUY-REGULAR_0.ttf') format('openType')
}

* {
  margin: 0;
  padding: 0;
}
fieldset,img {
  border: 0
}
h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
  font-weight: normal
}
body {
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background-color: #fff;
}
img {
  border: none;
}
input {
  padding: 1px;
  vertical-align: middle;
  line-height: normal;
}
ul {
  clear:both;
  overflow:hidden;
  width: 100%;
}
ul, li {
  list-style:none;
}
input::-ms-input-placeholder{
  text-align: center;
}
input::-webkit-input-placeholder{
  text-align: center;
}
.fl{
  float: left;
}
.fr{
  float: right;
}
.center{
  margin: 0 auto;
}

#m-block, #p-block {
  display: none;
}

.mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.7);
}
.p-video {
  position: fixed;
  left: 50%;
  top: 20%;
  margin-left: -400px;
  z-index: 1000;
  width: 800px;
  height: 360px;
  background-color: #000;
  border: 10px solid #fff;
}
.p-video .inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-video .close {
  position: absolute;
  right: -18px;
  top: -18px;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 15px;
  background-color: #000;
  box-shadow: 2px 4px 4px rgba(0,0,0,.7);
  font-size: 12px;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  border: 2px solid #fff;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.p-video .close:hover {
  border-color: #f9ad26;
  color: #f9ad26;
}
.hide {
  display: none;
}
.h0 {
  height: 0;
}