.unit-wrap{
    padding:10px;
    background:#fff;
     background-size:100% 100%; 
    .half-item{
        width: 50%;
        display: inline-block;
        margin-bottom: 10px;
    }
    .clearfix{
        clear: both;
    }
    #demand-form{
        padding-top: 20px;
        .subBtn{
            width: 200px;
            margin: 40px auto;
            .set-submit{
                margin-right: 60px
            }
        }
    }
    .color-red{
        color:#f5222d;
        margin-left: 5px
        
    }
    .picWidth{
        width: 33.33%;
        display: inline-block;
    }
    .btnGrounp{
        margin-left: 166px;
        margin-bottom: 15px;
        .ant-radio-button-wrapper{
            width: 200px;
            height: 40px;
            line-height: 36px;
            text-align: center;
            font-size: 16px;
            border: 2px solid #80b9ff;
            margin-right: 10px;
            color: #80b9ff
         }
         .ant-radio-button-wrapper-checked{
             background: #80b9ff;
             color:#fff
         }
         .patentBody{
             overflow: hidden;
             background: #ccc;

         }
         
    }
    .authState{
        margin-left: 100px;
        font-size: 20px;
        margin-bottom: 15px;
        span{
            font-size: 14px;
            color: green
        }
    }
    
}