.main.system .w1200 {
    width: 100%;
    padding: 0.5rem;
    overflow: hidden;
}
ul.cont1-main {
    display: flex;
    flex-flow: column;
    /* width: fit-content; */
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.cont1.w1200 .cont1-main li {
    width: 90%;
    margin: 0.5rem 0;
}
.cont1 .cont1-main li .item-left {
    width: 100%;
}

.cont1 .cont1-main li .item-right {
    width: 100%;
    height: max-content;
    display: none;
}

.cont1-main .item-right img {
    width: 100%;
    height: 100%;
}
.cont1 .cont1-main li .item-left {
    width: 100% !important;
}
.cont2_img {
    width: 100%;
    height: auto;
    overflow-x: scroll;
}
.cont2_img1 {
    display: block !important;
}
.cont3 .cont3-main ul {
    display: flex;
    flex-flow: column;
    width: 100%;
}
.cont3 .cont3-main ul li {
    display: flex;
    flex-flow: column;
}

.cont3 .cont3-main ul li .item-left {
    display: flex;
    width: 100% !important;
    margin: 0px;
    padding-left: 2rem !important;
}

.cont3 .cont3-main ul li .item-right {
    width: 100% !important;
    overflow: hidden;
}
.cont3 .cont3-main ul li:nth-child(2) .item-right {
    order: 1;
    margin: 0px !important;
}
.cont1 .cont1-main {
    margin-top: 0px !important;
}
.cont1.w1200 .cont1-main li{
    transform: none !important;
    transition: none !important;
    height: fit-content;
}
.cont1 .cont1-main li .item-left,.item-right{
    transform: none !important;
    transition: none !important;
}
.cont1 .cont1-main li .item-left{
    position: relative;

    /*display: none !important;*/
}
.cont1 .cont1-main li .item-left p{
    /* display: none; */
}
/*.cont2_img:before {*/
    /*z-index: 5;*/
    /*content: '22';*/
    /*border: 4px solid red;*/
    /*position: absolute;*/
    /*top: px;*/
    /*bottom: 70%;*/
    /*left: 10;*/
    /*height: 20px;*/
    /*height: 20px;*/
    /*border-left: 12px solid;*/
    /*border-top: 10px solid;*/
    /*border-right: 12px solid;*/
    /*border-bottom: 10px solid;*/
    /*border-color: #2dacfd transparent transparent transparent;*/
    /*width: 20px;*/
    /*transform: rotate(-90deg);*/
/*}*/
/*.cont2_img:after {*/
    /*z-index: 5;*/
    /*content: '';*/
    /*border: 4px solid red;*/
    /*position: absolute;*/
    /*top: px;*/
    /*bottom: 67%;*/
    /*left: 10;*/
    /*height: 20px;*/
    /*height: 20px;*/
    /*border-left: 12px solid;*/
    /*border-top: 10px solid;*/
    /*border-right: 12px solid;*/
    /*border-bottom: 10px solid;*/
    /*border-color: #2dacfd transparent transparent transparent;*/
    /*width: 20px;*/
    /*transform: rotate(-90deg);*/
/*}*/