.breadcrumb, .heading-menu, #customers, #allFea, .head-container .fr:last-child, .fl.prdLogo + .fr,footer#meCommonFooterNew,.btmBar{
    display: none !important;
}
.sec-pTB {
    padding: 0;
}
.head-container {
    max-width: 97%;
}
#header-mainsec .headerinner {
    min-height: 60px;
}
.dccd {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.dccd .flex{
    display: flex;
}
.dccd p {
    color: #333;
    font-weight: 400;
    font-size: 15px;
    line-height: 34px;
    margin: 0 0 10px;
}
.dccd h2 {
    margin: 0 0 20px;
    font-size: 22px;
    font-weight: 400;
    color: #000 !important;
    position: relative;
}
.dccd h2 strong {
    color: #1256b9 !important;
    font-size: 24px;
    font-weight: 600;
}
.dccd h2:after {
    content: '';
    position: absolute;
    height: 1px;
    right: 0;
    background: linear-gradient(to right,#feaa09,#fff);
    display: inline-block;
    bottom: -5px;
    left: 0;
}
.dccd h4 {
    margin: 20px 0 10px;
    font-weight: 600;
    font-size: 17px;
    text-decoration: underline;
}
.dccd .main {
    width: 70%;
    margin:0 0 50px;
}
.dccd .form {
    width: 30%;
    background-color: #1256b9;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
}
.dccd .form .flex{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.dccd .form h3 {
    text-align: center;
    color: #fff !important;
    font-size: 23px;
    font-weight: 400;
    padding: 0 20px;
    margin: 10px 0 0 !important;
    line-height: normal;
    width:100%;
}
.dccd .form h3 strong{
    display: block;
}
.dccd .form iframe {
    background: #fff;
    margin: 20px auto;
    display: block;
    width: 400px;
    max-width: 90%;
    min-height: 560px;
    border-radius: 5px;
    box-shadow: 0 0 15px #0008;
}
.dccd .form p {
    color: #fff;
    width: 100%;
    text-align: center;
}

.dccd .form p a {
    color: #fea;
    font-weight: 700;
}
.dccd .main .banner {
    padding: 20px;
    background-color: #e7f5ff;
}

.dccd .main .banner img {
    max-width: 400px;
}
.dccd .main .banner .flex{
    align-items: center;
    justify-content: center;
}
.dccd .main .banner .inner-flex {
    margin: 20px;
    max-width: 45%;
}
.dccd .main .banner h1 {
    font-size: 34px;
    line-height: 52px;
    letter-spacing: normal;
    margin: 0;
    font-weight: 300;
}
.dccd .main .banner h1 strong {
    color: #1256b9;
}
.dccd .main .banner h3 {
    font-size: 22px;
    font-weight: 300;
    margin: 18px 0 0 !important;
    color: #484848 !important;
    max-width: 350px;
    line-height: 36px;
}
.dccd .overview, .dccd .res, .dccd .edition {
    padding: 20px;
    max-width: 90%;
    margin: auto;
}
.dccd .overview .flex {
    align-items: center;
}
.dccd .overview .inner-flex img {
    max-width: 250px;
    margin:0 30px 0 0;
}

.dccd .res a {
    color: #000;
    text-decoration: none;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    box-shadow: 0 0 2px #0d56b963;
    padding: 15px;
    border-radius: 5px;
    cursor: pointer;
    width: 30%;
    margin: 2% 1%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.dccd .res a:hover {
    box-shadow: 0 0 6px #1a5dbc;
}
.dccd .res a:before {
    content: ''; 
    width: 100px;
    height: 100px;
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto 10px;
}
.dccd .res a:nth-child(1):before {
    background-image: url(https://www.manageengine.cn/products/desktop-central/images/dccd-clip-3.png);
}
.dccd .res a:nth-child(2):before {
    background-image: url(https://www.manageengine.cn/products/desktop-central/images/dccd-clip-2.png);
}
.dccd .res a:nth-child(3):before {
    background-image: url(https://www.manageengine.cn/products/desktop-central/images/dccd-clip-4.png);
}
.dccd .res a strong {
    display: block;
    font-size: 17px;
    line-height: normal;
    font-weight: 600;
    color: #1056b9;
    margin: 0 0 10px;
    width: 100%;
}
.dccd .res a span {
    text-align: center;
    display: block;
    font-size: 15px;
    line-height: 25px;
    font-weight: 300;
}

.dccd .edition a.cta {
    display: block;
    color: #000;
    text-decoration: none;
    padding: 12px;
    line-height: normal;
    max-width: 180px;
    text-align: center;
    background-color: #fac60b;
    font-size: 16px;
    font-weight: 600;
}
.dccd [data-content]{
    display: none;
}
.dccd [data-content].active{
    display: block;
}
.dccd .res a.active:after {
    content: '';
    display: inline-block;
    position: absolute;
    height: 20px;
    width: 20px;
    border: 1px solid #0a56b9;
    transform: rotate(45deg);
    bottom: -11px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    border-top: 0;
    border-left: 0;
}
.dccd .res a.active {
    border: 1px solid #0d56b9;
    position: relative;
}
.dccd [data-content] img {
    max-width: 80%;
    margin: 10px auto;
    display: block;
}
.dccd [data-content] > h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 10px 0 !important;
    display: block;
    border-bottom: 1px dashed #febb61;
    padding: 6px 8px;
    max-width: fit-content;
}
.dccd [data-content] li {
    list-style: disc inside;
    margin: 0 0 10px;
    font-size: 15px;
}
.dccd .faq > ul {
    max-width: 80%;
    margin: 20px 20px 50px;
}

.dccd .faq > ul > li {
    border-bottom: 1px solid #eee;
    padding: 0px 20px 10px 0;
    cursor: pointer;
    position: relative;
    list-style: none;
}
.dccd .faq > ul > li:after {
    content: '';
    position: absolute;
    height: 10px;
    width: 10px;
    border: 2px solid #00000054;
    transform: rotate(45deg);
    border-left: 0;
    border-top: 0;
    right: 0;
    top: 2px;
}
.dccd .faq > ul > li.active:after {
    transform: rotate(-136deg) translateY(-30px);
    transform-origin: top right;
}
.dccd .faq > ul > li h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 36px;
    color: #023277 !important;
}
.dccd .faq > ul > li p,.dccd .faq > ul > li ul {
    margin: 5px 0 0;
    line-height: 30px;
    display: none;
}
.dccd .faq ul li.active p,.dccd .faq ul li.active ul {
    display: block;
}
.dccd .faq ul li ul{
    margin:0 0 10px;
}
.dccd .faq ul li ul li {
    list-style: decimal outside;
    margin: 10px 0 0 15px;
    line-height: 26px;
    font-size: 14px;
    font-weight: 400;
}
.edi-table > ul {
    display: flex;
    margin: 50px auto 30px;
    padding: 0 !important;
    justify-content: center;
    border-bottom: 1px solid #eee;
    max-width: 800px;
}

.edi-table > ul > li {
    padding: 10px;
    max-width: 190px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #00000075;
    cursor: pointer;
    list-style:none !important;
    margin: 0 !important;
}
.edi-table > ul > li:last-child {
    max-width: 165px;
}
.edi-table > ul > li.active {
    border-bottom: 1px solid #e8505a;
    color: #000;
    pointer-event: none;
}
.edi-table table {
    max-width: 730px;
    margin: auto;
}

.edi-table table tr td {
    border: 1px solid #eee;
    padding: 8px 14px;
}
.edi-table table tr td:first-child {
    width: 60%;
}

.edi-table .note {
    max-width: 730px;
    margin: 10px auto;
}

.edi-table .note p {
    margin: 0;
}
.edi-table table tr:first-child {
    background-color: #eee;
    font-weight: 600;
}
.edi-table table tr:nth-child(2) {
    color: #000;
    font-weight: 600;
}
.edi-table table tr td[rowspan],.edi-table table tr td[colspan] {
    text-align: center;
    font-weight: 600;
    color:#000;
}
.edi-table > ul > li[data-tab="8"],.edi-table > ul > li[data-tab="9"] {
    max-width: 220px;
}
.edition .q-na {
    color: #14ace6;
}
.edition .avail {
    color: #14ace6;
}
.edition .o-na {
    color: #14ace6;
}
.edition .t-na {
    color: #14ace6;
}
.edition .na {
    color: #d11515;
    font-size: 17px;
    font-weight: 500;
}

@media(max-width:600px){
.dccd .flex {
    flex-wrap: wrap;
}
.dccd .form {
    position: static;
}
.dccd {
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.dccd .main,.dccd .form {
    width: auto;
}
.dccd h2 {
    line-height: normal;
}
.dccd .form h3,.dccd .form p {
    width: auto;
    margin: 15px auto 0 !important;
}
.dccd .main .banner img {
    max-width: 100%;
}
.dccd .main .quote {
    margin: 40px;
}
.dccd .main .quote span {
    float: none;
}
.dccd .main .banner {
    margin: 0;
}

.dccd .main .banner .inner-flex {
    max-width: none;
}

.dccd .res .inner-flex {
    width: auto;
}
}