.inp{
    display: flex;
    align-items: baseline;
}
.inp .txt{
    width:1.88rem;
    text-align: right;
}
.inp input{
    margin-left: 0.18rem;
}
.mt2{
    display: flex;
    flex-direction: column;
}
.mt1 div:nth-child(1){
    width: 1.88rem;
    text-align: right;
}
.inp_inp1{
    margin-left: 0.48rem;
    width: 0.15rem;
    height: 0.15rem;
}
.inp2 .txt{
    width: 1.88rem;
}
.mt_radio{
    margin-left: 1rem;
}
.appNamelist{
    outline: none;
    cursor: pointer;
    width: 5.8rem;
    height: 0.56rem;
    margin-left: 0.18rem;
    border: 0.01rem solid #E5E5E5;
    padding-right: 0.19rem;
    padding-left: 0.15rem;
    -moz-appearance: none;
    -webkit-appearance: none;
     
     font-family: Arial, Arial;
     font-weight: 400;
     font-size: 0.16rem;
     line-height: 0.38rem;
     text-align: left;
     font-style: normal;
     text-transform: none;
     color: #9A9A9A;
}
.triangle {
width: 0;
height: 0;
border-left: 0.09rem solid transparent;
border-right: 0.09rem solid transparent;
border-top: 0.09rem solid #E6E6E6;
    position: relative;
    right: 0.3rem;
    bottom: 0.02rem;
}
@media screen and (max-width: 1024px){
    .appNamelist{
        margin-right: -0.15rem;
        font-size: 0.22rem;
    }
    .triangle{
        position: relative;
        left: 5.4rem;
        bottom: 0.3rem;
        width: 0.2rem;
    }
    .cpt_mian .ct_box3 .ct2_b .inp input{
        font-size: 0.22rem;
    }
    .inp_inp1{
        margin-left: 0.1rem;
        width: 0.2rem;
        height: 0.2rem;
    } 
}