.el-loading-mask{
    z-index: 10002 !important;
}
.el-dialog__wrapper{
    /* 影响其他弹窗 暂时注掉 */
    /* z-index: 9999 !important; */
}
.el-select-dropdown{
    z-index: 10000 !important;
}
.el-loading-spinner i{
    color: #E6224D;
}
.el-loading-spinner .el-loading-text,.el-select-dropdown__item.selected{
    color: #E6224D;
}
.el-upload-list__item.is-success .el-upload-list__item-name:focus, .el-upload-list__item.is-success .el-upload-list__item-name:hover{
    color: #E6224D;
}
.informationDetail_table .el-table__body-wrapper::-webkit-scrollbar { /* 针对 Chrome, Safari 和 Opera */
  width: 10px; /* 设置滚动条的宽度 */
}

 .informationDetail_table .el-table__body-wrapper {
  scrollbar-width: thin; /* 针对 Firefox */
}
.createCase_top{
    background-color: #f7f7f7;
    font-family: Arial;
}
.informationDetail_table .el-textarea .el-textarea__inner{
    max-height: 43px;
}
.informationDetail_table .el-input__inner{
    height: 33.5px;
}
.informationDetail .el-button:active{
    border-color: #E6224D;
    color: #E6224D;
}
.informationDetail .el-button:focus{
    border-color: #E6224D;
    background-color:transparent;
    color: #E6224D;
}
.el-range-editor.is-active, .el-range-editor.is-active:hover, .el-select .el-input.is-focus .el-input__inner,.el-textarea__inner:focus,.el-select .el-input__inner:focus{
    border-color: #E6224D;
}
.createCase_bottom_main{
    background-color: white;
    font-family: Arial;
}
.createCase_top_main,.createCase_top_form,.createCase_bottom_form{
    max-width: 1200px;
    margin: 0 auto;
}
.createCase_bottom_form{
    margin-bottom: 150px;
}
.casePortal_List_breadCrumbs{
    line-height: 80px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}
.casePortal_List_breadCrumbs p a {
    text-decoration: none;
    color: #7d7d7d;
    font-size: 14px;
}
.casePortal_List_breadCrumbs p span {
    margin: 0 5px;
}

.casePortal_List_breadCrumbs p a:hover {
    color: #DA0030;
}

.createCase_top_form,.createCase_bottom_form{
    background-color: white;
    padding: 40px 100px 0;
    box-shadow: 0px 2px 4px 0px rgba(102,102,102,0.1);
}
.createCase_breadCrumbs_right{
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    color: #666666;
}
.createCase_breadCrumbs_right_back{
    width: 42px;
    height: 42px;
    line-height: 42px;
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(102,102,102,0.07);
    border-radius: 50%;
    text-align: center;
    margin-right: 14px;
}
.createCase_bottom_form{
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 100px;
    box-shadow: 0px 4px 4px 0px rgba(102,102,102,0.1);
}
.createCase_top_form .form_title{
    font-size: 16px;
    line-height: 60px;
    font-weight: bold;
}
.caseType_loop{
    position: relative;
}
.caseType_loop li{
    display: block;
    min-height: 232px;
    /* width: 18%; */
    padding: 25px;
    border: 1px solid #C9C9C9;
    border-radius: 3px;
    box-sizing: border-box;
    cursor: pointer;
}
.caseType_loop li:hover{
    border: 1px solid #E6224D;
    box-shadow: 0px 5px 15px 0px rgba(228,34,76,0.1);
}
.caseType_loop li:hover .caseType_loop_title{
    color: #E6224D;
}
.caseType_loop li:hover .el-radio__inner{
    border-color: #E6224D;
}
.caseType_loop_title{
    font-weight: bold;
    color: #222222;
    font-size: 20px;
    margin: 25px 0;
}
.caseType_loop_subTitle{
    font-size: 12px;
    color: #999999;
    line-height: 16px;
}
.caseType_loop .active{
    border: 1px solid #E6224D;
    box-shadow: 0px 5px 15px 0px rgba(228,34,76,0.1);
}
.caseType_loop .active .caseType_loop_title{
    color: #E6224D;
}
.caseType_loop_radio .el-radio__inner{
    width: 22px;
    height: 22px;
}
.el-input.is-active .el-input__inner, .el-input__inner:focus {
    border-color: #C0C4CC;
}
.caseType_loop_radio .el-radio__input.is-checked .el-radio__inner{
    border-color: #E6224D;
    background: #E6224D;
}
.caseType_loop_radio .el-radio__input.is-checked .el-radio__inner::after {
    -webkit-transform:  translate(10%,17%) scale(1) rotate(-40deg);
    transform: translate(10%,17%) scale(1) rotate(-40deg);
}
.caseType_loop_radio .el-radio__inner::after{
    content: '';
    width: 10px;
    height: 5px;
    border: 2px solid white;
    border-top: transparent;
    border-right: transparent;
    text-align: center;
    display: block;
    position: absolute;
    top: 4px;
    left: 3px;
    vertical-align: middle;
    transform: translate(10%,17%) scale(1) rotate(-40deg);
    border-radius: 0px;
    background: none;
}
.caseType_loop_radio .el-radio__label{
    display: none;
}
.el-radio__inner:hover{
    border-color: #E6224D;
}
.caseType_loop .lhl_but div {
    background: none;
    width: auto;
    height: auto;
    border-radius: 100%;
    text-align: center;
    /* line-height: 70px;
    margin-top: -35px; */
    color: #231815;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, .2); */
    font-size: 20px;
    font-weight: bold;
    transition: all .3s;
}
.lhl_but div.swiper-button-prev {
    left: -70px;
}
.lhl_but div.swiper-button-next {
    right: -70px;
}
.lhl_but div:hover {
    /* background: #ff0000; */
    color: #E6224D;
}
i {
    font-style: normal;
}
[class*='icon'] {
    font-family: 'iconfont';
}
.form_input,.form_description{
    margin-top: 40px;
}
.form_input .empty::before,.form_description .descriptionEmpty::before,.form_description .snEmpty::before,.form_input deviceModelEmpty::before,.form_input .companyEmpty::before,.form_input .countryEmpty::before,.form_input .nameEmpty::before,.form_input .snEmpty::before,.form_input .failureLevelEmpty::before,.form_input .detailAddressEmpty::before,.form_input .faultPhenomenonEmpty::before,.form_input .phoneEmpty::before{
    position: absolute;
    top: -15px;
    content: 'Please enter your theme';
    font-size: 12px;
    font-family: Arial;
    font-weight: 400;
    color: #E6224D;
}
.form_description .descriptionEmpty::before{
    content: 'Please enter your Description';
}
.form_input .snEmpty::before{
    content: 'Please enter your SN';
}
.form_input deviceModelEmpty::before{
    content: 'Please enter your Device Model';
}
.form_input .companyEmpty::before{
    content: 'Please enter your Company';
}
.form_input .countryEmpty::before{
    content: 'Please enter your Country/Region';
}
.form_input .nameEmpty::before{
    content: 'Please enter your Name';
}
.form_input .phoneEmpty::before{
    content: 'Please enter your Phone';
}
.form_input .failureLevelEmpty::before{
    content: 'Please click the Severity';
}
.form_input .faultPhenomenonEmpty::before{
    content: 'Please enter the Fault Phenomenon';
}
.form_input .form_input_title,.form_description .form_input_title{
    position: relative;
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
    color: #000000;
}
/* RMA */

.batch_create_rma{
    margin-top: 40px;
    display: flex;
    justify-content: flex-end;
}
.form_input .detailAddressEmpty::before{
    content: 'Please enter your Detail Address';
}
.el-form .informationDetail{
    margin-top: 0;
    padding: 0 200px;
}
.el-form .informationDetail .el-button--default:hover{
    background-color: #CC002D;
    color: #fff;
}
.dialog-footer{
    padding: 10px 200px 20px;
}
.underlined-text{
    text-decoration: underline;
    color: #000;
}
.el-upload{
    width: 100%;
}
.el-upload-dragger{
    width: 100%;
    height: 250px;
}
.el_upload__img{
    margin: 80px 0 20px;
}
.el_upload__text{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.download__text{
    margin-top: 20px;
    text-decoration: underline;
    color: rgb(1, 116, 232);
}
.upload_log{
    background: rgb(241, 243, 245);
    padding: 20px;
    margin-top: 20px;
    border-radius: 10px;
    max-height: 60px;
    overflow-y: auto;
}
.upload_log span{
    color: red;
}
.el_upload__btn{
    width: 190px;
}
.delete_btn{
    margin-right: 20px;
}
.delete_btn .el-button:focus{
    border-color: #E6224D;
    background-color: transparent;
    color: #E6224D;
}
.delete_btn .el-button:hover{
        background-color: #CC002D;
    color: #fff;
}
.add-row{
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin: 20px 0;
}
.dialogRMA{
    margin-top: 90px;
}
.dialogRMA .el-select{
    width: 100%;
}
.deliveryAddress .el-select{
    width: 100%;
}
.deliveryAddress .el-input-number{
    width: 100%;
}
.deliveryAddress .el-input-number .el-input__inner{
    text-align: left;
}
.informationDetail_table .el-form-item{
    margin-bottom: 0;
}
.sn_error{
    width: 100%;
    border: 1px solid rgba(230, 0, 57, 0.2);
    border-radius: 4px;
    color: #E60039;
    background-color: rgba(230, 0, 57, 0.05);
    padding: 5px;
}
.sn_error span{
    font-size: 12px;
}
.sn_error .navigate{
    font-weight: 700;
    text-decoration: underline;
}
.sn_error .navigate:hover{
    cursor: pointer;
}
 /* 地址信息管理 */
 .search_input{
    width: 100%;
    display: flex;
    justify-content: center;
 }
.input_with_icon{
    border: 1px solid #E60039;
    margin-bottom: 10px;
    width: 75%;
}
.el-input-group__append{
    border: 1px solid #E60039;
    border-radius: 0;
}
.search_input .el-input__inner{
    height: 54px;
}
.input_with_btn{
    border: 1px solid #E60039;
    border-radius: 0;
    background-color: #E60039!important;
    height: 54px;
}
.el-icon-search{
    font-size: 18px;
    color: #fff;
}
.customer_info_list{
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}
.customer_info_list li{
    /* height: 50px; */
    width: 99%;
    border: 1px solid rgb(227, 229, 230);
    border-radius: 4px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}
.customer_info_list .li_select{
    border: 3px solid #EEB4B4; 
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.customer_info_list_btn p img{
    width: 18px;
    height: 18px;
}
.customer_info_list_btn{
    margin-right: 20px;
}
.customer_info_list_btn p{
    margin-top: 15px;
}
.customer_info_list_btn p:hover{
    cursor: pointer;
}
.customer_info_list_btn div{
    margin-top: 20px;
}
.customer_info_list_btn p span{
    margin-left: 2px;
}
.customer_info_list_btn .el-icon-delete{
    font-size: 18px;
}
.customer_info_list_btn_delete{
    margin-bottom: 10px;
}
.customer_info_list_btn .el-radio__input.is-checked .el-radio__inner{
    border-color: #E6224D;
    background: #E6224D;
}
.customer_info_list_btn .el-radio__input.is-checked+.el-radio__label{
    color: #E6224D;
}
.customer_info_list_content{
    padding: 10px 20px;
    color:#6A6B6D;

}
.customer_info_list_content p span{
    display: inline-block;
    margin-right: 20px;
}
.customer_info_list_content p{
    margin-top: 10px;
}
.customer_info_list_content div{
    margin-top: 10px;
    color: #2A2B2E;
    font-weight: 700;
}
.customer_info_list_content_span{
    border: 1px solid #E60039;
    color: #E60039;
    background-color: rgb(254, 242, 245);
    padding: 5px 10px;
    border-radius: 16px;
}
.el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev, .el-pagination.is-background .el-pager li{
    background-color: transparent;
}
.el-pagination.is-background .el-pager li:not(.disabled).active{
    background-color: #E60039;
}
.el-pagination.is-background .el-pager li:not(.disabled).active:hover{
    color: #fff!important;
}
.el-pagination .el-pager li:hover {
    color: #E60039!important; 
}
.customer_info_footer{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.customer_info_footer .el-button--primary{
    width: 180px;
    height: 46px;
}
/* RMA结束 */
.form_input .empty,.form_description .descriptionEmpty,.form_description .snEmpty,.form_input deviceModelEmpty,.form_input .companyEmpty,.form_input .countryEmpty,.form_input .nameEmpty,.form_input .snEmpty,.form_input .failureLevelEmpty,.form_input .detailAddressEmpty,.form_input .faultPhenomenonEmpty,.form_input .phoneEmpty{
    color: #E6224D !important;
}
.el-button--primary {
    color: #FFF;
    background-color: #E6224D;
    border-color: #E6224D;
}
.el-button--primary:focus, .el-button--primary:hover {
    background: #E6224D;
    border-color: #E6224D;
    color: #FFF;
}
.form_input .el-select{
    display: block;

}
.form_input .el-input__inner{
    border-radius: 0;
}
.form_input input[disabled] {
    cursor:no-drop;
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
    -webkit-text-fill-color: #666666 !important;
    transition: background-color 5000s ease-in-out 0s !important;
}
.form_input input{
    width: 100%;
    font-size: 16px;
    outline: none;
    border: none;
    color: #666666;
    border-bottom: 1px solid rgba(210, 210, 210, 0.5);
}
.form_description textarea{
    width: 100%;
    height: 200px;
    font-size: 18px;
    outline: none;
    color: #666666;
    border: 1px solid rgba(210, 210, 210, 0.5);
    padding: 24px 26px;
    box-sizing: border-box;
}
.informationDetail{
    margin-top: 80px;
}
.informationDetail_title{
    box-sizing: border-box;
    padding-left: 14px;
    border-left: 6px solid #E6224D;
    font-size: 20px;
    font-family: Arial;
    font-weight: bold;
    color: #333333;
    margin-bottom: 19px;
}
.informationDetail_subTitle{
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #000000;
    line-height: 26px;
}
.informationDetail_tip{
    padding-left: 25px;
    box-sizing: border-box;
    margin-top: 39px;
    background: rgba(230, 34, 77, 0.05);
    line-height: 60px;
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #E6224D;
}
.informationDetail_tip img{
    margin-right: 21px;
}
.caseSubmit{
    width: 250px;
    line-height: 56px;
    background: #E6224D;
    border-radius: 6px;
    font-size: 18px;
    font-family: Arial;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    margin: 80px auto 100px;
    cursor: pointer;
}
.messageClass{
    z-index: 10002 !important;
}
.createCase_scan_input {
    position: absolute;
    opacity: 0;
    left: 0;
    z-index: 9999
}
.createCase_btn_group {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 18px;
}
.customer_info_list_no_result{
    text-align: center;
    margin-top: 10px;
}