#body .img-flud {
  width: 100vw;
}
#body .con-form {
  width: 90vw;
  margin: 0 auto;
  padding-top: 1.5rem;
}
#body .con-form .title .title-cn {
  font: 1.5625rem "PingFangSC Semibld";
  color: #479ee2;
}
#body .con-form .title .title-en {
  font: 1.125rem "Gotham Pro Light";
  color: #ccc;
  margin-bottom: 0.5rem;
}
#body .con-form .title .line {
  width: 1.5rem;
  height: 4px;
  background-color: #479ee2;
}
#body .con-form form {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#body .con-form form input {
  width: 100%;
  height: 2.5rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0 1rem;
  margin-bottom: 1rem;
}
#body .con-form form input::-webkit-input-placeholder {
  font-size: 1rem;
  color: #ccc;
}
#body .con-form form input:focus {
  outline: none;
  background-color: #f1f8fb;
}
#body .con-form form input:focus::-webkit-input-placeholder {
  text-align: right;
  direction: rtl;
}
#body .con-form form input:last-child {
  width: 40vw;
  height: 6vh;
  background-color: #00a0e8;
  text-align: center;
  border: none;
  color: #fff;
  font: 1.125rem "SourceHanSanSC Bold";
  padding: 0;
  display: block;
  margin: 0 auto;
}
#body .con-form form textarea {
  width: 100%;
  height: 6rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 1rem;
  padding-left: 1rem;
  padding-top: 0.5rem;
}
#body .con-form form textarea::-webkit-input-placeholder {
  font-size: 1rem;
  color: #ccc;
}
#body .con-form form textarea:focus {
  outline: none;
  background-color: #f1f8fb;
}
#body .contact-info {
  position: relative;
}
#body .contact-info .items {
  position: absolute;
  top: 45vw;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
#body .contact-info .items .item {
  color: #999;
  font-size: 0.75rem;
  margin-bottom: 4vw;
  line-height: 0.875rem;
  font-family: "PingFangSC Regular";
}
#body .contact-info .items .item .icon {
  width: 0.875rem;
  margin-right: 2vw;
  line-height: 0.875rem;
  vertical-align: middle;
}
#body .contact-branch {
  position: relative;
  background: #f0f7fb url('https://cdn.gdskfz.com/skfz/mobile/images/contact/contact_03.jpg') no-repeat center top;
  background-size: contain;
  padding: 6rem 0 2rem;
}
#body .contact-branch .list {
  width: 90vw;
  margin: 0 auto;
  border-radius: 5px;
}
#body .contact-branch .list .item {
  color: #999;
  font-size: 0.875rem;
  font-family: "PingFangSC Regular";
  padding: 2vw;
}
#body .contact-branch .list .item:nth-of-type(12) {
  border-bottom: none;
}
#body .contact-branch .list .item .item-name {
  color: #00a0e8;
  font-size: 0.9375rem;
  margin: 2vw 0;
}
#body .contact-branch .list .item .item-add {
  margin-bottom: 1vw;
}
#body .contact-branch .list .item .item-tel {
  margin-bottom: 1vw;
}
#body .contact-branch .list .item .icon {
  width: 0.875rem;
  vertical-align: middle;
}
#body .cell-groups {
  padding: 0 0.5rem;
}
#body .cell-groups .cell-group {
  display: flex;
  border: 1px solid #ccc;
}
#body .cell-groups .cell-group:nth-child(n+2) {
  border-top: none;
}
#body .cell-groups .cell-group .module-title {
  width: 6rem;
  flex-shrink: 0;
  font-size: 0.875rem;
  color: #00a0e8;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #ccc;
  text-align: center;
  padding: 0 0.25rem;
}
#body .cell-groups .cell-group .list {
  flex: 1;
}
#body .cell-groups .cell-group .list .item:nth-child(n+2) {
  border-top: 1px solid #ccc;
}
