* {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}

body {
  font-family: Gilroy Semi Bold, -apple-system, BlinkMacSystemFont, Segoe UI,
      PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica,
      Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

.head {
  width: 100%;
  height: 88rem;
  background-color: white;
  position: fixed;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 26rem;
  z-index: 999;
}

.head .head1 {
  padding-left: 64rem;
  display: flex;
}

.head .head1 .head1-item {
  height: 88rem;
  display: flex;
  align-items: center;
  margin-right: 20rem;
}

.head .head1 .head1-item img {
  width: 15rem;
  height: 14rem;
  margin-right: 10rem;
}

.head .head1 .head1-item p {
  font-size: 15rem;
  display: flex;
}

.head .head2 {
  padding-right: 64rem;
  width: 215rem;
}

.xian {
  border-bottom: 1rem solid #cdcdcd;
}

.bottom {
  padding: 35rem 0;
  width: 85%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.bottom-left {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bottom-left-item1 {
  display: flex;
  justify-content: space-between;
}

.bottom-left-item2 {
  display: flex;
  justify-content: space-between;
}

.bottom-left-item2 p {
  font-size: 14rem;
  margin: 0;
}

.bottom-right {
  width: 35%;
}

.bottom-right div {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.bottom-right div p {
  margin-bottom: 18rem;
  font-size: 16rem;
}

.bottom-right div p input {
  width: 100%;
  height: 100%;
  line-height: 38rem;
  border: 1rem solid #cdcdcd;
  box-sizing: border-box;
  padding: 0 10rem;
}

.bottom-right div p input:focus {
  outline: 0;
  border: 1rem solid #cdcdcd;
}

.bottom-right div .input {
  width: 365rem;
  height: 38rem;
  background-color: #fafafa;
}

.bottom-right div .input1 {
  width: 365rem;
  height: 75rem;
  background-color: #fafafa;
}

.bottom-right div .input1 textarea {
  width: 100%;
  height: 100%;
  border: 1rem solid #cdcdcd;
  box-sizing: border-box;
  padding: 10rem 10rem;
}

.bottom-right div .input1 textarea:focus {
  outline: 0;
  border: 1rem solid #cdcdcd;
}

.bottom-left ul li {
  margin-bottom: 25rem;
  font-size: 13rem;
}

.bottom-right button {
  width: 363rem;
  height: 37rem;
  background-color: black;
  color: white;
  text-align: center;
  line-height: 37rem;
  border: 0;
}

.logo {
  text-align: center;
  margin-top: 5rem;
  height: 50rem;
  line-height: 50rem;
  font-size: 27rem;
  margin-bottom: 25rem;
}
