@charset "UTF-8";
.test-log {
  max-height: 300px;
  margin: 0 auto;
  overflow: auto; }
  .test-log__item {
    width: 255px;
    margin-bottom: 20px; }
  .test-log__head {
    font-size: 16px; }
  .test-log__title {
    padding: 10px 0px; }
  .test-log__name {
    display: inline-block;
    border: 1px solid #ccc;
    width: 160px;
    margin-top: -1px;
    line-height: 30px;
    vertical-align: middle;
    padding: 0 5px; }
  .test-log__score {
    display: inline-block;
    border: 1px solid #ccc;
    width: 70px;
    margin-top: -1px;
    margin-left: -1px;
    line-height: 30px;
    vertical-align: middle;
    padding: 0 5px; }

.confirm-redo {
  width: 235px;
  margin: -40px auto 0; }
  .confirm-redo__title {
    font-size: 14px;
    margin-bottom: 20px; }
  .confirm-redo__content {
    font-size: 14px;
    color: #5d5d5d; }
  .confirm-redo__operation {
    float: right;
    margin-top: 30px; }
  .confirm-redo__new {
    background: #f00;
    padding: 10px 20px;
    display: inline-block;
    color: #fff !important;
    border-radius: 3px;
    margin-right: 5px; }
  .confirm-redo__redo {
    background: #f8f8f8;
    padding: 10px 20px;
    display: inline-block;
    color: #f00 !important;
    border: 1px solid #d0d0d0;
    border-radius: 3px; }
  .confirm-redo_no-bg {
    background-image: none !important;
    width: auto !important; }

.pack-class__base-info {
  overflow: hidden;
  margin-right: 250px;
  padding: 15px 30px 25px; }
.pack-class__agreement-info {
  width: 196px;
  height: 116px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 15px 27px;
  line-height: 2;
  background: url("pack/css/my-pack/pack-head/i/agreement.png") no-repeat; }
  .pack-class__agreement-info_name {
    font-size: 20px;
    font-weight: 900;
    line-height: 2;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .pack-class__agreement-info_text {
    font-size: 12px;
    line-height: 2;
    color: #969696; }
  .pack-class__agreement-info_id {
    font-size: 16px;
    line-height: 1.5; }
.pack-class__agreement-status {
  font-size: 16px;
  color: #fb1553; }
.pack-class__agreement-btn {
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 3px;
  background: #fff;
  cursor: pointer;
  border: #ccc 1px solid; }
.pack-class__head {
  border-bottom: 5px #f2f2f2 solid;
  margin: -15px -30px 0;
  overflow: hidden;
  *zoom: 1;
  position: relative;
  color: #3c3c3c; }
  .pack-class__head:after {
    content: "";
    display: block;
    clear: both; }
.pack-class__title {
  font-size: 20px;
  line-height: 2;
  font-weight: 900;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }
.pack-class__expiration {
  color: #787878;
  font-size: 16px; }
.pack-class__tips {
  margin-top: 25px; }
.pack-class__no-class:before {
  content: " ";
  background: url("pack/css/my-pack/pack-head/i/icon.png") center 4px no-repeat;
  width: 25px;
  height: 20px;
  display: inline-block;
  vertical-align: -4px; }
.pack-class__join, .pack-class__my-class {
  color: #fb1553 !important;
  border-bottom: 1px solid;
  cursor: pointer; }
.pack-class__has-class {
  display: inline-block; }
  .pack-class__has-class:before {
    content: " ";
    background: url("pack/css/my-pack/pack-head/i/icon.png") center -27px no-repeat;
    width: 25px;
    height: 20px;
    display: inline-block;
    vertical-align: -5px; }
.pack-class__listen-alert {
  display: inline-block;
  cursor: pointer; }
  .pack-class__listen-alert:before {
    content: " ";
    background: url("pack/css/my-pack/pack-head/i/icon.png") center -57px no-repeat;
    width: 25px;
    height: 20px;
    display: inline-block;
    vertical-align: -4px; }
.pack-class__feed-back {
  display: inline-block;
  cursor: pointer; }
  .pack-class__feed-back:before {
    content: " ";
    background: url("pack/css/my-pack/pack-head/i/icon.png") center -87px no-repeat;
    width: 25px;
    height: 20px;
    display: inline-block;
    vertical-align: -4px; }
  .pack-class__feed-back.done {
    cursor: default; }
    .pack-class__feed-back.done:before {
      background: url("pack/css/my-pack/pack-head/i/icon.png") center -117px no-repeat; }

.pop-up__close {
  position: absolute;
  font-size: 20px;
  right: -10px;
  top: -10px;
  cursor: pointer; }

@media screen and (max-width: 768px) {
  .pack-class__base-info {
    margin-right: auto;
    padding: 0;
    overflow: inherit; }
  .pack-class__agreement-info {
    width: auto;
    height: auto;
    border: 6px solid #fe2f6c;
    border-image: 6 repeating-linear-gradient(-45deg, #fe2f6c 0, #fe2f6c 2px, #fff1f5 0, #fff1f5 6px);
    background: transparent;
    margin-top: 15px;
    position: relative; }
  .pack-class__agreement-btn {
    position: absolute;
    top: 5px;
    right: 10px;
    background: none;
    color: #fe074f;
    border: 0;
    cursor: pointer; }
  .pack-class__head {
    padding: 15px 30px;
    overflow: inherit; }
  .pack-class__title {
    overflow: auto;
    white-space: normal;
    text-overflow: inherit;
    font-weight: normal;
    line-height: normal; }
  .pack-class__expiration {
    line-height: 2; }
  .pack-class__tips {
    margin: auto; }
  .pack-class__feed-back, .pack-class__listen-alert, .pack-class__has-class, .pack-class__no-class {
    padding: 14px 30px;
    border-bottom: 1px solid #ccc;
    display: block;
    margin: 0 -30px; } }
.real-exam__item {
  height: 78px;
  padding: 20px;
  box-sizing: border-box;
  line-height: 38px;
  background: #f9f9f9;
  margin: 10px 0; }
.real-exam__content {
  display: inline-block;
  vertical-align: middle;
  background: url("pack/css/common/i/computer.png") 10px center no-repeat;
  padding-left: 60px; }
.real-exam__title {
  font-size: 14px;
  color: #242424;
  margin-bottom: 5px; }
.real-exam__spot {
  font-size: 14px;
  line-height: 25px;
  padding-left: 13px;
  margin-right: 20px;
  color: #7d7e7d; 
  position: relative;
}
  .spot_zi{
    width: 7px;
    height: 7px;
    background: #f51e55;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 30%;
  }
  /* .real-exam__spot:before {
    content: "·";
    position: absolute;
    margin-left: -15px;
    margin-top: -4px;
    font-size: 50px;
    color: #ef0044; } */
.real-exam__status {
  float: right;
  color: #000;
  font-size: 14px;
  min-width: 70px; }
  .real-exam__status_usable:before {
    content: '';
    display: inline-block;
    border: 6px solid transparent;
    border-left-color: #ef0044; }
  .real-exam__status_usable:hover {
    cursor: pointer;
    color: #ef0044; }
  .real-exam__status_over {
    color: #7d7e7d; }
.real-exam__log {
  color: #7d7e7d;
  font-size: 14px;
  margin-right: 20px; }
.real-exam__score {
  font-size: 14px; }
  .real-exam__score:hover {
    cursor: pointer;
    color: #ef0044; }

@media screen and (max-width: 768px) {
  .real-exam__item {
    height: auto; }
  .real-exam__content {
    padding-left: 0;
    background: none; }
  .real-exam__spot {
    display: block; }
  .real-exam__score {
    display: block; }
  .real-exam__log {
    display: block; }
  .real-exam__status {
    float: none;
    display: block;
    /* text-align: right; */
    margin-bottom: -15px;
    margin-top: 8px;
  } }



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