.productWrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    /* padding-bottom: 267px; */
    width: 100%;
}
.bgcolor{
    background-color: #F5F5F7;
}

.psmims{
    width: 1200px;
    padding: 0 0 80px 0;
}
.psmimsTop{
    background-color: white;
    border-radius: 12px;
    display: flex;
    margin-bottom: 32px;
}

.psmimsTop > .psmimsText{
    width: 600px;
    /* background-color: rgb(187, 187, 144); */
    display: flex;
    flex-direction: column;
    padding: 40px;
    justify-content: space-between;
}
.upemsText{
    color: #12b97d !important;;
}
.idsText{
    color: #2B8787 !important;;

}
.psmimsTop > .psmimsText > div > p:first-child{
    color:#3082F6;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
}
.psmimsTop > .psmimsText > div > p:nth-child(2){
    color:#202020;
    font-size: 40px;
    font-weight: 700;
    line-height: 63px;
}
.psmimsTop > .psmimsText > div > p:last-child{
    color:#202020;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    padding-top: 11px;
}
.psmimsTop > .psmimsImg{
    width: 600px;
    height: 420px;
    background: url(../img/product/psmims.png) no-repeat center / contain;
}
.upemsImg{
    width: 600px;
    height: 420px;
    background: url(../img/product/upup.png) no-repeat center / contain;
}
.idsImg{
    width: 600px;
    height: 420px;
    background: url(../img/product/idsids.png) no-repeat center / contain;
}
.product01Btn > button{
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    height: 48px;
    border-radius: 4px;
}
.upBtn{
    background-color: #12b97d !important;

}
.idsBtn{
    background-color: #2B8787 !important;
}
.product01Btn > .productBtn01{
    background-color: #3182F6;
    color: white;
    width: 128px;
    margin-right: 8px;
}
.product01Btn > .productBtn02{
    background-color: #2B2F33;
    color: white;
    width: 128px;
}
.productBtn01::after,
.productBtn02::after{
    content: "";
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    margin-left: 6px;
    vertical-align: middle;
    background: url(../img/download_white.svg);
}

.psmimsBottom{
    display: flex;
    justify-content: space-between;
}
.psmimsBottom > .psmLink,
.psmimsBottom > .imsLink{
    background-color: white;
    border-radius: 12px;
}
.psmimsBottom > .psmLink,
.psmimsBottom > .imsLink{
    width: 580px;
}
.psmimsBottom > .psmLink > div,
.psmimsBottom > .imsLink > div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left:40px ;
    height: 136px;

}
.psmimsBottom > .psmLink > div > p:first-child,
.psmimsBottom > .imsLink > div > p:first-child{
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color:#202020;
}
.psmimsBottom > .psmLink > div > p:first-child::after,
.psmimsBottom > .imsLink > div > p:first-child::after{
    content: "";
    display: inline-block;
    background-size: contain;
    width: 28px;
    height: 28px;
    margin-left: 10px;
    vertical-align: middle;
    background: url(../img/product/arrow_forward_big.svg) no-repeat;
}
.psmimsBottom > .psmLink > div > p:last-child,
.psmimsBottom > .imsLink > div > p:last-child{
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    color:#202020;
    padding-top: 6px;
}



.last{
    padding-bottom: 240px;
}