.Market-title {
    font-size: 30px;
    font-family: Arial-BoldMT, Arial;
    font-weight: bold;
    color: black;
    margin-top: 40px;
}

.Market-describe {
    font-size: 22px;
    font-family: Arial-BoldMT, Arial;
    font-weight: normal;
    color: #444343;
    margin-bottom: 20px;
}

.Market-content {
    font-size: 16px;
    font-family: ArialMT;
    color: #666666;
}

.disabled-flex {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: center;
}

.disabled-flex > div > div > img {
    box-shadow: 0 0 3px 0 rgb(89 41 9 / 50%);
    border-radius: 5px;
}

.padding-left-50 {
    padding-left: 50px;
}

.img-border-left {

}

.border-box {
    position: absolute;
    top: 0;
    left: 31px;
    z-index: -1;
    width: 70px;
    height: 156px;
    background: #FA7A45;
    border-radius: 4px;
}

.padding-right-50 {
    padding-right: 50px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.Technical {
    padding: 40px 0;
    background: #F2F2F2;
}

.div-center > div {
    text-align: center;
}

.div-display {
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}

.div-display-1 {
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    justify-content: flex-end;
}

#application_wrap > li > img {
    box-shadow: 0 0 3px 0 rgb(89 41 9 / 50%);
}

.img-100 {
    width: 97%;
    height: 365px;
}

.img-padding-left-10 {
    padding: -10% !important;
}

.border-box-1 {
    position: absolute;
    top: 0;
    left: 77%;
    z-index: -1;
    width: 70px;
    height: 156px;
    background: #FA7A45;
    border-radius: 4px;
}

@media (max-width: 1400px) {
    .border-box-1 {
        position: absolute;
        top: 0;
        left: 73%;
        z-index: -1;
        width: 70px;
        height: 156px;
        background: #FA7A45;
        border-radius: 4px;
    }
}

@media (max-width: 1200px) {
    .border-box-1 {
        position: absolute;
        top: 0;
        left: 70%;
        z-index: -1;
        width: 70px;
        height: 156px;
        background: #FA7A45;
        border-radius: 4px;
    }
    .margin-top-20-col{
        margin-top: 20px;
    }
}

@media (max-width: 992px) {
    .border-box {
        position: absolute;
        top: 0;
        left: 31px;
        z-index: -1;
        width: 70px;
        height: 80px;
        background: #FA7A45;
        border-radius: 4px;
    }

    .border-box-1 {
        position: absolute;
        top: 0;
        left: 58%;
        z-index: -1;
        width: 70px;
        height: 80px;
        background: #FA7A45;
        border-radius: 4px;
    }

    .Market-title {
        font-size: 21px;
    }

    .Market-describe {
        font-size: 16px;
        font-family: Arial-BoldMT, Arial;
        font-weight: normal;
        color: #444343;
        margin-bottom: 15px;
    }

    .margin-col {
        margin: 15px 0;
    }

    .margin-col > div > img {
        margin-top: 10px;
    }

    .Market-title {
        font-size: 21px;
        margin-top: 25px;
    }

    .margin-top-col {
        margin-top: 20px;
    }

    .margin-bottom-col {
        margin-bottom: 20px;
    }

    .Technical {
        padding: 10px 0;
        background: #F2F2F2;
    }

    .div-center > div > img {
        margin-bottom: 10px;
    }

    .img-100 {
        width: 100%;
        height: 96%;
    }

    .application_wrap {
        margin-bottom: -150px;
    }

}

@media (max-width: 768px) {
    .border-box {
        position: absolute;
        top: 0;
        left: 31px;
        z-index: -1;
        width: 70px;
        height: 90px;
        background: #FA7A45;
        border-radius: 4px;
    }

    .border-box-1 {
        position: absolute;
        top: 0;
        left: 57%;
        z-index: -1;
        width: 70px;
        height: 90px;
        background: #FA7A45;
        border-radius: 4px;
    }

}
@media (max-width: 767px) {
    .border-box {
        position: absolute;
        top: 0;
        left: 31px;
        z-index: -1;
        width: 70px;
        height: 130px;
        background: #FA7A45;
        border-radius: 4px;
    }
    .border-box-1 {
        position: absolute;
        top: 0;
        left: 81%;
        z-index: -1;
        width: 70px;
        height: 130px;
        background: #FA7A45;
        border-radius: 4px;
    }
}

