.maxContainer {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #eae3de;
}

.wrapper {
  width: 1200px;
}


.flex {
  display: flex;
}

.flexRowCenter {
  display: flex;
  justify-content: center;
}

.flexColumnCenter {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.flexCenter {
  display: flex;
  justify-content: center;
  align-items: center;
}

header {
  height: 300px;
  background-color: #f1e7d1;
  position: relative;
}

header .wrapper {
  position: relative;
}

.headerLeft {
  margin-top: 43px;
  height: 57px;
}

.headerLeft .logo {
  width: 160px;
  height: 57px;
  margin-right: 23px;
}

.headerLeft .logoText {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}

.headerSlogan {
  width: 100%;
  margin-top: 36px;
  margin-left: 226px;
  position: relative;
  z-index: 10;
}

.headerSlogan .content {
  width: 585px;
  height: 119px;
  padding-top: 18px;
  box-sizing: border-box;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  letter-spacing: 1px;
  position: relative;
}

.headerSlogan .small {
  font-size: 36px;
  height: 36px;
}

.headerSlogan .big {
  font-size: 60px;
  height: 60px;
}

.headerSlogan .textSquart {
  width: 521px;
  height: 120px;
  position: absolute;
  left: 70px;
  top: 0px;
}

.saleBarbecuePic {
  width: 376px;
  height: 300px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 3px;
}

section {
  height: 410px;
  background-color: #fff;
}

.needHandler {
  width: 100%;
  padding-top: 50px;
  background: #f8f8f8;
}

.needHandler .titleBox {
  margin-bottom: 32px;
  height: 30px;
}

.needHandler .titleBox .title {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin-right: 9px;
  margin-bottom: 5px;
}

.needHandler .titleBox .desc {
  width: 190px;
  height: 30px;
  background: #ececec;
  border-radius: 6px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}

.needHandler .titleBox .desc img {
  width: 16px;
  height: 14px;
  margin-left: 15px;
  margin-right: 9px;
}

.needHandler .titleBox .desc .count {
  color: #3e9eff;
  font-weight: bold;
}

.needHandler .involvedItem {
  width: 1200px;
  background: #ffffff;
  padding: 45px 40px 0px;
  box-sizing: border-box;
  margin-bottom: 33px;
  position: relative;
}

.needHandler .involvedItem .title {
  width: 100%;
  height: 42px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  padding-bottom: 15px;
  border-bottom: 2px solid #acacac;
}

.needHandler .involvedItem .item {
  height: 72px;
  width: 100%;
  border-bottom: 1px solid #ececec;
  font-family: Microsoft YaHei;
  justify-content: space-between;
}

.needHandler .involvedItem .dot {
  width: 8px;
  height: 8px;
  background: #acacac;
  border-radius: 50%;
}

.needHandler .involvedItem .name {
  height: 17px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 17px;
  margin: 0px 14px;
}

.needHandler .involvedItem .type {
  width: 72px;
  height: 24px;
  background: #ffffff;
  border: 1px solid #2888e9;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #3e9eff;
  line-height: 24px;
  text-align: center;
}

.needHandler .involvedItem .operation .button {
  width: 86px;
  height: 36px;
  border-radius: 4px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
  margin-left: 20px;
}

.needHandler .involvedItem .operation .address {
  background: #ffffff;
  color: #3e9eff;
  border: 1px solid #3e9eff;
}

.needHandler .involvedItem .operation .online {
  background: #3e9eff;
  color: #fff;
}

.needHandler .involvedItem ul {
  padding-bottom: 30px;
}

.outerBox {
  width: 100%;
  background-color: #fff;
}

.sectionTitle {
  width: 100%;
  justify-content: center;
  align-items: flex-end;
}

.sectionTitle p {
  height: 27px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin: 0px 16px;
}

.sectionTitle img {
  width: 172px;
  height: 20px;
}

.acceptanceCondition {
  margin-bottom: 72px;
}

.acceptanceCondition .sectionTitle {
  margin-top: 43px;
  margin-bottom: 41px;
}

.acceptanceCondition .content p {
  height: 17px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 17px;
}

.resourceList .sectionTitle {
  margin-bottom: 28px;
}

.resourceList table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.resourceList thead {
  width: 100%;
  height: 48px;
  background: linear-gradient(90deg, #1f79f3, #d3e7fe);
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
}

.resourceList thead th {
  border-right: 1px solid #fff;
}

.resourceList thead .no {
  width: 100px;
}

.resourceList thead .name {
  width: 488px;
}

.resourceList thead .request {
  width: 208px;
}

.resourceList thead .must {
  width: 400px;
}

.resourceList tbody {
  font-family: Microsoft YaHei;
  color: #333333;
}

.resourceList tbody td {
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.resourceList tbody td:not(.no) {
  padding: 18px 45px 18px 26px;
}

.resourceList tbody tr {
  height: 86px;
}

.resourceList tbody tr:nth-child(2n-1) {
  background-color: #f0f5ff;
}

.resourceList tbody tr:nth-child(2n) {
  background-color: #fff;
}

.resourceList tbody td:last-child {
  padding-right: 20px;
}

.resourceList tbody .no {
  background-color: #e6ebff;
  text-align: center;
  width: 100px;
}

.resourceList tbody .name {
  width: 488px;
}

.resourceList tbody .request {
  width: 208px;
}

.resourceList tbody .must {
  width: 400px;
}

.resourceList tbody .tableTitle {
  text-align: center;
  height: 72px;
}

.resourceList tbody .tableTitle td {
  font-size: 18px;
  font-weight: bold;
}

.resourceList tbody a {
  color: #028dda;
  text-decoration: underline;
}

.process {
  margin-bottom: 80px;
}

.process .sectionTitle {
  margin-top: 60px;
  margin-bottom: 28px;
}

.process .content {
  flex-direction: column;
}

.process .content p {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin-bottom: 40px;
}

.process .content .processPic {
  width: 653px;
  margin-left: 96px;
}


html{
    background:#fff
}
.common-logo img{
    width:406px;
height:126px;
   margin:0px auto
}

.headerLeft .logo{
    position:relative;
    left: 0px; 
    top: 0px;
}

.section{
    height:auto
}
.foot2020-1 .fne-l1 .li1 img{
    margin: 0 auto;
}

section{
    height: auto !important;
}
