.nav-course {
    padding: 0.75rem 0 0.5rem;
    width: 100%;
    max-width: 480px;
    background-color: #f5f5f5;
}

#courseHandle {
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 200;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    display: none;
}

.nav-handle {
    margin: auto;
    width: 11.5rem;
    height: 1.6rem;
    background-color: #fff;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.nav-handle:after {
    position: absolute;
    z-index: 10;
    content: '';
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    top: -50%;
    bottom: -50%;
    left: -50%;
    right: -50%;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.nav-handle .list {
    position: relative;
    z-index: 12;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    font-size: 0.8rem;
    color: #666;
}

.nav-handle .list.hash {
    color: #fff;
}

.nav-handle .list:nth-child(1) {
    border-radius: 4px 0 0 4px;
    position: relative;
}

.nav-handle .list:nth-child(1):after {
    position: absolute;
    z-index: 10;
    content: '';
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    top: -50%;
    right: 0;
    bottom: -50%;
    border-right: 1px solid #ddd;
}

.nav-handle .list:nth-child(1).hash {
    background-color: rgba(0, 136, 209, 0.7);
}

.nav-handle .list:nth-child(2) {
    position: relative;
}

.nav-handle .list:nth-child(2):after {
    position: absolute;
    z-index: 10;
    content: '';
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    top: -50%;
    right: 0;
    bottom: -50%;
    border-right: 1px solid #ddd;
}

.nav-handle .list:nth-child(2).hash {
    background-color: #083388;
}

.nav-handle .list:nth-child(3) {
    border-radius: 0 4px 4px 0;
}

.nav-handle .list:nth-child(3).hash {
    background-color: #f39800;
}

.anchor-content {
    padding: 0.1rem 0 0.5rem;
}

.anchor-content:last-of-type {
    border-bottom: 0;
}

.anchor-content .title {
    margin: 0 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 1.9rem;
    font-size: 0.8rem;
    font-weight: normal;
}

.anchor-content .ielts {
    color: #368fe8;
}

.anchor-content .toefl {
    color: #083388;
}

.anchor-content .sat {
    color: #79cf53;
}

.anchor-content .more-link {
    margin: 0.75rem auto 0;
    width: 30%;
    height: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.7rem;
    color: #083388;
}

.anchor-content .more-link:after {
    position: relative;
    left: 12px;
    content: "\e601";
    font-size: 0.825rem;
    color: #083388;
}

.list-page .anchor-list {
    margin-top: 0;
    padding-bottom: 0.6rem;
}

.list-page .anchor-list:after {
    border: 0;
}

.anchor-list {
    margin: 0 8px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.anchor-list:after {
    position: absolute;
    z-index: 10;
    content: '';
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    top: 0;
    right: -50%;
    left: -50%;
    border-top: 1px solid #ddd;
}

.anchor-list .list {
    margin-top: 0.6rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.anchor-list .list .list-link {
    display: block;
    width: 5.5rem;
}

.anchor-list .list .list-link img {
    display: block;
    margin-bottom: 5px;
    width: 100%;
    border-radius: 5px;
}

.anchor-list .list .list-link .teacher-img {
    height: 6.6rem;
}

.anchor-list .list .list-link .stu-img {
    height: 5.5rem;
}

.anchor-list .list .list-link h4 {
    font-size: 0.65rem;
    font-weight: normal;
    line-height: 1.05rem;
    color: #222;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.anchor-list .list .list-link p {
    font-size: 0.6rem;
    line-height: 0.7rem;
    color: #999;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sites-content {
    padding-bottom: 0.75rem;
}

.sites-content .content-tit {
    padding: 15px 0 12px;
    margin: 0 12px;
    position: relative;
}

.sites-content .content-tit:after {
    position: absolute;
    z-index: 10;
    content: '';
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    right: -50%;
    bottom: 0;
    left: -50%;
    border-bottom: 1px solid #ddd;
}

.sites-content .content-tit h3 {
    font-size: 0.8rem;
    font-weight: normal;
    line-height: 1rem;
    color: #222;
    text-align: center;
}

.sites-content .content-tit h3 span {
    display: inline-block;
    text-align: left;
}

.sites-content .content-tit p {
    margin-top: 0.3rem;
    text-align: center;
}

.sites-content .content-tit p span {
    margin-right: 0.3rem;
    font-size: 0.6rem;
    color: #999;
}

.sites-content .teacher-intro {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 15px;
}

.sites-content .teacher-intro .teacher-img {
    width: 5.5rem;
    height: 6.6rem;
}

.sites-content .teacher-intro .intro {
    margin-left: 20px;
    padding: 5px 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 0.75rem;
    color: #222;
}

.sites-content .teacher-intro .intro span {
    color: #df1837;
}

.sites-content .teacher-intro .intro .btn {
    width: 7rem;
    height: 1.65rem;
    line-height: 1.65rem;
    color: #fff;
    text-align: center;
    background-color: #f39800;
    border-radius: 5px;
}

.sites-content .teacher-info .info-tit {
    margin: 0 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 1.5rem;
    font-size: 0.8rem;
    font-weight: normal;
    color: #f39800;
}

.sites-content .teacher-info .info {
    padding: 10px 15px;
    font-size: 0.7rem;
    line-height: 1.05rem;
    color: #666;
    text-align: justify;
    position: relative;
}

.sites-content .teacher-info .info:after {
    position: absolute;
    z-index: 10;
    content: '';
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    top: 0;
    right: -50%;
    left: -50%;
    border-top: 1px solid #ddd;
}

.sites-content .teacher-info .info img {
    display: block;
    margin: auto;
    max-width: 100%;
}

.sites-content .content {
    padding: 0.65rem 15px 0;
    font-size: 17px;
    line-height: 30px;
    color: #666;
    text-align: justify;
}

.sites-content .content img {
    display: block;
    margin: auto;
    max-width: 100%;
}

.sites-content .content table {
    width: 100% !important;
}

.sites-content .tab-link {
    margin-top: 0.75rem;
    height: 1.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.sites-content .tab-link a {
    width: 50%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.7rem;
    color: #083388;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sites-content .tab-link .prev {
    border-right: 1px solid #ddd;
}

.sites-content .tab-link .prev:before {
    position: relative;
    right: 10px;
    content: "\e733";
    font-size: 0.825rem;
    color: #083388;
}

.sites-content .tab-link .next:after {
    position: relative;
    left: 10px;
    content: "\e601";
    font-size: 0.825rem;
    color: #083388;
}
.intro p{
    text-align: left;
}