.block-study-list .block-study-item {
  display: flex;
  align-items: center;
}

.block-study-list .block-study-item-content {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.block-study-list .block-study-item-footer {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  padding-right: 20px;
  width: 76x;
}

.block-study-list .block-study-item .study-button {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  width: 56px;
  height: 40px;
  border-radius: 22px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}

.block-study-list .block-study-item .study-button::after {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: initial;
  content: '';
  width: 18px;
  height: 18px;
}

.block-study-list .block-study-item .study-button--green {
  border: 1px solid rgba(0, 179, 138, 0.1);
}

.block-study-list .block-study-item .study-button--green::after {
  background-image: url(../imgs/block_study_list/button_icon_green.png);
}

.block-study-list .block-study-item .study-button--blue {
  border: 1px solid rgba(13, 154, 255, 0.1);
}

.block-study-list .block-study-item .study-button--blue::after {
  background-image: url(../imgs/block_study_list/button_icon_blue.png);
}

.block-study-list .block-study-item .study-button--black {
  border: 1px solid rgba(108, 115, 128, 0.1);
}

.block-study-list .block-study-item .study-button--black::after {
  background-image: url(../imgs/block_study_list/button_icon_black.png);
}

.block-study-list .block-study-item .study-button--purple {
  border: 1px solid rgba(85, 113, 255, 0.1);
}

.block-study-list .block-study-item .study-button--purple::after {
  background-image: url(../imgs/block_study_list/button_icon_purple.png);
}

.block-study-list .block-study-item .study-button.active .study-button-menu {
  display: block;
}

.block-study-list .block-study-item .study-button-menu {
  z-index: 1;
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  background: #ffffff;
  box-shadow: 0px 8px 24px rgba(37, 38, 45, 0.05);
  border-radius: 4px;
  padding: 0 18px;
  display: none;
}

.block-study-list .block-study-item .study-button-menu::after {
  position: absolute;
  top: -7px;
  right: 16px;
  content: '';
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
}

.block-study-list .block-study-item .study-button-menu .menu-item {
  padding: 12px 0;
  color: #3d3e40;
  font-size: 14px;
  white-space: nowrap;
  display: block;
}

.block-study-list .block-study-item .study-button-menu .menu-item + .menu-item {
  border-top: 1px solid rgba(149, 155, 166, 0.2);
}

.block-study-list .block-study-item .study-button-menu .menu-item:hover {
  color: #00b38a;
}

.block-study-list--large .block-study-item {
  height: 91px;
  border-radius: 4px;
  margin-bottom: 20px;
}

.block-study-list--large .block-study-item:hover .study-button--green {
  border: 1px solid rgba(0, 179, 138, 0.5);
}

.block-study-list--large .block-study-item:hover .study-button--blue {
  border: 1px solid rgba(13, 154, 255, 0.5);
}

.block-study-list--large .block-study-item:hover .study-button--black {
  border: 1px solid rgba(108, 115, 128, 0.5);
}

.block-study-list--large .block-study-item:hover .study-button--purple {
  border: 1px solid rgba(85, 113, 255, 0.5);
}

.block-study-list--large .block-study-item--green {
  background: #f7fdfb;
}

.block-study-list--large .block-study-item--blue {
  background: #f7fcff;
}

.block-study-list--large .block-study-item--black {
  background: #fafbfc;
}

.block-study-list--large .block-study-item--purple {
  background: #f7fcff;
}

.block-study-list--large .block-study-item-header {
  width: 108px;
}

.block-study-list--large .block-study-item .study-infor {
  width: 350px;
  padding-left: 20px;
}

.block-study-list--large .block-study-item .study-infor .name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 17px;
  margin-bottom: 12px;
  font-weight: bold;
}

.block-study-list--large .block-study-item .study-infor .text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1;
  color: #959ba6;
}

.block-study-list--large .block-study-item .study-progress {
  width: 200px;
  font-size: 14px;
  color: #959ba6;
  text-align: right;
  padding-right: 40px;
}

.block-study-list--large .block-study-item .study-progress .number {
  display: inline-block;
  margin: 0 2px;
  font-size: 16px;
  font-weight: bold;
}

.block-study-list--large .block-study-item .study-progress .exam-history-btn {
  display: inline-block;
  margin-left: 14px;
}

.block-study-list--small .block-study-item {
  height: 80px;
  box-sizing: border-box;
  padding-left: 20px;
}

.block-study-list--small .block-study-item--green:hover .study-infor .name {
  color: #00b38a;
}

.block-study-list--small .block-study-item--green:hover .block-study-item-header .number {
  color: #00b38a;
}

.block-study-list--small .block-study-item--blue:hover .study-infor .name {
  color: #00b38a;
}

.block-study-list--small .block-study-item--blue:hover .block-study-item-header .number {
  color: #00b38a;
}

.block-study-list--small .block-study-item--black:hover .study-infor .name {
  color: #00b38a;
}

.block-study-list--small .block-study-item--black:hover .block-study-item-header .number {
  color: #00b38a;
}

.block-study-list--small .block-study-item--purple:hover .study-infor .name {
  color: #00b38a;
}

.block-study-list--small .block-study-item--purple:hover .block-study-item-header .number {
  color: #00b38a;
}

.block-study-list--small .block-study-item:hover {
  background: #fafbfc;
}

.block-study-list--small .block-study-item:hover .study-button {
  visibility: initial;
}

.block-study-list--small .block-study-item + .block-study-item {
  border-top: 1px solid #fafbfc;
}

.block-study-list--small .block-study-item-header {
  width: 50px;
}

.block-study-list--small .block-study-item-header .number {
  font-size: 24px;
  font-family: DIN;
  font-weight: 500;
  color: #dde1eb;
}

.block-study-list--small .block-study-item .label {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  height: 22px;
  margin-right: 12px;
}

.block-study-list--small .block-study-item .study-infor {
  flex: 1;
}

.block-study-list--small .block-study-item .study-infor .name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 460px;
  font-size: 16px;
}

.block-study-list--small .block-study-item .study-progress {
  width: 160px;
  color: #6c7380;
  font-size: 14px;
}

.block-study-list--small .block-study-item .study-progress .text-gray {
  color: #c4c7cd;
}

.block-study-list--small .block-study-item .study-progress .text-purple {
  color: #5571ff;
}

.block-study-list--small .block-study-item .study-progress .exam-history-btn {
  display: inline-block;
  margin-left: 14px;
}

.block-study-list-tips {
  margin-top: 30px;
  text-align: center;
  font-size: 0;
}

.block-study-list-tips .link {
  font-size: 14px;
  line-height: 1;
  color: #a1a6b3;
}

.block-study-list-tips .link:hover {
  color: #a1a6b3;
}

.block-study-list-tips .font {
  display: inline-block;
  margin: 0 2px;
  font-weight: bold;
  color: #00b38a;
}

.block-pass-condition {
  margin-top: 40px;
}

.block-pass-condition-title {
  margin-bottom: 20px;
}

.block-pass-condition-title .title {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
}

.block-pass-condition-title .title .text {
  font-size: 14px;
  line-height: 20px;
  color: #959ba6;
  display: inline-block;
  margin-left: 12px;
}

.block-pass-condition-list .block-pass-item {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 0 34px 0 12px;
  height: 44px;
  border-radius: 4px;
  margin-bottom: 4px;
  transition: 0.15s ease-out;
}

.block-pass-condition-list .block-pass-item.block-pass-item--pass .label {
  background-color: #00b38a;
  color: #fff;
}

.block-pass-condition-list .block-pass-item:hover {
  background: #fafbfc;
}

.block-pass-condition-list .block-pass-item:nth-last-child(1) {
  margin-bottom: 0;
}

.block-pass-condition-list .block-pass-item-header {
  margin-right: 12px;
}

.block-pass-condition-list .block-pass-item-content {
  flex: 1;
}

.block-pass-condition-list .block-pass-item .label {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  padding: 0 8px 0 6px;
  height: 20px;
  background: #f2f4f7;
  border-radius: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #a1a6b3;
}

.block-pass-condition-list .block-pass-item .label .icon {
  margin-right: 4px;
  width: 12px;
  height: 9px;
}

.block-pass-condition-list .block-pass-item .infor {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 580px;
  font-size: 14px;
  color: #3d3e40;
}

.block-pass-condition-list .block-pass-item .state-text {
  font-size: 12px;
  line-height: 34px;
  color: #a1a6b3;
}
