.popup_left .ticon_1{position: absolute; top: -2.4rem; left: -1.63rem; background:rgba(220, 223, 255, 1) ; width: 6rem; height: 3.6rem; border-radius: 50%; z-index: 1; }
.popup_left .title span {
    word-break:keep-all;
    font-size: 0.24rem;
    line-height: 0.28rem;
    font-family: RobotoBold;
    font-style: italic;
    font-weight: 700;

}
.popup_left .title span:last-child{
    font-size: 0.18rem;
    line-height: 0.21rem;
    color: rgba(90, 87, 253, 0.8);
}
.popup_left .content span{
    word-break:keep-all;
    width: 1.82rem;
    margin: auto;
    line-height: 0.16rem;
    font-size: 0.14rem;
    font-family: RobotoRegular;
}
.popup_left .content div:first-child span{
    width: 1.56rem;
}
.popup_left .content div:last-child span{
    width: 1.8rem;
}
.popup_right .step1-form-title{
    font-family: RobotoMedium;
    margin-bottom: 0.08rem;
}
.popup_right .step1-form-content{
    width: 3.17rem;
    line-height: 0.18rem;
    font-size: 0.16rem;
    font-family: RobotoRegular;
}
.morebtn span{
    font-family: RobotoMedium;
}
/* ipad */
@media screen and (min-width:751px) and (max-width:1024px){
    .popup_left .title span {
        font-size: 0.24rem;
        line-height: 0.28rem;
        font-family: RobotoBold;
        font-style: italic;
        font-weight: 700;

    }
    .popup_left .title span:last-child{
        font-size: 0.18rem;
        line-height: 0.21rem;
        color: rgba(90, 87, 253, 0.8);
    }
    .popup_left .content span{
        width: 1.82rem;
        margin: auto;
        line-height: 0.16rem;
        font-size: 0.14rem;
        font-family: RobotoRegular;
    }
    .popup_left .content div:first-child span{
        width: 1.56rem;
    }
    .popup_left .content div:last-child span{
        width: 1.8rem;
    }
    .popup_right .step1-form-title{
        font-family: RobotoMedium;
        margin-bottom: 0.08rem;
    }
    .popup_right .step1-form-content{
        width: 3.17rem;
        line-height: 0.24rem;
        font-size: 0.16rem;
        font-family: RobotoRegular;
    }
    .morebtn span{
        font-family: RobotoMedium;
    }
}
/* mobile */
@media screen and (max-width:750px){
    .popup_box{
        min-height: 6.5rem;
    }
    .popup_left .ticon_1{position: absolute;  top: 0%;left: 50%;transform: translate(-50%, 0%); background: rgba(255, 255, 255, 1);width: 6rem; height: 3.6rem; border-radius: 50%; z-index: 1; }
    .popup_left .title span {
        font-size: 0.19rem;
        line-height: 0.22rem;
        font-family: RobotoBold;
        font-style: italic;
        font-weight: 700;

    }
    .popup_left .title span:last-child{
        font-size: 0.13rem;
        line-height: 0.15rem;
        color: rgba(90, 87, 253, 0.8);
    }
    .popup_left .content{
        margin: 0.27rem auto 0.66rem;
    }
    .popup_left .content span{
        word-break:keep-all;
        width: 0.8rem;
        margin: auto;
        line-height: 0.11rem;
        font-size: 0.10rem;
        font-family: RobotoRegular;
    }
    .popup_left .content div:first-child span{
        width: 0.8rem;
    }
    .popup_left .content div:last-child span{
        width: 0.8rem;
    }
    .popup_right .step1-form-title{
        font-family: RobotoMedium;
        margin-bottom: 0.08rem;
        font-size: 0.24rem;
    }
    .popup_right .step1-form-content{
        width: 2.46rem;
        line-height: 0.162rem;
        font-size: 0.12rem;
        font-family: RobotoRegular;
    }
    .morebtn span{
        font-family: RobotoMedium;
    }
}
