a.is-link {
    /* display: block; */
    color: #00a971;
    font-size: 14px;
    font-weight: 500;
    padding-top: 20px
}

a.is-link:hover {
    opacity: 0.8;
}

header.header .hero {
    background-position: center center;
    background-size: contain;
}

header.header .hero .hero-body .button.is-primary {
    height: 2.75rem;
}

.title-block .subtitle {
    font-size: 1rem;
    color: #a1a6ab;
}

.title-block .title {
    margin-bottom: 1.25rem;
}

.partner .partner-content p {
    line-height: 1.88;
    color: #68747f;
    margin-bottom: 1.25rem;
}

.partner .media-content p {
    margin-bottom: 1.25rem;
    color: #a1a6ab;
}

.cooperation-block {
    padding: 27px 20px 0 20px;
    min-height: 150px;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.05);
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.04);
}

.cooperation-block p.is-text-small {
    font-size: 14px;
    line-height: 2.0;
    color: #a1a6ab;
}

.rewards .media-left {
    margin-right: 100px;
}

.rewards .rewards-content article.media:not(:last-child) .media-content {
    border-bottom: solid 1px rgba(161, 166, 171, 0.2);
    padding-bottom: 40px;
}

.media-content ul {
    list-style: disc outside;
}

.partner ul.strong {
    padding: 0 0 0 4rem;
    margin: 0;
}

.media-content h3 {
    font-size: 1.5rem;
    margin-bottom: 0.6666em;
}

.news-item-date {
    position: relative;
    font-size: 14px;
    color: #a1a6ab;
    margin-bottom: 15px;
    border-bottom: solid 1px #e0e0e0;
}

.news-item {
    padding-left: 50px;
    margin-bottom: 40px;
}

.news-item-wrap {
    margin: 75px 0 0;
}

.news-item-footer {
    text-align: right;
}

.news-item-date span {
    position: absolute;
    left: -60px;
    bottom: 0;
    font-size: 24px;
    font-weight: 500;
    color: #00a971;
}

.section.partner-cooperation .card {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 100%;
  padding: 40px;
}

.section.partner-cooperation .card .content {
  text-align: justify;
}

.section.partner-cooperation .card .image {
  margin: auto;
}

.section.partner-cooperation .card .image.is-64x64 {
  width: 64px;
  height: 64px;
}

.section.partner-cooperation .card .title {
  font-size: 18px;
  margin: 20px 0;
  line-height: normal;
  color: #3e464c;
}

.section.partner-cooperation .card .content {
  font-size: 14px;
  line-height: 2;
}

.solution-card-wrap {
    overflow: hidden;
    height: 550px;
    position: relative;
}

.solution .columns.is-multiline .column.is-4 {
    padding: 20px;
}

.solution-card-wrap .card {
    overflow: hidden;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.05);
}

.card-image {
    display: block;
    position: relative;
}

.solution-card-mask {
    position: absolute;
    height: 150px;
    width: 100%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 0.8) 50%, #ffffff);
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.solution-card-wrap .card-title {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #3e464c;
    margin-bottom: 10px;
}

.solution-card-wrap .card .card-content p {
    font-size: 14px;
    line-height: 2.14;
    color: #68747f;
    margin-bottom: 10px;
}

.solution-card-wrap .card-footer {
    text-align: right;
    border: none;
}

.solution-card-wrap .card-footer a {
    font-size: 0.875rem;
}

.master {
    margin-top: 100px;
}

.master .card {
    border-radius: 4px;
    background-color: #f5f9fa;
    box-shadow: none;
    position: relative;
}

.master .card-image {
    width: 120px;
    height: 120px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    z-index: 10;
    top: -60px;
    left: 50%;
    margin-left: -60px;
}

.master .card-content blockquote {
    font-size: 16px;
    text-indent: 1.25rem;
    line-height: 1.88;
    letter-spacing: normal;
    margin-top: 40px;
    padding: 20px 10px;
    margin-bottom: 0px !important;
}

.master .card-content blockquote::before,
.master .card-content blockquote::after {
    position: static;
    font-size: 2rem;
    height: 16px;
    text-indent: 0px;
    display: inline-block;
    overflow: hidden;
    line-height: 1;
}

.master .has-text-right span {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    text-align: right;
    color: #68747f;
}

.master .has-text-right i {
    font-size: 14px;
    line-height: 1.71;
    font-style: normal;
    color: #a1a6ab;
}

.menu ul.menu-list.startup-tabs {
    list-style: none;
    margin: 0 20px 0 0;
    max-width: 220px;
}

.menu .startup-tabs li+li {
    margin-top: 0.725em;
}

.menu .startup-tabs li a {
    color: #68747F;
    display: block;
    padding-top: 0.575em;
    padding-left: 20px;
    padding-bottom: 0.575em;
    position: relative;
    border: 1px solid transparent;
    -webkit-transition: all .2s ease;
    transition: all .2s ease-in-oliut;
}

.menu .startup-tabs li {
    border: solid 1px transparent;
}

.menu .startup-tabs li:hover a {
    color: #00a971;
    background: none;
}

.menu .startup-tabs li.is-active {
    border-radius: 1px;
    background-color: #fff;
    border: solid 1px rgba(0, 0, 0, 0.12);
    font-weight: 500;
    color: #00a971;
}

.menu .startup-tabs li.is-active a {
    color: #00a971;
    background: none;
}


/* .menu li.is-active a:after {
    content: '\203A';
    position: absolute;
    color: #a1a6ab;
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: 300;
    right: 20px;
    top: 0.35rem;
} */

.startup-tabs-content .tab-content {
    display: none;
    max-width: 480px;
    margin: 0 auto;
}

.startup-tabs-content .tab-content {
    color: #a1a6ab;
}

.startup-tabs-content .tab-content.is-active {
    display: block;
}

.partners-plan .partners-plan-item {
    display: flex;
    flex-direction: column;
    flex: 1;
    background-color: #f5f8fa;
    list-style-type: none;
    transition: .25s;
}

.partners-plan-item .item-icon {
    text-align: center;
    width: 64px;
    height: 64px;
    margin: 0 auto;
    margin-top: 3.125rem;
    margin-bottom: 1.875rem;
}

.partners-plan-item .item-icon img {
    width: 100%;
}

.partners-plan-item .item-title {
    font-weight: 500;
    font-size: 1rem;
    text-align: center;
    margin-bottom: 1.875rem;
    max-width: 120px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.75rem;
}

.partners-plan-item .item-description {
    font-size: 0.875rem;
    color: #68747F;
    line-height: 1.5rem;
    padding: 0 1.875rem;
    margin-bottom: 3.375rem;
    min-height: 100px;
}

.partners-plan-item .item-scenario-title {
    font-size: 14px;
    font-weight: 500;
    color: #00A971;
    line-height: 24px;
    padding: 0 1.875rem;
    margin-bottom: 0.625rem;
}

.item-scenario-content ul {
    list-style: none !important;
    margin: 0;
}

.item-scenario-content {
    padding: 0 1.875rem;
    margin-bottom: 2.5rem;
    min-height: 150px;
}

.item-scenario-content ul li {
    position: relative;
    margin: 5px 0;
    padding-left: 30px;
    line-height: 1.5rem;
    font-size: 0.875rem;
}

.item-scenario-content ul li:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    left: 10px;
    top: 10px;
    border-radius: 50%;
    background: #00A971;
}

.partners-plan-item .item-link {
    padding: 0 1.875rem;
    margin-bottom: 3.125rem;
    font-size: 0.875rem;
    min-height: 30px;
}

.partners-plan-item .item-link a {
    font-weight: 500;
}

.partners-training-path {
    display: flex;
    flex-flow: wrap row;
    justify-content: space-between;
}

.image.is-20x20 {
    width: 20px;
    height: 20px;
}

.training-path-item {
    position: relative;
    display: flex;
    width: 160px;
    align-items: center;
    margin-bottom: 2.5rem;
    background-color: #ffffff;
    justify-content: center;
    justify-items: center;
    padding: 8px 20px 8px 12px;
}

.training-path-item span {
    color: #3e464c;
    font-size: 1rem;
    font-weight: 500;
    padding-left: 5px;
    margin-right: 1rem;
}

.training-path-item:after {
    position: absolute;
    content: '';
    right: -15%;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #00a971;
}


/* course start*/

.partners-training-course {
    display: flex;
    flex-wrap: wrap;
}

.training-course-item {
    width: 242px;
    margin: 0 10px;
    cursor: pointer;
}

@media screen and (max-width: 500px) {
    .training-course-item {
        width: 327px;
        margin: 7px 0;
        cursor: pointer;
    }
}

.training-course-item .top {
    height: 100px;
    position: relative;
}

.training-course-item .course-type {
    position: absolute;
    left: 0;
    top: 0;
    width: 64px;
    height: 22px;
    font-family: PingFangSC;
    font-size: 10px;
    text-align: center;
    line-height: 22px;
    background: url('../image/course-type-bg.svg') center no-repeat;
    color: #fff
}

.training-course-item .bottom {
    position: relative;
    width: 100%;
    height: 100px;
    padding: 20px;
    font-size: 14px;
    background-color: #f5f9fa;
}

.training-course-item .bottom .name {
    font-size: 16px;
    font-weight: 500;
    color: #3f464d;
}

.bottom-course-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    background-color: rgba(2, 169, 115, 0.9);
    color: #fff;
    text-align: center;
    vertical-align: middle;
    opacity: 0;
    transition: all ease 0.8s;
}

.bottom-course-btn.is-course-active {
    height: 48px;
    line-height: 48px;
    opacity: 1;
}

.more {
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #00a971;
    cursor: pointer;
}

.more:hover {
    opacity: 0.8;
}


/* course end */

.certification-nav li {
    color: #3f464d;
    font-size: 1rem;
    font-weight: 500;
    max-width: 260px;
    height: 96px;
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    background: url(../image/cert-bg.png);
}

.certification-nav li.is-active {
    background: url(../image/cert-active-bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.certification-nav li.is-active a {
    color: #ffffff;
}

.certification-nav li:hover:not(.is-active) {
    background: url(../image/cert-hover-bg.png);
}

.certification-nav li:hover:not(.is-active) a {
    color: #3f464d;
}

.certification-nav li a {
    padding-left: 2rem;
    padding-right: 2rem;
    color: #3f464d;
}

.certification-nav-wrap {
    width: 35%;
    padding: 1.25rem;
}

.certification-tabs-content {
    width: 65%;
    padding: 1.25rem 1.25rem 1.25rem 0;
}

.certification-tabs-content .tab-content {
    display: none;
    position: relative;
    background-position: 50% 0;
    min-height: 300px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #ffffff;
}

.certification-tabs-content .tab-content.is-active {
    display: block;
    padding: 2rem 2rem;
}

.certification-tabs-content .tab-content .bg-icon {
    position: absolute;
    top: 0;
    right: 20px;
    width: 122px;
    height: 166px
}

.certification-tabs-content ul {
    list-style: none !important;
    margin-left: 0;
}

.certification-tabs-content ul li {
    position: relative;
    margin: 5px 0;
    padding-left: 30px;
}

.certification-tabs-content ul li:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    left: 10px;
    top: 10px;
    border-radius: 50%;
    background: #00A971;
}

.certification-tabs-content h3 {
    font-weight: 500;
    font-size: 1rem;
    margin-bottom: 1.2rem;
}

.certification-tabs-content h4 {
    font-weight: 500;
    font-size: 14px;
}

.certification-tabs-content p {
    margin: 10px 0;
}

.partner-training .title.is-6 {
    margin-bottom: 0.875rem;
}

.partners-training-path .training-path-item:last-child:after {
    display: none;
}

.partner-training {
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: right top;
}


/* 认证体系 start--- */

.partner-training .engineers-type-wrapper {
    background-color: #fff;
    font-size: 16px;
    color: #4a535c;
    margin-bottom: 20px;
}

.partner-training .engineers-type-wrapper .engineers-type-row {
    position: relative;
    overflow-x: auto;
    align-items: center;
    padding: 8px
}

.partner-training .engineers-type-wrapper .engineers-type-row.engineers-type-row2 {
    display: none
}

.partner-training .engineers-type-wrapper .engineers-type-row.engineers-type-row2.is-active {
    display: inline-block;
}

.engineers-type-wrapper .engineers-type-item {
    display: inline-block;
    position: relative;
    width: 134px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    border-radius: 0;
}

.tab-content h3 {
    color: #3f464d;
    font-size: 16px;
}

.tab-content p {
    color: #68747f;
    font-size: 14px;
}

.tab-content label {
    font-weight: 500;
    color: #3f464d
}

.tab-content .btn-wrapper {
    margin-top: 20px;
    text-align: center;
}

.engineers-type-wrapper-mobile {
    display: none;
}

.engineers-type-wrapper .engineers-type-item::after {
    content: '';
    display: inline-block;
    position: absolute;
    right: 0;
    top: 10px;
    width: 1px;
    height: 17px;
    border-right: 2px solid #dde1e6;
}

.engineers-type-wrapper .engineers-type-item:last-of-type::after {
    display: none
}

.engineers-type-wrapper .engineers-type-item.is-active::after {
    display: none;
}

.engineers-type-wrapper .engineers-type-item.is-active {
    font-weight: 500;
    color: #fff;
    background-color: #00aa72;
    border-radius: 3px;
}

.engineers-type-wrapper .engineers-icon-arrow {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: url('../image/icon-arrow-right.svg') center no-repeat;
}

.engineers-type-wrapper .engineers-icon-arrow.is-active {
    background: url('../image/icon-arrow-top.svg') center no-repeat;
}


/* 认证体系 end--- */

.partners-training-content p {
    line-height: 1.88;
    margin-bottom: 1.25rem;
}

.title.font-size-28 {
    font-size: 1.75rem;
}

.section.partner-x {
    padding-bottom: 70px;
}

.section.partner-x hr {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    margin-top: 1.875rem;
    margin-bottom: 3.125rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    border: none;
    position: relative;
}

.btn-centered {
    margin-top: 1rem;
}

.tab-content img {
    display: block;
    margin: 0 auto;
}

.partners-join-steps {
    display: flex;
    flex-flow: wrap row;
    justify-content: space-between;
    margin-top: 40px;
}

.partners-join-step {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    background-color: #f5f9fa;
    justify-content: center;
    justify-items: center;
    width: 140px;
    padding: 8px 12px 8px 12px;
}

.partners-join-step span {
    font-size: 14px;
    font-weight: 500;
    margin-left: 4px;
}

.partners-join-step:after {
    position: absolute;
    content: '';
    right: -9%;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #00a971;
}

.partners-join-steps .partners-join-step:last-child:after {
    display: none;
}

.partner-cooperation-card {
    background-color: #ffffff;
    padding: 40px;
    margin-bottom: 20px;
}

.register-or-login {
    margin-top: 1rem;
}

div.register-or-login a {
    color: #00a971 !important;
}

@media screen and (max-width: 768px) {
    .menu ul.menu-list {
        max-width: none;
    }

    .certification-nav-wrap,
    .certification-tabs-content {
        width: auto;
        overflow-x: auto;
        padding: 1.25rem;
    }

    ul.certification-nav {
        max-width: none;
        overflow-x: scroll;
    }

    .certification-nav li {
        width: auto;
        max-width: none;
        height: 46px;
        line-height: 46px;
    }

    .training-path-item:after {
        display: none;
    }

    .training-path-item {
        margin-bottom: 0.5rem;
    }
    /* 认证平台 */
    .partner-training .engineers-type-wrapper {
        display: none
    }
    .engineers-type-wrapper-mobile {
        display: block !important;
    }
    .top-platform-wrapper {
        overflow-x: auto;
    }
    .top-platform {
        height: 45px;
        overflow-x: scroll;
        overflow-y: hidden;
    }
}
