.block-right
{
    height: 110px;
    width:110px;
    border-radius: 5px;
    background-color:lightgreen;
    /* float:left; */
    margin:10px;
    z-index:9999;
    font-family: "font1";
    font-size: 50px;
    text-align: center;
    line-height: 110px;
    vertical-align:middle; 
}

.form-block {
    width: 42%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    height:30px;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
  }

.block-false
{
    height: 110px;
    width:110px;
    border-radius: 5px;
    background-color:rgb(236, 147, 147);
    /* float:left; */
    margin:10px;
    z-index:9999;
    font-family: "font1";
    font-size: 50px;
    text-align: center;
    line-height: 110px;
    vertical-align:middle; 
}

.subbutton
{
    position:absolute;
    right:14px;
    top:35px;
    
}
.caution
{
    font-size: 10px;
    font-family: font1;
}
.block0
{
    height: 110px;
    width:110px;
    border-radius: 5px;
    background-color:transparent;
    /* float:left; */
    margin:10px;
    z-index:0;
}

.blockpass
{
    height: 110px;
    width:110px;
    border-radius: 5px;
    /* float:left; */
    margin:10px;
    z-index:0;
}

.btn-confirm
{
    position:relative;
    top:25px;
    right:-20px;
}

.btn-common
{
    height:35px;
    background-color: rgba(255, 255, 255, 0.342);
    margin: 4px;
    line-height: 20px;;
}

.btn-drawtree
{
    height:30px;
    float:left;
    line-height: 20px;
    position: absolute;
    right:10px;
    top:50%;
    z-index:999;
}


.btn-warning
{
    height:35px;
    margin: 4px;
    line-height: 20px;;
}

.btn-info
{
    height:35px;
    margin: 4px;
    line-height: 20px;;
}