.crowdfund {
  width: 100%;
  height: auto;
}

.cftwo {
  width: 100%;
  height: 894px;
  background: url("../img/crowdFunding2.png");
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
}

.cftwo_kuan {
  width: 1200px;
  height: 100%;
}

.cftwo_top {
  width: 100%;
  height: 197px;
}

.cftwo_toptit {
  font-size: 38px;
  color: white;
  padding-top: 44px;
  text-align: center;
  margin: 0;
}

.cftwo_topdec {
  font-size: 16px;
  color: white;
  text-align: center;
  margin: 0;
  padding-top: 22px;
}

.cftwo_bot {
  width: 100%;
  height: 695px;
  display: flex;
  justify-content: center;
}

.cftwobot_left {
  flex-grow: 1;
  width: 260px;
  height: 100%;
}

.cftwo_deckong {
  width: 100%;
  height: 73px;
}

.cftwobot_cen {
  width: 780px;
  height: 100%;
}

.cftwobot_cenimg {
  text-align: center;
}

.cftwobot_right {
  flex-grow: 1;
  width: 260px;
  height: 100%;
}

.cftwo_declone {
  width: 100%;
  height: 116px;
  margin-left: 91px;
}

.cftwo_decltwo {
  width: 100%;
  height: 168px;
}

.cftwo_declthree {
  width: 100%;
  height: 117px;
}

.cftwo_declfour {
  width: 100%;
  height: 79px;
  margin-left: 91px;
}

.cftwo_decrone {
  width: 100%;
  height: 116px;
  margin-left: -91px;
}

.cftwo_decrtwo {
  width: 100%;
  height: 168px;
}

.cftwo_decrthree {
  width: 100%;
  height: 117px;
}

.cftwo_decrfour {
  width: 100%;
  height: 79px;
  margin-left: -95px;
}

.cftwo_btit {
  margin: 0;
  font-size: 20px;
  color: white;
  text-align: right;
}

.cftwo_brtit {
  margin: 0;
  font-size: 20px;
  color: white;
  text-align: left;
}

.cftwo_bdec {
  margin: 0;
  font-size: 16px;
  color: white;
  text-align: right;
}

.cftwo_brdec {
  margin: 0;
  font-size: 16px;
  color: white;
  text-align: left;
}

.cfthree {
  width: 100%;
  height: 770px;
  background-color: white;
  display: flex;
  justify-content: center;
}

.cfthree_kuan {
  width: 1200px;
  height: 100%;
}

.cfthree_top {
  width: 100%;
  height: 244px;
}

.cfthree_toptit {
  font-size: 38px;
  text-align: center;
  margin: 0;
  padding-top: 40px;
}

.cfthree_topdec {
  font-size: 16px;
  text-align: center;
  margin: 0;
  padding-top: 17px;
  padding-left: 225px;
  padding-right: 225px;
  color: #808080;
}

.cfthree_bot {
  width: 100%;
  height: 529px;
}

.cfthreeimg {
  text-align: center;
}

.cffour {
  width: 100%;
  height: 654px;
  background-color: #f6f6f6;
  display: flex;
  justify-content: center;
}

.cffour_kuan {
  width: 1200px;
  height: 100%;
  display: flex;
  justify-content: flex-start;
}

.cffour_left {
  flex-grow: 1;
  width: 341px;
  height: 654px;
}

.cffour_leftimg {
  line-height: 654px;
  text-align: center;
}

.cffour_right {
  flex-grow: 1;
  width: 796px;
  height: 100%;
  display: flex;
  justify-content: center;
}

.cffourr_center {
  width: 698px;
  height: 100%;
}

.cffour_tit {
  font-size: 26px;
  margin: 0;
  padding-top: 121px;
}

.cffour_dec {
  font-size: 16px;
  margin: 0;
  color: #808080;
  padding-top: 10px;
  padding-bottom: 10px;
}

.cffourr_center ul {
  width: 100%;
  height: 287px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cffourr_center ul li {
  margin-top: 20px;
  width: 121px;
  height: 122px;
  background-color: #bababa;
  border-radius: 8px;
  border: 1px solid #ccc;
}

.cffourr_center ul li:hover {
  cursor: pointer;
  background-color: #3ac748;
}

.cffour_itemimg {
  width: 100%;
  text-align: center;
  height: 80px;
  line-height: 80px;
  margin: 0;
}

.cffour_itemdec {
  text-align: center;
  color: white;
  font-size: 16px;
}

.cffive {
  width: 100%;
  height: 289px;
  background-color: white;
  border-top: 1px solid #ccc;
  display: flex;
  justify-content: center;
}

.cffive_kuan {
  width: 1200px;
  height: 100%;
}

.cffive_tit {
  text-align: center;
  font-size: 38px;
  margin: 0;
  padding-top: 46px;
}

.cffive_dec {
  text-align: center;
  font-size: 14px;
  margin: 0;
  color: #808080;
  padding-left: 77px;
  padding-right: 77px;
  padding-top: 18px;
}

.cffive_btn {
  margin: 0;
  padding-top: 25px;
  text-align: center;
}

.zixun_btn {
  font-size: 16px;
  color: white;
  padding: 10px 15px;
  border-radius: 5px;
  border: 0px;
  outline: none;
  background: linear-gradient(50deg, #00c749, #1ed360);
  cursor: pointer;
}

.buy_btn {
  font-size: 16px;
  color: white;
  padding: 10px 15px;
  border-radius: 5px;
  border: 0px;
  outline: none;
  background: linear-gradient(50deg, #fc4861, #f06578);
  cursor: pointer;
}