* {
  margin: 0 auto;
  /* touch-action: none; */
}

html,
body {
  width: 100%;
  height: 100%;
  color: #000;
  background: #FFF;
  overflow-x: hidden;
  /* font-size: 625%; */
}

div {
  box-sizing: border-box;
}

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

fieldset,
img {
  border: 0;
}

input,
select,
textarea {
  outline: none;
}

textarea {
  resize: none;
}

a {
  text-decoration: none;
}

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

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

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

/* 清除浮动*/
.clearfix {
  clear: both
}

#index {
  position: relative
}

.header {
  /*position: absolute;*/
  /*top: 20px;*/
  /*left: 0;*/
  /*z-index: 9;*/
  /*padding: 20px 0;*/
  width: 100%;
  background: #FFFFFF;
  display: flex;
}

.header img {
  width: 100%;
}

.header-box {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-l {
  display: flex;
  align-items: center;
  font-size: 25px;
  font-weight: bold;
}

.join {
  padding-left: 150px;
  display: flex;
  align-items: center;
}

.join span {
  display: inline-block;
  padding: 9px 20px;
  background: #F45B1C;
  margin-left: 50px;
  border-radius: 18px;
  font-size: 12px;
  color: #FFFFFF;
}

.join img {
  width: 60px;
}

.header-r {
  display: flex;
}

.icon {
  margin-left: 60px;
}

.icon img {
  width: 105px;
}

.content {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.details {
  max-width: 1200px;
  display: flex;
}

.content img {
  width: 100%;
}

.content .aone {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  width: 100%;
  height: 14%;
  /* background-color: #F45B1C; */
}
.content .atwo{
  display: inline-block;
  position: absolute;
  top: 18.1%;
  left: 18%;
  background: transparent;
  width: 16.5%;
  height: 8%;
  /* background-color: blue; */
}
.footer {
  text-align: center;
  padding: 20px 0;
}