@charset "utf-8";
/*==============微团首页样式================*/
.index-banner {
  width: 100%;
  height: 560px;
  background: url(../images/banner.png) no-repeat center top;
  background-color: #E5EFFE;
}
.index-banner .page-content {
  height: 100%;
  padding-top: 182px;
}
.index-banner .page-content h2 {
  font-size: 40px;
  font-weight: 400;
  color: #1F2533;
  line-height: 40px;
  text-align: left;
}
.index-banner .page-content .banner-des {
  font-size: 18px;
  font-weight: 400;
  color: #5E6D81;
  line-height: 40px;
  margin: 30px 0 60px;
}
.index-banner .page-content .buy-link {
  display: block;
  width: 160px;
  height: 48px;
  background: #FFCF33;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  color: #152139;
  text-align: center;
  line-height: 48px;
}
.about-introduce {
  padding: 64px 0;
  background-color: #fff;
}
.about-introduce .page-content {
  display: flex;
}
.about-introduce .introduce-left {
  flex-shrink: 0;
  width: 590px;
  height: 380px;
  margin-right: 60px;
}
.about-introduce .introduce-left img {
  width: 100%;
  height: 100%;
}
.about-introduce .introduce-right {
  padding: 40px 0 50px;
  position: relative;
}
.about-introduce .des {
  font-size: 18px;
  font-weight: 400;
  color: #5E6D81;
  line-height: 40px;
  margin-top: 20px;
}
.about-introduce .buy-link {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 160px;
  height: 48px;
  border: 1px solid #FFCF33;
  border-radius: 4px;
  color: #FFCF33;
  text-align: center;
  line-height: 46px;
}
.about-introduce .buy-link:hover {
  background: #FFCF33;
  color: #152139;
}
.about-terrace {
  background-color: #F2F6FF;
  padding: 60px 0;
}
.about-terrace .terrace-list {
  display: flex;
  margin: 50px -10px -20px;
}
.about-terrace .terrace-list .terrace-item {
  width: 386px;
  margin: 0 10px 20px 10px;
  background-color: #fff;
}
.about-terrace .terrace-list .terrace-item .terrace-img {
  width: 386px;
  height: 229px;
  background: #5E3232;
  overflow: hidden;
}
.about-terrace .terrace-list .terrace-item .terrace-img img {
  width: 386px;
  height: 229px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.about-terrace .terrace-list .terrace-item .terrace-caseinfo {
  padding: 20px 24px 0;
  height: 93px;
}
.about-terrace .terrace-list .terrace-item .terrace-caseinfo dl dt a {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #666666;
  line-height: 18px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.about-terrace .terrace-list .terrace-item .terrace-caseinfo dl dd {
  color: #999999;
  line-height: 22px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.get-start {
  width: 100%;
  height: 320px;
  background: url(../images/use-bg.png) no-repeat center;
  background-color: #E5EEFF;
  padding: 70px 0px 0px;
}
.get-start .create-account {
  text-align: center;
  margin-top: 63px;
}
.get-start .create-account input {
  width: 480px;
  height: 56px;
  font-size: 18px;
  color: #1F2533;
  background-color: #FFF;
  padding-left: 24px;
  border: 1px solid #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.get-start .create-account input:hover,
.get-start .create-account input:focus {
  border-color: #FFCF33;
}
.get-start .create-account input::-ms-input-placeholder,
.get-start .create-account input::-webkit-input-placeholder,
.get-start .create-account input::-moz-placeholder {
  font-size: 18px;
  color: #BDC5D3;
}
.get-start .create-account .button-link {
  width: 192px;
  height: 56px;
  line-height: 56px;
  font-size: 18px;
  margin-left: 16px;
  border: none;
}
