﻿* {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
}

.bg {
  width: 100%;
  height: 100%;
  background: url(../Content/images/customaward/bg.png) no-repeat top center;
  background-size:cover;
}

.main {
  width: 1080px;
  margin: 0 auto;
}

.item {
  padding: 96px 0px;
}

.first {
  display: flex;
  justify-content: space-between;
}

.first-left {
  margin-top: 70px;
}

.first .title {
  /* width: 320px; */
  height: 205px;
  font-size: 74px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #000000;
  line-height: 96px;
}

.first .message {
  font-size: 23px;
  color: #000;
  font-weight: 540;
  line-height: 40px;
  margin-bottom: 30px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;

}

.botton {
  width: 204px;
  height: 58px;
  border: none;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 12%);
  border-radius: 50px;
  font-size: 18px;
  font-family:PingFangSC-Regular, PingFang SC;
  color: #000;
}

.active {
 
 /* background-image: linear-gradient(#E2C471, #E2B12A) */
/* background-color:#E2B12A;*/
  color: #fff;
  background: linear-gradient(90deg, #E2C471 0%, #E2B12A 100%);
}

.inactive {
  background-color: #fff;
}

.botton .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 18px;
  margin-left: 10px;
  border-radius: 50%;
}

.icon-active {
  background-color: #fff;
  color: #e4b536;
}

.icon-inactive {
  color: #fff;
  background: linear-gradient(90deg, #E2C471 0%, #E2B12A 100%);
}

.second .title {
  margin-bottom: 24px;
font-size: 32px;
font-family: PingFangSC-Semibold, PingFang SC;
font-weight: 600;
color: #000000;
}

.second p {
  width: 1080px;
height: 65px;
font-size: 16px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #27304D;
line-height: 32px;
}

.clearfix:after {
  display: block;
  content: " ";
  clear: both;
}

.clearfix {
  *zoom: 1;
}
.third ul{
  display: flex;
  justify-content: space-between;
}
.third ul li {
  width: 200px;
  height: 300px;
  /* float: left; */
  position: relative;
  background: url(../Content/images/customaward/免.png) no-repeat center center;
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.08);
  border-radius:19px
}

.third ul li:nth-child(2) {
  background-image: url(../Content/images/customaward/专.png);
}

.third ul li:nth-child(3) {
  background-image: url(../Content/images/customaward/多.png);
}

.third ul li:nth-child(4) {
  background-image: url(../Content/images/customaward/公.png);
}

.third ul li:nth-child(5) {
  background-image: url(../Content/images/customaward/易.png);
}

.third ul li .dingwei {
  position: absolute;
  left: 23px;
  top: 108px;
}

.third ul li .title {
  margin: 10px 0;
  font-size: 24px;
font-family: PingFangSC-Semibold, PingFang SC;
font-weight: 600;
color: #27304D;
}

.third ul li .p1 {
font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #B1B9D1;
  margin-bottom: 13px;
}

.third ul li .p2 {
  width: 154px;
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #737B93;
  line-height: 20px;
}

.four img {
  width: 1080px;
  box-shadow: 0px 0px 38px rgb(0 0 0 / 21%);
  border-radius: 19px;
}

.footer 
{
    position: sticky;
    left: 0;
    bottom: 0;
  width: 100%;
  height: 140px;
  background: url(../Content/images/customaward/footer-bg.png) no-repeat center center;
}

.middle {
  width: 1100px;
  height: 140px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer .slogan {
  color: #fff;
  font-size: 28px;
}

.footer .slogan2 {
  color: #fff;
  margin-left: 24px;
  letter-spacing: 2px;
  font-size: 14px;
}