body,html,div,table,ul,li,dt,p{
    margin: 0;
    padding: 0;

}
body{
    background: #e9f4fb;
}


.thumbnail {
    background: #FFFFFF;


    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    box-sizing: border-box;
    position: relative;


}
.doughnut-title {
    padding-left: 10px;
    padding-top: 33px;

    color: #333333;
    letter-spacing: 0;
    line-height: 30px;
}
/*.mt {*/
    /*margin-top: 30px;*/
/*}*/
.annular-tip{

    float: right;
    margin-right: 13%;
    margin-top: 8%;

}
.annular-tip .tip-detail{
    font-size: 16px;
    color: #878787;
    letter-spacing: 0;


}
.annular-tip .tip-count{
    font-family: Arial-BoldMT;
    font-size: 16px;
    color: #3B95FA;
    letter-spacing: 0;
    line-height: 22px;

}
.canvas{
    width:300px;
    height:100px;
    position: absolute;
    top: 12%;
    left: 55%;
    color: #f99f3d;
}
.annular{
    width: 200px;
    height: 200px;
    background: transparent;
    position: absolute;
    top: 30%;
    left: 30%;


}
.area-header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20%;

}
.area-header .area-y-title{
    font-size: 12px;
    color: #737373;
    letter-spacing: 0;
    float: left;
    margin-top: 8%;
    margin-left: 10%;
}
.area-header .area-tab{
    width: 20%;
    height: 100%;
    float: right;
    margin-right: 10%;
    margin-top: 4%;


}
.area-tab button{
    width: 100%;
    display: block;
    position: relative;
    background: transparent;
    border: none;

}

.area-tab  .month i{
    background: #D2D8D7;
}
.area-tab button i{
    display: inline-block;
    border-radius: 6px;
    position: absolute;

    width: 12px;
    height: 12px;
    top: 22%;
    left: 20%;


}


.area-tab button b{
    margin-left: 35%;
}



.tab-text{
    margin: 10% auto;
}

.panel-body{

}
.pane-footer{

    width: calc(100% );
    height: 100px;
    position: absolute;
    bottom:  3%;
    left: 0;
}
.footer-detail{
    height: 30px;

    width: 40%;
    position: relative;
    float: left;
   margin-top: 10px;
    margin-left: 8%;


}
.dormitory{
    height: 30px;

    width: 40%;
    position: relative;

   margin: 10px auto;
}
.clearfloat{
    zoom: 1;
}
.clearfloat:after{
    display: block;
    clear: both;
    content: '';
    visibility: hidden;
    height: 0;
}
.footer-detail .square,.dormitory .square{
    display: inline-block;
    border-radius: 4px;
    width: 22px;
    height: 22px;

    position: absolute;
    top: 10px;


}
.late{
    background: #7351BB;

}
.skip{
    background: #FF9B2D;

}
.early{
    background: #C77ACC;

}

.leave{
    background: #3B95FA;
}


.footer-detail .detail-t , .dormitory .detail-t{
    font-size: 16px;
    color: #3B95FA;
    letter-spacing: 0;


    position: absolute;
    top: 10px;
    left: 42px;

}
.footer-detail .detail-c,.dormitory .detail-c{
    font-size: 16px;
    color: #3B95FA;
    letter-spacing: 0;

    position: absolute;
    top: 10px;
    left: 130px;

}
.area-body{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;


}
.area{
    height: 90% !important;
   width: 85% !important;

    margin-left: 4%;
}
.colun {


   width: 70%;
    height: 90% !important;
    margin-left: 5%;
    margin-top: 0;
}
.area-body b{
    margin-top: -6%;
    margin-right: 10%;
    float: right;
    font-size: 12px;
    color: #828282;
    letter-spacing: 0;
}
.title{
    font-size: 22px;
    color: #333333;
    margin-top: 2%;
    margin-left: 10%;
    float: left;





}

@media screen  and (max-width: 1280px){
   .col-sm-6{
       margin-bottom: 15px;
   }

    .thumbnail{

        height: 386px;


    }

    .annular {
        width: 150px;
        height: 150px;



    }
    .annular-tip{
        margin-top: 10%;
         margin-right: 6%;

    }
    .annular-tip .tip-detail{
        font-size: 14px;

    }
    .annular-tip .tip-count{

        font-size: 14px;


    }
    .pane-footer{

        width: calc(100% );
        height: 80px;
        position: absolute;
        bottom:  3%;
        left: 0;
    }
    .footer-detail ,.dormitory{
        height: 20px;
    }

    .footer-detail .detail-t , .dormitory .detail-t {
        font-size: 12px;
        left: 24%
    }
    .footer-detail .detail-c,.dormitory .detail-c{
        font-size: 12px;
        left: 70%
    }


    .doughnut-title{
        font-size: 18px;

    }
    .title{
        font-size: 18px;
    }


    .area{
        height: 90% !important;

    }
    .canvas{
        top: 25%;
        left: 55%;
    }

}
@media screen and (min-width: 1281px) and (max-width: 1366px){
    .thumbnail{

        height: 258px;


    }

    .annular {
        width: 70px;
        height: 70px;
        margin-top: -7%;


    }
    .canvas {

        top: 15%;
        left: 55%;

    }
    .annular-tip{
        margin-top: -8%;

    }
    .annular-tip .tip-detail{
        font-size: 14px;

    }
    .annular-tip .tip-count{

        font-size: 14px;


    }
    .pane-footer{

        width: calc(100% );
        height: 80px;
        position: absolute;
        bottom:  3%;
        left: 0;
    }
    .footer-detail ,.dormitory{
        height: 20px;
    }

    .footer-detail .detail-t , .dormitory .detail-t {
        font-family: PingFangSC-Regular;
        font-size: 12px;
        left: 24%;
    }
    .footer-detail .detail-c,.dormitory .detail-c{
        font-size: 12px;
        left: 70%;
    }


    .doughnut-title{
        font-size: 18px;

    }
    .title{
        font-size: 18px;
    }

    .area{
        height: 86% !important;

        margin-top: 2%;
    }
}
@media screen and (min-width: 1367px) and (max-width: 1600px){
    .thumbnail{

        height: 324px;


    }
.canvas{
    top: 12%;
}
    .annular {
        width: 180px;
        height: 180px;
        top: 20%;
        left: 30%;

    }
    .annular-tip{
        margin-top: -6%;


    }
    .annular-tip .tip-detail{
        font-size: 14px;

    }
    .annular-tip .tip-count{

        font-size: 14px;


    }
    .pane-footer{

        width: calc(100% );
        height: 80px;
        position: absolute;
        bottom:  3%;
        left: 0;
    }
    .footer-detail ,.dormitory{
        height: 20px;
    }

    .footer-detail .detail-t , .dormitory .detail-t {
        font-size: 12px;
    }
    .footer-detail .detail-c,.dormitory .detail-c{
        font-size: 12px;
    }


    .doughnut-title{
        font-size: 18px;

    }
    .title{
        font-size: 18px;
    }

    .area{
        height: 240px !important;

    }
    .colun {

        height: 93% !important;

        margin-top: 0;
    }



}

@media screen  and (min-width: 1601px){
    body{

    }
    .annular-tip {
        float: right;
        margin-right: 18%;
        margin-top: 6%;
    }

    .canvas{
        top: 25%;
    }
    .thumbnail{

        height: 410px;


    }

    .doughnut-title{
        font-size: 22px;

    }
    .title{
        font-size: 22px;
    }



}


.home-button i{
	background: #D2D8D7
}
.home-button.fuckblue i {
	background: #1F77E8;
}
.home-button.fuckorange i {
	background: #FF9039;
}