body, html {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0; }

p {
  padding: 0;
  margin: 0; }

.login-wrap {
  width: 910px;
  height: 100%;
  margin: auto;
  background: #f6f6f6;
  box-sizing: border-box;
  background: url(//images.koolearn.com/fe_upload/2018/7/2018-7-13-1531475112552.png) no-repeat;
  position: relative; }
  .login-wrap .login-logo {
    height: 57px;
    width: 290px;
    position: absolute;
    left: 50%;
    margin-left: -142px;
    bottom: 66px;
    background: url(http://images.koolearn.com/fe_upload/2018/7/2018-7-13-1531475189133.png) no-repeat; }

.test-confirm {
  padding-top: 135px; }
  .test-confirm__content {
    padding: 55px 45px;
    height: 425px;
    box-sizing: border-box;
    width: 440px;
    margin: 0 auto;
    background: #fff; }
  .test-confirm__user-img {
    width: 95px;
    height: 150px;
    float: left;
    margin-right: 23px; }
    .test-confirm__user-img img {
      display: inline-block;
      width: 95px;
      height: 126px;
      border: 1px solid #ccc; }
  .test-confirm__user-info {
    color: #000;
    font-size: 14px;
    position: relative; }
    .test-confirm__user-info:after {
      content: '';
      display: block;
      clear: both; }
  .test-confirm__info-item {
    margin-bottom: 8px; }
  .test-confirm__info-label {
    width: 70px;
    display: inline-block;
    text-align: right;
    margin-right: 15px; }
  .test-confirm__info-val {
    display: inline-block; }
  .test-confirm__success {
    font-size: 36px;
    text-align: center;
    margin: 20px 0;
    color: #f51e55; }
  .test-confirm__tips {
    font-size: 18px; }
  .test-confirm__count-down {
    font-size: 24px;
    text-align: center;
    color: #f51e55; }
  .test-confirm__operate {
    font-size: 14px;
    text-align: center;
    margin: 10px; }
  .test-confirm__next {
    background: #f51e55;
    display: inline-block;
    border: 0;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none; }
    .test-confirm__next:hover {
      cursor: pointer;
      background: #ff2763; }



/*# sourceMappingURL=page.css.map */
