.menu_ico
{
    width: 60px;
    height: 60px;
}

.ico_div
{
    float:left;
}

.head_div
{
    width:100%;
    height:10%;
    float:top;
}

.AIRobot_div
{
    width:200px;
    height:60px;
    float:right;
}

.blockly_div
{
    width:50%;
    height:618px;
    float:left;
    margin-right: 100px;
}

.active {
    height: 32px;
    background-color: #DDDDDD;
}

.unactive {
    height: 32px;
    background-color: #FFFFFF;
}

.python_div
{
    width:42%;
    height:570px;
    border:1px solid #000;
    display: block;
}

.unactive_python_div
{
    width:42%;
    height:570px;
    border:1px solid #000;
    display: none;
}


/* 自定义标签 */
br
{
    line-height:110px;
}