/* reset */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img,
abbr,
acronym {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-weight: normal;
    font-style: normal;
}

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

caption,
th {
    text-align: left;
}

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

q:before,
q:after {
    content: ”;
}

body {
    font-size: .12rem;
}

textarea {
    outline: none;
    resize: none;
    overflow: auto;
}

input,
label,
img,
th {
    vertical-align: middle;
    border: none;
}

:focus {
    outline: 0;
}

.wrap960,
.wrap958 {
    *zoom: 1;
}

a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

a img {
    border: none;
    text-decoration: none;
}

label,
button,
a {
    cursor: pointer;
}

p {
    word-wrap: break-word;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fb {
    font-weight: bold
}

.fn {
    font-weight: normal
}

del {
    color: #666;
}

html,
body {
    height: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

* {
    box-sizing: border-box;
}

body {
    font-family: -apple-system, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.hide {
    display: none;
}


/* //去除iOS的button样式 */

input[type="search"],
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

input {
    background: none;
    outline: none;
    border: none;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.tc {
    text-align: center;
}


/* 公共 */

.f24 {
    font-size: .24rem;
}

.f28 {
    font-size: .28rem;
}

.f30 {
    font-size: .3rem;
}

.f32 {
    font-size: .32rem;
}

.f40 {
    font-size: .4rem;
}

.c1 {
    color: #333;
}

.c2 {
    color: #98a1b2;
}

.c3 {
    color: #3d7eff;
}

.Marb24 {
    margin-bottom: .24rem;
}

.Marr16 {
    margin-right: .16rem;
}

.Marb28 {
    margin-bottom: .28rem;
}

.Mart40 {
    margin-top: .4rem;
}

.Mart56 {
    margin-top: .56rem;
}

.Marlr32 {
    margin: 0 .32rem;
}

.Mart88 {
    margin-top: .88rem;
}

.Mart90 {
    margin-top: .9rem;
}


/* 标题栏 */


/* 头部 */

.header {
    height: .88rem;
    line-height: .88rem;
    /* position:fixed; top:0; width:7.5rem; z-index:51; */
    background: -webkit-linear-gradient(left, #66CCFF, #4CA6FF);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #66CCFF, #4CA6FF);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #66CCFF, #4CA6FF);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #66CCFF, #4CA6FF);
    /* 标准的语法 */
}

.header .btn-back {
    display: inline-block;
    width: .48rem;
    height: .48rem;
    background: url(../images/icon_back.png) no-repeat center;
    background-size: .48rem .48rem;
    position: absolute;
    top: .2rem;
    left: .24rem;
}

.header p {
    font-size: .36rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
}


/*清除点击时的高亮颜色*/

a,
button,
div,
input,
select,
textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/*清除ios下的默认圆角*/

input,
button {
    -webkit-appearance: none;
    border-radius: 0;
}

body {
    margin: 0;
}

body {
    -webkit-text-size-adjust: 100%;
    /*禁止文字缩放*/
    /* 0603 */
    padding-bottom: constant(safe-area-inset-bottom);
    /*兼容 IOS<11.2*/
    padding-bottom: env(safe-area-inset-bottom);
    /*兼容 IOS>11.2*/
}