.edu-certification-panorama-wrap {
    width: 1280px;
    margin: 0px auto;
}

.edu-certification-panorama-title {
    color: #252b3a;
    font-size: 32px;
    line-height: 40px;
    position: relative;
    font-weight: normal;
    margin-bottom: 15px;
}

.edu-certification-panorama-title span {
    color: #575D6C;
    font-size: 16px;
    line-height: 20px;
    margin-left: 24px;
}

.edu-certification-panorama-grid {
    border-collapse: collapse;
    table-layout: fixed;
}

.edu-certification-panorama-grid tbody td {
    border: #DFE1E6 1px solid;
    font-size: 14px;
    color: #252B3A;
}

.edu-certification-panorama-grid tbody td a {
    color: #252B3A;
    text-decoration: none;
    display: block;
    padding: 20px;
    transition: all .2s ease-out;
    position: relative;
}

.edu-certification-panorama-grid tbody td a:hover {
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    -webkit-transform: translate3d(0, -1px, 0);
    transform: translate3d(0, -1px, 0);
    color: #c7000b;
}

.edu-certification-panorama-grid tbody td a:hover:after {
    content: "";
    width: 16px;
    height: 17px;
    background: url(../images/certification-panorama-arrow.png);
    position: absolute;
    right: 20px;
    top: 22px;
}

.certification-panorama-cloud-service:hover:after {
    top: 51px!important;
}

.edu-certification-panorama-grid thead td {
    position: relative;
    vertical-align: bottom;
}

.edu-certification-panorama-grid thead td h1 {
    color: #252B3A;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 8px;
}

.edu-certification-panorama-grid thead td h1 img {
    position: relative;
    left: 8px;
    top: 3px;
}

.edu-certification-panorama-grid thead td p {
    color: #575D6C;
    font-size: 12px;
    line-height: 18px;
}

.edu-certification-panorama-basic {
    height: 8px;
    width: 200px;
    background: #c8d6f1;
}

.certification-panorama-junior {
    width: 360px;
    height: 88px;
    background-image: url(../images/certification-panorama-junior.png);
    border-left: #DFE1E6 1px solid;
    border-top: #DFE1E6 1px solid;
    background-size: 100%;
    box-sizing: border-box;
    padding: 20px 20px 0px;
}

.certification-panorama-senior {
    width: 360px;
    height: 114px;
    background-image: url(../images/certification-panorama-senior.png);
    border-left: #DFE1E6 1px solid;
    border-top: #DFE1E6 1px solid;
    background-size: 100%;
    box-sizing: border-box;
    padding: 24px 20px 0px;
}

.certification-panorama-expert {
    width: 360px;
    height: 130px;
    background-image: url(../images/certification-panorama-expert.png);
    border-left: #DFE1E6 1px solid;
    border-right: #DFE1E6 1px solid;
    border-top: #DFE1E6 1px solid;
    background-size: 100%;
    box-sizing: border-box;
    padding: 32px 20px 0px;
}

.certification-panorama-gray {
    background: #f5f5f6;
}

.certification-panorama-gray td {
    border-top: #fff 1px solid!important;
    border-bottom: #fff 1px solid!important;
}

.certification-panorama-border-bottom {
    /* padding: 20px; */
    border-bottom: #dfe1e6 1px solid !important;
}

.certification-panorama-gray-top td {
    border-bottom: #fff 1px solid!important;
}

.certification-panorama-cloud-service {
    height: 125px;
    line-height: 80px;
}

.edu-certification-flow-bg {
    width: 100%;
    height: 381px;
    background: url(../images/edu-certification-flow-bg.png);
    margin-top: 56px;
}

.edu-certification-flow-detail {
    width: 1280px;
    height: 380px;
    background-image: url(../images/edu-certification-flow-detail.png);
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.edu-certification-flow-detail h1 {
    color: #fff;
    font-size: 32px;
    line-height: 40px;
    font-weight: normal;
    padding-top: 56px;
}

@media (max-width:1439px) {
    .edu-certification-panorama-wrap,
    .edu-certification-flow-detail {
        width: 1200px;
    }
    .edu-certification-panorama-basic {
        width: 180px;
    }
    .certification-panorama-junior,
    .certification-panorama-senior,
    .certification-panorama-expert {
        width: 340px;
    }
}