		body {
            background-color: #333;
            font-family: "微软雅黑";
            color: #565656;
        }
        
        #commontag {
            margin-left: 10px;
            display: flex;
            flex-wrap: wrap;
            min-height: 20px;
        }
        
        #commontag li {
            min-width:60px;
            max-width: 60px;
            overflow: hidden;
            list-style-type: none;
            cursor: pointer;
            float: left;
            margin-right: 10px;
            font-size: 14px;
            line-height: 25px;
            /*color: #76323F;*/
            color: #333;
            text-align: left;
        }
        
        .delbtn {
            cursor: pointer;
            float: left;
            margin: 0 10px;
            font-size: 10px;
            color: #700506;
            display: none
        }
        
        .editbtn {
            cursor: pointer;
            float: left;
            margin: 0 10px;
            font-size: 10px;
            color: #700506;
            display: none
        }
        
        #tt td {
            border-bottom: solid 1px #C7C7C7
        }
        
        .tag {
            color: #565656;
            font-size: 10px
        }
        
        .link {
            width: 150px;
            line-height: 30px;
            font-weight: bold;
            display: inline-block;
            text-decoration: none
        }
        
        #links a,
        #tasks a,
        #course a {
            display: block;
            text-align: left;
            width: 100px;
            height: 1.6rem;
            overflow: hidden;
            text-decoration: none;
            line-height: 1.6rem;
            color: #76323F;
            float: left;
            margin: 0px 5px 0px 10px;
            list-style-type: none
        }
        
        #tasks a {
            color: #a33;
            text-indent: 5px;
            margin: 2px 5px 0px 10px;
            /*text-align: center;*/
        }
        
        #links a:visited,
        #tasks a:visited {
            color: #76323F
        }
        
        table {
            border: 1px solid rgba(255, 255, 255, 0.15);
            background-color: #fef0e5;
            box-shadow: 0 8px 32px 0 hsl(250deg 35% 5%);
            border-spacing: 0px
        }
        
        .wz {
            text-decoration: none;
            font-weight: normal
        }
        
        input {
            border-width: 0px;
            padding: 0px
        }
        
        .jztxt {}
        
        .xtt1 {
            width: 33%
        }
        .xtt2 {
            width: 70%
        }
        #fg {
            display: inline
        }
        
        .xtt1 input {
            width: 40% !important
        }
        .star{margin:10px}
		

	    .canmove{
		    position: absolute;
		    display: block;
		    left: 50%;
		    top:20%;
		    width:300px !important;
		    height:224px !important;
		    line-height: 112px !important;
		    text-shadow:0 0 3px #c00;
		    text-align: center !important;
		    transform: translate(-150px,-112px);
		    color:#fff !important;
		    background: #000a;
		    border-radius: 30px;
		    font-size: 1.5rem !important;
		    z-index:10;
		    cursor: default;
		    box-shadow: 0 0 5px #c90;
		}
		#tasks .taskwc:hover{
            font-size: 1.4rem !important;
		}
		#tasks .taskgb:hover{
            font-size: 1.4rem !important; 
		}
		#ftasks{
		    
		}
		.ftaskitem{
		    margin-left:10px;
		}
		.bw{
		     background-image: linear-gradient(#dc354555, #dc354511);
		     border-radius: 3px;
		}
		#tabbtn{
		    z-index: 9999;
		    position: fixed;
		    right:15px;
		    width: 40px;
		    height:500px;
		    text-align: center;
		}
		#tabbtn img{
		    margin: 5px;
		    padding:5px;
		    background: #fff1;
		    border-radius:5px;
		    box-shadow: 0 3px 8px 0 hsl(250deg 35% 5%);
		}

		.nav{ list-style:none}
        .nav-tabs .nav-item{ float: left; width:15%;text-align:center}
        .nav-tabs .nav-item .active{ background-color:#fff}
        .nav-tabs .nav-link {
            margin-bottom: -1px;
            border: 1px solid transparent;
            border-top-left-radius: .25rem;
            border-top-right-radius: .25rem;
            display: block;
            padding: .5rem 1rem;
            text-decoration: none;
        }
        #udiskul{
            height: 300px;
            overflow: scroll;
        }
        #udiskul li a:link{
            text-decoration: none;
            color:#666;
            font-size:16px;
        }
		@media screen and (max-width:600px){
		    .xtt1{display:block;width:auto}
    		 #links a,
            #course a {
                width: 5rem;
                margin: 0px 0px;

            }
            #tasks a{
                width: 5rem;
                margin: 2px 0px;

            }
            #tabbtn{
    		    position: fixed;
    		    bottom:0px;
    		    width: 100%;
    		    height: 50px;
    		    background: #0009;
    		    left:0px;
    		   
        	}
		    #ftasks{
		        display:block;
		        height:1rem;
		        overflow: hidden;
		    }
		    .floatDialog{
    		    width: 100%;
    		    position: fixed;
    		    top: 50px;
    			bottom: 0;
    			left: 0;
    			right: 0;
    			margin: auto;
    		    z-index: 9998;
    		}
		}
		.floatDialog{
		    width: 80%;
		    position: fixed;
		    top: 50px;
			bottom: 0;
			left: 0;
			right: 0;
			margin: auto;
		    z-index: 9998;
		}