body {
    background: #f6f6f6;
    overflow-x: hidden;
}
.banner {
    position: relative;
}
.pagination {
    width: 5rem;
    position: absolute;
    left: 45.5%;
    margin-left: -1.5rem;
    bottom: 0.4rem;
    z-index: 9;
    text-align: center;
}
.swiper-pagination-bullet {
    background: #868686;
    margin: 0 0.15rem;
    display: inline-block;
    opacity: 0.5;
    width: 0.5rem;
    height: 0.075rem;
}
.swiper-pagination-bullet-active {
    background: #d70c18;
    opacity: 1;
}
.search {
    position: absolute;
    left: 5%;
    top: 10px;
    width: 90%;
    padding: 11px 0 8px 0px;
    background: #fff;
    border-radius: 30px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    z-index: 999;
}
/*.search:after{*/
    /*content: '官方网上商城';*/
    /*position: absolute;*/
    /*right: 0;*/
    /*top:0;*/
    /*display: inline-block;*/
    /*width: 12rem;*/
    /*color: #333333;*/
    /*height: 0.8rem;*/
    /*line-height: 0.8rem;*/
    /*font-size:0.7rem;*/
    /*border-left:1px solid #eeeeee;*/
    /*padding-left: 0.275rem;*/
    /*margin-top: 0.8rem;*/
/*}*/
.search .logo {
    margin-left: 1rem;
    height:1.1rem;
    /*width:3.125rem;*/
}

.search .btn {
    float: right;
    height: 0.85rem;
    margin-right: 1.1rem;
    margin-top: 0.15rem;
}

#main {
    padding-bottom: 55px;
    width: 100%;
    overflow-x: hidden;
}
.teacherBox {
    color: #000000;
}
.teacherList {
    overflow: hidden;
    background: #ffffff;
    padding: 0.875rem 0.5rem 0.75rem;
    text-align: center;
}
.teacherList .classifyName{
    font-size: 0.75rem;
    color: #000000;
    font-weight: 400;
    letter-spacing: 0.1rem;
    position: relative;
}
.teacherList .englishName{
    font-size: 0.45rem;
    color: #cccccc;
    letter-spacing: 0.1rem;
    position: relative;
    margin-top: 0.23rem;
    margin-bottom: 1rem;
}
.teacherList .englishName:after{
    content: '';
    display: inline-block;
    position: absolute;
    top:1rem;left: 50%;
    margin-left: -0.75rem;
    width: 1.5rem;
    height:0.1rem;
    background: #eeeeee;
}
.teacherList .item {
    margin-left: 2%;
    width: 7.3rem !important;
    height: 11rem;
    overflow: hidden;
    position: relative;
    float: left;
    margin-top: 0.5rem;
    margin-right: 0px !important;
}
.teacherList .item:first-child{
    margin-left: 0;
}
.teacherList .item img {
    float: left;
    width: 100%;
    height: 7.3rem;
}

.teacherList .item .info {
    width: 100%;
    padding: 0.4rem 0;
    box-sizing: border-box;
    float: left;
}

.teacherList .item .info .name {
    color: #333333;
    height: 1.6rem;
    line-height: 0.8rem;
    font-size: 0.7rem;
    width: 100%;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.teacherList .item .info .sc{
    margin-top: 0.25rem;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.8rem;
    color: #da576d;
}
.teacherList .item .info .sc .yuan{
    color: #999999;
    text-decoration: line-through;
    margin-left: 0.25rem;
}
.classList a {
    width: 100%;
    float: left;
    height: 14.6rem;
    overflow: hidden;
    color: #663300
}

.teacherList a {
    width: 100%;
    float: left;
    height: 11rem;
}

.classifyBox{
    margin-top: 0.5rem;
    padding:1rem 0.5rem ;
    background: #ffffff;
}
.classifyBox .teacherList{
    padding: 0;
}
.teacherList .classifyame{
    font-size: 0.75rem;
    color: #000000;
    position: relative;
}
.teacherList .classifyame i{
    content: '';
    display: inline-block;
    width:1.575rem;
    height: 1.525rem;
    position: absolute;
    background: url("../image/right_detial.png") no-repeat;
    background-size: 1.5rem;
    right: 0;
    top:0;
}
.classifyBox .teacherList .classifyPic{
    width: 100%;
    height: 8rem;
    margin: 0.5rem auto;
}
.classList .listItem{
    font-size: 0.62rem;
    display: inline-block;
    width: 48%;height: 14.675rem;
    background: #ffffff;
    overflow: hidden;
    margin-bottom: 0.4rem;
    border-radius: 0;
    box-shadow: 0 0 0.3rem 0rem rgba(0,0,0,.1);
}
.classList .listItem:nth-child(even){
    float: left;
    margin-left: 0.15rem;
}
.classList .listItem:nth-child(odd){
    margin-right: 0.15rem;
    float: right;
}
.classList .listItem>div{
    width: 100%;
}
.classList .listItem .left{
    height: 8.6rem;
    position: relative;
    text-align: center;
}
.classList .listItem .left img{
    max-width: 100%;
    height: auto;
}
.classList .listItem .left img.logo{
    position: absolute;
    bottom:-1.2rem;
    left: 50%;
    margin-left: -1.2rem;
    display: inline-block;
    width: 2.4rem;
    height: 2.4rem;
    border: 2px solid #eeeeee;
    background: #ffffff;
}
.classList .listItem>div.right{
    margin-top: 1.75rem;
    padding: 0 0.5rem;
}
.classList .listItem .right .name{
    font-size: 0.62rem;
    text-align: center;
    color: #333333;
    font-weight: 400;
    height: 2rem;
    line-height: 1rem;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.classList .listItem .right .mid{
    width: 100%;
    margin-top: 0.4rem;
    height: 1.5rem;
    line-height: 1.5rem;
}
.classList .listItem .right .mid>span{
    display: inline-block;
}
.classList .listItem .right .mid .country{
    float: right;
}
.classList .listItem .right .price{
    margin-top: 0.825rem;
    font-size: 0.75rem;
    text-align: center;
    color: #d90305;
}