.fixed{
    position: fixed;
    right: .1rem;
    top: 50%;
    width: .34rem;
    padding: .1rem .1rem;
    text-align: center;
    height: 1.6rem;
    font-size: .22rem;
    cursor: pointer;
    color:#316FF6;
    background: #FFFFFF;
    box-shadow: 0px -.03rem .3rem 0px rgba(0,0,0,0.1);
    border-radius: 8px;
}
.technicalModal{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999999;
    background-color: rgba(0, 0, 0, 0.5);
}
.technicalModal .container{
    width: 10.0rem;
    height: 8.86rem;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    box-sizing: border-box;
    border-radius: 6px;
    font-size: .25rem;
    padding: .5rem .7rem;
}

.technicalModal .container .close{
    width: .3rem;
    height: .3rem;
    border-radius: 50%;
    position: absolute;
    right: -.4rem;
    top: -.2rem;
    cursor: pointer;
    background-color: transparent;
    text-align: center;
    line-height: .3rem;
    font-size: .2rem;
}
.technicalModal .container .title{
    width: 100%;
    text-align: center;
    color: #316FF6;
    font-weight: 600;
    font-size: .4rem;
    margin-bottom: .4rem;
}
.technicalModal .container .flex-js{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: .3rem 0;
}
.technicalModal .container .flex-js .flex{
    display: flex;
    align-items: center;
    width: 50%;
}
.technicalModal .container .flex-js .input{
    width: 40%;
    background: #F8F8F8;
    border-radius: 8px;
    font-size: .2rem;
    color: #918E96;
    padding: .16rem .3rem;
}
.technicalModal .container .flex-js .input .realinput{
    border: none;
    font-size: .2rem;
    height: 100%;
    outline: none;
    background: #F8F8F8;
    width: 80%;
}
.technicalModal .container .flex-js .input .textarea{
    border: none;
    font-size: .2rem;
    height: 100%;
    outline: none;
    background: #F8F8F8;
    width: 100%;
}
textarea[class='textarea']::-webkit-input-placeholder {
    color:#918E96;
}
.subBtn{
    margin: .3rem auto;
    width: 3.82rem;
    height: .6rem;
    background: linear-gradient(174deg, #3069F3 0%, #5B9AF5 100%);
    border-radius: .3rem;
    text-align: center;
    line-height: .6rem;
    color: #FFF;
    cursor: pointer;
}
.technicalModal .container .flex-js .flex .flex-y{
    display: flex;
    flex-direction: column;
    margin-left: .2rem;
    justify-content: space-evenly;
}
.technicalModal .container .flex-js .flex .flex-y p{
    font-size: .26rem;
}
.technicalModal .container .flex-js .flex .flex-y p:nth-of-type(1){
    color: #9B9CA8;
    font-size: .22rem;

}
.technicalModal .container .flex-js img{
    width: .9rem;
    height: .9rem;
}
.modalHideen {
    display: none;
}
.modalIcon {
    width: .3rem;
    height: .3rem;
}
.close img {
    width: .5rem;
}