*{
    margin:0;
    padding:0;
}
a{
    text-decoration: none;
}
html body {
	/*
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;   
    user-select: none;*/
    background-color: #fff;
    cursor: default;
	overflow:hidden;
}
li{
    list-style: none;
}
.header{
    width:100vw;
    height:70px;

}
.header .logo{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding:0 20px;
}
.header .logo img{
    width:65px;
    /* height:46px; */
    display: block;
    margin-right:22px;
    margin-top:5px;
}
.header .logo span{
    color:#333;
    font-size: 26px;
    font-weight: bold;
}
.header .login{
    padding-right:55px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.header .login p{
    font-size: 14px;
    color: #666666;
}
.header .login p a:nth-child(1){
    padding-right: 10px;
    text-decoration: none;
    border: none;
    background: transparent;
    outline: none;
    font-size: 14px;
    color: #666666;
}
.header .login p a:nth-child(2){
    padding-left: 10px;
    text-decoration: none;
    border: none;
    background: transparent;
    outline: none;
    font-size: 14px;
    color: #666666;
}

.header .user{
    padding-right:55px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
    /*display: none;*/
}
.header .user:hover .head-portrait-list{
    display: block;
}
.header .user>img:first-of-type{
    width:25px;
    height:25px;
    border-radius: 50%;
    display: block;
}
.header .user>img:last-of-type{
    width:15px;
    height:15px;
    display: block;
}
.header .user>span{
    display: block;
    margin-left:8px;
    margin-right:6px;
    font-size: 14px;
}
.header .head-portrait-list{
    display: none;
    width: 100px;
    position: absolute;
    z-index: 1001;
    top: 60px;
    left: 0;
    background: #fff;
    box-shadow: 0 2px 4px 0 grey;
    border-radius: 4px;
}
.header .portraitPage{
    overflow: visible !important;
    width: 100%;
    padding-left: 27px;
    height: 30px;
    margin-left: -30px;
    position: absolute;
    top: -26px;
    left: 40%;
    z-index: 100;
}
.header .navPage-1{
    display: block;
    border-left: 12px solid transparent !important;
    border-top: 12px solid transparent !important;
    border-right: 12px solid transparent !important;
    border-bottom: 12px solid #cecece !important;
    position: absolute;
    top: 2px;
}
.header .navPage-2{
    display: block;
    border-left: 12px solid transparent !important;
    border-top: 12px solid transparent !important;
    border-right: 12px solid transparent !important;
    border-bottom: 12px solid #fff !important;
    position: absolute;
    top: 3px;
}
.head-portrait-list ul{
    width: 100%;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.head-portrait-list ul li{
    width: 100%;
    text-align: left;
    margin-top: 10px;
    font-size: 14px;
}
.head-portrait-list ul li a{
    color:#666;
}
.head-portrait-list ul li:hover a{
    font-size: 14px;
    font-weight: bold;
    color: #f8a609;
}
.head-portrait-list ul li:nth-child(1){
    margin-top: 0px;
}

section{
    width:100%;
    height:calc(100vh - 2.6rem);
    margin:0 auto;
}
.main{
    display: flex;
    flex-direction: row;
    height:100%;
	width: 100%;
}
.box>div{
    box-sizing: border-box;
    height:720px;
}

/* lf-box */
.lf-box{
    min-width:290px;
    width: 25%;
    height:100%;
    line-height: 30px;
    padding:15px 7px 0 20px;
    box-sizing: border-box;
}
.lf-box .lf-part{
    height:calc(100% - 55px);
    overflow:auto;
    box-sizing: border-box;
    padding:10px 3px 0;
}
.lf-box .lf-part::-webkit-scrollbar{
    width: 10px;
    height: 1px;
}
.lf-part::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #7f8081;
}
.lf-part::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #dee4e8;
}
.lf-box h2{
    margin-bottom:10px;
    color:#3b3a3a;
    font-size: 20px;
    line-height: 30px;
}
/* .lf-box p{
    font-size:18px;
} */
.lf-box .describe{
    font-size: 16px;
    color:#666;
    margin-bottom:20px;
}
.lf-box .content{
    font-size: 16px;
    color:#707070;
    margin-bottom: 100px;
    /*height:1000px;*/
}
.lf-box .content:last-child{
    margin-bottom: 0;
    /*height:1000px;*/
}
.lf-box .content .tipText{
    color:#3b3a3a;
    line-height: 60px;
    display: block;
    /*padding-left:6px;*/
}
.lf-box .content .tipText span{
    color:#3398db;
    cursor: pointer;
}
.lf-footer{
    box-sizing: border-box;
    width:100%;
    height:55px;
    padding:0 10px 0 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color:#2473b9;
    font-size: 16px;
}
.lf-footer .btnBox{
    width:43%;
    min-width:154px;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.lf-footer .pre-box,.lf-footer .next-box{
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    align-items: center;
    min-width:70px;
}
.lf-footer img{
    width:8px;
    height:10px;
}
.lf-footer .pre-box{
    margin-right:10px;
}
.lf-footer button{
    border:1px solid #2473b9;
    border-radius: 4px;
    width:80px;
    height:35px;
    min-height:35px;
    line-height: 33px;
    color:#2473b9;
    font-size: 16px;
    padding:0;
    margin-right:10px;
    background:#fff;
    cursor: pointer;
}
.lf-footer span{
    /* cursor: pointer; */
}

/* ct-box */
.ct-box{
    width:61.8%;
	min-width: 360px;
	position: relative;
	z-index: 1;
    /*position: relative; 之前添加这个，导致积木里面value输入值错误,现在好像没有错误了，如果关闭，中间左右拖动的就不显示了 */
}
.ct-head{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height:35px;
    background: #b6c1c9;
    overflow: hidden;
    position: relative;
}
.ct-head::after{
    content:"";
    display: block;
    width:25px;
    height:25px;
    position: absolute;
    top:50%;
    right:5px;
    transform: translateY(-50%);
    background: url(./images/add.png) no-repeat;
    background-size: 100%;
    cursor: pointer;
}
.ct-head .control{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width:65px;
    height: 100%;
}
.ct-head .control img{
    display: block;
    width:10px;
    height:10px;
}
.ct-head .control img:first-child{
    margin-right:11px;
}
.ct-head .page{
    display: inline-block;
    height:100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding:0 12px 0 22px;
    background: #899aa6;
    color:#fff;
    font-size: 18px;
    margin-right:3px;
}
.ct-head .page span{
    line-height: 35px;
}
.ct-head span.active{
    background: #07223e!important;
}
.ct-head .page img{
    display: block;
    width:16px;
    height:16px;
    margin-left:22px;
}
.ct-box>div:last-child{
    height:100%;
}
.btn-code{
    position: relative;
    width: 100%;
	padding-left: 40px;
}
.btn-code img{
    margin: 6px 6px;
    border: none;
    cursor: pointer;	
}
.btn-code span{
	margin:0 10px 0 10px;
}
.ct-body{
	height:calc(100% - 2.3rem);
    padding:0px;
	display:flex;
	background: #324d65;
}
.ct-body .main-body{
    height:100%;
	width:100%;
    box-sizing: border-box;
	position: relative;
}
.ct-body .main-body .tip-text{
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    bottom:0;
    left:0;
    background:#000;
    font-size: 16px;
    color:#fff;
    height:40px;
    padding-left:15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #000;
    z-index:100;
}
.ct-body .main-body .tip-text span:nth-child(2){
    padding:0 15px;
    line-height: 40px;
    cursor: pointer;
}
.ct-body .pyEditor{
    /*overflow-y: scroll;*/
    width: 100%;
    height: 100%;
}
.ct-body .pyEditor::-webkit-scrollbar{
    width: 10px;
    height: 1px;
}
.pyEditor::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #c5d4e1;
}
.pyEditor::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #2d4962;
}
.pyEditor{
    /*scrollbar-thumb:*/
}
.pyEditor p{ 
    height:1000px;
}
.ct-foot{
    position: absolute;
    bottom:15px;
    left:0;
    width:100%;
    overflow: hidden;
    padding:0 30px; 
    box-sizing: border-box;
    background: transparent;
}
.ct-foot .submit{
    float:right;
    width:102px;
    height:36px;
    border:1.5px solid #fff;
    border-radius: 4px;
    font-size: 16px;
    color:#fff;
    line-height: 33px;
    background: #07223e;
    outline: none;
    cursor: pointer;
}
.ct-foot .export{
    float:right;
    width:96px;
    height:36px;
    background: #fff;
    color:#2473b9;
    font-size: 16px;
    line-height: 36px;
    border:none;
    border-radius: 4px;
    outline: none;
    margin-left:28px;
    cursor: pointer;
}

/* rt-box */
.rt-box{
    width:38.2%;
	min-width:240px;
	z-index:999;
}
.ct-box .head,.rt-box .head,.lf-box .head{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left:10px;
	background: #e9edf0;
	height:2.3rem;
}
.head>span{
    font-size: 16px;
    color:#3b3a3a;
    line-height: 36px;
}
.result,.haigui{
    height:50%;
    box-sizing: border-box;
}
.result{
    padding:0;
    z-index: 1;
    position: relative;
    background: white;	
}
.result>div:last-child{
    overflow:auto;
    height:calc(100% - 2.3rem);
    padding-left:10px;
}
.result>div:last-child::-webkit-scrollbar{
    width: 10px;
    height: 10px;
}
.result>div:last-child::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #7f8081;
}
.result>div:last-child::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #dee4e8;
}
.result button,.haigui button{
    width:50px;
    height:30px;
    font-size: 16px;
    line-height: 28px;
    border-radius: 4px;
    outline: none;
}

.result .output{
	border-left:1px solid #e4dfdf;	
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;	
}

.btn-box{
}

.btn-box-left img{
    margin: 6px 6px;
    border: none;
    cursor: pointer;	
}

.result .run{
    margin:7px 10px;
    border:none;
    cursor: pointer;
}

.result .clear{
    cursor: pointer;
}

.result .cloud{
    margin-right:10px;
    cursor: pointer;
}

.result .local{
    margin-right:10px;
    cursor: pointer;
}

.result .runBig, .help{
	margin:5px;
    cursor: pointer;
	width: 1.1rem;
}

.start{
	margin: 5px;
}

.haigui{
    padding:0;
}
.haigui .head{
    padding-left:10px;
}

.haigui .head-full{
	position: absolute;
	right:0px;
    background: #fff;
	z-index: 10;
}

.haigui .hg-body{
	position: relative;
    height:calc(100% - 2.3rem);
	display: '';
    flex-direction: row;
    justify-content: center;
	background: #fff;
}

.hg-body-other{
	display: flex;
	margin-top:10px;
    flex-direction: column;
    justify-content: center;
	align-items: center;
	background: #fff;
}

.haigui .fullScreen{
	width:1.1rem;
}
.haigui .narrow{
	margin-left: 12px;
	width:1.2rem;
}

.haigui .helpHaiguiClose{
	display: none;
	float:right;
	margin:5px 15px;
}

.haigui-py{
	position:relative;
	z-index:10;
}

.hg-body::-webkit-scrollbar{
    width: 10px;
    height: 10px;
}
.hg-body::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #7f8081;
}
.hg-body::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #dee4e8;
}

.haigui button{
    border:1px solid #2473b9;
    color: #2473b9;
    /*background: #fff; 在使用VR模块的时候，里面的按钮不显示，关闭不知道影响其他的不？*/
    outline: none;
    cursor: pointer;
}
.haigui .narrow{
    display: none;
}

.haigui .input-body{
    height:calc(100% - 60px);	
	width:100%;
	border: none;
	padding:5px;
	resize: none;
}

.haigui .input-body:focus{
	outline: none;
	border: 1px solid #adc6e8
}

/* resize */
#lResize{
    position: absolute;
    left: -5px;
    top:0;
    background: transparent;
    width:10px;
    height:100%;
    cursor: w-resize;
}
#rResize{
    position: absolute;
    right:-5px;
    top:0;
    background: transparent;
    width:10px;
    height:100%;
    cursor: w-resize;
	z-index:9;
}

.navbar-inverse {
    background-color: #0098ef;
    border-color: #0098ef;
	padding-left:1rem;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #ec774b;
    background-color: #ffffff;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
	padding:0rem 0.8rem;
	margin-top:0.5rem;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.5rem;
}

.navbar-collapse {
    background-color: #e5f0ff;
    border-color: #e5f0ff;
}

.nav > li > a {
    padding: 10px 10px;
}

.tag-button {
    padding: 3px 12px 3px 12px;	
    background-color: #0098ef;
    border-radius: 1rem;
    color: hsla(0, 100%, 100%, 1);
	margin:8px 10px 10px 0px;
	cursor: pointer;
}

.level-li-class1{
    background-color: #a4b0c3;
    border-color: #a4b0c3;
}

.sub-nav{
	background:linear-gradient(to bottom, #e5f0ff, #f7fafd);
}

.sub-nav li{
	font-size: 12px;
	margin-top: 2px;
}

.tag-button1 {
    color: #0098ef;
	margin:10px;
	font-weight:bold;
}

.qa-header{
	margin-left:8rem;
}

.qa-header li{
	cursor: pointer;
}

.active {
    background: hsla(30, 100%, 55%, 1);
}

/*弹出框*/
@media screen and (min-width: 768px) {
	.modal-dialog {
		width: 36%;
		margin: 100px auto;
	}
	.modal-header {
		min-height: 16.428571429px;
		padding: 15px;
		border-bottom: 1px solid #C5E6EA;
	}
	.modal-content {
		position: relative;
		background-color: #f6f6f6;
		border: 1px solid #999999;
		border: 1px solid rgba(0, 0, 0, 0.2);
		border-radius: 6px;
		outline: none;
		-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
		box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
		background-clip: padding-box;
	}
}

#myModal{
	z-index:100040;
}

.modal-team-tip{
	text-align:center;
	color:red;
	display:none;
}

.save-btn{
	padding:1px 2px 10px;
	margin-top:10px;
	width: 100%;
	display: flex;	
}
.save-btn a{
	margin:2px;
}

.codeMain{
	overflow: auto;
    width: 100%;	
	height: calc(100vh - 6.5rem);
    margin: 0 auto;	
}

.search{
	margin: 0.56rem;
    float: left;
    border: 0;
    border-radius: 15px;
    width: 8rem;
    height: 1.6rem;
    padding-left: 10px;
}

.search:focus{
	outline:none;
}

.bind-input, .bind-select{
	margin-right: 0.56rem;
    border: 0;
    border-radius: 5px;
    min-width: 5rem;
    height: 1.6rem;
    padding-left: 10px;
	outline: none;
	z-index:9999999;
}

.bind-input, .bind-select:focus{
	border:1px solid rgb(212 211 211);
}
.classManageHtml{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:none;
}

.classManageHtml img{
    position: absolute;
    top: 0.85rem;
    right: 2.3rem;
}

.pdfHtml{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:none;
}

.pdfHtml img{
    position: absolute;
    top: 0.85rem;
    right: 2.3rem;
}

.mineHide{
	display:none;
}

.bind, .unbind{
	padding:4px;
}

.mine-li{
	display:none;
}

.ai-li{
	display:none;
}

.ailist-li{
	display:none;
}

.mineBtnRt{
	margin: 0.66rem;
	float: right;
}

.mineBtnLt{
	margin: 0.66rem;
    float: left;
}

.bakckqa{
    color: #fff;
    position: absolute;
    right: 0;
	top:0;
    z-index: 10;
    background-color: #9999aa;
    border-color: #9999aa;
    border-radius: 5px;
    padding: 5px;
    margin-top: 2px;
    cursor: pointer;
    display: none;
}

.CodeMirror {
    font-family: monospace;
    height: auto;
    color: black;
	font-size:18px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: hsla(30, 100%, 55%, 1);
}

.nav-pills > li > a {
    border-radius: 0px;
}

.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}

#consoleDivId{
	color: #fff;
    position: absolute;	
	right:50px;
	bottom: 15px;
}

#consoleId img{
	position: absolute;
	display:none;
	right: 24px;
	top: 3rem;
}

.console-bar{
    position: absolute;
    bottom: 0px;
    right: 33px;
    width: 260px;	
	color:black;
    background: rgb(16, 16, 16);
}

.container-fluid {
    width: 100%;
	height: 100%;
    margin-right: auto;
    margin-left: auto;
	position: relative;
}

.pygamearrows{
	display:none;
    align-items: center;
	justify-content: center;	
}

.pygamearrows .pg-left{
    left:10px;
    position: absolute;
    display: grid;	
}

.pygamearrows .pg-right{
    right:10px;
    position: absolute;
    display: grid;	
}

.pygamearrows .btn-primary {
    color: #ffffff;
    background-color: #bfbfbf;
    border-color: #bfbfbf;
    padding: 3px 6px;
    margin: 20px 8px;
}

.weChatArrows{
	display:none;
}

.weChatArrows .pg-left{
	display: flex;
}

.weChatArrows .pg-left .btn-primary{
	height: 66px;
	width: 56px;
    display: flex;
	padding-bottom: 10px;
	margin-right:5px;
    align-items: center;
	justify-content: center;
}

.weChatArrows .pg-left .btn-space{
	width: 88px;
}

.weChatArrows .pg-right{
	display: flex;
}

.weChatArrows .pg-right .btn-primary{
	height: 66px;
	width: 56px;
    display: flex;
	padding-bottom: 10px;
	margin-left:5px;
    align-items: center;
	justify-content: center;
}

.weChatArrows .pg-middle{
	display: grid;
}

.weChatArrows .pg-middle .btn-primary{
	width: 66px;
	height: 32px;
}


.weChatArrows .btn-primary {
    color: #ffffff;
    background-color: #bfbfbf;
    border-color: #bfbfbf;
	margin-top:2px;
}

#mycanvas{
	width:100%;
	height:100%;
	outline:none;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	position:absolute;
}

#haiguiIcon{
    position: relative;
    width: 100%;	
}
#haiguiIcon .pic-icon{
    float:right;	
}

#haiguiIcon img{
    cursor:	pointer;
}

#haiguiIcon .game-icon{
    float:left;	
	display:none;
}

.game-audio{
	margin-top:10px;
}

.glyphicon-arrow-color{
	color: rgb(255, 140, 60);
	background-color: red;
    border-color: red;	
}

.loadblocking{
    color: #fff;
    position: absolute;
    top: 40%;
    left: 50%;
	font-size:24px;
    transform: translate(-40%, -50%);
}
.gpt-code{
	display:flex;
    width: 90%;
    background: #002240;
    position: absolute;
    left: 58px;
    top: 0;
    z-index: 9999;
	color:#fff;
}
.gpt-code .code-value{
    width: 80%;
}
.gpt-code .btn{
    color: #fff;
    right: 0;
	top:0;
    z-index: 10;
    background-color: #9999aa;
    border-color: #9999aa;
    border-radius: 5px;
    padding: 3px 6px 3px 6px;
	margin: 0 10px 0 10px;
    cursor: pointer;
}
.gpt-code .box{
	margin:4px 5px 0px 5px;
}
.gpt-robot{
    position: absolute;
    left: 0;
    top: 0;	
	width:100%;
	height:100%;
	z-index:999;
	text-align: center;
	display:none;
}
.gpt-robot .robot{
	width:auto;	
	height:50%;
	margin-top:10%;
}

.gpt-robot .rclose{
    position: absolute;
    top: 26%;
    left: 58%;
    transform: translate(-40%, -50%);
	cursor: pointer;
}

/* 弹窗 */
.dialog {
    position: fixed;
    z-index: 99999;
    background: white;
    border-radius: 0.75rem;
    border: 1px solid hsla(0, 0%, 0%, 0.15);
	width:480px;
	height:310px;
	bottom:0;
	right:0;
	display:none;
}
/* 弹窗内容 */
.dlg_content {
    position: relative;
	overflow:hidden!important;
    margin-right: 4px;
    border-bottom-left-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;	
}
/* 弹窗上部 */
.dlg_top {
    position: relative;
    height:38px;
    z-index: 3;
    background: #0FBD8C;
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
    border-bottom: 1px solid #0FBD8C;
    cursor: move;
}

.header-buttons-left {
    height: 100%;
	float:left;
    display: flex;
    flex-direction: row;
    justify-content: space-between;	
}
.play-text {
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0.5rem;
}

.header-buttons-right {
    height: 100%;
	float:right;
    display: flex;
    flex-direction: row;
    justify-content: space-between;	
}

.all-button {
    cursor: pointer;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0.5rem;
}

.remove-button {
	border-top-right-radius: 0.75rem;
}

.all-button:hover {
    background-color: hsla(0, 0%, 0%, 0.15);
}

.all-icon {
    height: 1.25rem;
    margin: .125rem 0; /* To offset the .25rem difference in icon size */
}

.prism-button-refresh1{	
    color: #21c5e0;
    border: solid 1px #21c5e0;	
}

*.live-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: ${css_vh(8)};
    height: ${css_vh(8)};
    background:  url('../assets/game/live.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 10;
	display:none;
}

.help-doc{
    position: absolute;
    top: 0;
    right: 0;
    width: 48%;
    height: 100%;
	background:#fff;
	z-index: 999;
	display:none;
}

.help_top, .team_top{
    position: relative;
    height:2.6rem;
    z-index: 3;
    background: #31d2fc;	
}
.help_top{
    cursor: move;	
}

.help-handler {
	position: absolute;
	width: 5px;
	cursor: col-resize;
	z-index:1;
	height: 100%;
}

.chide_menu_hide{
	display: none;
	background: #dbe6ef;	
}

.help-left{
	height:calc(100vh - 2.6rem);
	background:#e3e3e3;
	width:30%;
    color: #222;
    display: block;
    font-family: "Merriweather",Times,Georgia,serif;
    font-size: 1rem;	
	border-right: 1px solid #e3e3e3;
    overflow-y: scroll;
    overflow-x: hidden;
}

.help-left li{
	padding:5px 5px 5px 10px;
	border-bottom: 1px solid #d4d4d4;	
	cursor: pointer;
}

.help-left li:hover, li:focus {
    background: #cdcdcd;
    text-decoration: none;
}

.help-left div{
	background:#fff;
}

.liactive{
	color: #0098ef;
}

.help-body{
	height:100%;
	width:70%;	
	display: block;
	margin:10px 5px 5px 5px;
	overflow:auto;
}

.help-body-desc>table {
    border-collapse: collapse;
    width: 100%;
}

.help-body-desc>table th {
    background: #d4d4d4;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.4rem;
    text-align: left;
    white-space: nowrap;
}

.help-body-desc>table th, .copy__wrap>table td {
    padding: 4px 8px;
}

.help-body-desc>table td {
    background: #fff;
    border-bottom: 1px solid #eee;
    font-size: 0.7rem;
	line-height: 1.4rem;
    vertical-align: top;
}

.help-body-func{
	margin-top: 0.85rem;	
	background:#c8effb;
	width:100%;
	padding:10px;
	display:none;
}

.help-body-param{
	margin-top: 0.85rem;	
}

.help-body-code{
	margin-top: 0.85rem;
	display:none;
	position: relative;
}

.helpOutput{
	background:#d9f8fb;
	padding:5px 5px 5px 10px;
}

#courseQaId{
	background:#fff;
	width: 100%;
	height:100%;
	position: absolute;
	top:0;
	display:none	
}

#ulId a:hover{
    background-color: hsla(30, 100%, 55%, 1);
}

.goRunHelp {
    float: right;
    right: 10px;
    position: absolute;
    z-index: 10;
    color: #ffffff;
    background-color: #9999aa;
    border-color: #9999aa;
    border-radius: 5px;
    padding: 0px 8px 0px 8px;
    margin-top: 5px;
    cursor: pointer;
}

.sprites{
	position: absolute;
	top: 0;
	width: 100%;
    height: 100%;
    background: #fff;  
    z-index: 999999;
}

.sprites-body{
	height: calc(100% - 4.6rem);;
	overflow: auto;	
	padding-left:10px;
    background: hsl(215deg 31% 95%);
}

.sprites-item{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	background:#fff;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-basis: 160px;
    -ms-flex-preferred-size: 160px;
    flex-basis: 160px;
    position: relative;
    height: 120px;
    max-width: 160px;
	float:left;
    border-width: 2px;
    border-style: solid;
    border-color: hsla(0, 0%, 0%, 0.15);
    border-radius: 0.3rem;
    text-align: center;	
    margin: 0.3rem;
    padding: 1rem 1rem 0 1rem;	
    cursor: pointer;	
}

.sprites-item1{
    height: 70px;
    width: 100px;
    position: relative;	
}

.sprites-item img{
    max-width: 100%;
    max-height: 100%;
}

.sprites-item  .play-btn, .delete-btn{
    position: absolute;
    top: .5rem;
	right: .5rem;	
    z-index: auto;	
}

.sprites-item  .play-btn img{
    width:32px;
	height:auto;
}

.sprites-item  .delete-btn img{
    width:24px;
	height:auto;
}

.sprites-close{
    position: absolute;
    right: 15px;
    top: 0.75rem;
    cursor: pointer;
}
.pull-left{
	float:left;
}

.case-td{
	color:#46b8da;
	cursor:pointer;
}

.data-td{
	display:none;
}

.case-game-mode{
	display:none;
}

.quitGameMode{
	display:none;
}

.tutor-talk {
    position: absolute;	
	right:0;
    top: 2.3rem;	
    width: 100%;
    float: left;
    cursor: pointer;
    font-size: 16px;
	z-index:999;
	display:none;
}

.speech-bubble-blue {
    position: relative;
    padding: 15px 30px;
    margin: 10px 20px 10px 20px;
    color: #000;
    background: #aa99ff;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#cceeff), to(#aa99ff));
    background: -moz-linear-gradient(#cceeff, #aa99ff);
    background: -o-linear-gradient(#cceeff, #aa99ff);
    background: linear-gradient(#cceeff, #aa99ff);
    -webkit-border-top-left-radius: 25px 50px;
    -webkit-border-top-right-radius: 25px 50px;
    -webkit-border-bottom-right-radius: 25px 50px;
    -webkit-border-bottom-left-radius: 25px 50px;
    -moz-border-radius: 25px / 50px;
    border-radius: 25px / 50px;
}

.speech-bubble-blue:before {
    content: "";
    position: absolute;
    top: -16px;
    left: 50px;
    border-width: 16px 0 0 30px;
    border-style: solid;
    border-color: transparent #cbecff;
    display: block;
    width: 0;
}

.codeFullScreen{
	width: 1.1rem;
}

.code-font-btn{
	padding: 0;
    background: transparent;	
}
.font-menu{
	min-width:80px;
}

.font-menu li{
	padding-left:15px;
}
.dropdown-menu .divider {
    margin: 1px 0;
}

.dropdown-menu > li:hover, .dropdown-menu > li:focus {
    background-color: #f5f5f5;
}
.file-content{
	display:none;
}

.pic-icon{
	margin-right:8px;
}

.pic-icon img{
	margin:8px 0 0 4px;
}

.pic-icon span{
	margin-left:-3px;
	font-size:9pt;
	color:red;
}

.paint-board{
    position: absolute;
	display:none;
    top: 0px;
    left: 0px;	
	width:calc(100% - 2rem);
	height:100%;
	z-index: 9999999;
}

#userlist {
  position: absolute; left: 0; top: 0; bottom: 0; height: auto;z-index:9999999999999999;
  width: 175px;
}

.team-ren-win{
	position: absolute;	
	width:20%;
	height:100%;
    top: 0px;
    right: 0;	
	z-index:99999;
	background:#fff;
	display:none;
}

.team_body{
	height:100%;
	padding-top:10px;
	border-left:1.5px solid rgb(238, 238, 238);
}
.team-count{
    float: left;
    margin: 10px 0 0 5px;
    color: #fff;
}

.team-input-name input{
	width:80%;
	border:1.5px solid rgb(238, 238, 238);
	margin:2px;
}

.add-team-icon{
	cursor:pointer;
}

.team_body img{
	margin: 0 10px 5px 10px;	
}

.img-gray{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);	
}

.team_body input{
	margin-left: 10px;
}

.team_body div{
	border-bottom:1px solid rgb(238, 238, 238);	
	margin:5px 0 5px 0;
}

.team-chat-win{
    position: absolute;
    bottom: 0;
    right: 0;	
    width: 30%;
    z-index: 0;
    height: 60%;
	display:none;
}

.team-chat-win iframe{
	height: calc(100% - 2.6rem);
	border-left:1.5px solid rgb(238, 238, 238);	
}

.teamWin{
	margin-right:8px;
}

.team-ren-win .team_body .btns{
	margin: 0.66rem;
    display: table;
    width: 100%;
    bottom: 0;
    position: absolute;
    text-align: center;
}

.team-list{
	 position: relative;
}

.team-manager-icon{
    position: absolute;
    top: 10px;
    left: 35px;
}
.team-manager-icon1{
    position: absolute;
    top: 10px;
    left: 12px;
}

.mine-tr{
	background:#f9fafb;
}

.table .mine-tr th{
	text-align: center;
    border-bottom: 1px solid #dddddd;
	font-weight: normal;
}

.win-title{
    align-items: center;
	display: none;
}

.vShowCode, .vKeyboard, .downloadHome{
	display: none;
	padding-left:12px;
}

.vHideCode{
	float:right;
	display: none;
}

.wechat{
	font-size:1.5rem;
}

.wechat_output{
	width:100%;
	padding:0 5px 0 5px;
	display: none;
	overflow:auto;
	border-bottom: 1px solid #e9edf0 !important;
}

.wechat_output pre{
	height:100%;
	width:100%;
}

.projectIntro{
	width:100%;
	padding:0 5px 0 5px;
	display: none;
}
