.main-scene {
  width: 1100px;
  margin: 40px auto 0;
}

.scene-title {
  height: 58px;
  line-height: 58px;
  text-align: center;
  font-size: 25px;
  background-color: #fcf2e9;
  color: #ed7f34;
}

.main-scene-content {
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
  font-size: 15px;
}

.scene-card {
  width: 327px;
  height: 265px;
  background-color: #f3f3f3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.scene-card-header {
  color: #fff;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: radial-gradient(0deg, #f8b24d 0, #f8b24d 5%, #ee7f31 5%, #ee7f31 100%);
  background: -webkit-linear-gradient(0deg, #f8b24d 0, #f8b24d 5%, #ee7f31 5%, #ee7f31 100%);
  background: -o-linear-gradient(0deg, #f8b24d 0, #f8b24d 5%, #ee7f31 5%, #ee7f31 100%); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(0deg, #f8b24d 0, #f8b24d 5%, #ee7f31 5%, #ee7f31 100%); /* Firefox 3.6 - 15 */
}

.scene-card-content {
  display: block;
  height: 215px;
  width: 100%;
}

.multi-scene {
  width: 1100px;
  margin: 63px auto;
}

.multi-scene-content {
  width: 971px;
  display: flex;
  justify-content: space-between;
  margin: 25px auto;
}

.scene-symmetry {
  width: 469px;
  height: 288px;
}

.scene-symmetry-title {
  color: #fff;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 15px;
  background: radial-gradient(0deg, #f8b24d 0, #f8b24d 5%, #ee7f31 5%, #ee7f31 100%);
  background: -webkit-linear-gradient(0deg, #f8b24d 0, #f8b24d 5%, #ee7f31 5%, #ee7f31 100%);
  background: -o-linear-gradient(0deg, #f8b24d 0, #f8b24d 5%, #ee7f31 5%, #ee7f31 100%); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(0deg, #f8b24d 0, #f8b24d 5%, #ee7f31 5%, #ee7f31 100%); /* Firefox 3.6 - 15 */
}

.scene-symmetry-content {
  height: 249px;
  width: 100%;
}

.scene-entry {
  display: flex;
  justify-content: space-between;
  width: 1100px;
  margin: 30px auto 0;
}

.scene-apply {
  height: 360px;
  width: 365px;
  background-color: #fff;
}

.scene-apply-img {
  width: 150px;
  height: 150px;
  display: block;
  margin: 0 auto;
}

.scene-apply-iam {
  line-height: 1.3;
  color: rgb(238, 127, 48);
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  font-size: 19px;
  margin-top: 20px;
}

.scene-apply-line {
  display: block;
  height: 6px;
  width: 87px;
  background-color: #8cdb42;
  margin: 6px auto;
}

.scene-apply-btn {
  display: block;
  text-decoration: none;
  line-height: 1.3;
  color: rgb(142, 142, 142) !important;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2px;
  width: 310px;
  margin: 0px auto;
}

.scene-apply-btn:hover {
  color: #1890ff!important;
}

.scene-contract-text {
  color: #797979;
  font-size: 19px;
  text-align: center;
  margin: 0 0 65px;
  font-weight: 300;
}

.scene-contract-text a {
  color: #FF7700;
}
