/* 右下角图标 */
.popup_lara .bottom-right-icon {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 60px;
    height: 60px;
    background: #2824FD;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(40, 36, 253, 0.4);
    z-index: 999;
    transition: all 0.3s ease;
    text-decoration: none;
}

.popup_lara .bottom-right-icon svg{ width: 30px; height: auto; display: block; }
.popup_lara #lara-tab{ height: calc(100vh - 193px); }
.popup_lara .bottom-right-icon:hover { transform: scale(1.1); box-shadow: 0 6px 25px rgba(40, 36, 253, 0.6); }

.popup_lara.right-bottom-dialog .el-dialog {
    position: fixed !important;
    right: 20px !important;
    bottom: 20px !important;
    top: auto !important;
    left: auto !important;
    margin: 0 !important;
    transform: none !important;
    width: 50vh;
    max-width: 50vh !important;
    height: calc(100vh - 123px);;
    max-height: 90vh !important;
    display: flex !important;
    flex-direction: column !important;
}

/* 弹窗主体占满剩余空间，内容滚动 */
.popup_lara.right-bottom-dialog /deep/ .el-dialog__body {
    flex: 1 !important;
    overflow-y: auto !important;
    padding: 20px !important;
}

/* 可选：如果内容太多，标题栏固定 */
.popup_lara.right-bottom-dialog /deep/ .el-dialog__header { flex-shrink: 0 !important; }

/* 底部也固定 */
.popup_lara.right-bottom-dialog /deep/ .el-dialog__footer { flex-shrink: 0 !important; }

.popup_lara_box .lara-header {
    position: relative;
    width: 100%;
    height: 70px;
    overflow: hidden;
    border-radius: 28px 28px 0 0;
    background: #FAFAFF;
}

/* 背景 */
.popup_lara_box .header-bg { position: absolute; inset: 0; background: linear-gradient(135deg, #716bff, #5652f5);;height: 100%;}

/* 曲线白色区域 */
.popup_lara_box .curve-panel { position: absolute; inset: 0; width: 100%; height: 100%; }

.popup_lara_box .curve-panel path { fill: #FAFAFF; }

.popup_lara_box .curve-panel.reverse { transform: scaleX(-1); }

.popup_lara_box .tab-item { position: absolute; top: 15px; z-index: 2; font-size: 20px;cursor: pointer; color: #FAFAFF; }

.popup_lara_box .tab-item.active{ color: #5A57FD!important;font-weight: 900;}

.popup_lara_box .tab-item.active::after{ content: ''; position: absolute; bottom: -15px; left: 50%; width: 190px; height: 1px; background-color: #A5A3E633; transform: translateX(-50%); }

.popup_lara_box .lara { left: 18%; }

.popup_lara_box .contact_help { right: 18%; }
.popup_lara_box .date-calendar { right: .15rem; }

.popup_lara_box .center-btn{display:flex;justify-content:center;align-items:center;line-height:1em;border-radius:.4rem;overflow:hidden;border:.02rem solid #5a57fd;background:#5a57fd;color:#fff}


.popup_lara_box .contact-form {
    height: calc(100vh - 193px);
    padding: 0 15px 25px 15px;
    background: #FAFAFF;
    display: flex;
    flex-direction: column;
}
.popup_lara_box .contact-form .container {
    overflow: auto;
    padding: 0 10px 0 10px;
}
.popup_lara_box .contact-form .contact-subtitle {
    color: #646464;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    width: 100%;
    word-break: auto-phrase;
}
.popup_lara_box .contact-form .el-form-item {
    margin-bottom: 0;
    display: flex;
}
.popup_lara_box .contact-form .bottom-btn {
    margin-top: auto;
}
.popup_lara_box .contact-form .send.bottom {
    margin-top: 20px;
}
.popup_lara_box .contact-form .send {
    padding: 0 10px;
}
.popup_lara_box .contact-form .send a {
    width: 100%;
    height: 50px;
    font-size: 16px;
}
.popup_lara_box .contact-form .form-dl {
    margin-bottom: 23px;
}
.popup_lara_box .contact-formitem {
    width: 100%;
}
.popup_lara_box .contact-form .el-form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.popup_lara_box .contact-form .el-form dl {
    width: 49%;
}
.popup_lara_box .contact-form .el-form-item__label {
    display: none;
}
.popup_lara_box .contact-form dl.form-dl .el-input__inner {
    height: 48px;
    border-radius: 12px;
    line-height: 48px;
    font-size: 16px;
    padding: 22px 20px 6px 12px;
}
.popup_lara_box .contact-form .form-dl dd {
    border-radius: 12px;
}
.popup_lara_box .contact-form .el-form .form-dl.margin0 {
    margin-bottom: 0;
    width: 100%;
}
.popup_lara_box .contact-form .el-form-item__content {
    flex: 1;
}
.popup_lara_box .contact-form .el-form .form-dl.margin0 .form-label.top {
    top: 1px;
    left: 2px;
    right: 2px;
    width: auto;
    background-color: #fff;
    padding-bottom: 2px;
    border-radius: 20px 20px 0 0;
}
.popup_lara_box .contact-form .el-form-item__error {
    bottom: -18px;
    font-size: 12px;
    line-height: 16px;
}
.popup_lara_box .contact-form .el-textarea__inner {
    height: 140px;
    border-radius: 15px;
    border: 1px solid #d9d9d9;
    background: transparent;
    display: block;
    resize: vertical;
    padding: 30px 24px 10px;
    line-height: 1.5;
    box-sizing: border-box;
    width: 100%;
    font-size: 18px;
    color: #000;
    position: relative;
    z-index: 2;
    font-family: AliRegular;
}
.popup_lara_box .text_area-english .el-textarea__inner {
    font-family: RobotoRegular!important;
}
.popup_lara_box dl.form-dl .el-date-editor.el-input .el-input__inner {
    padding-right: 60px;
}
.popup_lara_box dl.form-dl .el-date-editor.el-input::after {
    width: 22px;
    height: 26px;
    right: 28px;
    background-size: 22px;
}
.popup_lara_box .contact-form dl.form-dl .el-date-editor.el-input .el-input__inner {
    padding-right: 50px;
}
.popup_lara_box .contact-form dl.form-dl .el-date-editor.el-input::after {
    width: 18px;
    height: 22px;
    right: 27px;
    background-size: 18px;
}
.popup_lara_box .contact-form dl.form-dl label.form-label {
    font-size: 16px;
    line-height: 48px;
    padding-left: 12px;
}
.popup_lara_box .contact-form dl.form-dl label.form-label.top {
    line-height: 14px;
    font-size: 12px;
    padding-top: 6px;
    padding-left: 12px;
}
.popup_lara_box .contact-form .annex {
    width: 100%;
}
.popup_lara_box .contact-form .annex-upload {
    margin: 30px 0 30px 0;
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
.popup_lara_box .contact-form .annex .annex-upload .el-button--small {
    padding: 0;
    font-weight: 400;
    background-color: transparent;
    color: #5250f2;
    font-size: 16px;
    line-height: 35px;
    border: none;
    outline: none;
    padding: 0 15px;
    border-radius: 14px;
    border: 1px solid #5250f2;
}
.popup_lara_box .contact-form .annex .annex-upload .el-button--small i {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../images/contact_img9.png);
}
.popup_lara_box .contact-form .annex-list .annex-file {
    display: flex;
    align-items: center;
    margin-top: 20px;
    border-radius: 15px;
    background: #f0f1ff;
    padding: 10px 20px;
    line-height: 35px;
}
.popup_lara_box .contact-form .annex-list .annex-file a {
    flex: 1;
    word-break: break-word;
    color: #333;
    font-size: 18px;
    line-height: 30px;
    line-height: normal;
}
.popup_lara_box .contact-form .annex-list .annex-file i {
    width: 16px;
    height: 16px;
    margin-left: 10px;
    cursor: pointer;
    background-image: url(../images/annex_delete.png);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center;
}
.popup_lara_box .contact-form .el-upload-list {
    display: none;
}
.popup_lara_box .send-result {
    word-break: auto-phrase;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: calc(100vh - 200px);
    padding: 0 60px 0 60px !important;
}
.popup_lara_box .send-result .send-title {
    text-align: center !important;
    font-size: 30px;
}
.popup_lara_box .send-result .send-subtitle {
    text-align: center !important;
    font-size: 15px;
    margin-top: 30px;
}
.popup_lara_box .send-result .send-email {
    text-align: center !important;
    color: #5D62FC;
    font-size: 15px;
    margin-top: 10px;
}


.popup_lara .el-dialog{ border-radius:0.42rem 0.42rem 0.23rem 0.23rem; overflow: hidden; border: 1px solid #A5A3E6; }
.popup_lara .el-dialog__header{display: none}
.popup_lara .el-dialog__body{padding: 0;}

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

.popup_lara_right {width: 100%;}
/*日历选择器设置*/
.popup_lara .index-dateTime .xdsoft_datetimepicker{width: 3.4rem;}
.popup_lara .xdsoft_datepicker{width: 100%;}
.popup_lara .xdsoft_datetimepicker{ margin: 0.12rem 0}


/*.popup_lara_right dl{ margin-bottom: 0.24rem;  }*/
/*.popup_lara_right dl.form-dl label.form-label{ line-height: 0.48rem;font-size: 0.14rem;}*/
/*.popup_lara_right dl.form-dl label.top{ line-height: 0.14rem;font-size: 0.13rem;}*/
/*.popup_lara_right dl:last-child{ margin-bottom: 0; }*/
/*.popup_lara_right .el-form-item{margin-bottom: 0;}*/
/*.popup_lara_right .el-form-item__error{ padding-top: 0.06rem !important; }*/
/*.popup_lara_right .form-dl .el-input__inner{ padding-right: 0.4rem; height: 0.5rem;font-size: 0.16rem; border-radius: 0.08rem;}*/

/* ipad */
@media screen and (min-width:751px) and (max-width:1024px){
    .popup_lara .el-dialog{ width: 7.3rem;margin-top: 7.1vh !important;  }
    .popup_lara_box{height: 100%;}
    /*.popup_lara_right dl{margin-bottom: .14rem;}*/
    /*.popup_lara_right .form-dl .el-input__inner{height: 0.2em;font-size: 0.12rem;}*/
    /*.popup_lara_right .el-form-item__error{padding-top: .02rem !important;}*/
}
/* mobile */
@media screen and (max-width:750px){
    .popup_lara .bottom-right-icon{display: none;}
    .popup_lara .el-dialog{ border-radius:0.22rem; overflow: visible; width: 81%;margin-top: 4.26vh !important; }
    .popup_lara .el-dialog__header{display: none}
    .popup_lara .el-dialog__body{padding: 0}
    .popup_lara_box{display: flex; height: 100%;width: 100%;flex-direction: column;justify-content: space-between; overflow: visible;}
    .popup_lara .index-dateTime .xdsoft_datetimepicker{width: 2.29rem;}
    /*.popup_lara_right {width: 100%;position: relative;}*/
    /*.popup_lara_right .popup_el_form{ width: 2.29rem; margin-top: .1rem;}*/

    /*.popup_lara_right dl{ margin-bottom: 0.25rem;}*/
    /*.popup_lara_right dl.form-dl dd {border-radius: 0.08rem; height: 0.4rem; }*/
    /*.popup_lara_right dl.form-dl label.form-label{ line-height: 0.4rem;font-size: 0.11rem;}*/
    /*.popup_lara_right dl.form-dl label.top{ line-height: 0.14rem;font-size: 0.11rem;}*/
    /*.popup_lara_right dl:last-child{ margin-bottom: 0.2rem; }*/
    /*.popup_lara_right .form-dl .el-input__inner{ padding-right: 0.4rem; height: 0.4rem;font-size: 0.15rem; border-radius: 0.08rem;}*/
}

