.mask {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  display: none;
}
.mask .message {
  width: 50vw;
  background-color: #fff;
  border-radius: 30px;
  padding: 30px 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.mask .message h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 68px;
  line-height: 1;
}
.mask .message .body {
  display: flex;
  flex-wrap: wrap;
}
.mask .message .body .item {
  margin-bottom: 37px;
  width: 48%;
}
.mask .message .body .item .top {
  color: #333;
  font-size: 16px;
}
.mask .message .body .item .bottom {
  margin-top: 19px;
  position: relative;
}
.mask .message .body .item .bottom input {
  font-size: 14px;
  border-width: 0;
  padding: 0;
  padding-left: 2.70833333vw;
  box-sizing: border-box;
  margin: 0;
  width: 100%;
  height: 60px;
  background-color: #f5f5f5;
}
.mask .message .body .item .bottom span {
  font-size: 17px;
  top: 50%;
  transform: translateY(-50%);
  left: 18px;
  position: absolute;
}
.mask .message .body .item:nth-child(2n) {
  margin-left: 4%;
}
.mask .message .body .item:last-child {
  width: 100%;
  position: relative;
}
.mask .message .body .item:last-child .bottom {
  width: 100%;
}
.mask .message .body .item:last-child .bottom span {
  position: absolute;
  top: 38px;
}
.mask .message .body .item:last-child .bottom textarea {
  padding-top: 30px;
  padding-left: 2.70833333vw;
  font-size: 14px;
  background-color: #f5f5f5;
  border-width: 0;
  width: 100%;
  height: 10.41666667vw;
  resize: none;
  box-sizing: border-box;
}
.mask .message .button {
  margin-top: 20px;
  margin-left: 50%;
  transform: translateX(-50%);
}
.main {
  padding-top: 101px;
  padding-bottom: 79px;
}
.main h2 {
  text-align: center;
  line-height: 1;
  font-size: 40px;
  margin-bottom: 49px;
}
.main .one {
  display: flex;
  margin-bottom: 102px;
}
.main .one .left {
  width: 39.58333333vw;
  margin-right: 2.86458333vw;
  overflow: hidden;
}
.main .one .left img {
  width: 100%;
  display: block;
  transition: all 0.5s;
}
.main .one .left img:hover {
  transform: scale(1.1);
}
.main .one .right {
  flex: 1;
}
.main .one .right p {
  margin-bottom: 22px;
  color: #333;
  font-size: 16px;
  font-weight: 200;
  line-height: 22px;
}
.main .one .right p:first-child {
  margin-top: 42px;
  line-height: 1;
  color: #000;
  font-size: 32px;
  margin-bottom: 45px;
  font-weight: 400;
}
.main .two {
  margin-top: 47px;
}
.main .two .title {
  display: flex;
  height: 70px;
  justify-content: space-between;
  align-items: center;
  padding: 0 64px 0 78px;
  background-color: #000;
}
.main .two .title .key {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  width: 82px;
}
.main .two .title .key:last-child {
  text-align: right;
}
.main .two .list .item .head {
  padding: 0 64px 0 78px;
  height: 82px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px #e6e6e6 solid;
  cursor: pointer;
}
.main .two .list .item .head .value {
  width: 82px;
  color: #333;
}
.main .two .list .item .body {
  display: none;
  overflow: hidden;
  padding: 44px 64px 53px 78px;
  padding-left: 78px !important;
  padding-right: 64px !important;
  width: 100% !important;
  border-bottom: 1px #e6e6e6 solid;
}
.main .two .list .item .body p {
  line-height: 22px;
  font-size: 16px;
  color: #333;
}
.main .two .list .item .body p:nth-child(2n) {
  margin-bottom: 15px;
}
.main .two .list .item.active .body {
  height: 20.10416667vw;
}
.button {
  width: 150px;
  height: 50px;
  display: flex;
  background-color: #d30000;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-top: 113px;
  color: #fff;
  cursor: pointer;
}
.button .white {
  width: 12px;
  height: 3px;
  background-color: #fff;
  margin-right: 15px;
}
