.config-card .header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 1rem;height:1.8rem;border-radius:.1rem .1rem 0 0;border:.05rem solid #cbd2db;background-color:#dce0e7}.config-card .header .title{font-size:.7rem;font-weight:700;text-align:right}.config-card .header .title span{font-weight:300}.config-card .content{overflow:hidden;height:calc(100% - 1.8rem);border:.05rem solid #cbd2db;border-top:none;border-radius:0 0 .1rem .1rem}.config-card .content .CodeMirror{height:100%;z-index:1;background:#edf1f7}.config-card .content .CodeMirror .CodeMirror-code{line-height:1rem;font-size:.8rem}.config-card .content .CodeMirror-gutters{background:#e4eaf3}.produce-detail{height:100%;position:relative}.produce-detail .main-container{min-height:calc(100% - 2rem);height:calc(100% - 2rem);border-radius:.2rem;padding:0}.produce-detail .main-container .top-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.produce-detail .main-container .top-header label{font-size:.7rem}.produce-detail .tips{padding:1rem 0}.produce-config{height:100%;padding:1rem 1.5rem;overflow:auto}.produce-config .device-params{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:.7rem;height:2.5rem}.produce-config .device-params .item{color:#7d7f8c;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.produce-config .device-params .item .value{margin-left:.5rem}.produce-config .code-container{margin:1rem 0;height:15rem}.produce-config .btn-container{text-align:center}.produce-config .table-title{font-size:.7rem;font-weight:700;margin:1rem 0}