.tmt-download-con{
    box-shadow: unset;
    margin-top: 88px;
}
.tmt-container .tmt-spbt{
    align-items: unset;
}
.tmt-detail{
    padding: 68px 48px 48px 48px;
}
.tmt-detail-title{
    font-weight: 700;
    font-size: 28px;
    color: #010101;
    margin-bottom: 40px;
}
.tmt-detail-des{
    font-size: 16px;
    font-weight: 700;
   color: #000000;
    margin-bottom: 30px;
}
.tmt-guide-title-con{
    margin-top: 24px;
    margin-bottom: 24px;
}
.tmt-guide-title{
    background: linear-gradient(253.58deg, #FFC000 1.55%, #F2444B 95.8%);
    font-size: 16px;
    font-weight: 700;
    padding: 6px 12px;
    color: #ffffff;
    position: relative;
    z-index:3;
}
.tmt-guide-title::after{
    content: " ";
    display: block;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    position: absolute;
    background: #ffffff;
    /*border-image: linear-gradient(253.58deg, #FFC000 1.55%, #F2444B 95.8%);*/
    top:calc(-33% + 1px);
    left: 13px;
    z-index: -1;
}
.tmt-guide-title::before{
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(253.58deg, #FFC000 1.55%, #F2444B 95.8%);

    /*border-image: linear-gradient(253.58deg, #FFC000 1.55%, #F2444B 95.8%);*/
    top:-33%;
    left: 12px;
    z-index: -2;
}
