.coach-img-item {
    position: relative;
    width: 380px;
    height: 220px;
    background: #ccc;
    border-radius: 8px;
}

.banner-absolute-box {
    display: none;
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 150px;
    z-index: 1;
    background: rgb(0, 0, 0, 0.5);
    opacity: 1;
}

.banner-absolute-content {
    padding: 8px 0 0 0;
    display: flex;
}

.banner-absolute-num {
    color: #fff;
    font-size:64px;
    height:80px;
}

.banner-absolute-title {
    font-size: 24px;
    color: #fff;
    opacity: .8;
}

.banner-absolute-symbol {
    font-size: 22px;
}

.banner-absolute-item {
    flex: 1;
    -webkit-box-flex: 1;
    text-align: center;
}

.part-city-list .current {
    color: #c8161d;
}

.page-city-position {
    font-size: 14px;
}

.city-list {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.city-item {
    color: #999;
    min-width: 70px;
    font-size: 14px;
    padding: 10px 0;
    cursor: pointer;
}

.city-item.active {
    color: #c8161d;
}

.left-box {
    width: 800px;
    float: left;
}

.right-box {
    width: 360px;
    margin-left: 40px;
    float: left;
}

.part-one-box {
    overflow: hidden;
}

.part-city-query {
    width: 100%;
    margin-top: 20px;
    line-height: 32px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.part-city-query-left {
    float: left;
}

.part-city-query-right {
    float: right;
    color: #ccc;
    width: 250px;
    box-sizing: border-box;
    position: relative;
}

.part-city-query-right .search-icon-box {
    position: absolute;
    left: 6px;
    top: 5px;
    line-height: 34px;
}

.search-icon-box svg {
    width: 23px;
    height: 23px;
    font-size: 23px;
}

.part-city-query-right input {
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 0 10px;
    padding-left: 35px;
    width: 250px;
}

.query-title {
    font-size: 14px;
}

.query-item {
    color: #666;
    font-size: 14px;
    margin-right: 20px;
}

.coach-list-box {}

.coach-item {
    padding:35px 0;
    display: flex;
    border-bottom: 1px dashed #eee;
    cursor: pointer;
}
.coach-item:hover{
    box-shadow: 0 2px 15px rgba(167, 167, 167, .5);
}
.coach-item:hover .coach-item-btn-top{
    background: #c8161d;
    color: #fff;
}


.coach-item-img-box {
    width: 120px;
    height: 160px;
    margin-left: 20px;
}

.coach-item-img {
    width: 120px;
    height: 160px;
}

.coach-item-content-box {
    flex: 1;
    margin-left:20px;
}

.coach-item-title {
    padding: 8px 0;
}

.coach-item-title .title-name {
    font-size: 24px;
    line-height: 36px;
    vertical-align: middle;
}

.coach-item-title .title-tag {
    border: 1px solid #c8161d;
    padding: 0 10px;
    color: #c8161d;
    font-size: 14px;
    margin-left: 10px;
    display: inline-block;
    border-radius: 4px;
    vertical-align: middle;
}

.coach-item-detail {

}
.coach-item-detail  .info-1{margin-right: 20px;}
.coach-item-btn-box {
    /* width: 200px; */
}

.coach-item-detail {
    color: #666;
    font-size: 16px;
    line-height: 28px;
}
.coach-item-detail .detail-info .icon{margin-right:px;}

.coach-impress {
    margin-top: 20px;
    color: #666;
}

.impress-item {
    color: #999;
    display: inline-block;
    margin-right: 8px;
    background-color: #f4f7f7;
    padding:2px 6px;
    border-radius: 2px;
}

.coach-item-btn-top {
    display: inline-block;
    border: 1px solid #c8161d;
    line-height: 50px;
    padding: 0 25px;
    color: #c8161d;
    font-size: 20px;
    margin-top: 12px;
    text-align: center;
    box-sizing: border-box;
    margin-right: 20px;
    /* width: 160px; */
}

.coach-item-btn-bottom {
    display: inline-block;
    background: #ffae30;
    background: #ffae30;
    line-height: 50px;
    padding: 0 18px;
    border-radius: 6px;
    /* color: #c8161d; */
    font-size: 20px;
    margin-top: 12px;
    text-align: center;
    width: 160px;
}

.right-box-banner {
    height: 300px;
    width: 100%;
    background: url('../images/AD.png');
    cursor: pointer;
}

.recommond-box {
    position: relative;
    width: 100%;
    height: 300px;
   background: url("../images/recomendCoach.jpg") no-repeat;
    margin-top: 20px;
}

/* 
.recommond-box::before {
    content: '';
    position: absolute;
    height: 80px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: .5;
    padding: 0 20px;
} */

.comment-box {
    margin-top: 20px;
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
}

.comment-box-hd {
    background: #f8f8f8;
    height: 51px;
    line-height: 51px;
    padding-left: 20px;
    font-size: 24px;
}

.comment-box-bd {}

.comment-list {
    position: relative;
    padding: 0 20px;
}

.comment-item {
    padding: 25px 0;
    border-bottom: 1px dashed #eee;
}

.comment-list .comment-item:last-child {
    border-bottom: none;
}

.comment-item .item-hd {
    overflow: hidden;
}

.comment-item .item-hd .item-avatar {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    float: left;
}

.comment-item .item-hd .item-avatar img {
    width: 30px;
    height: 30px;
    border-radius: 100%;
}

.comment-item .item-hd .item-title {
    float: left;
    margin-left: 12px;
    font-size: 16px;
    line-height: 30px;
}

.comment-item .item-hd .item-tag {
    color: #fff;
    border: 1px solid orange;
    border-radius: 3px;
    float: right;
    height: 26px;
    line-height: 26px;
    box-sizing: border-box;
}

.item-tag-item.active {
    background: orange;
    color: #fff;
}

.item-tag-item {
    display: inline-block;
    padding: 0 7px;
    color: orange;
}

.comment-item .item-bd {
    font-size: 14px;
    color: #666;
    margin-top: 20px;
    line-height: 24px;
}

.coach-item-btn-box a {
    /* width: 200px; */
    box-sizing: border-box;
    text-align: center;
}


.page-strict .page-banner {
    background: url("../images/banner3.jpg") center no-repeat;
    background-size: cover;
}
.page-strict .page-banner-index {
    width: 100%;
    height: 600px;
    position: relative;
    background: url("../images/index_banner.jpg") center no-repeat;
    background-size: cover;
}
.page-strict .page-banner1{
    padding-top: 90px;
    width: 100%;

}


.coach-item-btn-box a:hover{color: #c8161d;}
.coach-item-btn-box a:hover.coach-item-btn-bottom{color: #666;}
.modal-header{border-bottom: 0 none;}
.part-six-box-bg {
    height: 450px;
    width: 100%;
    /* background: url('../images/index_foot.jpg') center no-repeat; */
    background: url('../newImages/footer.png') center no-repeat;
}


.impress-title{
    color:#999
}


.recommond-foot-box{
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 20px;
    padding-top:10px;
    height: 80px;
}
.recommond-title{
    font-size: 18px;
    color: #fff;
    line-height: 32px;
}
.recommond-school{
    color: #dad6d7;
    font-size: 14px;
}
.recommond-description{
    font-size: 13px;
    color: #dad6d7;
}
.recommond-foot-second{
    color: #dad6d7;

}
.homeRb{
    display: none;
}
.swiper{
    width: 100%;
    /* height: 100%; */
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.swiper-slide{
    display: flex;
    justify-content: center;
}
@media only screen and (max-width: 768px) {
    .page-banner1-img{
        width: 100%;
        height: 100%;
    }
    .page-strict .page-banner1 {
        padding-top: 50px;
        width: 100%;
    }
    .homeRb{
        display: block;
    }
    /* 样式规则 */
  }