@charset "UTF-8";
/* 360为效果图分辨率 */
/* 效果图应对那种高清屏设计 */
/* 效果px转换为适应rem */
/* 手机高清屏获取不同像素图片 */
html[data-dpr="1"] body {
  font-size: 14px; }

html[data-dpr="2"] body {
  font-size: 14px; }

html[data-dpr="3"] body {
  font-size: 14px; }

html[data-dpr="4"] body {
  font-size: 14px; }

html[data-dpr="5"] body {
  font-size: 14px; }

body {
  background: #FFFFFF;
  position: relative; }

html,
body {
  height: 100%; }

/*背景图片的控制*/
.ellipsis_two {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2; }

.ellipsis_three {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3; }

.wrap {
  width: 100%;
  height: 100%; }

.wrap img {
  width: 100%;
  height: auto; }

.btn {
  position: fixed;
  bottom: 0.4rem;
  left: 50%;
  margin-left: -4.47685rem;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  font-size: 0.55556rem;
  width: 8.9537rem;
  height: 1.16667rem;
  line-height: 1.16667rem;
  display: block;
  background: #f80404;
  border-radius: 4px; }

/*iPhone 4*/
