.lgreen{
      background-color: #4CAF50;
      color:white;
}
#banner{
      background-color: #f3f3f5;
      margin-top:-5px;
}
#body{
      margin-top:20px;
}
/*#header{*/
      /*margin-bottom:0px;*/
/*}*/
div.pie_panel{
      /*box-shadow:2px 2px 5px #ddd;*/
      padding-left: 0px;
      padding-right: 0px;
      margin-bottom:30px;
}
div.pie_panel p.pie_panel_head{
      /*background-color:#6b9ed5;*/
      background-color:#3061FD;
      line-height:30px;
      height:30px;
      color:white;
}
#editor{
      /*position:absolute;*/
      /*top:0px;*/
      /*left:0px;*/
      height:300px;
      margin-top:10px;
      border:1px solid #ddd;
      margin-bottom:10px;
}
/*#tijiao {
  height: 36px;
}*/
pre.sampledata{
    font-family: "YaHei Consolas Hybrid", Consolas, "Meiryo UI", "Malgun Gothic", "Segoe UI", "Trebuchet MS", Helvetica, monospace, monospace;
    /*font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;*/
    background-color:transparent;
    border:0px;
    font-size: inherit;
    padding: 0;
    margin: 0;
}
span.color_block{
    width:16px;
    height:16px;
    display:inline-block;
}
.chart {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 150px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.percent {
  display: inline-block;
  line-height: 150px;
  z-index: 2;
}
.percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .8em;
}
table#result_ajax {
  width: 30%;
  float: left;
}
table#result_ajax td {
  line-height: 45px;
}
.button_pro_sub {
  line-height: 45px;
}
.mod_select a {
  display: block;
  line-height: 40px;
  font-size: 15px;
  border-top: 1px solid #DDD;
  padding: 0px 35px;
  width: 100%;
}
.mod_select a,.mod_select a:hover,.mod_select a:visited,.mod_select a:link {
  color: #333;
  text-decoration: none;
}
.mod_select a:hover {
  background: #F5F5F5;
}

.panel_prob_head {
    padding: 5px 16px;
    background: #E5ECF9;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    color: #444;
    font-size: 18px;
    border-left: 4px solid #4071FD;
}
.panel_prob_body {
    padding: 20px;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, "San Francisco", "Helvetica Neue", "Noto Sans", "Noto Sans CJK SC", "Noto Sans CJK", "Source Han Sans", "PingFang SC", "Segoe UI", "Microsoft YaHei", sans-serif;
}
.panel_prob {
    border-bottom: 1px solid #ddd;
}

.nextbox {
    z-index: 999;
    position: fixed;
    bottom: 300px;
    margin-left: -100px;
}
.nextbox a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #333;
    margin-bottom: 10px;
    width: 100px;
    line-height: 36px;
    background: #EFEFEF;
    border: 1px solid #DDD;
    border-right: 0px;
}
.nextbox a:hover{
    background: #E5ECF9;
}
.row_sidebar_problem {
  width: 30%;
}
.row_detail_problem {
  width: 70%;
}
.div_bfeditor {
  height: 36px;
}
.span_pmark h3 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}

/*收藏*/
#favadd {
    display: inline-block;
    float: right;
    margin: 0em 0.2em;
}
#favadd a,a#share_btn {
    color: #888;
    line-height: 35px;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 0.5em;
    text-decoration-line: none;
}
#favadd a:hover,a#share_btn:hover {
    color: #555;
}
/**/
/*按钮*/
a#share_btn {
    text-indent: 0;
    width: auto;
}
.btn_copy,.btn_hide_tag {
    float: right;
}
.btn_copy:focus, .btn_copy:active:focus, .btn_hide_tag:focus, .btn_hide_tag:active:focus {
    outline: none;
}

#O2checkbox input[type=checkbox] {
  margin-right: 5px;
  cursor: pointer;
  font-size: 14px;
  width: 15px;
  height: 12px;
  position: relative;
  display: none;
}

#O2checkbox label:before {
  width: 20px;
  /*height: 15px;*/
  top: 0px;
  content: "✓";
  background-color: #fff;
  color: #fff;
  display: inline-block;
  visibility: visible;
  margin: auto;
  text-align: center;
  border-radius: 3px;
  border:1px gray solid;
  font-size: 10px;
  vertical-align: text-bottom;
}

#O2checkbox input[type=checkbox]:checked~label:before {
  content: "✓";
  font-size: 10px;
  color: #3061FD;
}
