.one {
  text-align: center;
  position: relative;
}

.one h1 {
  font-size: 40px;
  margin-top: 40px;
}

.one p.title {
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 50px;
  font-weight: 100;
}

.one .bg {
  width: 200px;
  height: 145px;
  background-color: #ee870010;
  position: absolute;
  right: 55px;
  top: 85px;
}

.one .bg::before {
  content: "";
  display: block;
  width: 125px;
  height: 90px;
  background-color: #ee870020;
  position: absolute;
  right: -100px;
  top: 85px;
}

.one::before {
  content: "";
  display: block;
  width: 100px;
  height: 80px;
  background-color: #ee870010;
  position: absolute;
  left: 0;
  bottom: 50px;
}

.detail {
  position: relative;
}

.detail p.title {
  font-size: 36px;
  margin-top: 90px;
  margin-bottom: 40px;
  line-height: 36px;
}

.detail .content {
  width: 785px;
  font-size: 16px;
  line-height: 35px;
  position: relative;
  margin-bottom: 200px;
}

.detail .content img {
  display: block;
  position: absolute;
  right: 0;
}

.detail a.enter {
  width: 320px;
  height: 310px;
  display: block;
  background-color: #ff7b15;
  position: absolute;
  right: 0px;
  top: 0;
  color: #fff;
  text-align: center;
  padding-top: 80px;
}

.detail a.enter b {
  font-size: 36px;
  line-height: 60px;
  display: inline-block;
  height: 60px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.detail a.enter span {
  display: block;
  font-size: 22px;
  line-height: 42px;
}

.detail a.enter p {
  position: absolute;
  height: 60px;
}

.detail a.enter i {
  display: block;
  height: 60px;
  line-height: 60px;
  position: absolute;
  bottom: 0;
  background-color: #fff;
  color: #2d2e32;
  width: 100%;
  border: 1px solid #ccc;
}

.detail a.enter svg {
  font-size: 12px;
  line-height: 60px;
  color: #ff7b15;
}

