* {
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
}
html {
  height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
div,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
fieldset,
img {
  border: 0;
}
/*去除滚动条,依然可滚动*/
input,
button,
select,
textarea {
  outline: none;
}

ul,
li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #c94545;
}

a:active {
  opacity: 0.7;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
table thead {
  font-size: 14px;
}

/*链接样式*/
.link-active:active {
  background: #f3f4f6;
}

.f-l {
  float: left;
}
.f-r {
  float: right;
}

.t-l {
  text-align: left;
}
.t-c {
  text-align: center;
}
.t-r {
  text-align: right;
}
.over-h {
  overflow: hidden;
}
.d-b {
  display: block;
}
.b-b-b {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/*文本自动换行*/
.pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

/*不换行*/
.no-pre {
  white-space: nowrap;
}

/*文字太宽加....*/
.add-dot {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.add-dot3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.main {
  min-width: 980px;
  max-width: 1200px;
  margin: 0 auto;
}
#head {
  height: 54px;
  background: rgba(250, 129, 113, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
#head > .main {
  display: flex;
  align-items: center;
}
.logo {
  color: #fff;
  font-size: 24px;
  margin-left: 16px;
  flex: 1;
  line-height: 54px;
}
.logo > .s1 {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 8px;
  padding: 0 8px;
  color: #c94545;
}
.love {
  width: 32px;
  height: 32px;
  background: url(./../img/love.png) no-repeat;
  background-size: cover;
  margin-right: 16px;
}
.bg {
  width: 100%;
}
.main-title {
    margin: 32px 16px 16px;
    font-size: 36px;
}
.items {
    display: flex;
}
.item {
    flex: 1;
    margin: 0 16px;
}
.item > img {
    width: 100%;
    display: block;
    border-radius: 8px;
    margin-bottom: 12px;
}
.item > .title {
    font-size: 24px;
    margin-bottom: 8px;
}
.item > .content {
    font-size: 12px;
    margin-bottom: 8px;
    color: #999;
}
.map {
    margin: 0 16px;
}
.map > img {
    width: 100%;
}

.footer {
  text-align: center;
  padding: 16px 0;
}
.footer > p {
  margin-bottom: 8px;
}
.footer > a {
  color: #666;
}
