﻿@charset "utf-8";


/*reset*/

html,
body {
    background:#a0959b;
    font-family: SimSun, STSong, sans-serif;
    height: 100%;
    width: 100%;
    max-width: 37.5rem;
    margin-left: auto;
    margin-right: auto;
}

body {
    height: 100%;
    font-size: .12rem;
    line-height: 1.6;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
    margin: 0;
    padding: 0;
}

i,
em,
address {
    font-style: normal;
}


img {
    max-width: 100%;
    border: none;
    border-width: 0;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

a {
    color: #fff;
    text-decoration: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}

.rel {
    position: relative;
}


.text-tips{
    text-align: center;
    color: #fff;
    opacity: .8;
    padding-bottom: .1rem;
}
.down{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 4.7rem;
    width: 60%;
}
