html {
    background-color: #F4F8FB;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}

input,
textarea,
button {
    outline: 0;
}

.col-center-block {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.paddingNone {
    padding: 0;
}

.aLinkTeacher {
    width: 1280px;
    /*height: 104px;*/
    padding: 45px 0 0;
    background-color: #F5F8FA;
    line-height: 40px;
    font-size: 14px;
}

.aLinkTeacher a:first-of-type {
    color: #333;
}

.aLinkTeacher a {
    margin: 0 8px;
    color: #999;
    cursor: pointer;
}

.teacherHead {
    padding: 0;
    background-color: #333852;
}

.teacherHeadMain {
    width: 1280px;
    padding: 10px 0;
}

.teacherHeadImg {
    position: relative;
	border-radius: 6px;
    overflow: hidden;
}

.teacherHeadImg img {
    display: block;
    max-width: 194px;
    height: 291px;
	border-radius: 5px 5px 0 0
}

.teacherHeadImg a {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 35px;
    background-color: #00A0EA;
    line-height: 34px;
    color: #FFF;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    border-radius: 0 0 5px 5px;
}

.teacherHeadImg a:hover {
    color: #FFF;
}

.telTeacher {
    display: inline-block;
    position: relative;
    top: 4px;
    width: 26px;
    height: 22px;
    margin-right: 16px;
    background: url(/deploy/assets/w2.0/img/telTeacher.png) 0 0 no-repeat;
}

.teacherHeadInfo {
    padding: 0 30px 0 21px;
}

.teacherHeadName {
    padding: 50px 0 0;
    color: #FFF;
    font-size: 32px;
    font-weight: 700;
}

.teacherHeadName span {
    letter-spacing: 4px;
}

.teacherHeadName button {
    width: 86px;
    height: 28px;
    margin-top: 16px;
    border: 1px solid #FFF;
    background-color: #333852;
    color: #FFF;
    font-size: 14px;
    border-radius: 3px;
}

.teacherHeadPosition {
    padding: 16px 0 30px;
    border-bottom: 1px dashed #F2F2F2;
    color: #FFF;
    font-size: 14px;
}

.teacherHeadField {
    padding: 34px 0 0;
    color: #FFF;
    font-size: 14px;
}
.teacherHeadField>i{
border: 1px solid #FFF;
border-radius: 3px;
padding:3px 10px 3px 10px;
}
.teacherHeadField p {
    padding: 15px 0 0;
    color: #FFF;
    font-size: 14px;
}

.teacherHeadField p span {
    margin-right: 24px;
}

.teacherMain {
    margin-bottom: 20px;
    padding: 20px 0 0;
}

.teacherMainHead {
    padding: 31px 30px 20px;
    background-color: #FFF;
    color: #333;
    font-size: 21px;
    font-weight: 700;
    border-radius: 3px 3px 0 0;
}

.teacherMainHead p {
    color: #999;
    font-size: 14px;
    font-weight: 400;
}

.teacherMainHead p:first-of-type {
    padding: 14px 0 0;
}

.teacherMainHead p:last-of-type {
    padding: 4px 0 0;
}

.teacherMainInfo {
    padding: 20px 30px;
    background-color: #FFF;
    line-height: 24px;
    color: #999;
    font-size: 14px;
}

.teacherBottom {
    margin-bottom: 42px;
    padding: 0;
}

.teacherBottomTab {
    padding: 20px 0;
    border-bottom: 1px solid #F2F2F2;
    background-color: #FFF;
}

.teacherTab {
    position: relative;
    padding: 0 30px;
    border-right: 1px solid #F2F2F2;
    color: #333;
    font-size: 16px;
    cursor: pointer;
    letter-spacing: 2px;
}

.teacherTab i {
    display: block;
    display: none;
    position: absolute;
    left: 30px;
    bottom: -10px;
    width: 20px;
    border-bottom: 2px solid #00A0EA;
}

.teacherTabActive {
    color: #00A0EA;
    font-weight: 700;
}

/*.teacherTab:hover i{
	display: block;
}*/
.teacherBottomOne {
    padding: 32px 0 58px 36px;
    background-color: #FFF;
}

.teacherOdd {
    margin-bottom: 20px;
    padding: 0 40px 0 0;
    border-radius: 3px 3px 0 0;
}

.teacherOddImg {
    position: relative;
    padding: 0;
}

.teacherOddImg img {
    width: 100%;
    height: 210px;
    border-radius: 6px 6px 0 0;
}

.teacherOddInfo {
    padding: 0 17px;
    border: 1px solid #F2F2F2;
    border-top: 0;
    border-radius: 0 0 6px 6px;
}

.teacherOddInfo p {
    display: -webkit-box;
    display: -moz-box;
    height: 70px;
    padding: 10px 0 0;
    line-height: 30px;
    font-size: 16px;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2!important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.teacherOddInfo p a {
    color: #333;
}

.teacherOddInfo p a:hover {
    color: #00A0EA;
}

.teacherOddMoney 
{
    margin-top:5px;
    border-top:1px dashed #f0f0f0;
    padding: 10px 0 10px 0;
}

.teacherOddMoney span:first-of-type {
    color: #494949;
    font-size: 14px;
}

.teacherOddMoney span:nth-child(2) {
    color: #FF385A;
    font-size: 14px;
}

.teacherBottomTwo {
    display: none;
    padding: 0 30px;
    background-color: #FFF;
}

.teacherTwoOdd {
    padding: 24px 0;
    border-bottom: 1px solid #F2F2F2;
}

.teacherTwoOdd:last-of-type {
    border: 0;
}

.teacherTwoOddTitle {
    padding: 0;
    font-size: 22px;
}

.teacherTwoOddTitle p {
    display: -webkit-box;
    color: #333;
    cursor: pointer;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.teacherTwoOddLable {
    padding: 14px 0 0;
    color: #999;
    font-size: 14px;
}

.teacherTwoOddLable span {
    margin-left: 10px;
}

.teacherTwoOddTime {
    padding: 14px 0 0;
    color: #999;
    font-size: 14px;
}

.shopBgBlue {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70px;
    height: 24px;
    background: url(/deploy/assets/w2.0/img/shopInfoBg.png) -16px -245px no-repeat;
    line-height: 24px;
    color: #FFF;
    font-size: 14px;
    text-align: center;
    letter-spacing: 2px;
}

.shopBgGreen {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70px;
    height: 24px;
    background: url(/deploy/assets/w2.0/img/shopInfoBg.png) -16px -291px no-repeat;
    line-height: 24px;
    color: #FFF;
    font-size: 14px;
    text-align: center;
    letter-spacing: 2px;
}

.shopBgRed {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70px;
    height: 24px;
    background: url(/deploy/assets/w2.0/img/shopInfoBg.png) -16px -337px no-repeat;
    line-height: 24px;
    color: #FFF;
    font-size: 14px;
    text-align: center;
    letter-spacing: 2px;
}

.lableRadius {
    position: relative;
    top: 2px;
    width: 22px;
    height: 22px;
    margin-right: 11px;
    line-height: 22px;
    color: #FFF;
    font-size: 14px;
    text-align: center;
    border-radius: 50%;
}

.lableRed {
    background-color: #FE385B;
}

.lableYellow {
    background-color: #E8A500;
}

.telTeacherModalBg {
    display: none;
    position: fixed;
    background-color: rgba(0,0,0,.3);
}

.telTeacherModal {
    width: 401px;
    margin: 160px auto 0;
    padding: 0 25px;
    background-color: #FFF;
    border-radius: 10px;
}

.telTeacherHead {
    position: relative;
    height: 81px;
    line-height: 81px;
    color: #333;
    font-size: 16px;
    font-weight: 700;
}

.closeTelTeacher {
    display: block;
    position: absolute;
    top: 30px;
    right: 0;
    width: 15px;
    height: 15px;
    background: url(/deploy/assets/w2.0/img/close.png) 0 0 no-repeat;
    cursor: pointer;
}

.telTeacherInput {
    height: 41px;
    margin-bottom: 19px;
}

.telTeacherInput label {
    width: 81px;
    line-height: 41px;
    color: #333;
    font-size: 14px;
}

.telTeacherInput input {
    width: 265px;
    height: 41px;
    padding: 0 12px;
    border: 1px solid #DDD;
    color: #333;
    font-size: 14px;
    border-radius: 3px;
}

.telTeacherInput input::-webkit-input-placeholder,
.telTeacherTextarea textarea::-webkit-input-placeholder {
    color: #CCC;
}

.telTeacherTextarea {
    height: 60px;
    margin-bottom: 36px;
}

.telTeacherTextarea label {
    float: left;
    width: 81px;
    line-height: 60px;
    color: #333;
    font-size: 14px;
}

.telTeacherTextarea textarea {
    float: left;
    width: 265px;
    height: 60px;
    padding: 16px 12px 0;
    border: 1px solid #DDD;
    color: #333;
    font-size: 14px;
    border-radius: 3px;
    resize: none;
}

.telTeacherBtn {
    padding: 0 0 44px;
}

.telTeacherBtn button {
    width: 162px;
    height: 41px;
    border: 1px solid #00A0EA;
    font-size: 18px;
    border-radius: 3px;
}

.telTeacherBtn button:first-of-type {
    background-color: #00A0EA;
    color: #FFF;
}

.telTeacherBtn button:last-of-type {
    background-color: #FFF;
    color: #00A0EA;
}

.AnthologyMain {
    margin-top: 26px;
    padding: 30px 30px 0;
    border-top: 1px solid #00A0EA;
    background-color: #F4F8FB;
}

.AnthologyMain p {
    margin-bottom: 30px;
    line-height: 30px;
    color: #656565;
    font-size: 20px;
}