#CCC {
  margin: 30px 0 0 0;
}
#CCC h2 {
  position: relative;
  height: 120px;
}
#CCC h2 .en {
  font-size: 30px;
  font-weight: bold;
  color: #eee;
  font-family: "arial";
  position: absolute;
  left: 0;
  width: 100%;
  top: 10px;
  text-align: center;
}
#CCC h2 .line {
  background-image: linear-gradient(to right, #02A0E9, #0872CA);
  position: absolute;
  left: 47%;
  width: 6%;
  height: 6px;
  border-radius: 20px;
  top: 63px;
}
#CCC h2 .cn {
  letter-spacing: 0.04em;
  position: relative;
  height: 80px;
  line-height: 90px;
  font-size: 24px;
  z-index: 2;
  font-weight: bold;
  color: #444;
  text-align: center;
}
#CCC .content {
  padding: 0 0 90px 0;
}
#CCC .content form {
  width: 40%;
  margin: 0 auto;
}
#CCC .content form .line {
  margin: 0 0 20px 0;
  width: 100%;
}
#CCC .content form .line span {
  display: block;
  font-size: 15px;
  color: #777;
  font-weight: bold;
  height: 26px;
}
#CCC .content form .line .i0 {
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  padding: 6px;
  font-size: 15px;
  border-radius: 5px;
  border: 2px solid #ddd;
  line-height: 40px;
}
#CCC .content form .line .i0:hover {
  border-color: #02A0E9;
}
#CCC .content form .line .i1 {
  width: 100%;
  box-sizing: border-box;
  height: 180px;
  resize: none;
  padding: 2px 10px;
  font-size: 15px;
  border-radius: 5px;
  border: 2px solid #ddd;
  line-height: 40px;
}
#CCC .content form .line .i1:hover {
  border-color: #02A0E9;
}
#CCC .content form .line .i2 {
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  font-size: 15px;
  border-radius: 5px;
  background: #02A0E9;
  line-height: 30px;
  border: 0;
  color: #fff;
}
#CCC .content form .line .i2:hover {
  border-color: #02A0E9;
}
#CCC .content form .tips {
  text-align: center;
  padding: 20px 0 0 0;
  color: #aaa;
  font-size: 14px;
  letter-spacing: 0.04em;
}