/* public s */
body {
  background-color: #f5f5f6 !important;
}
.title-apply {
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 28px;
  color: #252b3a;
}
.apply-btn-wrapper {
  display: flex;
  justify-content: center;
}
.apply-btn-wrapper .apply-btn {
  width: 120px;
  height: 40px;
  background: #c7000b;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  line-height: 39px;
  text-align: center;
  cursor: pointer;
}
@media only screen and (min-width: 769px) {
  .apply-btn-wrapper {
    margin-bottom: 72px;
  }
}
/* pop block s */
.pop-block {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(2, 2, 2, 0.3);
  z-index: 9999;
  top: 0;
  left: 0;
  display: none;
  font-size: 0;
}
.edu-certification-optimize-tips a:hover {
  text-decoration: underline;
}
.pop-block.show {
  display: block;
}
.pop-detail-block {
  opacity: 1;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 30px 0;
  display: none;
}
.pop-block.show {
  display: block;
}
.pop-detail-block {
  opacity: 1;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 30px 0;
  display: none;
}
.pop-block.show .pop-detail-block {
  display: block;
}
.pop-detail-block .icon-delete {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  right: 20px;
  top: 20px;
  cursor: pointer;
  display: inline-block;
  background: url(../images/devCerificateDetail/icon-delete.png) no-repeat center;
}
.pop-detail-block {
  width: 400px;
  height: 176px;
}
.pop-detail-block .buy-btn {
  text-align: center;
}
.pop-detail-block .buy-btn .red-btn {
  margin-right: 8px;
  border: 1px solid #c7000b;
  width: 118px;
}
.empty-btn:hover {
  background: #c7000b;
  border: 1px solid #c7000b;
  color: #fff;
}
.white-btn:hover {
  border: 1px solid #c7000b;
  color: #c7000b;
  background-color: #fff;
}
.empty-btn:hover {
  box-shadow: 0 8px 16px 0 rgba(227, 24, 31, 0.3);
}
.red-btn:hover {
  box-shadow: 0 8px 16px 0 rgba(227, 24, 31, 0.3);
}
.detail-box {
  overflow-y: scroll;
  height: 284px;
  width: 100%;
  margin: 30px 0;
  padding: 0 30px;
}
.detail-box p {
  font-size: 14px;
  color: #666a75;
  line-height: 22px;
  text-align: left;
  margin-bottom: 6px;
}
.detail-box p.title {
  margin-top: 20px;
}
.detail-box p.title a {
  color: #2d56b1;
}
.detail-box p.title a:hover {
  text-decoration: underline;
}
.detail-box p.title:first-child {
  margin-top: 0;
}
.detail-box p.detail {
  padding-left: 22px;
}
.warning-box {
  padding: 12px 32px 28px 32px;
}
.icon-warning {
  width: 23px;
  height: 21px;
  display: inline-block;
  margin: 0 8px 0 32px;
  background: url(../images/devCerificateDetail/icon-warning.png) no-repeat center;
  background-size: 100% 100%;
  float: left;
  margin-top: 2px;
}
.warning-title {
  height: 24px;
}
.title-detail {
  font-size: 18px;
  color: #252B3A;
  font-weight: 600;
  margin-top: 1px;
  float: left;
}
.warning-box .warning-detail {
  display: inline-block;
  font-size: 12px;
  color: #575D6C;
  letter-spacing: 0;
  text-align: justify;
  line-height: 22px;
  height: 22px;
  vertical-align: top;
}
.red-btn {
  display: inline-block;
  background: #c7000b;
  border-radius: 2px;
  width: 120px;
  height: 40px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  border: 1px solid #c7000b;
}
.white-btn {
  background: #fff;
  border-radius: 2px;
  font-size: 14px;
  color: #252b3a;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  height: 40px;
  width: 118px;
  border: 1px solid #252b3a;
  cursor: pointer;
}
.empty-btn {
  border-radius: 2px;
  font-size: 14px;
  color: #C7000B;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  height: 40px;
  width: 118px;
  border: 1px solid #C7000B;
  cursor: pointer;
  margin-left: 20px;
}
.pop_redBtn,
.pop_whiteBtn {
  width: 64px !important;
  height: 28px !important;
  line-height: 26px;
  font-size: 12px;
}
.pop_whiteBtn {
  width: auto !important;
  padding-left: 20px;
  padding-right: 20px;
}
.view-authentication-btn {
  width: 100px !important;
}
/* pop block e */
/* public e */
/* banner s */
.dev-certificate-detail-banner {
  height: 350px;
  width: 100%;
  background-image: url(../images/devCerificateDetail/dev-certificate-detail-pcbg.jpg);
  background-size: 100% 100%;
  position: relative;
}
.certificate-detail-banner-content {
  width: 1280px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.certificate-detail-banner-content h1 {
  font-size: 40px;
  line-height: 50px;
  color: #000;
  margin-bottom: 8px;
}
.certificate-detail-banner-content p {
  font-size: 14px;
  line-height: 22px;
  color: #575d6c;
  max-width: 640px;
}
/* banner e  */
/* certificate flow s */
.certificate-detail-flow {
  width: 1280px;
  margin: auto;
  padding-top: 72px;
}
.micro-authentication-intro-flow {
  width: 1280px;
  display: flex;
  justify-content: space-around;
}
.micro-authentication-intro-flow li {
  display: inline-block;
  position: relative;
  padding-bottom: 32px;
}
.micro-authentication-intro-flow li:not(:last-child)::before {
  content: "";
  position: absolute;
  width: 55px;
  height: 1px;
  border-bottom: 1px dashed #adb0b8;
  left: 125px;
  top: 25px;
}
.micro-authentication-intro-flow li:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #adb0b8;
  border-radius: 100%;
  left: 191px;
  top: 46px;
}
.micro-authentication-intro-flow > li > img + div {
  text-align: center;
}
.micro-authentication-intro-flow > li img {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0px auto 16px auto;
}
.micro-authentication-intro-flow li:not(:last-child)::before {
  top: 48px;
  width: 62px;
  border-color: #cbced6;
  border-width: 2px;
}
.micro-authentication-intro-flow li:nth-child(1) img + div {
  left: 13px;
}
.micro-authentication-intro-flow li:nth-child(2) div {
  left: 5px;
}
.micro-authentication-intro-flow li:nth-child(6) div {
  left: 5px;
}
.micro-authentication-intro-flow li:nth-child(2) div {
  left: 17px;
}
.micro-authentication-intro-flow li:nth-child(2) .des {
  text-align: center;
}
.micro-authentication-intro-left {
  max-width: 100%;
}
.micro-authentication-intro-flow li p {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  margin-top: 4px;
  margin-bottom: 5px;
  color: #252B3A;
}
.micro-authentication-intro-flow li h2 {
  font-size: 14px;
  color: #666A75;
  font-family: inherit;
  width: 100%;
  white-space: nowrap;
}
.micro-authentication-intro-flow li .edu-certification-buy {
  position: absolute;
  min-width: 148px;
  top: 26px;
  left: -45px;
  display: flex;
  justify-content: center;
}
/* certificate flow e */
/* certificate steps s */
.edu-certification-detail-flow,
.certification-detail-bottom-wrap {
  width: 1280px;
  margin: auto;
}
.edu-certification-detail-flow {
  padding-bottom: 22px;
}
.certification-detail-flow-top10 {
  margin-top: -10px;
}
.certification-detail-flow-top30 {
  margin-top: -30px;
}
.learning-path-wrap-content {
  padding: 32px 32px 0px 126px;
  background-color: #fff;
}
.path-list-courses {
  position: relative;
}
.learing-path-list-info {
  padding-bottom: 40px;
  padding-top: 20px;
  margin-bottom: 32px;
  position: relative;
}
.learing-path-list > li:not(:last-child) .learing-path-list-info {
  border-bottom: rgba(173, 176, 184, 0.4) 1px solid;
}
.learing-path-list > li:nth-child(3) .learing-path-list-info {
  padding-bottom: 0;
}
.learing-path-list > li:nth-child(4) .learing-path-list-info {
  padding: 32px 0px 31px 0px;
}
.learing-path-list > li:nth-child(5) .learing-path-list-info {
  margin-bottom: 0;
  padding-bottom: 0;
}
.learing-path-list > li:nth-child(6) .learing-path-list-info {
  padding-top: 50px;
}
.learing-path-list-info:before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: -108px;
  top: 28px;
  background: #adb0b8;
  border-radius: 100%;
}
.learing-path-list > li:nth-child(1) .learing-path-list-info:before {
  top: 50px;
}
.learing-path-list-info:after {
  content: "";
  width: 5px;
  height: 2px;
  position: absolute;
  left: -118px;
  top: 30px;
  background: #adb0b8;
}
.learing-path-list > li:nth-child(1) .learing-path-list-info:after {
  top: 52px;
}
.learing-path-list > li:nth-child(4) .learing-path-list-info:before {
  top: 40px;
}
.learing-path-list > li:nth-child(4) .learing-path-list-info:after {
  top: 42px;
}
.learing-path-list > li:nth-child(6) .learing-path-list-info:before {
  top: 58px;
}
.learing-path-list > li:nth-child(6) .learing-path-list-info:after {
  top: 60px;
}
.learing-path-list > li:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 105%;
  border-left: 1px dashed #adb0b8;
  left: -93px;
  top: -68px;
}
.learing-path-list > li:nth-child(1):after {
  height: 120%;
  top: 52px;
}
.learing-path-list > li:nth-child(2):after {
  height: 163%;
  top: 36px;
}
.learing-path-list > li:nth-child(3):after {
  height: 118%;
  top: 66px;
}
.path-list-info-title {
  font-size: 20px;
  line-height: 26px;
  color: #252b3a;
  margin-bottom: 8px;
  font-weight: 600;
  float: left;
  position: relative;
  top: -2px;
}
.learing-path-list > li:nth-child(1) .path-list-info-title {
  top: 20px;
}
.edu-certification-buy {
  position: relative;
  right: 22px;
  top: 0px;
  float: right;
}
.edu-certification-buy-name {
  color: #575d6c;
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
}
.edu-certification-buy-current {
  color: #c7000b;
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.edu-certification-buy-origin {
  color: #575d6c;
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
  text-decoration: line-through;
}
.path-list-info-title ~ span {
  display: inline-block;
  color: #575d6c;
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  margin-left: 20px;
  max-width: 630px;
}
.path-list-info-detail {
  font-size: 14px;
  line-height: 22px;
  color: #666a75;
  width: 798px;
  margin-bottom: 16px;
}
.learing-path-list > li {
  position: relative;
  padding-left: 25px;
}
.learing-path-list > li:nth-child(1):before {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  background: url(../images/devCerificateDetail/dev-certificate-steps01.png) no-repeat;
  background-size: 100%;
  left: -56px;
  top: 20px;
}
.learing-path-list > li:nth-child(2):before {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  background: #fff url(../images/devCerificateDetail/dev-certificate-steps02.png) no-repeat;
  background-size: 100%;
  left: -56px;
}
.learing-path-list > li:nth-child(3):before {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  background: #fff url(../images/devCerificateDetail/dev-certificate-steps03.png) no-repeat;
  background-size: 100%;
  left: -56px;
}
.learing-path-list > li:nth-child(4):before {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  background: #fff url(../images/devCerificateDetail/dev-certificate-steps04.png) no-repeat;
  background-size: 100%;
  left: -56px;
  top: 15px;
}
.learing-path-list > li:nth-child(5):before {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  background: #fff url(../images/devCerificateDetail/dev-certificate-steps05.png) no-repeat;
  background-size: 100%;
  left: -56px;
}
.learing-path-list > li:nth-child(6):before {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  background: #fff url(../images/devCerificateDetail/dev-certificate-steps06.png) no-repeat;
  background-size: 100%;
  left: -56px;
  top: 33px;
}
.path-list-info-grid {
  width: 907px;
  border-bottom: #dfe1e6 1px solid;
  margin: 33px 0px 0px;
  border-collapse: collapse;
}
.path-list-info-grid tbody tr:nth-child(2n) {
  background: #f5f5f6;
}
.path-list-info-grid thead {
  background: #d8d8d8;
}
.path-list-info-grid thead td {
  color: #252b3a;
  font-weight: bold;
  white-space: nowrap;
}
.path-list-info-grid thead td:nth-child(2),
.path-list-info-grid thead td:nth-child(3) {
  border-left: #dfe1e6 1px solid;
}
.path-list-info-grid tbody td:nth-child(2),
.path-list-info-grid tbody td:nth-child(3) {
  border-left: #dfe1e6 1px solid;
}
.path-list-info-grid thead td:nth-child(1) {
  width: 40%;
}
.path-list-info-grid td {
  font-size: 12px;
  color: #575d6c;
  line-height: 18px;
  padding: 8px 20px;
  white-space: normal;
}
.path-list-switch-icon:after {
  width: 18px;
  height: 8px;
  top: 3px;
  transform: rotate(180deg);
  background-position: 0px;
}
.certification-detail-flow-content {
  margin-top: 33px;
}
.dev-certificate-detail-courses {
  margin: 40px 0px 0px;
  max-width: 834px;
}
.dev-certificate-detail-courses dt {
  background-color: #d8d8d8;
  font-size: 12px;
  line-height: 16px;
  color: #252b3a;
  padding: 8px 20px;
  font-weight: bold;
}
.dev-certificate-detail-courses dd {
  font-size: 12px;
  line-height: 16px;
  color: #575d6c;
  padding: 8px 20px;
}
.certificate-lists-process {
  align-self: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  color: #575d6c;
}
.online-learning-process {
  position: relative;
  float: right;
  margin-right: 20px;
}
.online-test-process {
  width: 100px;
  margin-right: 20px;
}
.certificate-lists-process-test {
  display: flex;
}
.dev-certificate-detail-courses dd:nth-child(2n) {
  background-color: #f5f5f6;
}
/* lab test   start   */
.certification-detail-flow-lab-list-title {
  color: #252b3a;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  float: left;
  margin-right: 44px;
}
.certification-detail-flow-lab-list {
  display: inline-block;
  width: 100%;
}
.certification-detail-flow-lab-list li:not(:last-child) {
  border-bottom: rgba(173, 176, 184, 0.4) 1px solid;
}
.certification-detail-flow-lab-list li:nth-child(1) {
  padding-top: 0px;
}
.certification-detail-flow-lab-list li {
  padding: 20px 0px;
  display: flex;
  justify-content: space-between;
}
.certification-detail-flow-lab-single a,
.certification-detail-flow-lab-list li a {
  text-decoration: none;
  color: #c7000b;
  font-size: 12px;
  line-height: 17px;
  padding: 8px 24px 7px;
  border: #c7000b 1px solid;
  border-radius: 2px;
  float: right;
  align-self: center;
  cursor: pointer;
}
.certification-detail-flow-lab-single a {
  top: 4px;
}
.certification-detail-flow-lab-list li a:hover {
  background: #c7000b;
  color: #fff;
}
/* lab test   end   */
.certification-detail-flow-lab-intro {
  background: #f5f5f6;
  padding: 16px;
  margin: 0px 0px 30px 0px;
}
.certification-detail-flow-lab-intro-manual {
  margin: 0px;
}
.certification-detail-flow-lab-intro h1 {
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 20px;
  font-weight: bold;
  color: #252b3a;
}
.certification-detail-flow-lab-title,
.certification-detail-flow-lab-title-single {
  color: #575d6c;
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
}
.certification-detail-flow-lab-title-single {
  margin-bottom: 12px;
  color: #252b3a;
}
.certification-detail-flow-lab-single .certification-detail-flow-lab-title {
  color: #252b3a;
  font-weight: 600;
  width: calc(100% - 100px);
}
.certification-detail-flow-lab-intro dl {
  overflow: hidden;
  margin: 0px;
}
.certification-detail-flow-lab-intro dl:not(:last-child) {
  margin-bottom: 12px;
}
.certification-detail-flow-lab-intro dl dt {
  color: #252b3a;
  font-size: 12px;
  line-height: 20px;
}
.certification-detail-flow-lab-intro dl dd {
  color: #575d6c;
  font-size: 12px;
  line-height: 20px;
  margin-left: 20px;
}
.certification-detail-flow-lab-intro dl dd p {
  line-height: 20px;
  max-width: 1006px;
}
.certification-detail-flow-lab-intro dl dt,
.certification-detail-flow-lab-intro dl dd {
  float: left;
}
.certification-detail-flow-btn {
  float: right;
  position: relative;
  top: -5px;
  padding: 8px 24px 7px;
  color: #c7000b;
  text-decoration: none;
  border: #c7000b 1px solid;
  font-size: 12px;
  line-height: 17px !important;
  border-radius: 2px;
  cursor: pointer;
  width: inherit !important;
  height: inherit !important;
}
.certification-detail-flow-btn:hover {
  background: #c7000b;
  color: #fff;
  top: -5px;
}
.learing-path-list > li:nth-child(4) .certification-detail-flow-btn,
.learing-path-list > li:nth-child(4) .certification-detail-flow-btn:hover {
  top: -4px;
}
.online-learning {
  background: #c7000b;
  color: #fff;
  top: -6px;
}
.online-learning:hover {
  cursor: pointer;
  background: #d64a52;
  border-color: #d64a52;
  top: -6px;
}
/* manual start*/
.certification-detail-flow-manual h1 {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 12px;
  color: #252b3a;
  font-weight: bold;
}
.certification-detail-flow-manual-download,
.certification-detail-flow-manual-download:hover {
  top: -42px;
}
.certification-detail-flow-manual dl {
  margin: 0;
  overflow: hidden;
}
.certification-detail-flow-manual dl:not(:last-child) {
  margin-bottom: 12px;
}
.certification-detail-flow-manual dl dt {
  float: left;
  margin-right: 58px;
  font-size: 14px;
  line-height: 22px;
}
.certification-detail-flow-manual dl dd {
  overflow: hidden;
}
.certification-detail-flow-manual dl dd p {
  color: #575d6c;
  font-size: 14px;
  line-height: 22px;
}
/* manual end*/
.certification-btn-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  float: right;
}
.price {
  color: #c7000b;
  line-height: 28px;
}
.price .discount {
  margin-right: 2px;
  font-size: 20px;
  vertical-align: middle;
  font-weight: normal;
  float: right;
  line-height: 24px;
  margin-left: 4px;
}
.price .origin {
  font-size: 12px;
  color: #575d6c;
  vertical-align: middle;
  line-height: 18px;
  position: relative;
  top: -2px;
}
.price .originalamount {
  font-size: 12px;
  color: #575d6c;
  line-height: 18px;
  text-decoration: line-through;
  position: relative;
  top: -2px;
}
.certification-detail-flow-text-red {
  color: #c7000b;
}
.certification-detail-flow-link-blue {
  color: #526ecc;
  text-decoration: none;
  cursor: pointer;
}
.certification-detail-flow-link-blue:hover {
  text-decoration: underline;
}
.dev-lab-test {
  font-size: 12px;
  line-height: 18px;
  color: #575d6c;
}
.dev-lab-test h1 {
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 18px;
}
/* certificate steps e */
/* steps e */
/* floor s */
.detail-flow-nav {
  box-shadow: 0 4px 10px 0 rgba(138, 141, 147, 0.2);
  background-color: #fff;
  position: fixed;
  top: 28px;
  margin-left: -136px;
  display: none;
}
.detail-flow-nav > span {
  display: block;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  padding: 12px 24px 13px 24px;
  border-bottom: #dfe1e6 1px solid;
  color: #252B3A;
}
#floorNav li {
  border-bottom: #dfe1e6 1px solid;
  font-size: 14px;
  line-height: 20px;
  padding: 12px 24px;
  text-align: center;
  cursor: pointer;
  color: #252B3A;
}
#floorNav li.active {
  background: #c7000b;
  color: white;
}
#goTop {
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  padding-bottom: 8px;
}
.sider-bar-top {
  width: 15px;
  height: 13px;
  background-image: url(../images/devCerificateDetail/sider-bar-top.png);
  margin: auto;
  position: relative;
  top: -5px;
}
#goTop:hover span {
  display: block;
}
/* floor e */
@media (max-width: 1439px) {
  .edu-certification-detail-flow,
  .certification-detail-bottom-wrap,
  .micro-authentication-intro-flow,
  .certificate-detail-flow,
  .certificate-detail-banner-content {
    width: 1200px;
  }
  .certification-detail-flow-lab-intro dl dd p {
    line-height: 20px;
    max-width: 922px;
  }
  .detail-flow-nav {
    width: auto;
    margin-left: -70px;
    top: 120px !important;
  }
}
@media (min-width: 768px) {
  .edu-certification-detail-flow-mb {
    display: none;
  }
}
@media (max-width: 767px) {
  .apply-btn-wrapper {
    padding-top: 28px;
  }
  /* public s */
  .edu-certification-detail-flow.pc {
    display: none;
  }
  body {
    background-color: inherit !important;
  }
  .pop-block.show {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pop-detail-block {
    width: calc(100% - 30px) !important;
    height: auto !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
  }
  .warning-box .warning-detail {
    height: auto !important;
    display: inline-block;
    width: 252px;
    font-size: 12px;
    color: #575D6C;
    letter-spacing: 0;
    text-align: justify;
    line-height: 22px;
    vertical-align: top;
  }
  .pop_redBtn,
  .pop_whiteBtn {
    width: 88px !important;
    height: 28px !important;
    line-height: 28px;
  }
  .warning-box {
    padding: 16px 20px 24px 20px !important;
  }
  .white-btn {
    font-size: 12px;
    color: #252B3A;
    border: 1px solid #adb08b;
  }
  .pop-detail-block .buy-btn {
    text-align: center;
    width: 184px;
    margin: 0 auto;
  }
  .poster-text {
    display: none;
  }
  .title-detail {
    font-size: 16px;
  }
  .icon-warning {
    width: 23px;
    height: 21px;
    display: inline-block;
    margin: 3px 8px 0 20px;
    background: url(../images/devCerificateDetail/icon-warning.png) no-repeat center;
    background-size: 100% 100%;
    float: left;
  }
  /* public e */
  /* banner s */
  .dev-certificate-detail-banner {
    height: 53.3vw;
    width: 100%;
    background-image: url(../images/devCerificateDetail/dev-certificate-detail-mbbg.png);
    background-size: 100% 100%;
    position: relative;
  }
  .certificate-detail-banner-content {
    width: auto;
    left: 15px;
    right: 0;
    margin: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .certificate-detail-banner-content h1 {
    font-size: 24px;
    line-height: 30px;
    color: #000;
    font-weight: bold;
    margin-bottom: 8px;
  }
  .certificate-detail-banner-content p {
    font-size: 12px;
    line-height: 18px;
    color: #252b3a;
    max-width: 218px;
  }
  /* banner e */
  /* steps flow s */
  .certificate-detail-flow {
    width: inherit;
    background-color: #f3f3f3;
    padding-bottom: 28px;
    padding-top: 28px;
  }
  .micro-authentication-intro-flow {
    display: flex;
    flex-direction: column;
    width: 92vw;
    margin: auto;
  }
  .micro-authentication-intro-flow > li > img + div {
    position: inherit;
    text-align: left;
    left: inherit;
    display: flex;
    flex-direction: column;
    left: 0 !important;
  }
  .micro-authentication-intro-flow li {
    background: #fff;
    margin: 0px;
    padding: 6px 16px 5px 5px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #DFE1E6;
  }
  .micro-authentication-intro-flow li:last-child {
    border-bottom: 100px;
  }
  .micro-authentication-intro-flow li:nth-child(2n) {
    margin: 0px;
  }
  .micro-authentication-intro-flow li::after,
  .micro-authentication-intro-flow li::before {
    display: none;
  }
  .micro-authentication-intro-flow li img {
    width: 68px;
    height: 68px;
    margin: 0 4px 0;
  }
  .micro-authentication-intro-flow p {
    text-align: left !important;
    margin-top: 0 !important;
    margin-bottom: 8px !important;
  }
  .micro-authentication-intro-flow > li:nth-child(1) p {
    position: relative;
    top: 16px;
    left: -3px;
  }
  .micro-authentication-intro-flow h2 {
    font-size: 12px !important;
    text-align: left !important;
  }
  .micro-authentication-intro-flow li .edu-certification-buy .discount {
    font-size: 12px !important;
    position: relative;
    top: 0px;
    float: right;
    margin-left: 0px !important;
    display: -webkit-inline-box;
  }
  .edu-certification-buy .price .originalamount {
    margin-right: 4px;
    top: 2px;
  }
  /* steps flow e */
  /* flow  s */
  .path-list-info-grid {
    width: 100%;
    background: #fff;
    margin: 8px 0px 0px;
  }
  .learing-path-list > li {
    border: #dfe1e6 1px solid;
    background: #fff;
    padding-left: 0;
    position: relative;
  }
  .learing-path-list > li:after {
    content: "";
    position: absolute;
    width: 24px !important;
    height: 24px !important;
    left: 8px !important;
    top: 21px !important;
    border: none !important;
    background: url(../images/devCerificateDetail/edu-certification-switch-icon.png);
    transform: rotate(180deg);
  }
  .learing-path-list > li:first-child:after {
    top: 37px !important;
  }
  .learing-path-list > li:not(:last-child) {
    margin-bottom: 12px;
  }
  .edu-certification-detail-title {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 12px;
    font-weight: bold;
  }
  .path-list-info-title {
    font-size: 14px;
    line-height: 18px;
    padding-left: 92px;
    float: none;
    border-bottom: #dfe1e6 1px solid;
    position: relative;
    top: 2px;
  }
  .learing-path-list > li:nth-child(1) .path-list-info-title {
    padding: 44px 15px 48px 92px;
    margin-bottom: 0;
    position: relative;
    top: 2px;
  }
  .learing-path-list > li:nth-child(1) .path-list-info-title .online-learning {
    position: static;
    margin-bottom: 4px;
  }
  .learing-path-list > li:nth-child(3) .path-list-info-title {
    border: none;
  }
  .learing-path-list > li:nth-child(4) .path-list-info-title,
  .learing-path-list > li:nth-child(5) .path-list-info-title {
    padding: 23px 15px 57px 92px;
    margin-bottom: 0;
  }
  .learing-path-list > li:nth-child(2) .path-list-info-title {
    position: relative;
    padding: 23px 15px 67px 92px;
    margin-bottom: 1px;
  }
  .learing-path-list > li:nth-child(2) .path-list-info-title span {
    position: absolute;
    left: 15px;
    bottom: 18px;
    color: #575d6c;
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
  }
  .learing-path-list > li:nth-child(5) .path-list-info-title {
    border-bottom: none;
  }
  .learing-path-list > li:nth-child(3) .path-list-info-title,
  .learing-path-list > li:nth-child(6) .path-list-info-title {
    padding: 23px 15px 23px 92px;
    margin-bottom: 0;
  }
  .learing-path-list-info-mb {
    padding: 15px;
    font-size: 14px;
    line-height: 22px;
    color: #575d6c;
    background: #f5f5f6;
    text-align: justify;
  }
  .learing-path-list-info-mb-grid {
    padding: 13px 15px 15px 15px;
  }
  .learing-path-list-info-mb-lab {
    background: #fff;
    padding: 0px 0px 0;
  }
  .learing-path-list-info-mb-lab > span {
    display: inline-block;
    padding: 0px 15px;
  }
  .path-list-info-title ~ span {
    display: block;
  }
  .learing-path-list > li:nth-child(1):before {
    left: 40px !important;
    top: 34px;
  }
  .learing-path-list > li:nth-child(2):before,
  .learing-path-list > li:nth-child(3):before,
  .learing-path-list > li:nth-child(4):before,
  .learing-path-list > li:nth-child(5):before,
  .learing-path-list > li:nth-child(6):before {
    left: 40px !important;
    top: 19px;
  }
  .learing-path-list > li:nth-child(5):before {
    background: #fff url(../images/devCerificateDetail/dev-certificate-steps05.png) no-repeat;
    background-size: 100%;
  }
  .learing-path-list > li:before {
    left: 0px !important;
    width: 32px !important;
    height: 32px !important;
  }
  .certification-detail-flow-lab-list-title {
    float: none;
    text-align: center;
    margin-bottom: 8px;
    margin-right: 0;
  }
  .certification-detail-flow-lab-list {
    width: 100%;
    margin-bottom: 0;
  }
  .certification-detail-flow-lab-title {
    width: calc(100% - 120px);
    align-self: center;
  }
  .edu-certification-exam-tips {
    position: absolute;
    left: 40px;
    top: 61px;
    color: #252b3a;
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
  }
  .edu-certification-exam-tips i {
    position: absolute;
    top: 2px;
    left: -25px;
    width: 16px;
    height: 16px;
    background: url(../images/devCerificateDetail/edu-certification-exam-icon.png);
  }
  .path-list-info-grid td {
    padding: 8px;
    line-height: 16px;
    font-weight: normal !important;
    white-space: normal;
  }
  .path-list-info-grid thead tr td:nth-child(1) {
    width: 35%;
  }
  .certification-detail-flow-content {
    margin-top: 0px;
  }
  .certification-detail-flow-lab-single {
    margin-top: 16px;
    padding: 0px 15px;
    display: flex;
    align-items: center;
  }
  .certification-detail-flow-lab-single .certification-detail-flow-btn {
    right: -10px;
  }
  .certification-detail-flow-lab-multiple {
    margin-top: 20px;
  }
  .certification-detail-flow-lab-list li {
    padding: 8px 0px;
    margin: 0px 15px;
    border-color: #dfe1e6;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
  }
  .certification-detail-flow-lab-list li a {
    padding: 5px 0px 4px 0px;
    box-sizing: border-box;
    width: 93px;
    text-align: center;
    top: 6px;
    position: inherit;
    align-self: center;
  }
  .certification-detail-flow-lab-intro {
    border-top: #dfe1e6 1px solid;
    border-bottom: #dfe1e6 1px solid;
    overflow: hidden;
    padding: 16px 15px 15px 15px;
    margin: 16px 0px 0px 0px;
  }
  .certification-detail-flow-manual {
    background: #f5f5f6;
    padding: 0px 15px 15px;
  }
  .certification-detail-flow-manual h1 {
    text-align: center;
  }
  .certification-detail-flow-manual-line {
    margin-top: 16px;
    padding-top: 19px;
    background: #f5f5f6;
    border-top: #dfe1e6 1px solid;
  }
  .certification-detail-flow-lab-intro h1 {
    text-align: center;
    color: #252b3a;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: -3px;
  }
  .certification-detail-flow-lab-intro dl dt {
    font-size: 14px;
    line-height: 22px;
    padding-left: 14px;
    margin-bottom: 8px;
    position: relative;
  }
  .certification-detail-flow-lab-intro dl:not(:first-child) dt {
    margin-top: 12px;
  }
  .certification-detail-flow-lab-intro dl dd p {
    line-height: 22px;
    color: #575D6C;
  }
  .certification-detail-flow-lab-intro dl dt:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #d8d8d8;
    left: -2px;
    top: 8px;
  }
  .certification-detail-flow-lab-intro dl dd {
    margin-left: 14px;
    font-size: 14px;
    line-height: 22px;
  }
  .certification-detail-flow-manual dl dt {
    float: none;
    padding-left: 14px;
    color: #252b3a;
    position: relative;
    margin-bottom: 8px;
  }
  .certification-detail-flow-manual dl dt:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #d8d8d8;
    left: -2px;
    top: 8px;
  }
  .certification-detail-flow-lab-intro dl,
  .certification-detail-flow-manual dl {
    overflow: initial;
  }
  .certification-detail-flow-manual dl dd {
    margin-left: 14px;
  }
  .edu-certification-buy {
    position: absolute;
    right: 15px;
    top: 9px;
  }
  .certificate-detail-flow .edu-certification-buy {
    margin-top: 5px;
    min-width: auto !important;
    position: unset !important;
    left: auto !important;
    margin-left: -2px !important;
    justify-content: flex-start !important;
  }
  .edu-certification-buy-current {
    color: #c7000b;
    font-size: 24px;
    line-height: 33px;
  }
  .edu-certification-buy-origin {
    color: #575d6c;
    font-size: 12px;
    line-height: 17px;
    font-weight: normal;
    text-decoration: line-through;
  }
  .edu-certification-switch-icon {
    width: 24px;
    height: 24px;
    float: right;
    background: url(../images/edu-certification-switch-icon.png);
    transition: transform 0.3s;
    transform: rotate(0deg);
  }
  .edu-certification-switch-icon-toggle {
    transform: rotate(-180deg);
  }
  .edu-certification-detail-flow-mb {
    padding: 28px 15px;
  }
  .learing-path-list-info-mb-grid dl {
    border: #969798 1px dashed;
    background-color: #fff;
    border-top: none;
  }
  .learing-path-list-info-mb-grid dt {
    background-color: #d8d8d8;
    font-size: 12px;
    line-height: 16px;
    color: #252b3a;
    padding: 8px;
    border-top: #969798 1px dashed;
    font-weight: bold;
  }
  .learing-path-list-info-mb-grid dd {
    font-size: 12px;
    line-height: 16px;
    color: #575d6c;
    padding: 8px;
    border-top: #969798 1px dashed;
  }
  .learing-path-list-info-mb-grid dd:nth-child(2n + 1) {
    background-color: #f5f5f6;
  }
  .dev-certificate-lists-mb {
    padding: 0px 15px;
  }
  .certificate-lists-mb-wrap {
    display: flex;
    justify-content: space-between;
    padding: 16px 0px;
  }
  .dev-certificate-lists-mb .certificate-lists-mb-wrap:not(:last-child) {
    border-bottom: 1px solid #dfe1e6;
  }
  .certificate-lists-mb-content h2 {
    font-size: 12px;
    line-height: 18px;
    color: #252b3a;
    font-weight: bold;
    margin-bottom: 4px;
    max-width: 60vw;
  }
  .certificate-lists-mb-content p {
    font-size: 12px;
    line-height: 18px;
    color: #575d6c;
  }
  .certificate-lists-mb-process {
    align-self: center;
    font-size: 12px;
    line-height: 22px;
    display: flex;
    color: #575d6c;
  }
  /* flow e */
  /*****mb price s ******/
  .mb_banner {
    padding-top: 10px !important;
  }
  .online-learning {
    top: 7px !important;
  }
  .introduction {
    display: none !important;
  }
  .price .discount {
    font-size: 24px !important;
    line-height: 33px !important;
    margin-left: 4px !important;
    font-weight: 600;
    margin-right: 0;
  }
  .price .origin {
    font-size: 12px !important;
    font-weight: normal;
    line-height: 17px !important;
    position: relative;
    top: 2px;
  }
  .price .originalamount {
    font-size: 12px !important;
    line-height: 17px !important;
    font-weight: normal;
    position: relative;
    top: 5px;
  }
  .certifications-details-wrap .por-modal-dialog .por-text-wrap input {
    width: 250px;
  }
  .certifications-details-wrap .por-modal-dialog .por-modal-inner {
    padding-left: 24px;
    padding-right: 24px;
  }
  .por-modal-title {
    font-size: 16px;
  }
  .por-modal-text {
    margin-bottom: 12px;
  }
  /*****mb price e ******/
  /*  mb  end */
}
