*{
    margin: 0px;
    padding: 0px;
}
a{
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: inline-block;
}
ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}
input {
    border: 0;
    outline: none;
}
img
{
    vertical-align:top;   /*解决IMG留白的bug，而且保留原来的行内块属性*/
    border:none;
}
p, div, ul, li, input, select {
    padding: 0 0;
    margin: 0 0;
}
li
{
    list-style:none;
}
.clearfix:after  /*清除浮动*/
{
    display:block;
    clear:both;
    content:'';
}
.clearfix
{
    zoom:1;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.bg1{
    background:#fff;
    width:100%;
    display:table;
    padding-bottom: 70px;
    padding-top: 50px;
}
.bg2{
    background:#E4E4E4;
    width:100%;
    display:table;
}
.bg3{
    background:#095199;
    width:100%;
    display:table;
}
.w1000{
    width: 1000px;
    margin:10px auto;
}
.w1200{
    width: 1200px;
    margin:0 auto;
}
@keyframes run{
    0%{
        transform: translateY(0px);
    }
    100%{
        transform: translateY(-10px);
    }
}


/*顶部开始*/
.top{
    background:#ececec;
}
.top_nav{
    margin:0 auto;
    height:35px;
    line-height:35px;
    width: 1000px;
    display: table;
}

/*顶部结束*/

/*logo开始*/
.head{
    margin:26px auto;
    display:table;
    width: 1000px;
}
.logonav{
    padding-top: 0;
    padding-bottom: 0;
}
.head .logo{
    width:370px;
    height:68;
}
.head .logobgc {
    margin-left:52px;
}

.head .logobgc_zi {
    width:290px;
    height:31px;
    margin-top:20px;
    background:url(/images/2024/tiktok/logobgc.png);
}
.head .tel{
    height:69px;
}
.head .tel_top{
    height:37px;
    line-height:37px;
    font-size:20px;
    font-weight:bold;
}
.head .tel_bottom{
    height:32px;
    font-size:22px;
    font-weight:bold;
    color:#ed462f;
}
.head .tel_bottom em{
    background-image:url(/images/2024/tiktok/sprite.png);
    background-position:0px -17px;
    display: inline-block;
    width:22px;
    height:23px;
    margin-top:4px;
}
.head .tel_bottom span{
    height:32px;
    line-height:32px;
    display:block;
}
/*logo结束*/

/*导航栏*/
li {
    list-style: none;
}

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


button {
    outline: none !important;
}
.meidi_top{
    background-color: #ffffff;
    height: 100px;
}
.meidi_topMain{
    width: 1200px;
    margin: 0px auto;
    height: 100px;
    display: flex;
    align-items: center;
}
.meidi_topMain > div:nth-child(1) {
    flex: 1;
    text-align: left;
}
.meidi_topMain > div:nth-child(1) > img {
    width: 248px;
}
.meidi_topMain > div:nth-child(2) > a {
    flex: 1;
    text-align: right;
    color: blue;
    font-size: 20px;
    line-height: 100px;
}

/*开始*/
.nav_menu {
    background: #19548e;
    height: 50px;
    position: sticky;
    top: 0px;
    left: 0px;
    z-index: 99;
    width: 100%;
}
.first-menu{
    margin:0 auto;
    height: 50px;
    line-height: 50px;
    width: 1000px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}
.first-menu>li {
    float: left;
}
.first-menu>li:hover{
    background-color: #d8242b;
}
.first-link {
    padding: 0px 15px;
    display: block;
    /*background: #459df5;*/
    color: #fff;
    font-weight: normal;
    cursor: pointer;
}

.meidi_nav_select {
    background-color: rgba(216, 36, 43, 1) !important;
    /*padding: 0px 20px !important;*/
    /*height: 30px !important;*/
    /*border-radius: 60px !important;*/
    display: inline-block !important;
    /*line-height: 30px !important;*/
    /*margin-top: 10px;*/
    color: #fff !important;
}
.first-menu>li:first-child{
    width: 94px;
}
.first-menu>li:first-child a{
    padding-left: 30px;
}
/*二级菜单*/

.second-menu {
    width: 100%;
    position: absolute;
    left: 0px;
    /*top:10px;*/
    background: #efefef;
    /* padding: 0px 440px; */
    opacity: 1;
    display: none;
    box-sizing: border-box;
}
.courseBox{
    width: 1000px;
    margin: 0 auto;
}
.second_select{
    margin-top:0px;
}
.courseBox span{
    padding-left: 10px;
}
.courseBox>li {
    float: left;
    width: 180px;
    margin-right: 10px;
    margin-bottom: 5px;
    line-height: 26px;
    /* text-align: center; */
}

.second-link {
    color: #356ded;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    padding: 10px 0px;
    display: block;
    margin-bottom: 10px;
}



.third-menu>li {
    position: relative;
}

.third-link {
    padding: 5px 12px;
    display: block;
    color: #666;
    font-size: 16px;
}

.third-link.hover {
    /* background: #f3f3f3; */
    color: #f00;
    border-radius: 4px;
}

/*--end -nav----*/
.toolbar {
    position: fixed;
    right: 0;
    top: 216px;
    background: #488bff;
    z-index: 999;
}
.toolbar-item {
    display: block;
    width: 70px;
    padding: 18px 0;
    cursor: pointer;
    margin-top: 1px;
    position: relative;
    outline: none;
    border-bottom: 1px solid #7faeff;
}
.toolbar-item span {
    display: block;
    font-size: 12px;
    text-align: center;
    color: #fff;
}
.toolbar-item img {
    text-align: center;
    margin: 0 auto 5px;
    display: block;
}

.meidi_topNav{
    width: 100%;
    background-color: #C5D6F2;
    position: sticky;
    top: 0px;
    left: 0px;
    z-index: 10;
}
.meidi_topNavMain{
    width: 1200px;
    display: flex;
    margin: 0px auto;
    height: 50px;
}
.meidi_topNavMain>div{
    padding: 0px 32px;
    height: 50px;
    line-height: 50px;
}
.meidi_topNavMain>div>a{
    color: rgba(31, 31, 31, 1);
    font-size: 18px;
}
.meidi_topNavMainZxbm{
    background-color: rgba(13, 79, 203, 1) !important;
    padding: 0px 30px !important;
    height: 30px !important;
    border-radius: 60px !important;
    display: inline-block !important;
    line-height: 30px !important;
    margin-top: 10px;
}

.meidi_topNavMainZxbm>a{
    color: #ffffff !important;
    font-size: 15px !important;
}
.meidi_topBar{
    width: 100%;
}
.meidi_topBar>a>img{
    width: 100%;
}

/*2*/
/*课程分类*/

/* tabControlBtn */
.courseOutlineList{
    width: 1200px;
    margin:30px auto;
}
.tabControlBtnList{
    width: 1200px;
    margin:30px auto;
    display: flex;
    justify-content: space-between;
}
.tabContBox{
    transition: all .3s;
}
.tabControlBtnList li{
    position:relative;
    width: 200px;
    height: 76px;
    line-height: 56px;
    background: url(/images/2024/tiktok/kclb_bg.png) no-repeat;
    border-radius: 8px;
    text-align: center;
    color: #fff;
    font-size: 24px;
}
.tabControlBtnList li h2{
    text-align: center;
    font-size: 22px;
    color: #fff;
}
.tabControlBtnList li.courseTab{
    background: url(/images/2024/tiktok/kclb_bg1.png) no-repeat;
    cursor: pointer;
}
.tabControlBtnList li:hover{
    /*background: url(/images/2024/tiktok/kclb_bg1.png) no-repeat;*/
    cursor: pointer;
}

.tabControlBtnList li:first-child.courseTab{
    background:url(/images/2024/tiktok/kclb_bg1.png) no-repeat;
}
.tabControlBtnList li:nth-child(2).courseTab{
    background:url(/images/2024/tiktok/kclb_bg2.png) no-repeat;
}
.tabControlBtnList li:nth-child(3).courseTab{
    background:url(/images/2024/tiktok/kclb_bg3.png) no-repeat;
}
.tabControlBtnList li:nth-child(4).courseTab{
    background:url(/images/2024/tiktok/kclb_bg4.png) no-repeat;
}
.tabControlBtnList li:nth-child(5).courseTab{
    background:url(/images/2024/tiktok/kclb_bg5.png) no-repeat;
}
#courseList li:nth-child(2) i{
    background: url(/images/2024/tiktok/dsicon2.png) no-repeat;
}
#courseList li:nth-child(3) i{
    background: url(/images/2024/tiktok/dsicon3.png) no-repeat;
}
#courseList li:nth-child(4) i{
    background: url(/images/2024/tiktok/dsicon4.png) no-repeat;
}
#courseList li:nth-child(5) i{
    background: url(/images/2024/tiktok/dsicon5.png) no-repeat;
}

/* tabControlCon */
.tabControlConList{
    position:relative;/*必要元素*/
    height:395px;
    overflow:hidden;
}

.tabControlConList .tabContBox{
    position:absolute;/*必要元素*/
    left:0;
    top:0;
}
.tabControlConList .tabContItem{
}

/* leftSwiper */
#leftSwiperList .tabContBox{width:9999em;}
#leftSwiperList .tabContBox .tabContItem{
    float:left;
    width:1200px;
}

.w1212{
    width: 1212px;
    margin:16px auto;
    box-sizing: border-box;
}
.subjectTitle{
    text-align: center;
    margin: 50px auto;
}
.subjectCont{
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 4px;
}
.subjectCont span{
    font-size: 36px;
    font-weight: 400;
}
.tabContItem:not(:first-child) .subjectItemRight{
    padding-top: 15px;
}

.subjectItemRight{
    width: 1200px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top:26px;
}
.subjectItemRight li{
    margin-left: 44px;
    margin-right: 44px;
}
.tabContItem:nth-child(1) .subjectItemRight{
    padding-top: 15px;
    background-image: linear-gradient(135deg,#FBCA46,#f95f2d);
}
.tabContItem:nth-child(2) .subjectItemRight{
    background-image: linear-gradient(135deg,#565CFB,#40A0FB);
}
.tabContItem:nth-child(3) .subjectItemRight{
    background-image: linear-gradient(135deg,#F76DF6,#AB59FA);
}
.tabContItem:nth-child(4) .subjectItemRight{
    background-image: linear-gradient(135deg,#8F63FB,#506FFB);
}
.tabContItem:nth-child(5) .subjectItemRight{
    background-image: linear-gradient(135deg,#6C90FC,#58CDF7);
}
.subjectItemRight  li{
    position: relative;
    width: 310px;
    height: 110px;
    line-height: 160px;
    font-size: 18px;
    text-align:center;
    border: 1px solid #ddd;
    background-color: #f8f5f2;
    margin-bottom: 15px;
    box-sizing: border-box;
}
.subjectItemRight  li i{
    display: inline-block;
    position: absolute;
    width: 48px;
    height: 48px;
    top: 14px;
    left: 131px;
    background: url(/images/2024/tiktok/courseicon5.png) no-repeat;
    background-size: 100% 100%;
}
.subjectItemRight  li:nth-child(2) i{
    background: url(/images/2024/tiktok/courseicon6.png) no-repeat;
}
.subjectItemRight  li:nth-child(3) i{
    background: url(/images/2024/tiktok/courseicon7.png) no-repeat;
}
.subjectItemRight  li:nth-child(4) i{
    background: url(/images/2024/tiktok/courseicon8.png) no-repeat;
}
.subjectItemRight  li:nth-child(5) i{
    background: url(/images/2024/tiktok/courseicon9.png) no-repeat;
}
.subjectItemRight  li:nth-child(6) i{
    background: url(/images/2024/tiktok/courseicon15.png) no-repeat;
}
.subjectItemRight  li:nth-child(7) i{
    background: url(/images/2024/tiktok/courseicon12.png) no-repeat;
}
.subjectItemRight  li:nth-child(8) i{
    background: url(/images/2024/tiktok/courseicon9.png) no-repeat;
}
.subjectItemRight  li:nth-child(9) i{
    background: url(/images/2024/tiktok/courseicon10.png) no-repeat;
}
.tabContItem:nth-child(2) li:first-child i{
    background: url(/images/2024/tiktok/courseicon2.png) no-repeat;
}
.tabContItem:nth-child(2) li:nth-child(2) i{
    background: url(/images/2024/tiktok/courseicon13.png) no-repeat;
}
.tabContItem:nth-child(2) li:nth-child(3) i{
    background: url(/images/2024/tiktok/courseicon14.png) no-repeat;
}
.tabContItem:nth-child(2) li:nth-child(4) i{
    background: url(/images/2024/tiktok/courseicon15.png) no-repeat;
}
.tabContItem:nth-child(2) li:nth-child(5) i{
    background: url(/images/2024/tiktok/courseicon16.png) no-repeat;
}
.tabContItem:nth-child(2) li:nth-child(6) i{
    background: url(/images/2024/tiktok/courseicon17.png) no-repeat;
}
.tabContItem:nth-child(2) li:nth-child(7) i{
    background: url(/images/2024/tiktok/tiktokicon_2.png) no-repeat;
}
.tabContItem:nth-child(2) li:nth-child(8) i{
    background: url(/images/2024/tiktok/tiktokicon_3.png) no-repeat;
}
.tabContItem:nth-child(3) li:first-child i{
    background: url(/images/2024/tiktok/courseicon19.png) no-repeat;
}
.tabContItem:nth-child(3) li:nth-child(2) i{
    background: url(/images/2024/tiktok/courseicon20.png) no-repeat;
}
.tabContItem:nth-child(3) li:nth-child(3) i{
    background: url(/images/2024/tiktok/courseicon21.png) no-repeat;
}
.tabContItem:nth-child(3) li:nth-child(4) i{
    background: url(/images/2024/tiktok/courseicon22.png) no-repeat;
}
.tabContItem:nth-child(3) li:nth-child(5) i{
    background: url(/images/2024/tiktok/courseicon23.png) no-repeat;
}
.tabContItem:nth-child(3) li:nth-child(6) i{
    background: url(/images/2024/tiktok/courseicon24.png) no-repeat;
}
.tabContItem:nth-child(3) li:nth-child(7) i{
    background: url(/images/2024/tiktok/douyinkcicon_1.png) no-repeat;
}
.tabContItem:nth-child(3) li:nth-child(8) i{
    background: url(/images/2024/tiktok/courseicon24.png) no-repeat;
}
.tabContItem:nth-child(4) li:nth-child(1) i{
    background: url(/images/2024/tiktok/courseicon25.png) no-repeat;
}
.tabContItem:nth-child(4) li:nth-child(2) i{
    background: url(/images/2024/tiktok/courseicon26.png) no-repeat;
}
.tabContItem:nth-child(4) li:nth-child(3) i{
    background: url(/images/2024/tiktok/courseicon27.png) no-repeat;
}
.tabContItem:nth-child(4) li:nth-child(4) i{
    background: url(/images/2024/tiktok/courseicon28.png) no-repeat;
}
.tabContItem:nth-child(4) li:nth-child(5) i{
    background: url(/images/2024/tiktok/courseicon29.png) no-repeat;
}
.tabContItem:nth-child(4) li:nth-child(6) i{
    background: url(/images/2024/tiktok/courseicon30.png) no-repeat;
}
.tabContItem:nth-child(4) li:nth-child(7) i{
    background: url(/images/2024/tiktok/c4dicon_2.png) no-repeat;
}
.tabContItem:nth-child(5) li:nth-child(1) i{
    background: url(/images/2024/tiktok/courseicon18.png) no-repeat;
}
.tabContItem:nth-child(5) li:nth-child(2) i{
    background: url(/images/2024/tiktok/courseicon10.png) no-repeat;
}
.tabContItem:nth-child(5) li:nth-child(3) i{
    background: url(/images/2024/tiktok/courseicon31.png) no-repeat;
}
.tabContItem:nth-child(5) li:nth-child(4) i{
    background: url(/images/2024/tiktok/courseicon1.png) no-repeat;
}
.tabContItem:nth-child(5) li:nth-child(5) i{
    background: url(/images/2024/tiktok/courseicon32.png) no-repeat;
}
.tabContItem:nth-child(5) li:nth-child(6) i{
    background: url(/images/2024/tiktok/courseicon33.png) no-repeat;
}
.subjectItemRight  li:hover{
    background-color: #19548E;
}
a:link{
    text-decoration: none;
}
.subjectItemRight li a{
    text-decoration: none;
    color: #000;
}
.subjectItemRight li:hover a{
    color: #fff;
}
.subjectItem{
    margin-bottom: 16px;
}
.subjectItem:nth-child(2) .subjectItemLeft {
    height: 111px;
    background-image: linear-gradient(135deg, #5758fb, #3ea6fa);
}
.subjectItem:nth-child(2) .subjectItemLeft i {
    background: url(/images/2024/tiktok/dsicon2.png) no-repeat;
    width: 47px;
    height: 48px;
    margin: 14px 94px 0px 93px;
}
.subjectItem:nth-child(2) .subjectItemRight{
    height: 111px;
    padding-top: 5px;
}
.subjectItem:nth-child(2) .subjectItemRight li{
    background-color: #f3f6f8;
}
.subjectItem:nth-child(2) .subjectItemRight li:hover{
    background-color: #19548E;
}
.subjectItem:nth-child(3) .subjectItemRight li:hover{
    background-color: #19548E;
}
.subjectItem:nth-child(4) .subjectItemRight li:hover{
    background-color: #19548E;
}
.subjectItem:nth-child(5) .subjectItemRight li:hover{
    background-color: #19548E;
}
.subjectItem:nth-child(3) .subjectItemRight li {
    background-color: #f4f1f7;
}
.subjectItem:nth-child(3) .subjectItemLeft {
    height: 111px;
    background-image: linear-gradient(135deg, #fc6ef6, #a557fa);
}

.subjectItem:nth-child(3) .subjectItemLeft i {
    background: url(/images/2024/tiktok/dsicon3.png) no-repeat;
    width: 47px;
    height: 48px;
    margin: 14px 94px 0px 94px;
}
.subjectItem:nth-child(3) .subjectItemRight {
    height: 111px;
    padding-top: 5px;
}
/* 4 */
.subjectItem:nth-child(4) .subjectItemRight li {
    background-color: #f1f3f8;
}

.subjectItem:nth-child(4) .subjectItemLeft {
    height: 111px;
    background-image: linear-gradient(135deg, #9462fb, #4a71fb);
}

.subjectItem:nth-child(4) .subjectItemLeft i {
    background: url(/images/2024/tiktok/dsicon4.png) no-repeat;
    width: 47px;
    height: 48px;
    margin: 14px 94px 0px 93px;
}

.subjectItem:nth-child(4) .subjectItemRight {
    height: 111px;
    padding-top: 5px;
}
/* 5 */
.subjectItem:nth-child(5) .subjectItemRight li {
    background-color: #f3f7f9;
}

.subjectItem:nth-child(5) .subjectItemLeft {
    height: 111px;
    background-image: linear-gradient(135deg, #6d8bfc, #57d4fa);
}

.subjectItem:nth-child(5) .subjectItemLeft i {
    background: url(/images/2024/tiktok/dsicon5.png) no-repeat;
    width: 47px;
    height: 48px;
    margin: 14px 94px 0px 94px;
}

.subjectItem:nth-child(5) .subjectItemRight {
    height: 111px;
    padding-top: 5px;
}




/*首页课程列表结束*/

@keyframes run{
    0%{
        transform: translateY(0px);
    }
    100%{
        transform: translateY(-10px);
    }
}
.meidi_eradicateMainMainItem:hover{
    animation: run 0.3s;
    animation-iteration-count: 1;
    animation-timing-function:linear;
    animation-fill-mode:forwards;
    box-shadow: 1px 2px 4px 4px #ccc;
}
.conTitle{
    text-align:center;
}
.conTitle h2{
    font-size: 44px;
    margin-bottom: 5px;
}

/*表单*/
.firstSubmit{
    width: 100%;
    background: url(/images/2024/tiktok/dssubmitbg1.png) no-repeat;
    height: 150px;
    margin-top:30px;
    overflow: hidden;
}
#firstSubmit{
    width: 1200px;
    margin:52px auto;
    display: flex;
    justify-content: space-between;
}
#firstSubmit input{
    width: 380px;
    height: 48px;
    border-radius: 8px;
    box-sizing: border-box;
    border:1px solid #ccc;
    font-size: 16px;
    padding-left: 15px;
}
.firstSubmitBtn{
    width: 380px;
    height: 48px;
    line-height:48px;
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 21px;
    text-align:center;
    /*font-weight: 700;*/
    color: #fff;
    letter-spacing: 2px;
    background-image: linear-gradient(135deg,#fec801,#f88100);
}
.firstSubmitBtn:hover{
    cursor: pointer;
    background-image: linear-gradient(-90deg,#fec801,#f88100);
    color: #E6202D;
    font-weight: 700;
}

.applyCourse{
    padding:0px 0 50px 0;
}
.applyCourseFlex{
    display: flex;
    justify-content: space-between;
}
.applyList{
    width: 222px;
    height: 320px;
    border-radius:10px;
    background-image: linear-gradient(135deg,#548ae4,#204ff6);
}
.applyList:hover{
    animation: run 0.3s;
    animation-iteration-count: 1;
    animation-timing-function:linear;
    animation-fill-mode:forwards;
    box-shadow: 2px 5px 8px 2px #b7b7b7;
}
.applyList i{
    display: block;
    width: 62px;
    height: 56px;
    margin:65px auto 45px auto;
    background: url(/images/2024/tiktok/dscyicon1.png) no-repeat;
    background-size: cover;
}
.appiyCont{
    width: 175px;
    margin:40px auto;
    text-align:center;
    color: #fff;
}
.appiyCont h2{
    font-size: 26px;
    margin-bottom:8px;
}
.applyList:nth-child(2){
    background-image: linear-gradient(135deg,#5457e4,#5820f6);
}
.applyList:nth-child(3){
    background-image: linear-gradient(135deg,#9a45f8,#a821f6);
}
.applyList:nth-child(4){
    background-image: linear-gradient(135deg,#ae30f6,#8330f6);
}
.applyList:nth-child(5){
    background-image: linear-gradient(125deg,#f6bc30,#f68031);
}
.applyList:nth-child(2) i{
    width: 51px;
    height: 65px;
    background: url(/images/2024/tiktok/dscyicon2.png) no-repeat;
    background-size: cover;
}
.applyList:nth-child(3) i{
    width: 68px;
    height: 65px;
    background: url(/images/2024/tiktok/dscyicon3.png) no-repeat;
    background-size: cover;
}
.applyList:nth-child(4) i{
    width: 75px;
    height: 60px;
    background: url(/images/2024/tiktok/dscyicon4.png) no-repeat;
    background-size: cover;
}
.applyList:nth-child(5) i{
    width: 63px;
    height: 57px;
    background: url(/images/2024/tiktok/dscyicon5.png) no-repeat;
    background-size: cover;
}
/*适合人群结束*/

/*痛点开始*/
.painPoints{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}
.painPointsCont:hover{
}
.painPoint{
    padding-top: 50px;
    padding-bottom: 30px;
    background-color: #2d58f8;
    color: #fff;
}
.conTitle{
    text-align:center;
}
.conTitle h2{
    font-size: 44px;
    margin-bottom: 5px;
}
.painPointsCont{
    width: 250px;
    height: 240px;
    padding-top: 8px;
    margin-right:48px;
    margin-bottom:30px;
    /*box-sizing: border-box;*/
}
.painPointsCont p{
    font-size: 14px;
    text-align: center;
}
.w1200 .conTitle{
    margin:0px auto;
    margin-bottom: 50px;
}
.painBgc{
    width: 156px;
    height: 156px;
    line-height: 156px;
    font-size: 40px;
    margin:0 auto;
    border-radius: 50%;
    color: #fff;
    background-color: #6ce355;
    text-align: center;
    font-weight: 700;
    transition: all .6s;
}
.painBgc:hover{
    box-shadow: 2px 2px 4px 2px #6ce355;
    transform: rotate(360deg);

}
.painPoints>div:nth-child(2) .painBgc{
    background-color: #e47355;
}
.painPoints>div:nth-child(3) .painBgc{
    background-color: #548ae4;
}
.painPoints>div:nth-child(4) .painBgc{
    background-color: #548ae4;
}
.painPoints>div:nth-child(5) .painBgc{
    background-color: #ac55e2;
}
.painPoints>div:nth-child(6) .painBgc{
    background-color: #e455af;
}
.painPoints>div:nth-child(7) .painBgc{
    background-color: #55a3e3;
}
.painPoints>div:nth-child(8) .painBgc{
    background-color: #55a3e3;
}
.painTitle{
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-top: 5px;
}
.painPointsBtn{
    position: relative;
    display: block;
    width: 614px;
    height: 74px;
    line-height: 74px;
    margin:30px auto;
    text-align:center;
    font-size: 36px;
    background-image: linear-gradient(130deg,#f6bb30,#f57f31);
    border-radius: 36px;
    color: #fff;
}
.painPointsBtn:hover{
    background-image: linear-gradient(-45deg,#f66730,#f57f31);
}
.painPointsBtn i{
    display: inline-block;
    width: 40px;
    height: 18px;
    position: absolute;
    /* left: 80%; */
    margin-left: 505px;
    bottom: 36%;
    background: url(/images/2024/tiktok/right_arrow.png) center no-repeat;
    animation: arrow 1.5s ease-in-out infinite;
    transition: all 1.5s;
}

.painPointsBtn:hover{
    background-color: #E455AF;
    color: #fff;
    cursor: pointer;
}


/*通用按钮*/
.batchBtn{
    width: 730px;
    height: 74px;
    line-height: 74px;
    background: #19548e;
    box-shadow: 0px 19px 29px 0px rgba(0, 90, 255, 0.31);
    border-radius: 36px;
    text-align: center;
    margin: 0px auto 48px auto;
}
.batchBtn:hover{
    background-color: #f18b41;
    box-shadow: 0px 19px 29px 0px rgba(241, 139, 65, 0.31);

}
.batchBtn>a{
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    position: relative;
}
.batchBtn span{
    display: inline-block;
    background:url(/images/2024/tiktok/chaticon.png) no-repeat;
    width: 48px;
    height: 40px;
    margin-bottom: -5px;
    animation: myfirst .6s linear infinite alternate;
}
.batchBtn:hover span{
    background:url(/images/2024/tiktok/chaticon_red.png) no-repeat;

}

.batchBtn i{
    display: inline-block;
    width: 40px;
    height: 18px;
    position: absolute;
    /*left: 80%;*/
    margin-left:630px;
    bottom: 36%;
    background: url(/images/2024/tiktok/right_arrow.png) center no-repeat;
    animation: arrow 1.5s ease-in-out infinite;
    transition: all 1.5s;
}
@keyframes arrow{
    0%{
        left: 0px;
    }
    25%{
        left:5px;
    }
    50%{
        left:10px;
    }
    75%{
        left: 15px;
    }
    100%{
        left:20px;
    }
}
@keyframes myfirst {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}
/*通用结束*/

/*课程大纲开始*/
.courseOutline{
    padding-top: 50px;
}
.kedgCont{
    width: 1200px;
    margin:80px auto 20px auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.kedgContDesc{
    background-color: #fff;
    width: 275px;
    height: 530px;
    border-radius: 40px 0 40px 0;
    box-shadow: 10px 10px 55px 1px #9c9c9c;
    position: relative;
    margin-bottom:120px;
    box-sizing: border-box;
    margin-left:25px;
}
.kedgContDesc:nth-last-child(-n+4){
    margin-bottom:30px;
}


.kedgContDesc:hover{
    animation: run 0.3s;
    animation-iteration-count: 1;
    animation-timing-function:linear;
    animation-fill-mode:forwards;
}
.kedgContDesc:nth-child(2) span{
    background-color: #5e49ff;
}
.kedgContDesc:nth-child(2) .kedgBtn a{
    background-color: #5e49ff;
}
.kedgContDesc:nth-child(3) span{
    background-color: #c341ff;
}
.kedgContDesc:nth-child(3) .kedgBtn a{
    background-color: #c341ff;
}
.kedgContDesc:nth-child(4) span{
    background-color: #ff58d8;
}
.kedgContDesc:nth-child(4) .kedgBtn a{
    background-color: #ff58d8;
}
.kedgContDesc:nth-child(5) span{
    background-color: #ff5283;
}
.kedgContDesc:nth-child(5) .kedgBtn a{
    background-color: #ff5283;
}
.kedgContDesc:nth-child(6) span{
    background-color: #ff824c;
}
.kedgContDesc:nth-child(6) .kedgBtn a{
    background-color: #ff824c;
}
.kedgContDesc:nth-child(7) span{
    background-color: #8b57ff;
}
.kedgContDesc:nth-child(7) .kedgBtn a{
    background-color: #8b57ff;
}
.kedgContDesc:nth-child(8) span{
    background-color: #5771ff;
}
.kedgContDesc:nth-child(8) .kedgBtn a{
    background-color: #5771ff;
}

.kedgContDesc_1{
    text-align: center;
    font-size: 28px;
    font-weight: 600;
}
.kedgContDesc_2{
    margin:22px auto;
    width: 230px;
}
.kedgContDesc_2 ol{
    margin: 25px 10px 0 30px;
}
.kedgContDesc_2 li{
    list-style: decimal;
    list-style-position: inside;
    font-size: 14px;

}
.kedgContDesc .kedgXh{
    width: 95px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    display: block;
    margin:-45px auto 40px auto;
    border-radius: 15px;
    background-color: #5b88ff;
}
.kedgContDesc .kedgBtn{
    margin:0 auto;
    width: 180px;
    position: absolute;
    left: 50%;
    margin-left: -90px;
    bottom: 3%;
}

.kedgContDesc .kedgBtn a{
    color: #fff;
    font-size: 18px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background-color: #5b88ff;
    margin-bottom:30px;
}
.kedgContDesc .kedgBtn a:hover{
    background-color: #f5ba2a;
}
/*课程大纲结束*/

/*师资团队开始*/
.teacherGroup{
    padding-top: 48px;
    background: url(/images/2024/tiktok/teacher_bg.png) no-repeat;
    overflow: hidden;
}
.teacherGroup .batchBtn{
    margin-top:2.4rem;
    width: 710px;
}
.teacherGroup .batchBtn span{
    margin-left:-30px;
}
.teacherGroup .batchBtn i{
    margin-left: 590px;
}
.teacherTitle{
    color: #fff;
}
.company{
    text-align:center;
    margin:30px auto 45px auto;
}

.Box {
    position: relative;
}
.Box .content {
    width: 1200px;
    margin: 0 auto;
}
.Box .Box_con {
    position: relative;
}
.Box .Box_con .btnl {
    position: absolute;
}
.Box .Box_con .btn {
    display: block;
    width: 41px;
    height: 41px;
    position: absolute;
    top: 80px;
    cursor: pointer;
}
.Box .Box_con .btnl {
    background: url(/images/2024/tiktok/jtl02.png) no-repeat center;
    left: -72px;
}
.Box .Box_con .btnr {
    background: url(/images/2024/tiktok/jtr02.png) no-repeat center;
    right: -72px;
}
.Box .Box_con .btnl:hover {
    background: url(/images/2024/tiktok/jtl03.png) no-repeat center;
}
.Box .Box_con .btnr:hover {
    background: url(/images/2024/tiktok/jtr03.png) no-repeat center;
}
.Box .Box_con .conbox {
    position: relative;
    overflow: hidden;
}
.Box .Box_con .conbox ul {
    position: relative;
    list-style: none;
}
.Box .Box_con .conbox ul li {
    float: left;
    width: 121px;
    height: 320px;
    /*margin-left: 20px;*/
    overflow: hidden;
}
.Box .Box_con .conbox ul li span{
    color: #fff;
    display: inline-block;
    width: 40px;
    margin-left: 26px;
    text-align:center;
}
.Box .Box_con .conbox ul li:first-child {
    margin-left: 0;
}
.Box .Box_con .conbox ul li img {
    display: block;
    width: 121px;
    height: 296px;
    transition: all 0.5s;
}
.Box .Box_con .conbox ul li:hover img {
    transform: scale(1.01);
    box-shadow: 0px 1px 2px #000;
}
.Box .Box_con .conbox ul li:hover{
    animation: run 0.3s;
    animation-iteration-count: 1;
    animation-timing-function:linear;
    animation-fill-mode:forwards;
}

.Box .BoxSwitch {margin-top: 30px;text-align: center;}
.Box .BoxSwitch span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 30px;
    height: 3px;
    background: #ccc;
    margin: 0 5px;
    cursor: pointer;
}
/*师资团队结束*/


/*开班时间开始*/
.classSchedule{
    padding:50px 0 0 0;
}
.selectMainClass{
    width: 1200px;
    margin: 25px auto 20px auto;
}
.selectMainFlexClass{
    width: 1000px;
    margin:10px auto 5px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.selectMainItemClass{
    width: 302px;
    height: 52px;
    margin-bottom: 10px;
    background: #FFF;
    border: 1px solid #000;
    border-radius: 10px;
    text-align: center;
    line-height: 52px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    cursor:pointer;
}
.selectMainItemClass:hover{
    background-color: #fff;
    color: #19548e;
    border:1px solid #19548e;
}
.selectActClass{
    background: #19548e !important;
    color: #fff !important;
    border-color: #19548e;
    font-weight: 700;
}
.tabControlDivClass{
    position: relative;
    width: 1200px;
    height: calc(465px);
    overflow: hidden;
}
.tabControlClass{
    width: calc(12 * 1200px);
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all 0.3s;
}

.tabControlClass>div{
    width: 1200px;
    float: left;
}

.fourItemFourItem{
    position: relative;
    background: #FFFFFF;
    border:1px dashed #3576b6;
    width: 1200px;
    height: 63px;
    margin-bottom: 14px;
    line-height: 63px;
    box-sizing: border-box;
}
.fourItemFourItem:last-child{
    margin-bottom: 0;
}
.fourItemFourItemTitle{
    float: left;
    width: 340px;
    height: 63px;
    background: #19548e;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    padding-left: 30px;
    box-sizing: border-box;
    /*text-align: center;*/
}
.fourItemFourItemTitle>span{
    margin-right:10px;
}
.fourItemFourItemTime{
    position: relative;
    float: left;
    width: 848px;
    height: 63px;
    font-size: 24px;
    color: #000000;
}
.fourItemFourItemTime>div{
    position: absolute;
    top:-1px;
    right: 220px;
    font-size: 24px;
    color: #f00;
}
.fourItemFourItemTime>div i{
    width: 30px;
    height: 34px;
    position: absolute;
    left: -38px;
    top: 12px;
    background: url('/images/2024/tiktok/huoicon.png') no-repeat;
    background-size: cover;
    animation: myfirst .6s linear infinite alternate;
}
.fourItemFourItemTimeP{
    letter-spacing: 2px;
}
.fourItemFourItemTimeP span{
    position: relative;
    /*top:10px;*/
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 48px;
    border-radius:50%;
    background-color: #1961D4;
    color: #fff;
    text-align:center;
    font-size: 24px;
}
.fourItemFourItemTime p{
    /*text-indent: 5px;*/
    padding-left: 8px;

}
.fourItemFourItemTime a {
    position: absolute;
    right: 12px;
    top: 11px;
    width: 155px;
    height: 42px;
    background: #E91B1E;
    border-radius: 24px;
    text-align: center;
    line-height: 42px;
    font-size: 21px;
    font-weight: 400;
    color: #FFFFFF;
    text-indent: 25px;
}
.fourItemFourItemTime a:hover{
    background-color: #ff710a;
}
.fourItemFourItemTime a i{
    position: absolute;
    left: 22px;
    top: 13px;
    width: 19px;
    height: 18px;
    background: url('/images/2024/tiktok/zxclass.png') no-repeat;
    background-size: cover;
    animation: myfirst .6s linear infinite alternate;
}

/*线下教学环境*/
.offlineTeaching{
    padding: 50px 0 10px 0;
    background-color: #E4E4E4;
}
.offlineTeachingCont{
    width: 1200px;
    margin:20px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.offlineCont{
    margin-bottom:45px;
}
.offlineImgBox {
    position: relative;
    width: 374px;
    text-align: center;
    border-radius: 16px;
    font-size:20px;
}
.offlineImgBox > a{
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.offlineImgBox p{
    padding-top: 10px;
}
.offlineImgBox img {
    width: 374px;
    border-radius: 16px;
    box-shadow: 1px 2px 8px 2px rgb(0 0 0 / 40%);
    transition: transform 0.4s ease;
}

.offlineImgBox .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 374px;
    height: 247px;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    opacity: 0;
    display: flex;
    border-radius: 16px;
    /* 转换速度 */
    transition: transform 0.4s ease;
}
.mask span {
    margin: auto;
    border: 1px solid #fff;
    border-radius: 6px;
    padding:10px;
}
.mask span:hover{
    background-color: #eee;
    color: #000;
}
.offlineImgBox a:hover .mask {
    opacity: 1;
    transform: scale(1.02, 1.02);
}
.offlineImgBox:hover img {
    transform: scale(1.02, 1.02);
}
.offlineContDesc{
    width: 374px;
    text-align: center;
    font-size: 20px;
}
.offlineContDesc a{
    height: 247px;
    margin-bottom: 15px;
    cursor: default;
}
.offlineContDesc img{
    border-radius: 16px;
    /*transition: all 0.4s;*/
}
.offlineContDesc:hover img{
    box-shadow: 1px 2px 8px 2px rgba(0,0,0,.4);
    animation: myscale .4s ease-in-out;
    transition: all .4s;
}

/*服务保障*/
.serviceGuaranteeCont{
    width: 1120px;
    margin:0 auto;
    padding:30px 0 30px 0;
}
.serviceGuarantee{
    padding:50px 0 24px 0;
}
.serviceGuaranteeCont{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.serviceGuaranteeCont .serviceFlex{
    width: 261px;
    height: 235px;
    margin-bottom: 35px;
    text-align: center;
    font-size: 24px;
}
.serviceFlex a{
    height: 191px;
    margin-bottom: 15px;
    cursor: default;
}
.serviceFlex img{
    border-radius: 16px;
}
.serviceFlex:hover img{
    transition: all .4s;
    box-shadow: 1px 2px 8px 2px rgba(0,0,0,.5);
    animation: myscale .4s ease-in-out;
}

/*常见问题开始*/
.meidi_common{
    padding-top: 50px;
    background-color: #E4E4E4;
    padding-bottom: 45px;
}
.meidi_commonFlex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1200px;
    margin: 52px auto 0px auto;
}
.meidi_commonItem{
    width: 554px;
    height: 74px;
    border-radius: 37px;
    background-color: rgba(193, 193, 193, 1);
    margin-bottom: 41px;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 25px;
    padding-left: 27px;
}
.meidi_commonItemImg{
    width: 39px;
    height: 49px;
    margin-right: 9px;
}
.meidi_commonItemBtn{
    width: 248px;
    height: 68px;
    background: #19548e;
    border: 3px solid #FFFFFF;
    box-shadow: 0px 11px 16px 0px rgba(25, 84, 142, 0.35);
    border-radius: 37px;
    text-align: center;
    position: absolute;
    right: 0px;
    top: 0px;
}
.meidi_commonItemBtn>a{
    font-size: 25px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 68px;
}
.meidi_commonItemBtn:hover{
    background-color: #ef802f;
}


/*免费试听*/
.meidi_contend{
    width: 100%;
    height: 655px;
    background: url("/images/2024/tiktok/submitbg.png") no-repeat;
    background-size: 100% 100%;
    padding-top: 73px;
}
.meidi_contendMain{
    width: 1095px;
    height: 513px;
    box-sizing: border-box;
    margin: 42px auto 0px auto;
    background-color: rgba(29, 89, 145, 1);
    display: flex;
}
.meidi_contendMainLeft{
    width: 617px;
}

.meidi_contendMainRight{
    width: 478px;
    padding:30px 15px 30px 35px;
}
.biaodan label {
    color: #fff;
}
.shiting{
    width:478px;
    height:80px;
    font-size:56px;
    font-weight:bold;
    letter-spacing:3px;
    padding-bottom:10px;
    margin-top:40px;
}
.biaodan{
    width:478px;
    display:table;
    font-size:22px;
    padding-left: 40px;
}

.biaodan select{
    padding:5px;
    width:260px;
    height:40px;
}
.biaodan input{
    padding:5px;
    width:250px;
    height:28px;
}
.biaodan button{
    background:#ffa200;
    cursor:pointer;
    margin-top:20px;
    width:353px;
    height:60px;
    font-size:26px;
    outline: none;
    border:none;
    border-radius: 30px;
    color: #fff;
}
.biaodan button:hover{
    background-color: #E6202D;
}
.biaodan option{
    width:300px;
    height:60px;
    display:table;
    margin:20px 0;
}
.biaodan span{
    display:table;
    margin-bottom:10px;
    font-weight:bold;
}

/*试听课程结束*/


/* tabbtn */


.tabbtn li {
    float: left;
    position: relative;
    margin: 0 0 0 -1px;
}

.tabbtn li.current {
    border-left: solid 1px #d5d5d5;
    border-right: solid 1px #d5d5d5;
    border-top: solid 1px #c5c5c5;
}



/* tabcon */

.tabcon {
    position: relative;
    /*必要元素*/
    height: 480px;
    overflow: hidden;
}
.tabcon .subbox {
    position: absolute;
    /*必要元素*/
    left: 0;
    top: 0;
}

.tabcon .sublist {
    height: 480px;
}
.sublist:last-child .tabControlOneWhy{
    display: flex;
    justify-content: space-between;
}
.companyTitle {
    width: 402px;
    padding-top: 23px;
    text-indent: 2em;
    font-size: 20px;
    line-height: 28px;
    background-color: #dfedff;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 16px;
}
.companyTitle b{
    color: #19548e;
    font-size: 22px;
}
.companyyw{
    height: 576px;
    height: 444px;
}

/* leftcon */

#leftcon .subbox {
    width: 9999em;
}

#leftcon .subbox .sublist {
    float: left;
    width: 1080px;
}

/* sublist */

.sublist {
    padding: 10px;
}
/*选择我们*/
.whySelect{
    padding: 50px 0 0px 0;
}

.select{
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #fff;
}
.selectMain{
    width: 1080px;
    margin: 50px auto 15px auto;
}
.selectMainFlex{
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-bottom: 45px;
}
.selectMainItem{
    width: 200px;
    height: 58px;
    background: #FFF;
    border: 1px solid #000;
    border-radius: 10px;
    text-align: center;
    line-height: 58px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    cursor:pointer;
}

.tabbtn li.current {
    background: #19548e !important;
    color: #FFFFFF !important;
    border-color: #19548e;
}
.tabControlDivWhy{
    position: relative;
    width: 1080px;
    height: calc(450px);
    overflow: hidden;
}
.tabControlWhy{
    width: calc(5 * 1080px);
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all 0.3s;
}
.ourSelect{
    width: 360px;
    height: 206px;
    box-sizing: border-box;
    margin-bottom: 30px;
    border-radius: 10px;
}
.ourSelect img:hover{
    box-shadow: -1px 3px 8px 3px rgba(25,84,142,.4);
    transition: all 0.4s;
    animation: myscale .4s ease-in-out;
    border-radius:10px;
}

.tabControlWhy>div{
    width: 1080px;
    float: left;
}
.tabControlOneWhy
{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


/*美迪校区开始*/
.medeSchool{
    padding: 35px 0 15px 0;
    background-color: #E4E4E4;
}
.zsline{
    width: 1087px;
    height: 9px;
    margin:10px auto;
    background:url(/images/2024/tiktok/zsline.png) no-repeat ;
}
.schoolAll{
    width: 1080px;
    margin:35px auto 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.schoolAll img{
    border-radius: 0 16px 0 16px;
}
.schoollist:hover img{
    box-shadow: 2px 2px 5px 3px rgba(220,238,255,.6);
    /*transition: all .6s;*/
}
.schoollist{
    position: relative;
    width: 300px;
    height: 278px;
    margin-bottom:10px;
}
.schoollist > a{
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.schoollist .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 282px;
    height: 255px;
    border-radius: 0px 20px 0 20px;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    opacity: 0;
    display: flex;
    transition: transform 0.5s ease;
}

.schoollist .mask span {
    margin: auto;
}

.schoollist a:hover .mask {
    opacity: 1;
    /* 增加元素的大小*/
    transform: scale(1.02, 1.02);
}

.schoollist:hover img {
    transform: scale(1.02, 1.02);
}
/*校区结束*/

/*底部开始*/


/*底部*/
.meidi_bottom{
    height: 372px;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #0062b9;
}

.meidi_bottomBottom{
    text-align: center;
    margin-top: 40px;
    background-color: #125696;
    height: 60px;
    line-height: 60px;
}
.meidi_bottomBottom>a{
    color: #fff;
    /*width: 600px;*/
    margin:0 auto;
}

.footer-links {
    padding-top: 40px;
    padding-left: 69px;
    width: 1000px;
    margin:0 auto;
    position: relative;
}
.footer-links a{
    cursor: default;
}
.footer-article-item {
    width: 125px;
    height: 226px;
    float: left;
    margin-right: 23px;
    line-height: 2;
    font-size: 14px;

}
.fgline{
    position: absolute;
    top: 52px;
    left: 183px;
    width: 1px;
    height: 215px;
    background-color: #002956;
    /*    border-right: 1px solid #69727e;
        border-left: 1px solid #17202a;*/
}
.fgline1{
    position: absolute;
    top: 52px;
    left: 184px;
    width: 1px;
    height: 215px;
    background-color: #78abef;
}

.fgline2{
    position: absolute;
    top: 52px;
    left: 334px;
    width: 1px;
    height: 215px;
    background-color: #002956;

}
.fgline3{
    position: absolute;
    top: 52px;
    left: 335px;
    width: 1px;
    height: 215px;
    background-color: #78abef;
}
.fgline4{
    position: absolute;
    top: 52px;
    left: 483px;
    width: 1px;
    height: 215px;
    background-color: #002956;

}
.fgline5{
    position: absolute;
    top: 52px;
    left: 484px;
    width: 1px;
    height: 215px;
    background-color: #78abef;
}

.footer-article-item dt {
    color: #fffc00;
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 2;
    font-weight: 700;
}

.footer-article-item dd {
    line-height: 2;
}

.footer-article-item dd a {
    color: #fff;
    transition: all .1s;
}

.footer-article-item dd a:hover {
    color: #fff;
}

.footer-contact-item {
    width: 156px;
    float: left;
    margin-top: 13px;
    margin-left:100px;
}


.footer-ewm {
    float: left;
    width: 156px;
    margin-right: 18px;
    /*text-align: center;*/
}

.footer-ewm img {
    width: 156px;
    /*height: 110px;*/
    display: block;
    border: none;
}

.footer-ewm p {
    font-size: 19px;
    color: #fffc00;
    margin-top: 12px;
    font-weight: 700;
}

.footer-friend {
    width: 1050px;
    height: 20px;
    line-height: 20px;
    margin: 30px auto;
}

.footer-friend-title {
    float: left;
    color: #ccc;
    font-size: 14px;
}

.footer-friend-title-list {
    float: left;
}

.footer-friend-title-list li {
    float: left;
}

.footer-friend-title-list li a {
    color: #888;
    transition: all .1s;
    display: inline-block;
    padding: 0 10px;
    font-size: 14px;
}

.footer-friend-title-list li a:hover {
    color: #fff;
}

.footer-friend-more {
    color: #ccc;
    transition: all .1s;
    float: left;
    font-size: 14px;
}
.footer_right{
    color: #fff;
    margin-left: 40px;
    width: 260px;
    height: 226px;
    float: right;
    line-height: 2;
    font-size: 14px;
    margin-top: 5px;
}
.footer-copyright {
    line-height: 20px;
    font-size: 14px;
    text-align: center;
}

.footer-copyright p {
    margin-bottom: 9px;
    font-size: 14px;
    color: #888;
}

/*客服侧边栏*/
#kefu{
    width:170px;
    position:fixed;
    top:16%;
    left:6px;
    box-sizing: border-box;
    background:url(/images/2024/tiktok/zxkfbg.png) no-repeat;
    background-position: center top;
    -webkit-background-size: 100%;
    background-size: 100%;
    height:420px;
    z-index:8888;
    display:block;
    box-shadow: 6px 9px 30px -16px #000;
    border-radius: 10px;
}
.zxkeimg{
    width: 100px;
    height: 95px;
    margin:-42px 45px 0 auto;
    text-align: center;
}
.zxkeimg img{
    width: 100%;
    vertical-align: bottom;
}
#kefu .kefuTop{
    position: relative;
}
#kefu .zxtitle{
    font-size: 16px;
    text-align: center;
    font-family:  "Source Han Sans CN";
}
.zxtitle:before,
.zxtitle:after{
    content: '';
    width: 40px;
    height: 2px;
    background: #CCCCCC;
    display: block;
    position: relative;
}
.zxtitle:before {
    top: 12px;
    left: 10px;
}

.zxtitle:after {
    top: -13px;
    right: -121px;
}
#kefu .middle{
    width: 170px;
    /*margin:0 auto;*/
}

.zxlist li{
    background-image: linear-gradient(135deg,#016dff,#0090ff);
    width: 144px;
    height: 30px;
    margin:5px auto;
    line-height: 30px;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    padding-left: 25px;
    box-sizing: border-box;
}
.zxlist li:hover{
    cursor: pointer;
    background-image: linear-gradient(0deg,#016dff,#0030ff);
    font-weight: 700;
}
.zxlist li img{
    height: 17px;
    vertical-align: middle;
    margin-right: 5px;
}
.zxtitle2:before,
.zxtitle2:after{
    width: 34px;
}
.zxtitle2:after {
    top: -13px;
    right: -135px;
}
.zxtitle2:before{
    left: 0px;
}
.kefuQR{
    text-align: center;
    margin-top: 0px;
    width: 122px;
    margin:0 auto;
}
.kefuQR img{
    width: 100%;
}
.contactTel{
    position: absolute;
    bottom: 0%;
    left: 2%;
    width: 170px;
    margin: 20px auto 5px auto;
    height: 36px;
    line-height: 26px;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
}
#kefu .close{
    cursor:pointer;
    position: absolute;
    top:30px;
    right: -6px;
}
#kefu a{
    text-decoration: none;
    color: #fff;
}
.right_bar{
    width:40px;
    height:100px;
    writing-mode: vertical-lr;
    text-align:center;
    position:fixed;
    top:25%;
    left:10px;
    z-index:9999;
    display: none
}
.right_bar:hover{
    cursor: pointer;
}
.backTop{
    position: absolute;
    bottom: -7%;
    left:40%;
    cursor: pointer;
    width:28px;
    height: 28px;
    display: none;
}

@keyframes myfirst {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

@keyframes myscale {
    0% {
        transform: scale(1);
    }
    50%{
        transform: scale(1.01);
    };

100% {
    transform: scale(1.005);
}
}

/*免费电话回拨*/
.Telephone{
    height: 220px;
    width: 140px;
    border: 0px none rgb(0,0,0);
    background-color: rgb(55,187,255);
    position: fixed;
    top: 22.2%;
    right: 0px;
    z-index: 99999;
}
.Telephone .con{
    background:url(/images/2024/tiktok/kst1.png) no-repeat center 15px;
    background-size:100%;
    height:220px;
}

.Telephone-input{
    margin: 145px 0 0 7px;
    width: 124px;
    height: 22px;
    line-height: 22px;
    border: 0px none rgb(0,0,0);
}

.Telephone-butt{
    margin:10px 0 0 15px;
    width: 109px;
    height: 28px;
    border: 0px none rgb(0,0,0);
    color: rgb(255,255,255);
    font-size: 14px;
    font-weight: bold;
    background-color: rgb(3,21,155);
    cursor: pointer;
}
.Telephone button{
    cursor: pointer;
}
.Telephone .closeTel{
    position:absolute;
    display:block;
    left: 3px;
    top: 4px;
    width: 9px;
    height: 8px;
    background-image: url(/images/2024/tiktok/kst2.png);
    background-repeat: no-repeat;
    z-index:999;
    cursor: pointer;
}

.Telephone_1{
    width: 40px;
    height: 88px;
    border: 0px none rgb(0, 0, 0);
    background-image: url(/images/2024/tiktok/kst3.png);
    background-color: rgb(55, 187, 255);
    position: fixed;
    top: 25%;
    right: 0;
    display: none;
    z-index: 999;
}