@charset "utf-8";

.banner {
	position: relative;
	height: 180px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner .shade {
	position: absolute;
	bottom: 0;
	width: 100%;
    height: 52px;
    background: #000;
    opacity: .6;
}

.banner .info {
	position: absolute;
    bottom: 0;
	width: 100%;
	height: 52px;
    color: #fff;
    font-size: 1.2rem;
}

.banner .info .level {
	padding: 5px 10px;
    line-height: 18px;
}

.banner .info .level h2 {
	overflow: hidden;
    margin: 0;
    padding: 0;
    font-size: 1.4rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.banner .info .level p {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.modules {
	overflow: hidden;
}

.modules .module {
	position: relative;
	display: block;
	overflow: hidden;
    float: left;
    margin: 5px 0 0 2%;
    width: 47%;
    height: 70px;
    background: #fff;
    box-shadow: 1px 1px 2px #e3e3e3;
    -moz-box-shadow: 1px 1px 2px #e3e3e3;
    -webkit-box-shadow: 1px 1px 2px #e3e3e3;
}

.modules .module .name {
    position: absolute;
    top: 15px;
    left: 55px;
    color: #333;
    font-size: 1.6rem;
}

.modules .module .memo {
    position: absolute;
    top: 40px;
    left: 55px;
    overflow: hidden;
    padding-right: 10px;
    width: 60%;
    color: #999;
    font-size: .8rem;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.modules .module .icon-intro {
    display: inline-block;
    margin: 17.5px 0 0 10px;
    width: 35px;
    height: 31px;
    background-image: url(/img/common/sprites-1.png);
    background-position: -10px -651px;
    background-size: 150px 1235px;
    background-repeat: no-repeat;
}

.modules .module .icon-daohang {
    display: inline-block;
    margin: 17.5px 0 0 10px;
    width: 35px;
    height: 31px;
    background-image: url(/img/common/sprites-1.png);
    background-position: -10px -528px;
    background-repeat: no-repeat;
    background-size: 150px 1235px;
}

#doctorList{
    margin-top: 5px;
}

#doctorList .doctor {
    box-shadow: 1px 1px 1px #ddd;
    background-color: #fff;
    margin:0 10px 5px 10px;
    height: 86px;
    border-radius: 3px;
}

#doctorList .doctor a:first-child {
    position: relative;
    display: block;
    padding: 8px 8px 8px 8px;
    color: #333;
}

#doctorList .doctor .head {
    position: absolute;
}

#doctorList .doctor .head img {
    border-radius: 50%;
    padding-left: 2px;
    width: 70px;
}

#doctorList .doctor .realname {
    font-size : 1.5rem;
    color : black;
    overflow: hidden;
}

#doctorList .doctor .info .buttons {
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #aaa;
    font-size: 1.3rem;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    float: right;
}

#doctorList .doctor .book {
    padding: 2px 5px 2px 5px;
    display: inline;
    border-radius: 4px;
    color: #fff;
    font-size: 1.1rem;
    background-color: #d5444f;
    margin-right: 15px;
}

#doctorList .doctor .lesson {
    padding: 2px 5px 2px 5px;
    display: inline;
    border-radius: 4px;
    color: #fff;
    font-size: 1.1rem;
    float: right;
    background-color: #d5444f;
}

#doctorList .doctor .hasBook {
    font-size: 1.2rem;
    padding-left: 8px;
    color: red;
}

#doctorList .doctor .info {
    padding-left: 80px;
}

#doctorList .doctor .info .say {
    overflow: hidden;
    margin-top: 5px;
    font-size: 1.3rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
}

#doctorList .doctor .info .background {
    overflow: hidden;
    margin-top: 1px;
    font-size: 1.2rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
}

#doctorList .doctor .info .dep {
    padding: 1px 3px 1px 3px;
    display: inline;
    border-radius: 4px;
    color: #d5444f;
    font-size: 1.0rem;
    background-color: #fff;
    border: 1px solid #aaa;
    margin-left: 5px;
}

#loadMore {
    display: none;
    margin: 10px 0;
    line-height: 22px;
    font-size: 1.4rem;
    text-align: center;
    color: #999;
}

#loadMore img {
    position: relative;
    width: 20px;
    height: 20px;
    margin-right: 4px;
    vertical-align: middle;
}

#qrcode {
    display: block;
    width: calc(100% - 20px);
    margin: 0 10px;
    border-bottom: 1px solid #e3e3e3;
}

.swiper-container {
    width: 100%;
}  

.swiper-container .swiper-slide img {
    display: block;
    margin: 0 20px 0 5px;
    max-width: 97%;
    border-radius: 4px;
}

.tagList{
    margin: 0 5px 5px 5px;
    color: #d5444f;
    border-bottom: 1px solid #e3e3e3;
}

.tagList ul{
    text-align: center;
}

.tagList li{
    border-radius: 4px;
    background: #fff;
    display: inline-block;
    width: calc(100%/4 - 4px);
    margin-top: 5px;
    padding: 5px 5px;
    text-align: center;
    font-size: 1.3rem;
}

.spedis {
    color: #FF7256;
    font-size: 12px;
    font-weight: bold;
    margin-left: 10px;
}

.lesson_img {
    display: none;
    margin-left: 10px;
    margin-right: 10px;
}

.lesson_img img {
    width: 100%;
    border-radius: 3px;
}

.lesson_img .lesson_click {
    text-align: center;
    background: #d5444f;
    border-radius: 20px;
    padding : 8px 0 8px 0;
    height: 35px;
    font-size: 15px;
    color: #fff;
    width: 60%;
    margin-left: 20%;
    margin-bottom: 10px;
}

.over {
    display: none;
    text-align: center;
    font-size: 15px;
    margin: 10px 0 20px 0;
}