@charset "utf-8";
/*********标准文字*********/
/************标准title***************/
/*************标题背景英文字体******************/
/**************标题背景中文字体********************/
/**************板块中标题*****************/
/*************小村题******************/
.font-title {
  font: normal 20px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 30px;
  color: #404040;
  font-weight: bold;
}
.font-title-1 {
  font: normal 20px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 28px;
  color: #555;
}
.font-title-2 {
  font: normal 20px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 24px;
  color: #555;
  font-weight: bold;
}
.font-title-3 {
  font: normal 20px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 20px;
  color: #555;
  font-weight: bold;
}
.font-content {
  font: normal 20px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 20px;
  color: #939393;
}
.font-content-3 {
  font: normal 20px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 18px;
  color: #939393;
}
.font-content-4 {
  font: normal 20px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 16px;
  color: #939393;
}
.div-block-1 {
  width: 1280px;
  height: 360px;
  background: #FFFFFF;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4rem;
}
.div-block-1 > div {
  flex: 1;
}
.div-block-1 > div > div {
  text-align: left;
  width: 670px;
}
.div-block-1 > div > div .title {
  font: normal 28px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  color: #404040;
  line-height: 30px;
}
.div-block-1 > div > div .title span {
  color: #FF9000;
}
.div-block-1 > div > div .content {
  margin-top: 1em;
  color: #808080;
  line-height: 30px;
}
.div-block-1 > div > div .btn {
  width: 150px;
  margin-top: 1em;
  line-height: 50px;
  background: #297AFF;
  box-shadow: 0px 10px 20px 0px rgba(41, 122, 255, 0.3);
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
}
.div-block-2 {
  width: 1280px;
  margin-top: 1rem;
  background-color: #FFFFFF;
  padding-top: 10px;
  padding-bottom: 4rem;
}
.div-block-2 ul {
  padding: 0;
  margin: 4rem;
  border-top: 1px solid #D8D8D8;
}
.div-block-2 ul li {
  list-style: none;
  border-bottom: 1px solid #D8D8D8;
  font-size: 24px;
}
.div-block-2 ul li .info {
  display: flex;
  cursor: pointer;
  flex-direction: row;
  line-height: 80px;
}
.div-block-2 ul li .info > div:first-child {
  flex: 1;
  text-align: left;
  font-weight: 500;
  color: #545454;
}
.div-block-2 ul li .open .iconfont.icon-minus {
  display: block;
}
.div-block-2 ul li .open .iconfont.icon-jia {
  display: none;
}
.div-block-2 ul li .iconfont {
  font-size: 32px;
}
.div-block-2 ul li .iconfont.icon-minus {
  display: none;
}
.div-block-2 ul li .detail {
  text-align: left;
  display: none;
  padding-bottom: 3rem;
}
.div-block-2 ul li .detail.show {
  display: block;
  font-size: 20px;
}
.div-block-2 .cancel-btn {
  width: 150px;
  text-align: center;
  line-height: 50px;
  background: #297AFF;
  color: white;
  text-decoration: none;
  font-size: 24px;
  display: inline-block;
  box-shadow: 0px 10px 20px 0px rgba(41, 122, 255, 0.3);
  border-radius: 4px;
}
.div-block-2 .submit-btn {
  text-align: center;
  display: inline-block;
  margin-left: 62px;
  width: 150px;
  line-height: 50px;
  color: white;
  text-decoration: none;
  background: #FF9000;
  font-size: 24px;
  box-shadow: 0px 10px 20px 0px rgba(255, 127, 41, 0.3);
  border-radius: 4px;
}
.div-block-3 {
  text-align: center;
  margin-bottom: 12rem;
}
.div-block-3 b {
  color: #636363;
  line-height: 30px;
  display: block;
}
.div-block-3 > div {
  color: #808080;
  line-height: 30px;
  margin: 3rem auto;
}
.div-block-3 > div span {
  color: #FF9000;
}
.div-block-3 a {
  width: 150px;
  line-height: 50px;
  font-size: 24px;
  background: #297AFF;
  display: inline-block;
  color: white;
  text-decoration: none;
  box-shadow: 0px 10px 20px 0px rgba(41, 122, 255, 0.3);
  border-radius: 4px;
}
