.readnum, .readall {color:#037EF3}.readall i,.readon i {border-color:#037EF3}.readon i {background:#037EF3}.readnum,.readall,.readon { background:linear-gradient(to bottom, rgba(255,255,255,0), #FFFFFF 50%); }

/*按钮样式*/
#floatbtn {
    width: 50px;
    height: auto;
    position: fixed;
    top: auto;
    right: 48%;
    bottom: 14%;
    left: auto;
    z-index: 80;
    margin-right: -640px;
}
/*按钮样式结束*/
#floatbtn > a, #floatbtn .floatbtn-item-1 {
    cursor: pointer;
    position: relative;
    z-index: 90;
    display: block;
    margin-top: 4px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #d5d5d5;
    background-color: #fff;
    user-select: none;
}
#floatbtn > a.hover:hover, #floatbtn .floatbtn-item.hover:hover {
    transition: background-color 400ms ease-out;
    background: #007bff;
    text-decoration: none;
    text-align: center;
    line-height: 20px;
display: block;
}
#floatbtn > a.hover:hover i{
    display: none;
}
#floatbtn > a.hover:hover em, #floatbtn .floatbtn-item.hover:hover em {
    display: block;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    text-decoration: none;
    font-size: 12px;
}
 #floatbtn em{
    font-size: 14px;
    display: none;
}

 
  /*
  表单
  */
    .container-form ,.form-container{
background: rgba(255, 255, 255, 0.9);
    padding: 0 23px;
    margin: 12px 0;
        }
        
.form-container-inner{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 23px;
}
.form-container-inner img{
        width: 150px;
        margin: 0;
        margin-top:3%;
}
.ajax-form{
    flex: 1;
    line-height: 18px;
        width: 100%;
        padding: 8px;

}
        .container-form h1,
        .form-container h1{
            text-align: center;
            color: #333;
            margin: 0;
            font-size: 22px;
            font-weight: 600;
            position: relative;
            margin-bottom: 15px;
        }

        .container-form h1:after 
        .form-container h1:after{
            content: '';
            display: block;
            width: 60px;
            height: 4px;
            background: linear-gradient(to right, #6a11cb, #2575fc);
            margin: 10px auto 0;
            border-radius: 2px;
        }
.form-line{
        display: flex;
    justify-content: space-between;
    gap: 15px;
}
        .form-group {
            margin-bottom: 15px;
            position: relative;

            display: flex;
            align-items: center;
            flex: 1;
        }

     .form-group label {
               display: block;
    margin-bottom: 0;
    font-weight: 500;
    color: #444;
    margin-right: 5px;
    font-size: 12px;
        }
            .form-main .container-form .form-group label{
                    font-size: 14px;
    /*! width: 60px; */
            }
               .form-main .container-form .form-group input{
       padding: 8px;
            }
        .container-form input,
        .container-form textarea,
        .container-form select ,
        .form-container input,
        .form-container textarea,
        .form-container select{
               width: 100%;
    padding:6px;
    border: 2px solid #ddd;
    border-radius: 8px;
    font-size: 12px;
    transition: all 0.3s;
    outline: none;
    flex: 1;
        }

        .mobile-form {
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            background: white;
            padding: 8px 20px;
            display: flex;
            align-items: center;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.15);
            z-index: 1000;
            gap: 15px;
            display: none;
        }

        .mobile-form input {
            flex: 1;
            padding: 5px 8px;
            border: 2px solid #e0e0e0;
            border-radius: 50px;
            font-size: 16px;
            outline: none;
            transition: border-color 0.3s;
        }

        .mobile-form input:focus {
            border-color: #6e8efb;
        }

        .mobile-form button {
            background: linear-gradient(to right, #6e8efb, #a777e3);
            color: white;
            border: none;
            border-radius: 50px;
            padding: 6px 20px;
            font-size: 13px;
            /* font-weight: 600; */
            cursor: pointer;
            transition: transform 0.2s, box-shadow 0.2s;
            white-space: nowrap;
        }

        .container-form input:focus,
        .container-form textarea:focus,
        .container-form select:focus ,
        
         .form-container input:focus,
        .form-container textarea:focus,
        .form-container select:focus {
            border-color: #666666;

        }

        .container-form textarea,
        .form-container textarea{
               min-height: 45px;
            resize: vertical;
        }

        .container-form button,
        .form-container button{
           background: linear-gradient(to right, #6a11cb, #2575fc);
    color: white;
    border: none;
    padding: 8px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    width: 39%;
    text-align: center;
    display: block;
    margin: auto;
    margin-top: 18px;
        }

        .main-content1,.main-content2 {


               gap: 3px;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 12%;
            display: none;


        }

        .panel-form {
            border: 1px solid #e0e6ed;
            border-radius: 12px;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
            background: white;
            height: 180px;
        }

       

        .panel-content {
            flex: 1;
            overflow-y: auto;
            padding: 8px 18px;
            background: #fff;
        }

        .project-item {
            padding: 10px;
            cursor: pointer;
            display: flex;
            align-items: center;
            font-size: 14px;
            justify-content: space-between;
        }

        .project-item:hover {
            background: #e0e0e0;
            color: #409eff;
        }

        .project-item.active {
            color: #409eff;
            font-weight: bold;
        }

        .subproject-item {
            padding: 8px;
            cursor: pointer;
            display: flex;
            align-items: center;
            font-size: 14px;
        }

        .subproject-item:hover {
            background: #cecece;
            color: #409eff;
        }

        .subproject-item.selected {
            color: #409eff;
            font-weight: bold;
        }

        .empty-state {
            text-align: center;
            color: #7f8c8d;
            padding: 40px 20px;
        }
.right-panel,.left-panel{
    position: relative;

}

   .form-main .right-panel,.form-main .left-panel{
           position: relative;
    width: auto;
    flex: 1;
   }
        .project-item,
        .subproject-item,
        .region-item {
              padding: 4px 15px;
    cursor: pointer;
    border-radius: 0px;
    font-size: 12px;
        }

        .project-item:hover,
        .subproject-item:hover,
        .region-item:hover {
            background-color: #f1f8ff;
        }

        .project-item.active,
        .subproject-item.selected,
        .region-item.selected {
            background-color: #3498db;
            color: white;
        }

        .province-selector,
        .city-selector {
            display: none;
        }

        .link-area {
            display: flex;
            flex: 1;
            gap: 6px;
            align-items: center;
            width: 100%;
        }

        .province-selector,
        .city-selector {
            position: absolute;
            z-index: 1;
            width: 100%;
        }

        .error {
            color: #e74c3c;
            font-size: 14px;
            /* margin-top: 86%; */
            display: none;
            position: absolute;
            bottom: -17px;
            font-size: 12px;
            right: 0;
            bottom: -47%;
        }

        ::placeholder {
            font-size: 12px;
            /* 设置字体大小 */
        }
 .arrow-icon {
            width: 8px;
            height: 8px;
            border-top: 2px solid #c0c4cc;
            border-right: 2px solid #c0c4cc;
            transform: rotate(45deg);
            transition: all 0.25s ease;
        }
        #floatbtn > a, #floatbtn .floatbtn-item-1{
            cursor: pointer;
    position: relative;
    z-index: 90;
    display: block;
    margin-top: 4px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #d5d5d5;
    background-color: #fff;
    user-select: none;
        }
        #floatbtn .floatbtn-item-1{
                writing-mode: vertical-rl;
    height: 100px;
    font-size: 16px;
    background-color: #007bff;
    color: #FFF;
        }
        
        #floatbtn > a:hover {
    background: #007bff;
}
.cover-mask-app {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 100%;
                display: none;
                background-color: rgba(0, 0, 0, 0.5);
                display: flex;
                justify-content: center;
                align-items: center;
                z-index: 1000;
                transition: all ease 0.3s;
            }
            .cover-mask-app-inner{
           padding: 23px;
    width: 42%;
            }
            .accounting #coverMask{
               
    padding: 16px;
            }
            .cover-mask{
                display: none;
            }

        @media screen and (max-width: 768px) {
            .cover-mask {
                position: fixed;
                bottom: -100%;
                left: 0;
                width: 100%;
                height: 100%;
                display: none;
                background-color: rgba(0, 0, 0, 0.5);
                display: flex;
                justify-content: center;
                align-items: center;
                z-index: 1000;
                transition: all ease 0.5s;
            }

            .mobile-form {
                display: flex;
                transition: all ease 0.5s;
            }

            .footer-logo {
                display: none;
            }

            .container-form {
                width: 100%;
                border-radius: 0;
                padding: 32px 10px;
                margin: 0;
                bottom: 0;
                transition: transform 0.3s ease, box-shadow 0.3s ease;
                position: absolute;
                background-color: #FFF;
                font-size: 13px;
            }
            .form-main .container-form {
        width: 88%;
      
        padding: 32px 12px;
      
        bottom: 50%;
        transform: translateY(50%);
        border-radius: 12px;
      
    }

            .form-group {
                margin-bottom: 4px;
                position: relative;
                display: flex;
                align-items: flex-start;
                flex-direction: column;
            }

            .mobile-form {
                    bottom: -100%;
            }

            .container-form h1 {

                font-size: 18px;

            }

            .container-form button,
            .form-container button{

                padding: 5px 0;

                font-size: 14px;

            }

            .panel-content {

                padding: 9px;

                text-align: center;
            }

            .project-item,
            .subproject-item,
            .region-item {
          padding: 3px 5px;
        margin-bottom: 0;

            }

            .main-content1,.main-content2{
                gap: 0;
        left: 0;
            }

            .panel-form {
flex: 1;
                height: 230px;
            }

            ::placeholder {
                font-size: 12px;
                /* 设置字体大小 */
            }

            .main-content1,.main-content2 {
                width: 100%;
            }
            
            .container-form input, .container-form textarea, .container-form select {
    font-size: 14px;

}
.accounting .form-box .mobile-form{
    display: none;
}
.form-container{
    padding: 24px 0;
    margin: 13px 0;
    border: 1px solid #cfdeec;
}
.form-container h1{
        font-size: 18px;
            margin-bottom: 10px;
}
.form-container-inner {
    gap: 6px;
    flex-direction: column;
    align-items: center;
}
.form-main #mobile-phone::placeholder{
    color: red;
}
.form-main .panel-form{
            height: 150px;
}

        }