﻿/*公共样式*/
html {
    -webkit-text-size-adjust: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    touch-action: none;
}

body {
    height: 100%;
    user-select: none;
}

    body * {
        user-select: inherit;
    }

    body .user-select {
        user-select: initial;
    }

a,
h1,
h2,
h3,
img,
body,
html,
ul,
li,
p {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    vertical-align: middle;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.clearfix {
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.container {
    font-size: 0.28rem;
    margin: 0 0.32rem;
    color: #333;
overflow:auto;
}

.title {
    text-align: center;
    font-size: 0.4rem;
    font-weight: bold;
    padding: 0.5rem 0;
}

.privacy-title {
    font-size: 0.4rem;
    font-weight: bold;
    padding: 0.5rem 0;
}

.title-subhead {
    font-size: 0.3rem;
    font-weight: bold;
    padding: 0.3rem 0;
}

.list-text {
    text-indent: 0.5rem;
    line-height: 1.6em;
    padding-bottom: 0.1rem;
}

.subhead {
    font-weight: bold;
    text-indent: 0.5rem;
    padding-bottom: 0.1rem;
}

.privacy-subhead {
    font-weight: bold;
    padding-bottom: 0.1rem;
}

.company-text {
    padding-top: 0.4rem;
}

.time {
    padding-top: 0.1rem;
    padding-bottom: 0.2rem;
}

.padding-bottom {
    padding-bottom: 0.1rem;
}
