body{
    color: rgb(90, 90, 90);
    font-family: 微软雅黑;
}
.header{
    height: 100px;
    display: flex;
    width: 1200px;
    margin: 0 auto;
    flex-wrap: nowrap;
    align-items: end;
}
.logo{
    width: 400px;
}

.menu-list{
    width: 800px;
    display: flex;
    justify-content: space-between;
}

.menu-list a{
    line-height: 50px;
}
.home{

}
.mode1{
    width: 1200px;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
}
.about{
    width: 820px;
    float: left;
}
.about-t{
    margin-bottom: 15px;
}
.introduce{
    line-height: 22px;
    color: #5A5A5A;
    font-size: 13px;
    height: 264px;
    width: 380px;
    overflow: hidden;
    float: left;
    margin-right: 35px;
}
.introduce p{
    line-height: 22px !important;
}

.weekly{
    width: 320px;background-color: #F9F9F9; padding: 15px 30px 5px;float: right;
}
.w-title{
    height: 50px;text-align: left;
}

.recipeList{
    border-bottom: 1px dashed #E1E1E1;height: 35px;line-height: 35px;font-size: 13px;
}
.recipeList .onename{
    width: 245px;float: left;text-align: left;
}
.teacher{
    margin: 0 auto;
    background-image: url(/img/kyu1.jpg);
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
    clear: both;
}
.teacher-t{
    margin-bottom: 20px;
}
.t-content{
    width: 1200px;
}
.advantageDiv{
    width: 1200px;
    margin: 30px auto;
    overflow: hidden;
}
.advantage{
    width: 317px;
    height: 253px;
    float: left;
    margin-right: 1px;
    padding: 10px 40px;
    text-align: left;
}
.advantage-t{
    font-size: 24px;
    color: #fff;
    line-height: 50px;
}
.advantage-c{
    margin-top: 20px;
    font-size: 16px;
    color: #fff;
    max-height: 95px;
    min-height: 80px;
}
.teacherList{
    background-color: #F4F4F4;
    width: 260px;
    margin-right: 10px;
    text-align: left;
    padding: 10px 15px;
    float: left;
    margin-bottom: 10px;
}
.t-title{
    line-height: 60px;
    font-weight: bold;
}
.t-motto{
    height: 62px;
}

.layui-row{
    position: relative;
    width: 1200px;
}
#result{
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    box-shadow: 0 2px 6px 0 rgba(27, 142, 236, 0.5);
    border-radius: 7px;
    z-index: 99;
}
.layui-fluid{
    margin-bottom: 40px;
}