.container {
  width: 1140px !important;
  max-width: 1140px !important;
}

.section-card {
  background: #ffffff;
  border-radius: 5px;
  margin-bottom: 60px;
}

.exam-section-card {
  padding: 60px;
  margin-top: 30px;
}

.cover-title {
  padding-bottom: 35px;
  border-bottom: 1px dashed #ebebeb;
  margin-bottom: 40px;
}

.cover-title .title {
  font-size: 22px;
  font-weight: bold;
  color: #393f47;
  text-align: center;
}

.cover-title .desc {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}

.cover-title .desc .text {
  font-size: 16px;
  line-height: 25px;
  color: #949699;
  margin-top: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.cover-content {
  display: flex;
}

.cover-content-item {
  flex: 1;
}

.cover-content-item:nth-child(2) {
  border-left: 1px solid #ebebeb;
}

.cover-exam-infor {
  width: 300px;
  margin-left: 60px;
}

.cover-exam-infor .infor-item {
  display: flex;
  align-items: center;
  height: 84px;
}

.cover-exam-infor .infor-item:nth-child(n + 2) {
  border-top: 1px dashed rgba(175, 178, 181, 0.5);
}

.cover-exam-infor .infor-item .left {
  display: flex;
  width: 232px;
}

.cover-exam-infor .infor-item .icon {
  margin-right: 8px;
}

.cover-exam-infor .infor-item .name {
  font-size: 16px;
  line-height: 25px;
  color: #60656b;
}

.cover-exam-infor .infor-item .text {
  font-size: 16px;
  line-height: 25px;
  color: #393f47;
}

.cover-exam-infor .infor-item .text .font1 {
  color: #dc5254;
}

.charts-cover-title {
  font-size: 16px;
  font-weight: bold;
  color: #393f47;
  margin-bottom: 40px;
}

.charts-cover-infor {
  display: flex;
  align-items: center;
  width: 540px;
}

.charts-cover-infor .cover-exam-infor {
  margin-left: 30px;
  width: 250px;
}

.charts-cover-infor .cover-exam-infor .left {
  width: 150px;
}

.charts-cover-infor .cover-exam-infor .name {
  font-size: 14px;
  line-height: 24px;
  color: #393f47;
}

.charts-cover-infor .cover-exam-infor .text {
  font-size: 18px;
  font-weight: bold;
  color: #60656b;
}

.charts-cover-infor .cover-exam-infor .text .font2 {
  font-size: 16px;
  line-height: 24px;
  color: #949699;
  font-weight: normal;
}

.charts-cover-infor .chart {
  position: relative;
  width: 200px;
  height: 200px;
}

.charts-cover-infor .chart .box1,
.charts-cover-infor .chart .box2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.charts-cover-infor .chart .box2 {
  padding: 30px;
  text-align: center;
}

.charts-cover-infor .chart .box2 .number {
  font-size: 40px;
  font-family: DIN;
  font-weight: bold;
  line-height: 24px;
  margin-top: 48px;
}

.charts-cover-infor .chart .box2 .number .symbol {
  font-weight: normal;
  font-size: 20px;
}

.charts-cover-infor .chart .box2 .text {
  font-size: 14px;
  line-height: 24px;
  color: #60656b;
}

.charts-cover-infor .chart .box2 .button {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 28px;
  width: 80px;
  height: 28px;
  background: rgba(3, 208, 161, 0.05);
  border: 1px solid rgba(3, 208, 161, 0.302);
  color: #03d0a1;
  font-size: 12px;
  box-sizing: border-box;
  margin-top: 8px;
  cursor: pointer;
}

.exam-timer {
  display: flex;
  justify-content: center;
}

.exam-timer .group {
  display: flex;
}

.exam-timer .number {
  width: 34px;
  height: 54px;
  line-height: 52px;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  font-size: 40px;
  font-family: DIN;
  font-weight: 500;
  color: #60656b;
}

.exam-timer .number + .number {
  margin-left: 2px;
}

.exam-timer .text {
  font-weight: 400;
  color: #60656b;
  vertical-align: bottom;
  margin: 0 6px;
  margin-top: 25px;
}

.exam-time-text {
  text-align: center;
  font-size: 14px;
  line-height: 25px;
  color: #60656b;
  margin-bottom: 20px;
}

.exam-time-text .font {
  color: #ff6a4d;
  font-weight: bold;
}

.join-text {
  font-size: 14px;
  line-height: 25px;
  color: #949699;
  text-align: center;
}

.join-text .font {
  color: #dc5254;
}

.over-title1 {
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
  color: #797c80;
  margin-bottom: 12px;
  text-align: center;
}

.over-title2 {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  color: #949699;
  text-align: center;
}

.button-group {
  margin-top: 60px;
}

.button-group .button {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  width: 300px;
  height: 60px;
  box-sizing: border-box;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 20px;
}

.button-group .button--main {
  background: #dc5254;
  color: #fff;
  font-weight: bold;
}

.button-group .button--main-plan {
  background: rgba(220, 82, 84, 0.05);
  border: 1px solid rgba(220, 82, 84, 0.302);
  color: #dc5254;
}

.button-group .button--blue {
  background: linear-gradient(135deg, #2499ff 0%, #44a8ff 100%);
  color: #fff;
  font-weight: bold;
}

.button-group .button--blue[disabled] {
  background: #8ac8fe;
  cursor: default;
}

.button-group .button--desabled {
  background-color: rgba(175, 178, 181, 0.5);
  color: #fff;
  cursor: default;
}

.exam-nav {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 40px;
}

.exam-nav .link {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  width: 120px;
  height: 40px;
  border: 1px solid #e5e5e5;
  background: rgba(245, 245, 245, 0.5);
  border: 1px solid #e5e5e5;
  border-bottom: none;
  border-radius: 5px 5px 0px 0px;
  position: relative;
}

.exam-nav .link.active {
  background-color: #fff;
  color: #dc5254;
  font-weight: bold;
}

.exam-nav .link.active::before {
  z-index: 1;
  content: "";
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: #fff;
  left: 0;
}

.exam-nav .link + .link {
  margin-left: 10px;
}

.cover-tips {
  margin-top: 100px;
}

.cover-tips .title {
  font-size: 14px;
  line-height: 25px;
  color: #60656b;
  margin-bottom: 8px;
}

.cover-tips .text {
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  color: #949699;
}
