html,body{
  height:100%;
}
html{font-size:62.5%}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
.input-border-none{
  border: none !important;
  box-shadow: none !important;
}
ul,ol,li{list-style: none}
body{overflow-y: auto}
.clearfix:after{
  content: "";
  display: block;
  clear: both;
}
input[type=button], input[type=submit], input[type=file], button { cursor: pointer; -webkit-appearance: none; }
.nothing{
  font-size: 1.4rem;
  color: #333333;
  text-align: center;
  padding: 1rem;
  min-height: 40rem;
  display: none;
}
.spinner {
  margin: 0 auto 0;
  width: 100%;
  text-align: center;
  background-color: white;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2018;
  padding-top: 35%;
  height: 80rem;
}

  

.spinner > div {

  width: 30px;

  height: 30px;

  background-color: #e95252;

  

  border-radius: 100%;

  display: inline-block;

  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;

  animation: bouncedelay 1.4s infinite ease-in-out;

  /* Prevent first frame from flickering when animation starts */

  -webkit-animation-fill-mode: both;

  animation-fill-mode: both;

}

  

.spinner .bounce1 {

  -webkit-animation-delay: -0.32s;

  animation-delay: -0.32s;

}

  

.spinner .bounce2 {

  -webkit-animation-delay: -0.16s;

  animation-delay: -0.16s;

}

  

@-webkit-keyframes bouncedelay {

  0%, 80%, 100% { -webkit-transform: scale(0.0) }

  40% { -webkit-transform: scale(1.0) }

}

  

@keyframes bouncedelay {

  0%, 80%, 100% {

    transform: scale(0.0);

    -webkit-transform: scale(0.0);

  } 40% {

    transform: scale(1.0);

    -webkit-transform: scale(1.0);

  }

}
@font-face {
  font-family: "PingFangR";
  src: url("../fonts/Semibold.eot"); /* IE9 */
  src: url("../fonts/Semibold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/Semibold.woff") format("woff"), /* chrome, firefox */
  url("../fonts/Semibold.ttf") format("truetype"); /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "lingxin";
  src: url("../fonts/lingxin.ttf") format("truetype"); /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "fzse";
  src: url("http://im.oytour.com/annual/fzse.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
.fzse{
  font-family: 'fzse';
}