.toast-line{
    display: flex;
    align-items: center;
    padding: 15px 30px;
    background: #ffffff;
    margin: 20px 0;
}
.margin-none{
    margin: 0 !important;
}
.form-link{
    font-size: 14px;
    color: #F79131;
    margin-right: 20px;
    display: flex;
    align-items: center;
}
.form-link div{
    cursor: pointer;
}
.form-link span{
    font-size: 10px;
    margin: 0 4px;
}
/*.input-dis{*/
/*    background: #9295955e;*/
/*}*/
.org-btn{
    cursor: pointer;
    font-size: 14px;
    color: #FFFFFF;
    height: 24px;
    background: #F79131;
    border-radius: 12px;
    padding: 0 15px;
    line-height: 24px;
    font-weight: bold;
}
.form-item{
    padding: 20px 30px;
    background: #ffffff;
    margin-bottom: 20px;
}
.form-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    /*padding-bottom: 20px;*/
    line-height: 19px;
}
.form-title-message{
    /*display: flex;*/
    align-items: center;
    /*justify-content: space-between;*/
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    /*padding-bottom: 20px;*/
    line-height: 19px;
}
.form-title-right{
    color: #108391;
    cursor: pointer;
}
.form-title-right i{
    font-size: 12px;
    margin-left: 4px;
}
.form-cont{
    margin-top: 20px;
    border-top: 1px solid #F2F4F6;
}
.form-input-line{
    margin-top: 20px;
    position: relative;
}
.form-input-line::after{
    content: attr(data-content-after);
    font-size: 12px;
    color: red;
    position: absolute;
    bottom: -16px;
}
.form-label{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333333;
    line-height: 19px;
    font-weight: bold;
    margin-bottom: 12px;
}
.input-info{
    font-size: 14px;
    color: #999999;
    margin-right: 28px;
}
.require{
    color: #f79131;
    margin-right: 10px;
}
.sub-form-title{
    font-size: 12px;
    color: #444444;
    margin-left: 10px;
    font-weight: 400;
}
.input-box{
    width: 400px;
    height: 34px;
    border: 1px solid #CCCCCC;
    position: relative;
}
.input-box input{
    padding: 0 10px;
    width: 100%;
    line-height: 24px;
    font-size: 14px;
    border: none;
    height: 100%;
}
.get-code{
    position: absolute;
    font-size: 14px;
    color: #108391;
    width: 82px;
    height: 28px;
    background: #EEEEEE;
    border-radius: 4px;
    text-align: center;
    line-height: 28px;
    right: 2px;
    top: 2px;
    cursor: pointer;
}
.input-box input:focus-visible,.textarea-box textarea:focus-visible{
    outline: none;
}
.input-box input::placeholder,.textarea-box textarea::placeholder{
    color: #999999;
}
.textarea-box{
    max-width: 1000px;
    height: 140px;
    position: relative;
    border: 1px solid #CCCCCC;
}
.textarea-box textarea{
    padding: 15px;
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    border: none;
    height: 100%;
    resize: none;

}
.key-words-line{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.key-words-line .input-box{
    width: 200px !important;
    margin-right: 10px;
    margin-bottom: 4px;
}
.key-clear{
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    color: #ffffff;
    text-align: center;
    height: 14px;
    width: 14px;
    background: #4FC2B8;
    line-height: 14px;
    font-size: 12px;
}
.add-key{
    cursor: pointer;
    font-size: 14px;
    color: #108391;
    font-weight: bold;
    margin-bottom: 4px;
}
.param-line{
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.param-input1 {
    width: 300px;
    margin-right: 10px;
}
.param-input2{
    width: 200px;
    margin-right: 10px;
}
.param-del{
    font-size: 14px;
    cursor: pointer;
    color: #999999;
}
.param-del .iconfont{
    margin-right: 2px;
}

.form-toast{
    margin-bottom: 12px;
    padding: 4px 15px;
    background: rgba(247,145,49,0.1);
    border-radius: 4px;
    font-size: 12px;
    color: #F79131;
    line-height: 16px;
    width: fit-content;
    letter-spacing: 1px;
}
.form-bottom-btn{
    display: flex;
    padding: 10px 30px;
    position: sticky;
    bottom: 0;
    z-index: 9;
    background: #ffffff;
}
.upload-img-line{
    display: flex;
    flex-wrap: wrap;
}
.upload-box{
    margin-right: 10px;
    margin-bottom: 4px;
    cursor: pointer;
    position: relative;
    width: 100px;
    height: 100px;
    border: 1px dashed #CCCCCC;
    overflow: hidden;
}
.upload-box-add{
    font-size: 50px;
    font-weight: 100;
    color: #999999;
    pointer-events: none;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    z-index: 2;
    position: relative;
    text-align: center;
    line-height: 98px;
}
.upload-box input{
    width: 96px;
    height: 96px;
    background: #FFFFFF;
    position: absolute;
    left: 1px;
    top: 1px;
    z-index: 1;
    cursor: pointer;
}
.upload-img, .upload-imgs{
    margin-right: 10px;
    margin-bottom: 4px;
    position: relative;
    width: 100px;
    height: 100px;
}
.upload-img img, .upload-imgs img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    border: 1px dashed #CCCCCC;
}
.upload-img .icon-chacha, .upload-imgs .icon-chacha{
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    color: #ffffff;
    text-align: center;
    height: 14px;
    width: 14px;
    background: #4FC2B8;
    line-height: 14px;
    font-size: 12px;
}
.upload-file{
    position: relative;
    width: 200px;
    height: 34px;
    border: 1px solid #CCCCCC;
}
.upload-file-add{
    font-size: 14px;
    color: #333333;
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    z-index: 2;
    background: #ffffff;
    line-height: 33px;
    pointer-events: none;
}
.upload-file-add i{
    margin-right: 4px;
}
.upload-file input{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    cursor: pointer;
}
.file-list{
    font-size: 14px;
    color: #333333;
    height: 34px;
    padding: 0 30px;
    position: relative;
    border: 1px solid #CCCCCC;
    line-height: 34px;
}
.file-list .icon-chacha{
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    color: #ffffff;
    text-align: center;
    height: 14px;
    width: 14px;
    background: #4FC2B8;
    line-height: 14px;
    font-size: 12px;
}
.icon-chacha:hover{
    background: #F79131 !important;
}
.upload-btn{
    position: relative;
    width: fit-content;
    margin-left: 20px;
    border-radius: 30px;
    overflow: hidden;
}
.upload-btn .title-btn{
    pointer-events: none;
    margin-left: 0;
}
.upload-btn input{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 2px;
    top: 0;
    cursor: pointer;
    z-index: 1;
}
.editor—wrapper {
    border: 1px solid #ccc;
    z-index: 10;
    max-width: 1000px;
}
.toolbar-container { border-bottom: 1px solid #ccc; }
.toolbar-container .w-e-toolbar{ background: #FAFAFA; }
.editor-container { height: 300px; }
.unit{
    margin-left: 10px;
    font-size: 14px;
    color: #333333;
}
.addr-line{
    max-width: 1000px;
    /*justify-content: space-between;*/
}
.personal-form .input-box,.safe-home-form .input-box{
    width: 200px;
}
.personal-form .select-box{
    margin-left: 0;
}
.fit-blue-btn{
    color: #ffffff;
    cursor: pointer;
    line-height: 24px;
    text-align: center;
    border-radius: 30px;
    font-size: 14px;
    padding: 0 15px;
    background: #4FC2B8;
    font-weight: 400;
    position: relative;
    z-index: 2;
    width: fit-content;
}
.fit-blue-btn-a{
    color: #ffffff;
    cursor: pointer;
    line-height: 30px;
    text-align: center;
    border-radius: 30px;
    font-size: 14px;
    padding: 0 15px;
    background: #4FC2B8;
    font-weight: 400;
    position: relative;
    z-index: 2;
    width: fit-content;
}
.green-btn{
    color: #ffffff;
    cursor: pointer;
    line-height: 30px;
    text-align: center;
    border-radius: 6px;
    font-size: 14px;
    padding: 0 15px;
    background: #108391;
    font-weight: 400;
    position: relative;
    z-index: 2;
}
.rz-line{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333333;
    margin-left: 20px;
}
.rz-line img{
    width: 19px;
}
.exchange-wechat,.set-wechat{
    width: 44px;
    height: 44px;
    border-radius: 10px;
    margin-right: 10px;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    line-height: 44px;
}
.exchange-wechat{
    background: #4FC2B8;
}
.set-wechat{
    background: #B5BABD;
}
.invite-dialog-cont{
    width: 518px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    border-radius: 8px;
    padding: 20px 0 30px;
}
.invite-dialog-cont-bottom{
    padding: 0 30px;
    border-top: 1px solid #F2F4F6;
}
.invite-title{
    font-size: 14px;
    color: #333333;
    margin: 20px 0 12px;
    font-weight: bold;
}
.invite-qr-box{
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border: 1px solid #CCCCCC;
    margin-top: 12px;
}
.invite-qr-box i{
    font-size: 18px;
}
.invite-qr-box img{
    width: 230px;
    height: 140px;
    object-fit: contain;
    display: none;
}
.icon-gengxin{
    animation: rotation 2s linear infinite;
}
@keyframes rotation {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

.upload_shop_bigSize{
    width: 200px;
    height: 100px;
    margin-top: 25px;
}
.upload_shop_detail{
    width: 200px;
    height: 100px;
    margin-top: 25px;
}
.upload-box-add-shop{
    background: #F1F2F5;
    line-height: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
}
.upload-box-add-shop div{
    font-size: 14px;
    color: #999999;
    line-height: 15px;
    margin-top: 35px;
}
.upload-img-line-shop{
    margin-top: 30px;
    width: 920px;
}
.upload-img-line-shop .upload-img, .upload-img-line-shop .upload-imgs{
    width: 300px;
    height: 70px;
    background: #CCCCCC;
    margin-bottom: 10px;
}
.detail_pic .upload-img, .detail_pic .upload-imgs{
    width: 200px;
    height: 112px;
    background: #CCCCCC;
    margin-bottom: 10px;
}
.banner_pic .upload-img, .banner_pic .upload-imgs{
    width: 200px;
    height: 112px;
    background: #CCCCCC;
    margin-bottom: 10px;
}
.upload-img-line-shop .upload-imgs:nth-of-type(3n){
    margin-right: 0;
}
.shop-form-btn{
    width: 120px;
    height: 30px;
    background: #108391;
    border-radius: 4px 4px 4px 4px;
    border: none;
    color: white;
    font-size: 14px;
}
.vedio-part{
    display: flex;
    align-items: center;
    margin-top: 25px;
}
.upload_vedio_bigSize{
    width: 320px;
    height: 180px;
    margin: 20px 0;
}
#shopDecorationForm .form-item{
    margin-bottom: 10px;
}
.check-example{
    margin-left: 10px;
    font-size: 14px;
    color: #F79131;
    line-height: 15px;
    text-decoration-line: underline;
}
.imgBox{
    position: relative;
    width: 198px;
    height: 200px;
    background: #F2F2F2;
    border: 1px solid #F2F2F2;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.imgBox_cover{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}
.imgBox_cover i{
    font-size: 18px;
    color: white;
}
.big_ImgBox{
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.big_Img{
    max-width: 100%;
    max-height: 100%;
    cursor: zoom-out;
    object-fit: contain;
    display: block;
}
.ovfHiden{
    overflow: hidden;
    padding-right: 20px;
}
.preordain_cover {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1001;
    background: black;
    opacity: 0.4;
}
.finish-companyInfo{
    margin-left: 10px;
    font-size: 14px;
    color: #108391;
    line-height: 15px;
    text-decoration-line: underline;
}
.check-example-a{
    cursor: pointer;
    margin-left: 10px;
    font-size: 14px;
    color: #F79131;
    line-height: 15px;
    text-decoration-line: underline;
}
.color-item{
    margin: 20px 0;
    display: flex;
    align-items: center;
    margin-left: 30px;
}
.color-item label:first-child{
    font-size: 14px;
    color: #333333;
}
.color-item label:nth-child(2){
    font-size: 14px;
    color: #666666;
    margin:0 10px 0 15px ;
}
.color-input{
    outline: none;
    width: 80px;
    height: 24px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 0 10px;
}
.color-item .color-block{
    width: 24px;
    height: 24px;
    margin-left: 10px;
    background: #CCCCCC;
}
.color-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.color-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
.MessageForm .input-info .info_box{
    color: #333333;
    width: 400px;
}
/*开关*/
.switch {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 22px;
}
/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #4FC2B8;
}

input:checked + .slider:before {
    -webkit-transform: translateX(22px);
    -ms-transform: translateX(22px);
    transform: translateX(22px);
}
/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}
.contact-table{
    display: flex;
    flex-wrap: wrap;
}
.contact-table-item{
    padding: 0 20px 20px;
    margin-top: 20px;
    margin-right: 20px;
    border: 1px solid #eeeeee;
    border-radius: 10px;
}
.contact-table-item .form-input-line{
    display: flex;
    align-items: center;
}
.contact-table-item .form-input-line .input-box{
    width: 200px;
    margin-left: 10px;
}
.contact-table-item .form-input-line .form-label{
    width: 50px;
    font-weight: normal;
    margin-bottom: 0;
}
/*.expPup img{*/
/*    */
/*}*/
.expPup img{
    width: 80vw;
    height: 80vh;
    object-fit: contain;
}


.gene-btn {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.gene-btn::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    top: 0;
    left: -100%;
    display: none; /* 默认隐藏伪元素 */
}

@keyframes loading {
    0% { left: -100%; }
    100% { left: 100%; }
}

.gene-btn.loading::before {
    display: block; /* 显示伪元素 */
    animation: loading 1.5s infinite; /* 添加动画 */
}


.edit-btn-line{
    justify-content: end;
    margin: 20px 20px 0;
}
.ai-dialog-cont-bottom{
    padding: 0 30px;
}
.ai-title{
    font-size: 14px;
    color: #333333;
    margin: 20px 0 12px;
    font-weight: bold;
}
.ai-input{
    display: flex;
    height: 30px;
    margin-bottom: 12px;
}
.ai-input input{
    padding-left: 10px;
    width: 100%;
    font-size: 14px;
    color: #333333;
    border: 1px solid #CCCCCC;
    border-right: none;
    border-radius: 4px 0 0 4px;
}
.ai-input input:focus-visible{
    outline: none;
}
.ai-input div{
    line-height: 30px;
    text-align: center;
    width: 100px;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    background: #4FC2B8;
    flex-shrink: 0;
    border-radius: 0 4px 4px 0;
}
