a {text-decoration: none;color: #999;}
a:hover {color: #dc19a8; text-decoration: none;}
.fl {float: left;}
.fr {float: right;}
.clearfix:after{content: ''; display: block; height: 0; clear: both; visibility: hidden;  }
.clearfix {/* 触发 hasLayout */ zoom: 1; }
.mtitle {margin: 25px auto 20px auto; overflow: hidden;}
.mtitle h1 {
    display: block;
    font-size: 22px;
    font-weight: bold;
    color: #111;
    text-align: center;
    line-height: 26px;
    margin: 0;
}
.mtitle p {display: block; padding-top: 5px; font-size: 14px; color: #111; text-align: center;}
.myzixun {width: 60%; margin: 17px auto 0 auto; overflow: hidden;}
.myzixun a {
    display: block; 
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 25px;
    background: linear-gradient(to bottom, #ffc0cb, #ff69b4);
    box-shadow: 0 0 5px #d75697;
    margin: 8px;
}
/**轮播**/
.banner {width: 100%; text-align: center; overflow: hidden;}
/**课程**/
.mycourse {background: #f2f2f2; padding: 0 15px 25px 15px ; overflow: hidden;}
.mycourse .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 25px;
}
.mycourse .swiper-slide {
    overflow: hidden;
    font-size: 14px;
}
.mycourse .showpic {padding-bottom: 10px; background: #fff; overflow: hidden;}
.mycourse .showpic h3 {
    display: block;
    width: 100%;
    background: #ffc0cb;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    line-height: 35px;
}
.mycourse .imgs {padding: 10px 10px 0 10px; overflow: hidden;}
.mycourse .imgs img {width: 32%; float: left; border-radius: 5px; overflow: hidden;}
.mycourse .imgs img:nth-child(2) {margin: 0 2%;}
.mycourse .showpic dl {padding: 10px 10px 0 10px; overflow: hidden;}
.mycourse .showpic dl dt { 
    font-size: 15px;
    font-weight: bold;
    line-height: 16px; 
    padding-left: 5px; 
    border-left: 3px solid #ffc0cb;
}
.mycourse .showpic dl dd {
    display: block;
    margin-top: 5px;
    color: #242424;
    line-height: 16px;
    height: 32px;
    overflow: hidden;
}
.swiper-container-horizontal>.swiper-pagination-bullets {bottom: 0;}
.swiper-pagination-bullet-active {background: #ff69b4;}

.my_bx {padding: 0 15px; overflow: hidden;}
.my_bx .main {text-align: center;}

.my_bmh {padding: 0 15px 25px 15px; overflow: hidden;}
.my_bmh .m_list img {width: 49%; border-radius: 5px; overflow: hidden;}
.my_bmh .m_text {font-size: 14px; color: #111; padding-top: 5px;}
.my_bmh .main span {
    display: block; 
    font-size: 20px; 
    font-weight: bold;
    text-align: center;
    padding: 10px 0 3px 0;
}
.my_bmh .main p {display: block; font-size: 14px; text-align: center; color: #111;}
.my_bmh .ry {border-radius: 5px; text-align: center;margin-top: 10px; overflow: hidden;}

.my_teach {padding: 0 15px 25px 15px; background: #f2f2f2; overflow: hidden;}
.my_teach .listbox {margin-top: 20px; overflow: hidden;}
.swiper-container-teach {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 25px;
}
.my_teach .swiper-slide {
    display: table;
    width: 100%;
    background: #fff;
    padding: 8px;
    overflow: hidden;
}
.my_teach .img {
    width: 40%;
    display: table-cell;
    border-radius: 8px;
    overflow: hidden;
}
.my_teach .img img {width: 100%;}
.my_teach .text {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding-left: 10px;
}
.my_teach .text h3 {font-size: 16px; font-weight: 700;}
.my_teach .text span {font-size: 14px; line-height: 22px; color: #ff69b4;}
.my_teach .text p {font-size: 14px; line-height: 22px;}
.my_teach .t_side {
    background: #fff; 
    border-radius: 5px 5px 0 0; 
    margin-top: 15px;
    overflow: hidden;
}
.my_teach .t_side h3 {
    display: block;
    text-align: center;
    line-height: 35px;
    background: #ffc0cb;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}
.my_teach .t_side span {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 15px 10px;
    overflow: hidden;
}

.my_huanj {padding: 0 15px 25px 15px; overflow: hidden;}
.my_huanj .main dt {  width: 49%; float: left;  border-radius: 5px; text-align: center; overflow: hidden;}
.my_huanj .main dd {
    width: 49%; 
    padding-top: 30px; 
    height: 100%; 
    float: right; 
    text-align: center;
}
.my_huanj .main ul li {width: 49%; border-radius: 5px; margin-top: 8px; float: left; overflow: hidden;}
.my_huanj .main ul li:nth-child(2n) {float: right;}
.swiper-container-hj {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
    padding-bottom: 25px;
}
.swiper-container-hj .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
}

.my_jiuye {padding: 0 15px 25px 15px; background: #f2f2f2; overflow: hidden;}
.my_jiuye ul li {width: 48%; margin-bottom: 15px; float: left; text-align: center; border-radius: 5px; overflow: hidden;}
.my_jiuye ul li:nth-child(2n) {float: right;}
.my_jiuye ul li:nth-child(5),
.my_jiuye ul li:nth-child(6) {margin-bottom: 0}
.my_jiuye ul li p {display: block; background: #fff; font-size: 14px; line-height: 35px; color: #111;}

.myyouhui {padding: 0 15px; overflow: hidden;}
.myyouhui h1 {
    display: block;
    font-size: 22px;
    font-weight: bold;
    color: #ff69b4;
    text-align: center;
    line-height: 26px;
}
.myyouhui .imglist { 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    text-align: center; 
    margin: 25px 0; 
    overflow: hidden;
}
.myyouhui .imglist li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px; 
    float: left; 
    border-radius: 100%; 
    background: #ffc0cb;
    overflow: hidden;
}
.myyouhui .imglist li:nth-child(2) {margin: 0 25px;}
.myyouhui .imglist img {
    width: 45%;
    overflow: hidden;
}
.myyouhui .imglist p {display: block; width: 100%; font-size: 14px; color: #fff;}
.myyouhui .imglist img:last-child {margin-right: 0;}
.myinput {overflow: hidden;}
.myinput .inputbox {margin-bottom: 25px; line-height: 40px; overflow: hidden; font-size: 14px;}
.myinput .inputs {width: 100%; line-height: 40px; padding-left: 5px; border: 1px solid #d4d4d4; border-radius: 5px; background: #eaeaea; overflow: hidden;}
.mybtn .anbtn {display: block; width: 100%; line-height: 50px; background: linear-gradient(to bottom, #ffc0cb , #ff69b4); color: #fff; font-size: 18px; text-align: center; border-radius: 25px; overflow: hidden; border: none;}
.index_bmlb {background: #fff1f3; padding: 15px; margin-top: 25px; border-radius: 10px; overflow: hidden;}
.index_bmlb .table_tt {background: #d63a3a; overflow: hidden;}
.index_bmlb span {display: block; text-align: center; font-size: 14px; float: left;}
.index_bmlb .span1 {width: 30%}
.index_bmlb .span2 {width: 40%}
.index_bmlb .span3 {width: 30%}
.index_bmlb .table_tt span {line-height: 35px; color: #fff;}
.bmlb_box{ width:100%;  overflow:hidden; position:relative;}
.bmlb_box .hd{ overflow:hidden;  height:30px; background:#f4f4f4;}
.bmlb_box .infoList li{ height:30px; line-height:30px; overflow: hidden;}
.bmlb_box .infoList li .date{ float:right; color:#999;  }

.mybottom {background: #eaeaea; padding: 20px 35px; margin-top: 30px; margin-bottom: 60px; font-size: 14px; overflow: hidden;}
.mybottom span {color: #111; float: left;}
.mybottom p {color: #111; float: right;}

/* 底部悬浮栏样式 */
.nav_list {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    background-color: #f8f8f8;
    border-top: 1px solid #e0e0e0;
    z-index: 1000;
    padding: 10px;
    box-sizing: border-box;
    /* 添加投影效果 */
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    font-size: 14px;
}
.nav_xf,
.nav_dh {
    flex: 1;
    text-align: center;
    cursor: pointer;
}

.nav_xf::before,
.nav_dh::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto 5px;
    background-size: cover;
}
.nav_xf::before {
    background-image: url('../images/navl1.png');
}
.nav_dh::before {
    background-image: url('../images/navl2.png');
}
.nav_list a {
    text-decoration: none;
    color: #333;
}
.nav_lq { flex: 1.5; text-align: center;}

.nav_lq a {
    display: inline-block;
    line-height: 35px;
    height: 35px;
    border-radius: 50px;
    font-size: 14px;
    color: #fff;
    background: #ff69b4;
    width: 80%;
    animation: mscale 1s infinite;
    margin-top: 8px;
}
/* 定义动画关键帧 */
@keyframes mscale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}