﻿@charset "UTF-8";

html {
  -webkit-tap-highlight-color: transparent;
}

body {
  width: 100%;
  font-family: "Arial","微软雅黑";
  font-size: 0.16rem;
}

button,
input,
select,
textarea {
  outline: none;
}

body,
dd,
dl,
dt,
h1,
h2,
h3,
input,
p,
select,
textarea,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  border: none;
  vertical-align: top;
}

a:link,
a:visited {
  text-decoration: none;
}

a:active,
a:focus,
a:hover {
  text-decoration: none;
}

.hide {
  display: none;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  display: block;
  content: '';
  clear: both;
}
#layout {
  max-width: 10rem;
  width: 100%;
  margin: 0 auto;
}
header {
    position: relative;
    background: #e33325;
    height:1.0rem
}
    header .logo {
        width: 4.0rem;
        height: 1.0rem;
        margin-left: 2.5rem;
        transform: translateX(-50%);
        background-image: url(/incake/assets/imgs/index/logo_bg3.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50%;
    }
header .link {
    position: absolute;
    right: .266667rem;
    width: 1.0rem;
    height: 1.0rem;
    top:0.05rem;
    background: url(/incake/assets/imgs/detail/HOME.png);
    background-repeat: no-repeat;
    background-size: cover;
}

[data-dpr="1"] header .link {
  right: 12px;
  font-size: 11px;
}

[data-dpr="2"] header .link {
  right: 24px;
  font-size: 22px;
}

[data-dpr="3"] header .link {
  right: 36px;
  font-size: 33px;
}

.content {
  width: 100%;
}

.content img {
  width: 100%;
}

footer {
  padding: 0.08rem 0 0.026667rem;
  text-align: center;
  background: #fff;
}

footer img {
  width: 30%;
  margin: 0 auto;
}

footer p {
  font-weight: normal;
}

[data-dpr="1"] footer p {
  font-size: 10px;
}

[data-dpr="2"] footer p {
  font-size: 20px;
}

[data-dpr="3"] footer p {
  font-size: 30px;
}

footer p.phone {
  padding-bottom: 0.266667rem;
}

[data-dpr="1"] footer p.phone {
  font-size: 10px;
}

[data-dpr="2"] footer p.phone {
  font-size: 20px;
}

[data-dpr="3"] footer p.phone {
  font-size: 30px;
}
/*# sourceMappingURL=common.css.map */
