@charset "UTF-8";
html,
body {
  height: 100%;
  min-width: 1200px;
  min-height: 350px;
  background-color: #f0f0f7;
}

body {
  padding-bottom: 10px;
}

ol,
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
a:hover,
a:focus {
  text-decoration: none;
}
.leftsidebar {
  box-shadow: none;
}
[v-cloak] {
  display: none;
}

.scrollpanel::-webkit-scrollbar {
  width: 6px;
}
.scrollpanel::-webkit-scrollbar-thumb {
  background-color: #e5e5f3;
  border-radius: 3px;
}

.ImportCode-panel-title {
  font-size: 18px;
  line-height: 1;
  color: #595bb2;
  flex-shrink: 0;
}

/*input -- 输入模考码 -- start */
.mockExam-code {
  display: flex;
  justify-content: space-between;
  flex-shrink: 0;
}

.mockExam-code-input {
  box-sizing: border-box;
  font-size: 0;
  position: relative;
}
.mockExam-code-input input {
  width: 220px;
  height: 50px;
  background-color: #edeefa;
  border-radius: 8px 0px 0px 8px;
  border: solid 1px #595bb2;
  font-size: 14px;
  color: #595bb2;
  text-align: left;
  padding: 0 20px;
}
.mockExam-code-input input::-webkit-input-placeholder {
  color: #595bb2;
}
.mockExam-code-input button {
  width: 100px;
  height: 50px;
  background-color: #595bb2;
  border-radius: 0px 8px 8px 0px;
  font-size: 16px;
  color: #ffffff;
}
.mockExam-code-input p {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -110px;
  margin: auto;
  height: 14px;
  line-height: 14px;
  font-size: 14px;
  color: #ff0000;
}
a.btn-examination {
  width: 180px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #595bb2;
  border-radius: 8px;
  font-size: 16px;
  color: #ffffff;
}

/*=========== 模考记录 ===========*/
.mockExam-record {
  margin-top: 20px;
  flex-shrink: 0;
}

.mockExam-record-form {
  margin-top: 20px;
  background-color: #f5f5fa;
  border-radius: 8px;
  height: 320px;
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 35px;
}
.mockExam-record-form img.dummy_status {
  display: block;
  margin: 20px auto;
  width: 150px;
}
.mockExam-record-form ul {
  overflow: hidden;
  display: flex;
  align-items: stretch;
}
.mockExam-record-form ul li {
  font-size: 14px;
  letter-spacing: 1px;
  color: #333333;
  width: 170px;
  text-align: center;
  float: left;
  user-select: none;
}
.mockExam-record-form ul li:nth-child(1) {
  width: 260px;
}
.mockExam-record-form ul li:nth-child(2),
.mockExam-record-form ul li:nth-last-child(2) {
  width: 100px;
}
.mockExam-record-form ul li:nth-last-child(3) {
  width: 180px;
}
.mockExam-record-form ul li:last-child {
  width: 160px;
  cursor: pointer;
}

.mockExam-record-form ul.mockExam-record-form-title:nth-child(1) li {
  color: #735ce6;
}
.mockExam-record-form ul li.liBark {
  color: #595bb2;
  cursor: pointer;
}
.mockExam-record-form ul li.liB3 {
  color: #b3b3b3;
}

.mockExam-record-form-title {
  flex-shrink: 0;
}

.mockExam-record-form-title li {
  height: 50px;
  line-height: 50px;
}

.mockExam-record-form-list {
  margin-top: 10px;
  height: 100%;
  overflow-y: auto;
}
.mockExam-record-form-list ul:not(:last-child) {
  margin-bottom: 15px;
}
.mockExam-record-form-list ul li:first-child {
  text-align: left;
  padding: 0 20px;
}

.mockExam-record-paging {
  text-align: center;
  position: absolute;
  bottom: 13px;
  left: 0;
  right: 0;
  font-size: 0;
}
.mockExam-record-paging button {
  border: 0;
  background: none;
  font-size: 14px;
  letter-spacing: 2px;
  color: #b3b3b3;
  vertical-align: text-bottom;
}
.mockExam-record-paging button:focus {
  outline: none;
}
.mockExam-record-paging button.btn-onClick {
  color: #595bb2;
}
.mockExam-record-paging span {
  font-size: 14px;
  letter-spacing: 2px;
  color: #333333;
  margin: 0 50px;
  vertical-align: text-bottom;
}
.mockExam-record-paging span i,
.mockExam-record-paging span em {
  font-style: normal;
}
.mockExam-record-form ul li:last-child img:nth-child(1) {
  margin: 0 15px 0 0;
}
/*=========== 教研精编考卷 ===========*/
.mockExam-teacher {
  margin-top: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.mockExam-teacher-border {
  margin-top: 20px;
  background-color: #f5f5fa;
  border-radius: 8px;
  height: 100%;
  overflow: hidden;
  padding: 5px 0;
}
.mockExam-teacher-form {
  height: 100%;
  overflow-y: auto;
}

.mockExam-form-class {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  padding-right: 40px;
}
.mockExam-form-class p {
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  color: #333333;
  flex-shrink: 0;
}
.mockExam-form-class ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.mockExam-form-class ul li {
  width: 176px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #595bb2;
}
.mockExam-form-class ul li.common-test {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  white-space: normal;
  cursor: pointer;
}
.mockExam-form-class ul li span.mock-name-len {
  max-width: 150px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  white-space: normal;
  float: left;
}
.mockExam-form-class ul li span.form-label {
  width: 30px;
  height: 16px;
  background-color: #434343;
  border-radius: 2px;
  font-family: ;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffdd56;
  display: inline-block;
  text-align: center;
}
.mockExam-form-class ul li img {
  width: 30px;
  height: 16px;
  border-radius: 2px;
  margin: -2px 0 0 4px;
}

/*=========== 教研精编考卷 -- end ===========*/

/*=========== 学员考卷弹框提示 -- start ===========*/
.Student-model {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
}
.Student-model-panel {
  width: 480px;
  height: 300px;
  background: inherit;
  background-color: rgba(255, 255, 255, 1);
  border: none;
  border-radius: 6px;
  -moz-box-shadow: 3px 3px 16px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 3px 16px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 16px rgba(0, 0, 0, 0.2);
  padding: 20px 40px;
  margin: 0 auto;
  text-align: center;
}
.Student-model-title {
  font-family: ;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  color: #338fff;
}
.Student-model-hint {
  width: 100%;
  text-align: left;
  margin-top: 15px;
  height: 130px;
}
.row-text {
  width: 251px;
  height: 128px;
  font-family: ;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
  float: left;
}
.row-img {
  width: 120px;
  height: 120px;
  float: right;
}
.Student-model button {
  border: 0;
  width: 240px;
  height: 40px;
  background: inherit;
  background-color: rgba(104, 174, 248, 1);
  border: none;
  border-radius: 6px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 30px;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
}

/*<!-- 模考记录 -- 删除弹框  -->*/
.model-delete-popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
}
.model-delete-panel {
  width: 400px;
  height: 250px;
  background-color: #ffffff;
  box-shadow: 2.5px 4.3px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  text-align: center;
  padding: 20px;
}
.model-delete-popup h3 {
  font-family: ;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
  margin: 20px 0;
}
.model-delete-popup p {
  font-family: ;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ff3333;
  margin: 30px 0;
}
.model-delete-popup button {
  width: 140px;
  height: 40px;
  border-radius: 5px;
  font-family: ;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1.6px;
  color: #ffffff;
  margin: 0 18px;
  border: 0;
}
.model-delete-popup button.btn-affirm {
  background-color: #ff3333;
}
.model-delete-popup button.btn-cancel {
  background-color: #68aef8;
}
/* =========== 题型练习 ============ */
.container-Exercise div.ImportCode-panel-nav {
  width: 100%;
  height: 40px;
  background-color: #735ce6;
  border-radius: 6px;
  letter-spacing: 3px;
  color: #ffffff;
  line-height: 40px;
}
.container-Exercise div.ImportCode-panel-Exercise {
  width: 93%;
  display: block;
  margin: 15px auto;
}
.container-Exercise div.ImportCode-panel-Exercise ul {
  width: 920px;
  background-color: #f7f9ff;
  border-radius: 10px;
  padding: 20px;
  margin: 0 auto 10px auto;
}
.container-Exercise div.ImportCode-panel-Exercise ul:nth-child(1) {
  height: 270px;
}
.container-Exercise div.ImportCode-panel-Exercise ul:nth-child(2) {
  height: 195px;
}
.container-Exercise div.ImportCode-panel-Exercise ul:nth-child(3) {
  height: 245px;
}

.container-Exercise div.ImportCode-panel-Exercise .panel-Exercise-list {
  display: flex;
  flex-direction: row;
}
div.ImportCode-panel-Exercise .panel-Exercise-list p {
  width: 56px;
  text-align: center;
  margin: 0 15px;
}
div.ImportCode-panel-Exercise .panel-Exercise-list p span {
  display: block;
  font-family: ;
  font-size: 18px;
  font-weight: Bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ccccff;
  margin-bottom: 15px;
}
div.ImportCode-panel-Exercise .panel-Exercise-list p i {
  display: block;
  font-style: normal;
  font-family: ;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}
div.ImportCode-panel-Exercise .panel-Exercise-list .Exercise-list-tab {
  margin: 0 20px;
}
div.ImportCode-panel-Exercise .panel-Exercise-list .Exercise-list-tab a {
  width: 340px;
  height: 45px;
  line-height: 45px;
  display: flex;
  flex-direction: row;
  background-color: #ffffff;
  box-shadow: 1px 1.7px 4px 0px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  float: left;
  font-family: ;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  position: relative;
  margin-bottom: 10px;
}
div.ImportCode-panel-Exercise
  .panel-Exercise-list
  .Exercise-list-tab
  a:nth-child(odd) {
  margin-right: 50px;
}
.panel-Exercise-list .icon_listening-3 {
  margin-top: 25px;
}
.panel-Exercise-list .Exercise-list-tab a span {
  width: 45px;
  height: 24px;
  line-height: 24px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #d4ccff;
  font-family: ;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1.4px;
  color: #735ce6;
  text-align: center;
  margin: 10px;
}
.panel-Exercise-list .Exercise-list-tab a i {
  width: 51px;
  height: 17px;
  background: url("/PTE/images/icon_tag.png") no-repeat;
  position: absolute;
  right: 10px;
  top: 14px;
}
.Line-work-model,
.SmallAmountPattern-model {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 100;
  /*display: flex;*/
  align-items: center;
  justify-content: center;
}
.Line-work-model .Line-work-windows,
.SmallAmountPattern-model .Line-work-windows {
  width: 505px;
  height: 326px;
  display: block;
  position: relative;
}
.SmallAmountPattern-model .Line-work-windows {
  width: 440px;
  height: 343px;
  background: url("/PTE/images/block_mokaoma.png") no-repeat;
}
.Line-work-model .Line-work-close,
.SmallAmountPattern-model .Line-work-close {
  position: absolute;
  top: 10px;
  right: 25px;
  cursor: pointer;
}
.SmallAmountPattern-model .Line-work-close {
  top: 28px;
  right: -13px;
  width: 30px;
  height: 30px;
}
.SmallAmountPattern-model .model-panel {
  position: absolute;
  top: 150px;
  left: 35px;
  display: flex;
}
.SmallAmountPattern-model .model-panel p {
  font-family: ;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
}
.SmallAmountPattern-model .model-panel .code {
  width: 156px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 10px;
}
.SmallAmountPattern-model .model-panel .code img {
  width: 90px;
  height: 90px;
  display: block;
  margin: 5px auto;
}
.SmallAmountPattern-model .model-panel .code p {
  font-family: ;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}
.SmallAmountPattern-model .model-panel .code p i {
  font-style: normal;
}
.SmallAmountPattern-model .model-panel p span {
  color: #4657d8;
}

/* ---------------------------- 2021-04-19 ------------------------------------------------- */
.page-root {
  margin: auto;
  height: 100%;
  min-height: 650px;
  width: 1200px !important;
  max-width: none !important;
  overflow-x: visible;
  overflow-y: hidden;
  padding-top: 90px;
  position: relative;
  background-color: transparent;
  border: none;
}

@media only screen and (max-width: 1580px) {
  .page-root {
    width: 1150px !important;
  }
}

@media only screen and (max-width: 1530px) {
  .page-root {
    width: 1100px !important;
  }
}

@media only screen and (max-width: 1480px) {
  .page-root {
    width: 1050px !important;
  }
}

@media only screen and (max-width: 1430px) {
  .page-root {
    width: 1000px !important;
  }
}

.page-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 90px;
  line-height: 90px;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 28px;
  color: #cccccc;
  margin: auto;
}

.page-main {
  height: 100%;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: hidden;
  overflow-x: visible;
}

.main-head {
  background-color: #ffffff;
  border-radius: 10px;
  position: relative;
  flex-shrink: 0;
}

.main-head-text {
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  letter-spacing: 2px;
  color: #595bb2;
}
.main-head .panel-hint {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  height: 14px;
  line-height: 14px;
  font-size: 14px;
  color: #595bb2;
  opacity: 0.75;
}

.main-content {
  height: 100%;
  margin-top: 10px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px 30px 20px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

@media only screen and (max-height: 860px) {
  .mockExam-record-form {
    margin-top: 15px;
  }
  .mockExam-teacher-border {
    margin-top: 15px;
  }
}
@media only screen and (max-height: 865px) {
  .mockExam-record {
    margin-top: 15px;
  }
  .mockExam-teacher {
    margin-top: 15px;
  }
  a.btn-examination {
    height: 45px;
    line-height: 45px;
  }
  .mockExam-code-input input {
    height: 45px;
  }
  .mockExam-code-input button {
    height: 45px;
  }
}

@media only screen and (max-height: 815px) {
  .mockExam-record-form {
    height: 240px;
  }
}

@media only screen and (max-height: 740px) {
  .mockExam-record-form {
    height: 200px;
  }
}
