.jjbOnlineTest .animated {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.jjbOnlineTest .tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%,
  43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  40%,
  43%,
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%,
  43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  40%,
  43%,
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes s2-an {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes s2-an {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.jjbOnlineTest .com-btns div {
  height: 46px;
  line-height: 46px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  cursor: default;
}
.jjbOnlineTest .com-btns div.btn-black {
  width: 250px;
  background: #424242;
}
.jjbOnlineTest .com-btns div.btn-orange {
  width: 186px;
  background: #ff8c1a;
}
.jjbOnlineTest .com-btns div.btn-orange:hover {
  background: #f07c06;
}
.jjbOnlineTest .com-btn {
  width: 220px;
  height: 42px;
  line-height: 42px;
  color: #fff;
  font-size: 16px;
  border-radius: 3px;
  margin: 0 auto;
  background: #ff8c1a;
  cursor: default;
}
.jjbOnlineTest .com-btn:hover {
  background: #f07c06;
}
.jjbOnlineTest .com-btn .btn {
  width: 178px;
  height: 100%;
  border-right: 1px solid #fff;
}
.jjbOnlineTest .com-btn .arrow-icon {
  width: 8px;
  height: 12px;
  right: 17px;
  background: url(../imgs/onlineTest/arrow.png) no-repeat;
}
.jjbOnlineTest .banner {
  width: 100%;
  height: 480px;
  background: url(../imgs/onlineTest/banner.png) top center no-repeat;
}
.jjbOnlineTest .banner .banner-content {
  padding-top: 25px;
  position: relative;
}
.jjbOnlineTest .banner .banner-content .txt {
  top: 80px;
  width: 567px;
  height: 157px;
  background: url(../imgs/onlineTest/banner-txt.png) center no-repeat;
}
.jjbOnlineTest .banner .banner-con {
  width: 685px;
  height: 261px;
  margin: 0 auto;
  background: url(../imgs/onlineTest/banner-con.png) center no-repeat;
}
.jjbOnlineTest .banner .btns-wrap {
  margin: 0 auto;
  text-align: center;
}
.jjbOnlineTest .banner .btns-wrap .btn {
  display: inline-block;
  width: 280px;
  height: 56px;
  line-height: 56px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  background: #ff8c1a;
  cursor: default;
}
.jjbOnlineTest .banner .btns-wrap .btn:hover {
  background: #f07c06;
}
.jjbOnlineTest .banner .btns-wrap .btn.btn-red {
  background: #fe4343;
}
.jjbOnlineTest .c1 .txt-con {
  width: 600px;
  padding: 70px 0 100px;
}
.jjbOnlineTest .c1 .img-bg {
  width: 528px;
  height: 302px;
  margin-top: 60px;
}
.jjbOnlineTest .c1 .zk-btn {
  display: inline-block;
  padding: 0 30px;
}
.jjbOnlineTest .c2 ul li {
  position: relative;
  width: 282px;
  height: 212px;
  color: #fff;
  font-size: 26px;
}
.jjbOnlineTest .c3 .study-test {
  width: 993px;
  height: 491px;
  margin: 0 auto 50px;
  background: url(../imgs/onlineTest/c3.png) no-repeat;
}
.jjbOnlineTest .c3 .study-test a {
  position: absolute;
  text-align: center;
  color: #fff;
  font-size: 18px;
  border-radius: 50%;
  cursor: default;
}
.jjbOnlineTest .c3 .study-test a:hover {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
.jjbOnlineTest .c3 .study-test a:nth-child(1) {
  top: 140px;
  left: 0;
  width: 150px;
  height: 150px;
  line-height: 150px;
  background: #eb9b40;
}
.jjbOnlineTest .c3 .study-test a:nth-child(2) {
  top: 13px;
  left: 227px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: #a5a5a5;
}
.jjbOnlineTest .c3 .study-test a:nth-child(3) {
  top: 180px;
  left: 278px;
  width: 98px;
  height: 98px;
  line-height: 98px;
  background: #f6c01b;
}
.jjbOnlineTest .c3 .study-test a:nth-child(4) {
  bottom: 70px;
  left: 195px;
  width: 108px;
  height: 108px;
  line-height: 108px;
  background: #96867b;
}
.jjbOnlineTest .c3 .study-test a:nth-child(5) {
  top: 40px;
  left: 370px;
  width: 128px;
  height: 128px;
  line-height: 128px;
  background: #fb4d60;
}
.jjbOnlineTest .c3 .study-test a:nth-child(6) {
  top: 195px;
  left: 465px;
  width: 130px;
  height: 130px;
  line-height: 130px;
  background: #35c787;
}
.jjbOnlineTest .c3 .study-test a:nth-child(7) {
  bottom: 0px;
  left: 445px;
  width: 118px;
  height: 118px;
  line-height: 118px;
  background: #ff8c1a;
}
.jjbOnlineTest .c3 .study-test a:nth-child(8) {
  top: 0;
  right: 220px;
  width: 150px;
  height: 150px;
  line-height: 150px;
  background: #40cdd3;
}
.jjbOnlineTest .c3 .study-test a:nth-child(9) {
  top: 165px;
  right: 240px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: #3b3d3d;
}
.jjbOnlineTest .c3 .study-test a:nth-child(10) {
  top: 290px;
  right: 210px;
  width: 128px;
  height: 128px;
  line-height: 128px;
  background: #e775a5;
}
.jjbOnlineTest .c3 .study-test a:nth-child(11) {
  top: 142px;
  right: 0px;
  width: 110px;
  height: 110px;
  line-height: 110px;
  background: #509fdf;
}
.jjbOnlineTest .c3 .study-test a:nth-child(12) {
  top: 280px;
  right: 50px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  background: #bd52e5;
}
.jjbOnlineTest .c4 .list {
  padding: 50px 90px 0;
}
.jjbOnlineTest .c4 .list li:not(:last-child) {
  margin-right: 120px;
}
.jjbOnlineTest .c4 .list li a {
  width: 260px;
  height: 266px;
  background: #fff;
  box-shadow: 0 1px 9px rgba(199, 199, 199, 0.51);
  -webkit-box-shadow: 0 1px 9px rgba(199, 199, 199, 0.51);
  -moz-box-shadow: 0 1px 9px rgba(199, 199, 199, 0.51);
  -ms-box-shadow: 0 1px 9px rgba(199, 199, 199, 0.51);
  cursor: default;
}
.jjbOnlineTest .c4 .list li a .icon {
  margin-bottom: 35px;
  text-align: center;
}
.jjbOnlineTest .c4 .list li a .icon1 {
  display: inline-block;
  width: 63px;
  height: 57px;
  background: url(../imgs/onlineTest/c41.png) no-repeat;
}
.jjbOnlineTest .c4 .list li a .icon2 {
  display: inline-block;
  width: 52px;
  height: 52px;
  background: url(../imgs/onlineTest/c42.png) no-repeat;
}
.jjbOnlineTest .c4 .list li a .icon3 {
  display: inline-block;
  width: 47px;
  height: 55px;
  background: url(../imgs/onlineTest/c43.png) no-repeat;
}
.jjbOnlineTest .c4 .list li a p {
  color: #333;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
}
.jjbOnlineTest .c4 .list li a:hover {
  background: #ff8c1a;
}
.jjbOnlineTest .c4 .list li a:hover .s2-ani {
  -webkit-animation-name: s2-an;
  animation-name: s2-an;
}
.jjbOnlineTest .c4 .list li a:hover p {
  color: #fff;
}
.jjbOnlineTest .c4 .list li a:hover .icon1 {
  background: url(../imgs/onlineTest/c41h.png) no-repeat;
}
.jjbOnlineTest .c4 .list li a:hover .icon2 {
  background: url(../imgs/onlineTest/c42h.png) no-repeat;
}
.jjbOnlineTest .c4 .list li a:hover .icon3 {
  background: url(../imgs/onlineTest/c43h.png) no-repeat;
}
.jjbOnlineTest .c5 .list {
  padding-top: 50px;
}
.jjbOnlineTest .c5 .list li {
  width: 400px;
}
.jjbOnlineTest .c5 .list li a {
  width: 100%;
  text-align: center;
  cursor: default;
}
.jjbOnlineTest .c5 .list li a .num {
  width: 50px;
  height: 50px;
  font-size: 24px;
  color: #fff;
  line-height: 50px;
  background: #cdcdcd;
  border-radius: 50%;
  margin: 0 auto 40px;
}
.jjbOnlineTest .c5 .list li a .line {
  width: 100%;
  height: 1px;
  background: #dcdcdc;
  position: relative;
}
.jjbOnlineTest .c5 .list li a .line:after {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cdcdcd;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.jjbOnlineTest .c5 .list li a .line .line-h {
  position: absolute;
  bottom: 0px;
  left: 50%;
  z-index: 50;
  content: "";
  width: 0px;
  height: 1px;
  background: #ff8c1a;
}
.jjbOnlineTest .c5 .list li a h3 {
  color: #333;
  font-size: 22px;
  line-height: 32px;
  padding: 25px 10px 15px;
}
.jjbOnlineTest .c5 .list li a p {
  color: #999;
  font-size: 14px;
  line-height: 32px;
}
.jjbOnlineTest .c5 .list li a:hover .num {
  background: #ff8c1a;
}
.jjbOnlineTest .c5 .list li a:hover .line:after {
  background: #ff8c1a;
}
.jjbOnlineTest .c5 .list li a:hover h3 {
  color: #ff8c1a;
}
.jjbOnlineTest .c5 .list li a:hover .line .line-h {
  left: 0;
  width: 100%;
}
.jjbOnlineTest .model {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-background: rgba(0, 0, 0, 0.8);
  z-index: 100;
}
.jjbOnlineTest .model .content {
  width: 660px;
  background: #fff;
  padding: 40px;
}
.jjbOnlineTest .model .content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: url(../imgs/onlineTest/model-line.png) no-repeat;
}
.jjbOnlineTest .model .content .close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -25px;
  right: -25px;
  background: url(../imgs/onlineTest/m-close.png) no-repeat;
}
.jjbOnlineTest .model .content .zk-btn {
  width: 280px;
  font-size: 18px;
  margin: 30px auto 0;
}
.jjbOnlineTest .model .content .zk-form-control-wrap input,
.jjbOnlineTest .model .content .zk-form-control-wrap .select,
.jjbOnlineTest .model .content .zk-form-control-wrap select {
  width: 280px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border: none;
  background: #f1f1f1;
  color: #999;
  font-size: 14px;
  border-radius: 0px;
}
.jjbOnlineTest .model .content .zk-form-control-wrap .select,
.jjbOnlineTest .model .content .zk-form-control-wrap select {
  width: 100%;
  border: 0px;
  padding: 0 15px;
}
.jjbOnlineTest .model .content .zk-form-control-wrap textarea {
  width: 100%;
  line-height: 24px;
  padding: 20px;
  border: none;
  background: #f1f1f1;
  color: #999;
  font-size: 14px;
}
