html,body{
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.wrap{
  margin: 0 auto;
  max-width: 980px;
}
.wrapper{
  width: 100%;
  height: 100%;
  text-align: center;
}
.wrapper .header{
  line-height: 2em;
}
.wrapper #footer{
  /* position: absolute;
  left: 0;
  bottom: 0;
  right: 0; */
  font-family: arial;
  font-size: 14px;
  color: rgba(0,0,0,.54);
  padding: 6px;
  line-height: 1.5em;
  /* background-color: rgb(159, 113, 113); */
  background-color: rgb(242,242,242);
}
.wrapper #footer .copyright{
  /* line-height: 2.5em; */
}
#footer a,
#footer a:link,
#footer a:visited{
  color: rgba(0,0,0,.54);
  text-decoration: none;
}
#footer a:hover{
  color: #0066CC;;
  text-decoration: underline;
}

.wrapper .content{
  /* position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  margin-top: -150px; */
  font-family: arial;
  padding-top: 20px;
  padding-bottom: 35px;
}
.wrapper .content >p{
  margin: 0.5em auto;
  max-width: 800px;
  padding: 0 30px;
  text-align: left;
  text-indent: 2em;
}
.wrapper .content >.t-desc{
  font-size: 18px;
  line-height: 1.8em;
  text-align: center;
  text-indent: 0;
}
.wrapper .content >.t-discount{
  font-size: 18px;
  line-height: 1.8em;
  text-align: center;
  text-indent: 0;
  color: red;
  font-weight: bold;
}
a,a:link,a:visited{
  color: #0066CC;
}
h1{
  /* margin-top: -100px; */
}
h2 span{
  padding: 4px;
  color: white;
  background: darkgray;
}
h3{
  margin: 1.5em 0 0.5em;
  line-height: 1.5em;
}
.t-block ul,
.t-block ul li{
  margin: 0;
  padding: 0;
  list-style: none;
}
.t-block ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.t-block ul li{
  margin: 10px 6px;
  padding: 10px 6px;
  width: 233px;
  line-height: 1.5em;
  border: solid 1px #ccc;
  border-radius: 4px;
  overflow: hidden;
  background: #fcfcfc;
}
.t-block dt{
  height: 50px;
}
.t-block dt img{
  max-width: 70%;
  max-height: 48px;
}
.t-block dl{
  padding: 6px 0;
}
.t-self-block{
  line-height: 2.5em;
}
