* {
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

img {
  border: 0 none;
  vertical-align: top;
}

i,
em {
  font-style: normal;
}

ol,
ul {
  list-style: none;
}

input,
select,
button,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-family: inherit;
}

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

a {
  text-decoration: none;
  color: #666;
}

body {
  margin: 0 auto;
  min-width: 320px;
  max-width: 640px;
  height: 100%;
  font-size: 14px;
  /* font-family: -apple-system, Helvetica, sans-serif; */
  font-family: CondMedium, Ford-Regular;
  line-height: 1.5;
  color: #666;
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
}

input[type="text"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


img {
  width: 100%;
  height: 100%;
}

title {
  color: blue;
}

.boss {
  width: 100vw;
  padding-top: .01rem;
  color: #fff;
}

.text-en {
  color: #b8b8b8;
}

.logo {
  width: 1.6rem;
  height: .6rem;
  margin-left: 10%;
  /* margin: 0 auto; */
  /* margin-top: 1.2rem; */
}

/* .logo-lincoln {
  width: 1.7rem;
  height: 1.2rem;
  margin: 0 auto;
  margin-top: 1.2rem;
} */

/* 按钮样式 */
.btn-next,
.btn-back {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  box-sizing: border-box;
  width: 5rem;
  height: 1rem;
  border: .01rem solid #488dea;
  margin: 0 auto;
  background-color: #264cc0;
  font-size: .32rem;
  text-align: center;
  line-height: .4rem;
}

.btn-next p,
.btn-back p {
  width: 100%;
}

.btn-more,
.btn-menu,
.btn-close {
  width: .6rem;
  height: .6rem;
}

.btn-more-two {
  width: .95rem;
  height: .95rem;
}

.btn-test {
  width: .45rem;
  height: .41rem;
}


/* 字体颜色 */
.text-c-blue {
  color: #2e6bf7;
}


@font-face {
  font-family: 'Ford-Regular';
  src: url(../fonts/Antenna_Simplified_Chinese_for_Ford-Regular.ttf);
}

@font-face {
  font-family: 'CondMedium';
  src: url(../fonts/FordAntenna-CondMedium.otf);
}