.datetimepicker_nr{
    width: 100%!important;
}


.popup .el-dialog{ border-radius:0.18rem; overflow: hidden; width: 8rem;margin-top: 11vh !important; }
.popup .el-dialog__header{display: none}
.popup .el-dialog__body{padding: 0;}

.popup_box{display: flex; width: 100%;height: 6rem;justify-content: space-between; overflow: hidden;}

.popup_left{ width: 42%;position: relative;overflow: hidden;}
.popup_left .ticon_1{position: absolute; top: -2.2rem; left: -1.63rem; background:rgba(220, 223, 255, 1) ; width: 6rem; height: 3.6rem; border-radius: 50%; z-index: 1; }
.popup_left .ticon_2{ position: absolute; bottom: 0.41rem; right: -0.89rem; background: rgba(255, 227, 220, 1); width: 1.35rem; height: 1.35rem; border-radius: 50%; z-index: 1; }
.popup_left .ticon_3{ position: absolute; bottom: -0.57rem; left: 0.34rem; background: rgba(186, 192, 255, 1); width: 0.78rem; height: 0.78rem; border-radius: 50%; z-index: 1; }
.popup_left .title{ z-index: 2; position: relative; margin: 0.3rem  auto 0rem; font-family: AliBoldNew; letter-spacing: -0.02em; text-align: center; }
.popup_left .title span{
    display: block;
    color: rgba(90, 87, 253, 1);
    font-size: 0.24rem;
    /*font-weight: 700;*/
    line-height: 0.336rem;
}
.popup_left .content{position: relative;z-index: 2; margin: 0.6rem auto 0;}
.popup_left .content div{
    text-align: center;
    margin: 0 0 0.32rem;
}
.popup_left .content div div{
     margin: 0 0 0rem;
 }

.popup_left .content span{display: block; line-height: 0.3rem; font-size: 0.16rem; color: rgba(0, 0, 0, 0.7);}
.popup_left .content img{width: 0.78rem; height: auto;}

.popup_right {width: 58%;background: rgba(250, 250, 255, 1);}
.popup_right .close{ position: absolute; right: 0px;padding: 0.2rem; z-index: 12;}
.popup_right .close img{ width:0.2rem; height: auto;cursor: pointer; }
.popup_right .popup_form{margin: 0 auto 0;  width: 4.6rem; max-width: 100%;
    height: 100%; display: flex;flex-direction: column; justify-content: center;align-items: center; position: relative; z-index: 8; }
.popup_right .popup_el_form{ width: 3.4rem;max-width: 80%; }
/*日历选择器设置*/
.popup .index-dateTime .xdsoft_datetimepicker{width: 3.4rem;}
.popup .xdsoft_datepicker{width: 100%;}
.popup .xdsoft_datetimepicker{ margin: 0.12rem 0}

.popup_right .step1-form-title{ font-family: AliBold;
    font-weight: 500;
    text-align: center;
    line-height: 0.33rem; color: #000; font-size: 0.32rem; margin-bottom: 0.15rem; }
.popup_right  .step1-form-content{
    font-size: 0.16rem;
    font-weight: 400;
    line-height: 0.27rem;
    text-align: center;
    color: #616163;
    margin-bottom: 0.36rem;
    width: 2.46rem;
}
.popup_right dl{ margin-bottom: 0.24rem;  }
.popup_right dl.form-dl label.form-label{ line-height: 0.48rem;font-size: 0.14rem;}
.popup_right dl.form-dl label.top{ line-height: 0.14rem;font-size: 0.13rem;}
.popup_right dl:last-child{ margin-bottom: 0; }
.popup_right a.next-btn{ float: right; display: flex; justify-content: center; align-items: center; width: 1.8rem; height: 0.5rem; border-radius: 0.3rem; border: 0.02rem solid #5A57FD; background: #FFF; color: #5A57FD; font-family: AliBold; font-size: 0.18rem; transition: all 0.1s linear; }
.popup_right a.next-btn span{ line-height: 1em; }
.popup_right a.next-btn:hover{ background: #5A57FD; color: #FFF; transition: all 0.1s linear; }
.popup_right a.next-btn.disabled{ border-color: #D9D9D9; color: #D9D9D9; }
.student-next-btn{ margin-top: 0.86rem; }
.popup_right .el-form-item{margin-bottom: 0;}
.popup_right  .el-form-item__error{
    padding-top: 0.06rem !important;
}
.popup_right  .form-dl  .el-input__inner{ padding-right: 0.4rem; height: 0.5rem;font-size: 0.16rem; border-radius: 0.08rem;}
/* .popup_right dl.form-dl .el-date-editor.el-input::after{ width: 0.25rem; height: 0.25rem; right: 0.3rem; background-image: url(../images/plan_icon2.png); } */
.popup_right.popup_right-pet{ padding-bottom: 0.2rem; }
.popup_right .plan-btn{
    margin: 0.36rem 0 0;
}
.popup_right .morebtn {
    width: 1.41rem;
    height: 0.38rem;
    font-size: 0.16rem;
    font-weight: 500;
    font-family: AliBold;
}

/* ipad */
@media screen and (min-width:751px) and (max-width:1024px){
    .popup .el-dialog{ border-radius:0.18rem; overflow: hidden; width: 86%; }
    .popup .el-dialog__header{display: none}
    .popup .el-dialog__body{padding: 0}

    .popup_box{display: flex; width: 100%;height: 6rem;justify-content: space-between; overflow: hidden;}
    .popup_left{ width: 43%;position: relative;overflow: hidden;}
    .popup_left .ticon_1{position: absolute; top: -2.2rem; left: -1.63rem; background:rgba(220, 223, 255, 1) ; width: 6rem; height: 3.6rem; border-radius: 50%; z-index: 1; }
    .popup_left .ticon_2{ position: absolute; bottom: 0.41rem; right: -0.89rem; background: rgba(255, 227, 220, 1); width: 1.35rem; height: 1.35rem; border-radius: 50%; z-index: 1; }
    .popup_left .ticon_3{ position: absolute; bottom: -0.57rem; left: 0.34rem; background: rgba(186, 192, 255, 1); width: 0.78rem; height: 0.78rem; border-radius: 50%; z-index: 1; }
    .popup_left .title{ z-index: 2; position: relative; margin: 0.3rem  auto 0rem; font-family: AliBoldNew;  letter-spacing: -0.02em; text-align: center; }
    .popup_left .title span{
        display: block;
        color: rgba(90, 87, 253, 1);
        font-size: 0.24rem;
        line-height: 0.336rem;
    }
    .popup_left .content{position: relative;z-index: 2; margin: 0.54rem auto 0;}
    .popup_left .content div{
        text-align: center;
        margin: 0 0 0.32rem;
    }
    .popup_left .content div div{
        margin: 0 0 0rem;
    }
    .popup_left .content span{display: block; line-height: 0.3rem; font-size: 0.16rem; color: rgba(0, 0, 0, 0.7);}
    .popup_left .content img{width: 0.8rem; height: auto;}

    .popup_right {width: 57%;background: rgba(250, 250, 255, 1);}
    .popup_right .close{ position: absolute; right: 0px;padding: 0.2rem; z-index: 12;}
    .popup_right .close img{ width:0.2rem; height: auto;cursor: pointer; }
    .popup_right .popup_form{margin: 0 auto 0;  width: 4.6rem; max-width: 100%;
        height: 100%; display: flex;flex-direction: column; justify-content: center;align-items: center; position: relative; z-index: 8; }
    .popup_right .popup_el_form{ width: 2.8rem; }
    .popup .index-dateTime .xdsoft_datetimepicker{width: 2.8rem;}
    .popup_right .step1-form-title{ font-family: AliBold;
        font-weight: 500;
        text-align: center;
        line-height: 0.33rem; color: #000; font-size: 0.30rem; margin-bottom: 0.08rem; }
    .popup_right  .step1-form-content{
        font-size: 0.15rem;
        font-weight: 400;
        line-height: 0.25rem;
        text-align: center;
        color: #616163;
        margin-bottom: 0.36rem;
        width: 2.49rem;
    }
    .popup_right dl{ margin-bottom: 0.24rem;  }
    .popup_right dl.form-dl label.form-label{ line-height: 0.5rem;font-size: 0.14rem;}
    .popup_right dl.form-dl label.top{ line-height: 0.14rem;font-size: 0.13rem;}
    .popup_right dl:last-child{ margin-bottom: 0; }
    .popup_right a.next-btn{ float: right; display: flex; justify-content: center; align-items: center; width: 1.8rem; height: 0.5rem; border-radius: 0.3rem; border: 0.02rem solid #5A57FD; background: #FFF; color: #5A57FD; font-family: AliBold; font-size: 0.18rem; transition: all 0.1s linear; }
    .popup_right a.next-btn span{ line-height: 1em; }
    .popup_right a.next-btn:hover{ background: #5A57FD; color: #FFF; transition: all 0.1s linear; }
    .popup_right a.next-btn.disabled{ border-color: #D9D9D9; color: #D9D9D9; }
    .student-next-btn{ margin-top: 0.86rem; }
    .popup_right  .form-dl  .el-input__inner{ padding-right: 0.4rem; height: 0.5rem;font-size: 0.16rem; border-radius: 0.08rem;}
    /* .popup_right dl.form-dl .el-date-editor.el-input::after{ width: 0.25rem; height: 0.25rem; right: 0.3rem; background-image: url(../images/plan_icon2.png); } */
    .popup_right.popup_right-pet{ padding-bottom: 0.2rem; }
    .popup_right .plan-btn{
        margin: 0.36rem 0 0;
    }
    .popup_right .morebtn {
        width: 1.41rem;
        height: 0.38rem;
        font-size: 0.16rem;
        font-weight: 500;
        font-family: AliBold;
    }
}
/* mobile */
@media screen and (max-width:750px){
    .popup .el-dialog{ border-radius:0.18rem; overflow: hidden; width: 86%; }
    .popup .el-dialog__header{display: none}
    .popup .el-dialog__body{padding: 0}

    .popup_box{display: flex; width: 100%;min-height: 5.73rem;flex-direction: column-reverse;justify-content: space-between; overflow: hidden;}

    .popup_left{ background: #f3f3ff; width: 100%;position: relative;overflow: hidden;
        height: 100%;}
    .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 .ticon_2{ position: absolute;transform: rotate(80deg); bottom: -1rem; right: -1.18rem; background: rgba(255, 227, 220, 1); width: 1.49rem; height: 1.75rem; border-radius: 50%; z-index: 1; }
    .popup_left .ticon_3{  display: none; }
    .popup_left .title{ z-index: 2; position: relative; margin: 0.43rem  auto 0rem; font-family: AliBoldNew; letter-spacing: -0.02em; text-align: center; }
    .popup_left .title span{
        display: inline-block;
        color: rgba(90, 87, 253, 1);
        font-size: 0.17rem;
        line-height: 0.238rem;
    }
    .popup_left .content{position: relative;z-index: 2; margin: 0.18rem auto 0.48rem;display: flex;align-items: center;justify-content: center;
    }
    .popup_left .content div{
        text-align: center;
        margin: 0 0.1rem 0rem 0;
    }
    .popup_left .content div:last-child {
        margin-right: 0;
    }
    .popup_left .content div div{
        width: 0.52rem;
        height: 0.52rem;
        margin:0 auto 0.08rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .popup_left .content div:nth-child(2) div{
        width: 0.58rem;
    }
    .popup_left .content div:nth-child(3) div{
         width: 0.6rem;
     }

    .popup_left .content span{width: 0.85rem; display: block; line-height: 0.15rem; font-size: 0.11rem; color: rgba(0, 0, 0, 0.7);}
    .popup_left .content img{max-height: 100%;max-width: 100%;}

    .popup_right {width: 100%;background: #f3f3ff;position: relative;}
    .popup_right .close{ position: absolute; right: 0px;padding: 0.12rem; z-index: 12;}
    .popup_right .close img{ width:0.14rem; height: auto;cursor: pointer; }
    .popup_right .popup_form{margin: 0.42rem auto 0;  width: 4rem; max-width: 100%;
        height: 100%; display: flex;flex-direction: column; justify-content: flex-start;align-items: center; position: relative; z-index: 8; }
    .popup_right .popup_el_form{ width: 2.29rem; }
    .popup .index-dateTime .xdsoft_datetimepicker{width: 2.29rem;}
    .popup_right .step1-form-title{ font-family: AliBold;
        font-weight: 500;
        text-align: center;
        line-height: 0.30rem; color: #000; font-size: 0.20rem; margin-bottom: 0.08rem; }
    .popup_right  .step1-form-content{
        font-size: 0.12rem;
        font-weight: 400;
        line-height: 0.18rem;
        text-align: center;
        color: #616163;
        margin-bottom: 0.24rem;
        width: 2.4rem;
    }
    .popup_right dl{ margin-bottom: 0.3rem;
    }
    .popup_right dl.form-dl dd {border-radius: 0.08rem;
        height: 0.4rem; }
    .popup_right dl.form-dl label.form-label{ line-height: 0.4rem;font-size: 0.11rem;}
    .popup_right dl.form-dl label.top{ line-height: 0.14rem;font-size: 0.11rem;}
    .popup_right dl:last-child{ margin-bottom: 0; }
    .popup_right a.next-btn{ float: right; display: flex; justify-content: center; align-items: center; width: 1.8rem; height: 0.5rem; border-radius: 0.3rem; border: 0.02rem solid #5A57FD; background: #FFF; color: #5A57FD; font-family: AliBold; font-size: 0.18rem; transition: all 0.1s linear; }
    .popup_right a.next-btn span{ line-height: 1em; }
    .popup_right a.next-btn:hover{ background: #5A57FD; color: #FFF; transition: all 0.1s linear; }
    .popup_right a.next-btn.disabled{ border-color: #D9D9D9; color: #D9D9D9; }
    .student-next-btn{ margin-top: 0.86rem; }
    .popup_right  .form-dl  .el-input__inner{ padding-right: 0.4rem; height: 0.4rem;font-size: 0.15rem; border-radius: 0.08rem;}
    /* .popup_right dl.form-dl .el-date-editor.el-input::after{ width: 0.25rem; height: 0.25rem; right: 0.3rem; background-image: url(../images/plan_icon2.png); } */
    .popup_right.popup_right-pet{ padding-bottom: 0.2rem; }
    .popup_right .plan-btn{
        margin: 0.2rem 0 0.52rem;
    }
    .popup_right .morebtn {
        width: 1.2rem;
        height: 0.34rem;
        font-size: 0.15rem;
        font-weight: 500;
        font-family: AliBold;
    }
}
