* {
    margin: 0;
    padding: 0;
}

body, div, form, img, ul, ol, li, dl, dt, dd, p, a {
    border: none;
}

ul, li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    zoom: 1; /* for IE6 IE7 */
}

body {
    font-family: "微软雅黑", "宋体", "Verdana", "Arial", "Helvetica", "sans-serif";
    color: #333;
    font-size: 14px;
    background: #ffffff;
}



.header-style {
    width: 100%;

}
.header-title {
    width: 836px;
    line-height: 118px;
    margin: 0 auto;
    text-align: center;
    font-family: '宋体', 'SimSun', 'Arial', sans-serif;
    font-size: 54px;
    font-weight: 900;
    color: #882726;
    background: white;
    z-index: 9;
}
.serve-time-view {
    position: absolute;
    right: 26px;
    top: 31px;
    display: flex;
    z-index: 8;
}
.serve-time-img {
    width: 49px;
    margin: 4px 0 0 0;
}
.serve-time-str {
    margin: 0 0 6px 0;
    text-align: left;
    font-size: 13px;
    font-weight: 600;
}
.serve-time-str-big {
    font-weight: 800;
    font-size: 24px;
}
.nav-style {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 52px;
    background: #F6F6F6;
}
.nav-lu {
    display: flex;
    margin: 0 0 0 16px;
    color: #333;
}
.nav-lu-a {
    display: inline-block;
    height: 52px;
    line-height: 52px;
    padding: 0px 28px;
    font-size: 14px;
}
.nav-lu-a:hover {
    text-decoration: none;
    color: #00aaff;
    background: #D7ECFB;
}
.nav-right {
    padding: 18px 56px 18px 33px;
    font-size: 13px;
}
/*长者模式*/
.elder-model {
    padding: 5px 12px;
    border-radius: 4px;
    background: #0199FF;
    color: white;
    cursor: pointer;
}
.elder-model:hover {
    color: white;
}
.nav-login-btn {
    padding: 22px 0 22px 22px;
    cursor: pointer;
}
.nav-login-btn:hover {
    color: #00aaff;
}
.header-banner {
    position: relative;
    width: 100%;
    height: 448px;
    background: url('../../../images/themes/dangAnXueHui/banner_daxh.png') no-repeat;
    background-size: cover;

}
.banner-enter {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 17px;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding: 26px 0 0 26px;
}
.banner-enter-a {
    width: 310px;
}
.banner-enter-img {
    width: 100%;
    height: 104px;
}
.section-style {
    width: 1200px;
    margin: 0 auto;
}
.section-title {
    text-align: left;
    font-size: 24px;
    font-weight: 900;
    margin: 46px 14px 24px 14px;
}
.section-title-first {
    text-align: left;
    font-size: 24px;
    font-weight: 900;
    margin: 38px 14px 24px 14px;
}
.section-title-blue {
    color: #218BE6;
}
.flow-btn-img {
    width: 194px;
    height: 66px;
}
.flow-arrows-img {
    width: 34px;
    margin: 0 3px 0 7px;
}

/*推荐课包*/
.section-gray-line {
    width: 100%;
    height: 18px;
    background: #F5F8FA;
}

.cp-view {
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
}
.cp-item {
    position: relative;
    width: 279px;
    height: 284px;
    border-radius: 3px;
    box-shadow: 0 0 8px 0 rgba(221, 221, 221, .7);
}

.stage-move {
    position: absolute;
    top: 152px;
    left: 0;
    width: 100%;
    height: 110px;
    padding: 0 12px ;
    box-sizing: border-box;
    background-image: url(../../../images/gradient.png);
    background-repeat: no-repeat;
    background-position: -1px top;
    background-size: 110% auto;
    transition: top .3s ease-in-out;
    text-align: left;
}

.stage-move .stage-title {
    margin: 14px 0 0;
    line-height: 18px;
    color: #14191e;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 20px;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
}

.stage-move .stage-con {
    height: auto;
    padding-top: 7px;
    line-height: 18px;
    color: #93999f;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all .5s ease;
}

.cp-item:hover .stage-move {
    top: 113px;
}

.cp-item .picture {
    margin: 11px;
    height: 139px;
    border-radius: 1px;
    background-size: cover;
}
.stage-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 89px;
    padding: 0 12px;
    box-sizing: border-box;
    background: white;
}

.cp-info-line {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.cp-btn-line {
    display: flex;
    justify-content: space-between;
    gap: 11px;
    width: 100%;
    margin: 14px 0 0;
}

.cp-buy-btn, .cp-detail-btn {
    flex-grow: 1;
    text-align: center;
    height: 38px;
    line-height: 38px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
}

.cp-detail-btn {
    color: #1CB7FA !important;
    background: #EAF9FF;
}

.cp-buy-btn {
    color: #F77914;
    background: #FFF1E6;
}

.cp-detail-btn:hover {
    color: white !important;
    background: #0199FF;
}

.cp-buy-btn:hover {
    color: white;
    background: #F77914;
}

.cp-vip-pic {
    width:64px;
    height:64px;
    position:absolute;
    top:0;
    left:0;
    background-image: url("../images/vip_img.png");
    background-position: 0 0;
    background-size:cover;
}

.cp-info-line-p {
    color: #999;
    font-size: 13px;
}

.cp-info-line-price {
    color: #0099FF;
}

/* 预售 */
.pre-sell-tag {
    background: #FA7C07;
    color: white;
    font-size: 11px;
    font-weight: 500;
    padding: 2px 6px;
    margin: 0 4px 0 0;
    border-radius: 3px;
}

.section-content-view {

}

/*推荐课程 开始 */

.class-top {
    display: flex;
    justify-content: space-between;
}

.class-title {
    float: left;
    height: 60px;
    width: 130px;

    background-image: url("/images/themes/jixujiaoyu/jixujiaoyu_title_recommend.png");
    background-size: 130px 60px;
    background-repeat: no-repeat;
}

.class-content {
    padding-top: 17px;
    display: flex;
    justify-content: space-between;
}

.class-a:hover  {
    transform: translateY(-6px);
    box-shadow: 0 0 8px 8px rgb(221 221 221 / 70%);
}

.class-img {
    width: 212px;
    height: 116px;
    margin-top: 7px;
    /*background-color: #0a9dff;*/
    border-radius: 2px;
}

.class-a {
    width: 224px;
    height: 204px;
    border: 1px solid #F1F1F1;
    border-radius: 4px;
    background-color: white;
}

.class-title-str {
    padding: 0px 11px;
    padding-top: 8px;
    font-size: 14px;
    color: #4E5055;
    text-align: left;
}

.class-content-str {
    display: flex;
    justify-content: space-between;

    padding-right: 15px;
    padding-left: 10px;
    padding-top: 18px;

    color: #999B9C;
}

.class-content-str div {
    font-size: 12px;
}

/*推荐课程 结束 */

/* 照片 */
.photo-wall {
    display: flex;
    justify-content: space-between;
    height: 187px;
    margin: 0 14px;
    background: #F6F6F6;
}
.photo-wall-arrows {
    width: 16px;
    padding: 0 7px;
    object-fit: contain;
    border-radius: 2px;
    cursor: pointer;
}
.photo-wall-main {
    overflow-y: hidden;
}

.photo-wall-img {
    display: flex;
    justify-content: flex-start;
    gap: 16px;
    margin: 23px 0 21px 0;
}
.photo-wall-item {
    width: 209px;
    min-width: 209px;
    height: 144px;
    border-radius: 10px;
    background: grey;
}

/* Bottom 开始*/
.HxpxwLbottom {
    width: 100%;
    margin: 60px 0 0;
    padding: 16px 0 20px 0;
    background-color: #EDEDED;
}

.HxpxwLbottom_main {
    margin: 0px auto;
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.bottom-a {
    color: #9999A3;
    font-size: 14px;
}

.foot-tag-js-div {
    margin: 4px 40px 0px 0px;
    width: 133px;
    height: 70px;
}

.HxpxwLbottom a {
    color: #9999A3;
    margin-left: 24px;
}

.HxpxwLbottom a:hover {
    color: #5F9BF8;
}

.HxpxwLbottom_wx {
    display: flex;
}

.HxpxwLbottom_wx .left{
    margin: 26px 20px 12px -1px;
}

.HxpxwLbottom_wx .wx_code {
    width: 100px;
    height: 100px;
    margin-top: 10px;
}

.foot-big-text {
    margin: 0 auto;
    color: #999;
    /*display: flex;*/
    /*margin-left: -23px;*/
}

/* Bottom 结束*/

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 3px;
    background-image: url('../../../images/themes/dangAnXueHui/arrows_big_right.png');
    background-repeat: no-repeat;
    background-size: 17px 28px;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 3px;
    background-image: url('../../../images/themes/dangAnXueHui/arrows_big_left.png');
    background-repeat: no-repeat;
    background-size: 17px 28px;
}

.img-a {
    cursor: pointer;
}
.img-a:hover {
    text-decoration: none;
}