header {
  height: 120px;
  background-image: url(../images/topbanner.jpg);
  background-position: center;
}
header .logo {
  margin: 0 auto;
  padding: 30px 20px 0px 30px;
}
header .logo img {
  height: 56px;
}
section {
  height: calc(100% - 200px);
  background-color: #46a5f1;
  position: relative;
  overflow: hidden;
  background-image: url(../images/bj.png);
  background-size: 100% 100%;
  background-position: center;
}
section .q1,
section .q2,
section .q3,
section .q4 {
  position: absolute;
  background-image: url(../images/qiu.png);
  background-size: 100% 100%;
  opacity: 0.3;
}
section .q1 {
  left: -50px;
  top: 30px;
  width: 150px;
  height: 150px;
}
section .q2 {
  left: 600px;
  top: -20px;
  width: 100px;
  height: 100px;
}
section .q3 {
  right: -100px;
  top: 150px;
  width: 80px;
  height: 80px;
}
section .q4 {
  left: 50%;
  bottom: 10px;
  width: 80px;
  height: 80px;
}
section .panel {
  width: 80%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  padding-top: 60px;
}
section .panel .illustration {
  position: absolute;
  width: 400px;
  height: 336px;
  top: 50%;
  margin-top: -163px;
}
section .panel .illustration img {
  width: 400px;
  height: 100%;
}
section .panel .login {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  margin-top: -150px;
  width: 340px;
  height: 300px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
section .panel .login dt {
  display: block;
  text-align: center;
  padding-top: 10px;
}
section .panel .login dt label {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
  width: 40%;
  margin: 0px 2%;
  cursor: pointer;
}
section .panel .login dt label:after {
  display: none;
  position: absolute;
  content: " ";
  left: 0;
  width: 100%;
  bottom: 0;
  border-bottom: 4px solid #008EE0;
}
section .panel .login dt label.active:after {
  display: block;
}
section .panel .login dd {
  display: none;
}
section .panel .login dd.active {
  display: block;
}
section .panel .login dd#qy div {
  text-indent: 2rem;
  line-height: 30px;
}
section .panel .login dd > * {
  padding: 30px;
}
section .panel .login dd button {
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #FFF8F8;
  background-color: #00A3E6;
  border-radius: 4px;
  padding: 0px 12px;
  display: block;
  margin: 0 auto;
  width: 200px;
  clear: both;
  cursor: pointer;
}
section .panel .login dd ul {
  font-size: 0px;
  padding-top: 15px;
}
section .panel .login dd ul li {
  font-size: 0px;
  display: block;
  line-height: 32px;
  margin: 16px 0px;
}
section .panel .login dd ul li label {
  display: inline-block;
  width: 60px;
  text-align: center;
  font-size: 14px;
}
section .panel .login dd ul li input {
  width: 190px;
  padding-left: 10px;
  height: 30px;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  display: inline-block;
}
section .panel .login dd ul li input:focus {
  border-color: #00A3E6;
}
section .panel .login dd ul li.yzm label {
  display: block;
  float: left;
}
section .panel .login dd ul li.yzm input {
  width: 98px;
  display: block;
  float: left;
}
section .panel .login dd ul li.yzm span {
  display: block;
  float: left;
  height: 30px;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  width: 80px;
  margin-left: 10px;
}
section .panel .login dd ul li.yzm span img {
  display: block;
  width: 100%;
  height: 100%;
}
section .panel .login dd ul li.yzm:after {
  content: " ";
  display: block;
  clear: both;
}
section .panel .login dd ul li button {
  margin-top: 10px;
}
footer {
  height: 80px;
  color: #676a6c;
  background-color: #FFFFFF;
  border-top: 2px solid #1b90e0;
  background-image: url(../images/bottombg.png);
}
footer .footerContent {
  max-width: 650px;
  margin: 0 auto;
  font-size: 0px;
  text-align: center;
  padding-top: 12px;
}
footer .footerContent label {
  font-size: 12px;
  display: inline-block;
  width: 200px;
  margin-right: 10px;
  text-align: left;
  white-space: nowrap;
  word-break: keep-all;
}
