﻿* {
	padding: 0;
	margin: 0;
	outline: none;
	text-decoration: none;
	list-style: none;
	box-sizing: border-box;
  font-size: 14px;
}
a {
	background-color: transparent;
	color: #000;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}
img {
  width: 100%;
  vertical-align: middle;
}

.full {
  position: relative;
  width: 100vw;
  height: 100vh;
  max-width: 750px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.box {
	flex: 1;
	overflow-y: auto;
  background-color: #fdfbfe;
  padding-bottom: 5.0667rem;
  /* -ms-overflow-style: none; */
}
::-webkit-scrollbar {
  width: 0;      
  height: 0;     
  display: none; 
}

.over {
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.over2 {
	display:-webkit-box; 
	-webkit-box-orient:vertical; 
	-webkit-line-clamp:2; 
	overflow:hidden; 
	text-overflow:ellipsis; 
}
.over3 {
	display:-webkit-box; 
	-webkit-box-orient:vertical; 
	-webkit-line-clamp:3; 
	overflow:hidden; 
	text-overflow:ellipsis; 
}
.over4 {
	display:-webkit-box; 
	-webkit-box-orient:vertical; 
	-webkit-line-clamp:4; 
	overflow:hidden; 
	text-overflow:ellipsis; 
}

/*  .laydate_body .laydate_bottom {
  height: 35px !important;
  font-size: 12px !important;
} */
/* .laydate_body .laydate_box {
  width: 260px !important;
} */
#laydate_box,
#laydate_box a,
#laydate_box div,
#laydate_box p {
  box-sizing: content-box;
}
#laydate_clear,
#laydate_today,
#laydate_ok,
.laydate_sj {
  font-size: 12px !important;
}
.container {
  min-width: 320px;
  max-width: 640px;
  height: auto;
  margin: 0 auto;
  position: relative;
}
.foot-swt .m_yy b,
.foot-swt .m_yy .n1 {
  font-weight: normal;
  font-size: 18px;
}

@keyframes breathe {
  0% {transform: scale(0.9) rotate(0);}
  50% {transform: scale(1) rotate(0.1deg);}
  100% {transform: scale(0.9) rotate(0);}
}
@media screen and (min-width: 751px) {
  html {
    font-size: 37.5px !important;
  }
}
