body{
    margin: 0;
/*    font-family: -apple-system, BlinkMacSystemFont,
    "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell",
    "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;*/
    /*font-family: "Microsoft YaHei";*/
    /*font-family: PingFang-SC-Regular;*/
}

.page-head{
    width: calc(100%);
    height: 70px;
    background-image: linear-gradient(5deg,
    #7167fe 0%,
    #7066fd 100%),
    linear-gradient(
            #e7ebee,
            #e7ebee);
    background-blend-mode: normal,
    normal;

}

.page-title{
    background: url(../img/FBteaching_management-system1.png) no-repeat;
    width: 213px;
    height: 24px;
    margin-left:26px;
    margin-top:23px;
    float: left;
}

/*.person-manage{

    width: 140px;
    height: 70px;
    background-color: #ffffff;
    opacity: 0.16;
    margin-left:329px;
    margin-top:0;
    position: fixed;
}*/

.person-button{
    margin-left:90px;
    font-size: 16px;
    color: #ffffff;
    border: none;
    width:140px;
    height:70px;
    /*background-color: rgba(255,255,25,0);*/
    background-color: rgba(255, 255, 255, 0.16);
    float: left;
    cursor: pointer;
    outline: none;
}
.person-button-normal{
    margin-left:90px;
    font-size: 16px;
    color: #f5f8ff;
    border: none;
    width:140px;
    height:70px;
    background-color: rgba(255,255,25,0);
    outline: none;
    float: left;
    cursor: pointer;

}

.lesson-button{

    font-size: 16px;
    outline: none;
    border: none;
    width:140px;
    height:70px;
    background-color: rgba(255,255,25,0);
    color: #ffffff;
    float: left;
    cursor: pointer;

}
.lesson-button1{

    font-size: 16px;
    border: none;
    width:140px;
    height:70px;
    background-color: rgba(255,255,255,0.16);
    color: #ffffff;
    float: left;
    cursor: pointer;
}
.exit-button{
    margin-right: 27px;
    margin-top: 27px;
    border: none;
    width: 16px;
    height: 17px;
    background: url("../img/exit.png") no-repeat ;
    float: right;
    cursor: pointer;
}

.operation{

    width: calc(100%);
    height: 76px;

    border:none;
    background-color: #ffffff;
    box-shadow: 0px 2px 6px 0px rgba(224, 237, 249, 0.46);
    border-radius: 8px;
}

.add-button{
    width: 100px;
    height: 36px;
    background-image: linear-gradient(21deg,
    #7167fe 0%,
    #5e5cff 100%),
    linear-gradient(
            #cfebff,
            #cfebff);
    background-blend-mode: normal,
    normal;
    box-shadow: 0px 3px 6px 0px
    rgba(113, 103, 254, 0.46);
    border-radius: 6px;
    color: #ffffff;
    font-size: 14px;
    margin-left: 30px;
    margin-top: 20px;
    float: left;
    cursor: pointer;
    border: none;
    outline:none;
}

.add-name{
    width: 160px;
    height: 36px;
    margin-top: 20px;
    margin-right: 20px;
    background-color: #ffffff;
    box-shadow: 0px 1px 3px 0px
    rgba(231, 235, 238, 0.46);
    border-radius: 6px;
    padding-left: 16px;
    border: solid 1px #e7ebee;
    float: right;

}

.add-phone{
    width: 160px;
    height: 36px;
    margin-top: 20px;
    margin-right: 20px;
    background-color: #ffffff;
    box-shadow: 0px 1px 3px 0px
    rgba(231, 235, 238, 0.46);
    border-radius: 6px;
    padding-left: 16px;
    border: solid 1px #e7ebee;
    float: right;
}

.ts-search-button{
    width: 70px;
    height: 36px;
    background-color: #ffffff;
    box-shadow: 0px 1px 3px 0px
    rgba(231, 235, 238, 0.46);
    border-radius: 6px;
    border: solid 1px #e7ebee;
    font-size: 14px;
    margin-right: 30px;
    margin-top: 20px;
    float: right;
    cursor: pointer;
    outline: none;
}

.teacher-table{
    width: calc(100% - 60px);
    margin:0 auto;

    box-shadow: 0px -1px 3px 0px
    rgba(231, 235, 238, 0.46);
}
.ts-table{
    border-spacing: 0;
    width: 100%;
    word-break:break-all;
    font-size: 14px;
    box-shadow: 0px 2px 6px 0px
    rgba(224, 227, 249, 0.46);
    border-radius: 8px;
    font-weight: 100;
}
.ts-table th,.ts-table td{
    height: 60px;
    border-right: 1px solid #e7ebee;
    border-bottom: 1px solid #e7ebee;

}
.ts-table>thead>tr>th{
    background-color: #f3f5fc;
    font-size: 14px;

}
.ts-table tr>td{
    text-align: center;
    align-items: center;
    border-color:#e7ebee;
}
.ts-table tbody>tr:last-child>td{
    border-bottom: none;
}
.ts-table tbody>tr>td:last-child{
    border-right: none;
}
.ts-table thead>tr>th:last-child{
    border-right: none;
}
.ts-table tbody>tr:hover>td{
    background-color: #eff3ff;
}

.circle{
    display: flex;
    justify-content: center;
}
.circle>span{
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #383838;
    margin-right: 5px;
}

.clearfix {
    zoom: 1;
}

.vd-table-act-color{
    color: #7167fe;
    cursor: pointer;
}
.add_html{

}


/*弹窗*/
.ts-prompt-mask{
    position: fixed;
    /*width: 100%;*/
    /*height: 100%;*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(235, 240, 246, 0.2);;
    z-index: 99;
}
.ts-prompt{
    /*margin: 0 auto;*/
    /*margin-top: 120px;*/
    z-index: 100;
    font-size: 14px;
    position: fixed;
    top:120px;
    left:calc(50% - 330px);
}
.ts-prompt-sm{
    width: 660px;
    height:237px;
}

.ts-prompt-mid{
    width: 630px;
}

.ts-prompt-title{
    background-image: linear-gradient(5deg,
    #7167fe 0%,
    #7066fd 100%),
    linear-gradient(
            #edf4fb,
            #edf4fb);    background-blend-mode: normal, normal;
    padding: 17px 30px;
    color:#fff;

    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.ts-prompt-title>div:first-child{
    float: left;
}
.ts-prompt-title>div:last-child{
    float: right;
    cursor: pointer;
}
.ts-prompt-content{
    padding: 30px 38px;
    background: #fff;
    box-shadow: 0px 1px 3px 0px rgba(231, 235, 238, 0.46);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border: solid 1px #e7ebee;
}
.ts-prompt-icon{
    background: url(../img/notice.png) no-repeat;
    width: 16px;
    height: 20px;
}
.ts-prompt-act{
    margin-bottom: 60px;
    display: flex;

}
.ts-prompt-act>div{
    float: left;
    margin-right: 15px;
}
.ts-prompt-act>div:last-child{
    margin-right: 0;
    font-size: 14px;
}
.ts-prompt-act-text{
    color: #383838;
}
.ts-prompt-mes{
    font-size: 14px;
    color: #383838;
    margin-bottom: 53px;
}
.ts-prompt-warn{
    color: #ff4c74;
}
.ts-prompt-btn{
    padding: 0 158px;
}


.cha {
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #fff;
    line-height: 0;
    font-size: 0;
    vertical-align: middle;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

a {
    text-decoration: none;
}

.cha:after {
    content: '/';
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}
.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}
.ts-button1 {
    min-width: 60px;
    border-radius: 6px;
    height: 36px;
    line-height: 36px;
    padding: 0 13px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    width: 100px;
    color: #ffffff;
    background-image: linear-gradient(21deg, #7167fe 0%, #5e5cff 100%),
    linear-gradient(#f7f9fb, #f7f9fb);
    background-blend-mode: normal, normal;
    border: none;
}
.ts-btn-middle1 {
    width: 100px;
}


.ts-button2{
    width: 100px;
    height: 36px;
    background-color: #ffffff;
    border-radius: 6px;
    border: solid 1px #e7ebee;
    margin-left:60px;
    color: #56606f;
    font-size: 14px;
    cursor: pointer;
}

.add-mask{
    position: fixed;
    /*width: 100%;*/
    /*height: 100%;*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(235, 240, 246, 0.2);;
    z-index: 99;
}

.pointer{
    cursor: pointer;
}
.login-suc{
    text-align: center;
    margin-top: 200px;
}