﻿@charset "utf-8";
/* CSS Document */

* {
    padding: 0px;
    margin: 0px;
    font-family: "微软雅黑";
}

a {
    text-decoration: none;
}

img {
    border: none;
}

.msgbox {
    margin: 50px auto 0;
    width: 400px;
    height: 350px;
    border: 1px solid #9E9696;
    padding:10px;
 background: #FFFFFF;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
border-radius: 10px;
    display: none;
    text-align:center;
}

.msgbox-head {
    height: 45px;
    padding: 0px 20px;
    border-bottom:1px solid #ddd;
}

    .msgbox-head div {
        line-height: 45px;
        font-size: 18px;
        /*color: #fff;*/
        float: left;
    }

    .msgbox-head .span1 {
        cursor: pointer;
        font-size: 35px;
        width: 50px;
        float: right;
        text-align: center;
        margin: -2px -20px 0px 0px;
    }





.msgbox-cont {
      margin: 30px auto 15px;
}

.msgbox-right {
   height:35px;
    color: #666666;
    font-size: 16px;
    line-height: 35px;
    color: #383838;
}
.msgbox-right a {
    color:#4A8ECD;
}

    .msgbox-right .right-title {
        font-weight: bold;
        font-size: 18px;
        color: #4c4c4c;
    }

.msgbox-sure {
  margin-top:20px;
}

.ensure {
    padding: 10px 40px;
    color: #FFF;
    background: #F61067;
    border-radius: 10px;
}

    .ensure:hover {
       background: linear-gradient(0deg, #E71263, #E71263);
    }

.yes {
    padding: 10px 40px;
    color: #FFF;
    background: #f38816;
    border: 1px solid #f38816;
    margin-right: 30px;
    border-radius: 5px;
}

.no {
    padding: 10px 40px;
    color: #FFF;
    background: #C0C0C0;
    border: 1px solid #C0C0C0;
    margin-right: 30px;
    border-radius: 5px;
}

.yes:hover {
    background: #ff9b2f;
}

.no:hover {
    background: #D0D0D0;
}

.yes-ex {
    padding: 10px 20px;
    color: #FFF;
    background: #f38816;
    border: 1px solid #f38816;
    margin-right: 30px;
    border-radius: 5px;
}

.no-ex {
    padding: 10px 15px;
    color: #FFF;
    background: #C0C0C0;
    border: 1px solid #C0C0C0;
    margin-right: 30px;
    border-radius: 5px;
}

.tip {
    font-size: 14px;
}

/*学生选择框*/
.selectList {
    padding-left: 20px;
    text-align: left;
}

    .selectList label {
        display: inline-block;
        margin-top: 20px;
        width: 130px;
        overflow: hidden;
        margin-right: 10px;
        color: #4c4c4c;
    }


.student_choose-sure {
    text-align: right;
    margin-top: 40px;
    padding-bottom: 25px;
}

    .student_choose-sure a {
        display: inline-block;
        padding: 8px 25px;
        color: #FFF;
        margin-right: 30px;
        border-radius: 5px;
    }


    .student_choose-sure .sure {
        background: #f38816;
        border: 1px solid #f38816;
    }

    .student_choose-sure .delete {
        background: #C0C0C0;
        border: 1px solid #C0C0C0;
    }

    .student_choose-sure .sure:hover {
        background: #ff9b2f;
    }

    .student_choose-sure .delete:hover {
        background: #D0D0D0;
    }

/*学生选择框结束*/



.info-blue-box-head{
    line-height: 45px;
    font-size: 18px;
    color: #9A9A9A;
    width:490px;
    height: 45px;
    padding: 0px 20px;
}
.info-blue-box-cont>img{
    float: left;
    width: 20px;
    padding: 2px;
    top: 5px;
    display: inline-block;
}

.info-blue-box {
    margin: 50px auto 0;
    width: 530px;
    height: 200px;
    border: 1px solid #9E9696;
    padding:10px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    display: none;
    text-align:center;
}

.info-blue-box-head div {
    line-height: 45px;
    font-size: 20px;
    /*color: #fff;*/
    float: left;
}

.info-blue-box-head .span1 {
    cursor: pointer;
    font-size: 35px;
    width: 50px;
    float: right;
    text-align: center;
    margin: -2px -20px 0px 0px;
}

.info-blue-box-cont {
    margin: 20px 30px 15px;
    text-align: left;
}
.info-blue-box-cont span{
    width: 85%;
    display: inline-block;
    font-size: 17px;
    margin-left: 1rem;
}

.info-blue-box-right {
   height:35px;
    color: #666666;
    font-size: 16px;
    line-height: 35px;
    color: #383838;
}
.info-blue-box-right a {
    color:#4A8ECD;
}

.info-blue-box-right .right-title {
    font-weight: bold;
    font-size: 18px;
    color: #4c4c4c;
}

.info-blue-box-yes {
margin-top: 20px;
    width: 80px;
    border-radius: 4px;
    height: 37px;
    display: inline-block;
    background: #409EFF;
    color: #fff;
    line-height: 37px;
}