html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: .26rem;
  vertical-align: baseline;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*初始化样式*/
body {
  background-color: #027fff;
}

input,
button {
  padding: 0;
  outline: none;
  border: none;
  vertical-align: top;
  background-color: transparent;
}
button:focus {
  border: none;
  outline: none;
}
input::placeholder,
textarea::placeholder {
  font-size: 0.26rem;
  color: #999;
}
textarea {
  resize: none;
}
em {
  font-style: normal;
}

/*预设样式*/
.clearfix::after {
    content: "";
    display: block;  
    clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
img {
  max-width: 100%;
  vertical-align: top;
}
a {
  text-decoration: none;
}
.telecom_btn {
  display: block;
  margin: 0 auto;
  height: .8rem;
  background-color: #f88b00;
  font-size: .32rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: .1rem;
}
.telecom_btn_lg {width: 6.24rem;}
.telecom_btn_warm {width: 4rem;}
.telecom_btn_sm {width: 2.6rem;}
.telecom_btn_xs {width: 1.6rem;}
.pageContainer {
  position: relative;
}
@media screen and (min-width: 750px) {
  .pageContainer {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
  }
}
