
/* =======================================================
*
* 	Template Style
*	Edit this section
*
* ======================================================= */
html{font-size: 10px;}
body {
    width: 100%;
    /*height: 100%;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size:16px;
    font-weight:400;
    color: #282422;
    line-height:26px;
    overflow-x: hidden;
    -moz-user-select:none;/*火狐*/
    -webkit-user-select:none;/*webkit浏览器*/
    -ms-user-select:none;/*IE10*/
    -khtml-user-select:none;/*早期浏览器*/
    user-select:none;
    background: #282422;
    /*font-family: "PingFang-Regular";*/
}
a {
    color: #282422;
}
a:hover{
    color: #282422;
    text-decoration:none;
}
ul{
    list-style: none;
    padding:0;
    margin:0;
}
h1, h2, h3, h4, h5{
    color: #282422;
    font-weight: bold;
    margin:0;
}
h1{
    font-size: 36px;
}
h2{
    font-size: 24px;
}
h3{
    font-size: 18px;
}
h4{
    font-size: 16px;
}
h5{
    font-size: 14px;
}
p:last-child{
    margin-bottom: 0;
}
select {
   -webkit-appearance: none;
}


@media (min-width: 1600px){
    .container, .container-lg, .container-md, .container-sm, .container-xl{
        max-width: 1230px;
    }
}

input[type="button"], input[type="submit"], input[type="reset"] ,
botton,bottom {
    -webkit-appearance:none;
}
textarea {  -webkit-appearance: none;}
.button{ border-radius: 0; }








/*-------public---------*/
.m-banner-wrap{
    position: relative;
}

.banner_contInfo{
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
    padding-bottom: 12.4rem;
    /*background: linear-gradient(rgba(0,0,0,0),#49403A);*/
}
.banner_contInfo >h1{
    font-size: 8.6rem;
    font-family: DMSerifDisplay-Regular, DMSerifDisplay;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 11.8rem;
    letter-spacing: 1px;
    text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
}
.banner_contInfo h5{
    font-size: 3.6rem;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 5rem;
    text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
}
.banner_contInfo p{
    font-size: 1.8rem;
    font-weight: 400;
    color: #fff;
    line-height: 2.5rem;
}
.watchBtnTwo,.watchBtn{
    width: 340px;
    min-width: 175px;
    min-height: 25px;
    padding:0 5px;
    height: 55px;
    background: #FFFFFF;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 600;
    color: #282422;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space:nowrap;
    overflow: hidden;
}
.watchBtnTwo:hover,.watchBtnTwo:focus, .watchBtn:hover,.watchBtn:focus,.lt_btn:hover,.lt_btn:focus{
    background: #E9D5CC;
    color: #282422;
}
.watchBtn{
    position: absolute;
    bottom:0;
    left:50%;
    transform: translateX(-50%);
    margin:8.8% 0;
}
.watchBtnTwo{
    margin:60px auto 0;
}
.m-instruct-wrap,.m-courses-wrap{
    padding:8rem 0 8rem;
}
.m-instruct-wrap{
    background: #282422;
}
.switchIcon{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    width: 50px;
    height:50px;
    border-radius: 50px;
    background: #9E7C69;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    color:#fff;
    font-size: 16px;
}
.switchIcon:hover{
    opacity: 0.75;
}
.switchIcon.leftIcon{
    left:-80px;
}
.switchIcon.rightIcon{
    right:-80px;
}

.slick-dots li,.slick-dots li{
    margin:0;
}
.slick-dots li button:before,.slick-dots li button:before{
    font-size: 20px;
    color:#9E7C69;
}
.clickboxCont .slick-slide{
    padding:0 6px;
}
.jumpLink,.coursesImg{
    width: 100%;
    overflow: hidden;
    position: relative;
    display: block;
}
.jumpLink{
    height: 500px;
    /*padding-bottom: 100%;*/
    border-radius: 10px;
    overflow: hidden;
}

.jumpLink img:first-child{
    border-radius: 10px;
    overflow: hidden;
}
.coursesImg{
    /*padding-bottom: 56%;*/
    height:220px;
}
.coursesImg .coverPic,.ad_conts_info{
    width: 100%;
    height: auto!important;
    min-height: 100%;
    object-fit: cover;
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*-webkit-transform: perspective(1px) translate(-50%,-50%);*/
    /*-ms-transform: translate(-50%,-50%);*/
}
.jumpLink img{
    width: 100%;
    height: auto!important;
    min-height: 100%;
    object-fit: cover;
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*-webkit-transform: perspective(1px) translate(-50%,-50%);*/
    /*-ms-transform: translate(-50%,-50%);*/
}
.mainTitle{
    font-size: 36px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 50px;
    margin-bottom: 70px;
}
.mainTitle.two{
    margin-bottom: 3rem;
}
.mainTitle.three{
    margin-bottom: 7.7rem;
}
.m-instruct-wrap .slick-dots,.m-courses-wrap .slick-dots,
.m-courseLike-warp .slick-dots,.m-courseLike-warp .slick-dots{
    bottom: -30px;
}
.m-instruct-wrap .slick-slider{
    margin-bottom: 60px;
}
.learnMore{
    position: absolute;
    bottom:0;
    left:50%;
    transform: translateX(-50%);
    width: 250px;
    height: 40px;
    line-height: 40px;
    background: #FFFFFF;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #282422;
    margin-bottom: 40px;
    /*padding:5px 5px;*/
    text-align: center;
}
.topicsItem{
    display: flex;
    align-items: center;
    justify-content: space-between;

    cursor: pointer;
}
.topicsItem{
    padding:2.8rem 3rem;
    border-radius: 10px;
    border: 1px solid #E9D5CC;
}
.topicsItem.select{
    background: #fff;
}
.itemTag{
    margin-bottom: 4rem;
}
.m-courses-wrap{
    background: rgba(73, 64, 58, 0.5);
}
.m-topics-wrap{
    padding:8rem 0;
    background: #282422;
}
.coursesTxt{
    background: #282422;
    border-radius: 0px 0px 10px 10px;
    color:#fff;
    padding:23px 30px;
}
.tags{
    width: 89px;
    height: 26px;
    border-radius: 13px;
    border: 1px solid #E9D5CC;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    display: inline-block;
    text-align: center;
    line-height: 22px;
    margin-bottom: 17px;
}
.tags:hover{
    background: #E9D5CC;
    color:#282422;
}
.coursesTxt h3{
    font-size: 22px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 26px;
}
.coursesTxt h3 a{
    color:#fff;
}
.jumpLinkTwo{
    padding:0 12px;
}
.courseDesc{
   padding-left: 6px;
    width: calc(100% - 32px);
}
.courseDesc h5 a{
    font-size: 12px;
    font-weight: 600;
    color: #A0A0A0;
    line-height: 17px;
}
.courseDesc h5 a:hover{
    color:#fff;
}
.courseDesc p{
    font-size: 10px;
    font-weight: 400;
    color: #A0A0A0;
    line-height: 14px;
}
.teacherAvatar{
    width: 32px;
}
.descInfo{
    margin-bottom: 12px;
}
.bottomTxt{
    text-align: right;
}
.bottomTxt span{
    font-size: 12px;
    font-weight: 400;
    color: #A1A1A1;
    line-height: 17px;
    margin-left: 10px;
}
.topicsTxt{
    font-size: 18px;
    font-weight: 400;
    color: #D8D8D8;
    line-height: 25px;
    margin-bottom: 3.4rem;
}
.leftPart img{
    margin-right: 20px;
    /*width: 22px;*/
}
.leftPart h4{
    font-size: 22px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    max-height: 30px;
    overflow: hidden;
}
.select .leftPart h4{
    color: #282422;
}
.m-courseLike-warp{
    background: #282422;
    padding:8rem 0;
    margin-top: -10px;
}
.teacherBref{
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 38px;
    margin-bottom: 50px;
}
.nameTxt{
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 28px;
}
.likeCourseCont{
    background: #675950;
    padding:80px 50px;
    width: 80%;
    background: #675950;
    box-shadow: 0px 2px 11px -4px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    position: relative;
    z-index: 10;
}

.m-ad-wrap{
    /*background: rgba(40, 36, 34, 0.95);*/
    background: rgba(73, 64, 58, 0.5);
    padding:8.8rem 0;
}
.m-ad-wrap.two{
    background: #282422;
}
.leftFingertip h1{
    font-size: 4.8rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 5.3rem;
    font-family: DMSerifDisplay-Regular, DMSerifDisplay;
}
.leftFingertip ul li{
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
    margin-bottom: 10px;
    display: flex;
}
.leftFingertip ul li span{
    margin-right: 10px;
    font-size: 12px;
}
.leftFingertip ul{
    margin-bottom: 7rem;
    margin-top:4rem;
}
.lt_btn{
    width: 180px;
    height: 55px;
    background: #FFFFFF;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 600;
    color: #282422;
    line-height: 55px;
    letter-spacing: 1px;
    display: inline-block;
    text-align: center;
}
.rt_price{
    font-size: 4rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 53px;
    font-family: DMSerifDisplay-Regular, DMSerifDisplay;
}
.m-footer-wrap{
    padding:9rem 0 6rem;
    background: #282422;
    border-top: 1px solid #979797;
}
.m-footer-wrap .footerMenuList{
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 28px;
    -webkit-appearance:none;
    cursor: pointer;
}
.m-footer-wrap .footerMenuList:hover{
    color: #FFFFFF;
}
.lt_menu_list li{
    margin-bottom: 36px;
}
/*.lt_dropdown_menu{*/
/*    padding:10px;*/
/*}*/
.lt_dropdown_menu a{
    display: block;
    padding:10px;
    color: #282422;

}
.lt_dropdown_menu a:not(:last-child){
    border-bottom: 1px solid #f2f2f2;
}
.social_title,.download_title{
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 28px;
    margin-bottom: 24px;
}
.social_item{
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
    margin-bottom: 13px;
}
.social_item a{
    color:#fff;
}
.social_item img{
    margin-right: 9px;
    width: 25px;
}
.download_item li{
    margin-bottom: 20px;
}
.download_item li img{
    max-width: 160px;
}
.m-copyRight{
    font-size: 14px;
    font-weight: 600;
    color: #C0C0C0;
    line-height: 20px;
    margin-top: 8rem;
    text-align: right;
}
.m-header-wrap{
    background: #49403A;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1111;
}
.menu_list,.lt_list,.rt_list{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    min-height: 70px;
}
.lt_list,.rt_list{
    width: 25%;
}
.menu_list .topLogo{
    width: 50%;
    text-align: center;
}
.menu_list .topLogo img{
    max-width: 220px;
}
.lt_list .courseMenu,.lt_list >li .levelMenu,.rt_list >li .levelMenu{
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 25px;
    padding: 23px 0;
}
.rt_list >li .levelMenu{
    cursor: pointer;
}
.lt_list .courseMenu:hover, .lt_list >li .levelMenu:hover, .rt_list >li .levelMenu:hover{
    color: #E9D5CC;
}
.lt_list .courseMenu:hover{
    color:#fff;
}
.drop-down-menu-list{
    background: #282422;
    border-radius: 10px;
    margin-top:0;
    padding:0;
    overflow: hidden;
    border:none;
    box-shadow: 0px 0px 6px 0px #49403A;
}
.logInfo{
    left:unset !important;
    right:0 !important;
}
.m-header-wrap .levelTwoMenu,.m-footer-wrap .levelTwoMenu{
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 25px;
    padding:15px 20px;
}
.m-footer-wrap .levelTwoMenu{
    padding:5px 20px;
}
.m-footer-wrap .dropdown-menu{
    padding:0;
    border-radius: 10px;
    background: #38312D;
    overflow: hidden;
    /*box-shadow: 0px 0px 6px 0px #49403A;*/
}
.m-footer-wrap .dropdown-item.active{
    background: #9E7C69;
}

.m-header-wrap .levelTwoMenu:not(:last-child){
    border-bottom:1px solid rgba(134, 134, 134, 0.2);
    /*background: rgba(134, 134, 134, 0.2);*/
}
.m-footer-wrap .levelTwoMenu:not(:last-child){
    border-bottom:1px solid rgba(134, 134, 134, 0.2);
}
.levelTwoMenu:focus, .levelTwoMenu:hover{
    background: #9E7C69;
}
.language_switch:focus, .language_switch:hover{
    background: transparent;
}
.slick-initialized .slick-slide{
    float: left;
}
/*.slick-track,.slick2,.slick3{*/
/*    display: flex;*/
/*}*/
.searchBtn{
    min-width: 25rem;
    transform: translate3d(-40%, 71px, 0px) !important;
    /*padding:0 20px;*/
}
.searchBtn input{
    outline: none;
    box-shadow: none;
    color: #D4D4D4;
    padding: .7rem 0.5rem;
    font-size: 14px;
}
.searchBtn input:hover,.searchBtn input:focus{
    background: #282422;
    color: #D4D4D4;
}
.searchBtn.show{
    padding:10px 15px;
    min-width: 300px;
}
/*.searchBtn.show .search_box{*/
/*    border-bottom: 1px solid #868686;*/
/*}*/
.search_list_info.show{
    border-top: 1px solid #868686;
}
.search_box{
    display: flex;
    align-items: center;
}
.searchBtn .iconfont{
    color:#fff;
    font-size: 18px;
    display: none;
    cursor: pointer;
}
.search_list_info{
    display: none;
}
.searchBtn .iconfont.show,.search_list_info.show{
    display: block;
}
.searchBtn .levelTwoMenu:not(:last-child){
    border-bottom:none;
}
.teacherTxt p{
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 20px;

}
.teacherTxt h3{
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
}
.teacherAvator{
    width: 55px;
    height: 55px;
    margin-right: 13px;
}
.teacherAvator img{
    max-width: 100%;
    max-height: 100%;
}
.teacherList li,.cours_list li{
    padding:12px 0;
    border-bottom: 1px solid #868686;
}
.post_list li:last-child{
    border-bottom: none;
}
.cours_list li a{
    height: 21px;
    display: block;
    overflow: hidden;
    font-size: 14px;
    color: #FFFFFF;
}
.cours_list h4{
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 28px;
    margin: 15px 0 5px;
}
.notFindCont{
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 25px;
    border-top: 1px solid #868686;
    padding:22px 20px 15px;
}

.search_box ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #D4D4D4;
}
.search_box :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #D4D4D4;
}
.search_box ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #D4D4D4;
}
.search_box :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #D4D4D4;
}
.btnAndPrice .row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mobile_menu_nav .icon-caidan{
    font-size: 35px;
    color:#fff;
}

.mobile_menu_nav .navbar-toggler:focus,.mobile_menu_nav .navbar-toggler:hover,.mobile_menu_nav .navbar-toggler{
    border: none;
    outline: none;
    box-shadow: none;
}
.right_logo_info >li{
    margin:0 3px;
}
.right_logo_info li icon{
    font-size: 25px;
    color:#fff;
}
.mobile_logo{
    padding:0;
    display: flex;
    align-items: center;
    margin:0;
}
.mobile_menu_nav{
    padding: 5px 5px;
}
.mobile_menu_nav .navbar-nav{
    border-top: 1px solid #868686;
    padding:0 10px;
}
.mobile_menu_nav .navbar-nav >li{
    padding:5px 0;
}
.mobile_menu_nav .navbar-nav >li a{
    color:#fff;
}












.m-login-wrap{
    width: 100%;
    height: 100vh;
}
.m-login-wrap img{
    width: 100%;
    height: auto;
    min-height: 100%;
    object-fit: cover;
}
.loginPops{
    /*position: fixed;*/
    /*top:50%;*/
    /*left:50%;*/
    /*transform: translate(-50%,-50%);*/
    width: 375px;
    background: #49403A;
    overflow: hidden;
    border-radius: 10px;
    margin:0 auto;
    margin-top:10rem;
}

.topPart {
        padding: 3.4rem 1rem 3.4rem;
    position: relative;
}
.rt_close_btn{
    position: absolute;
    top:0;
    right:0;
    width: 100%;
}
.topPart h1{
    font-size: 36px;
    font-weight: normal;
    color: #E9D5CC;
    line-height: 43px;
    text-align: center;
}
.rt_close_btn icon{
    color: #E9D5CC;
    font-size: 20px;
    cursor: pointer;
    padding: 5px;
    display: block;
}
.underPart{
    padding:17px 4rem 35px;
    background: #FFFFFF;
}
.underPart .promptTxt{
    font-size: 14px;
    font-weight: 400;
    color: #49403A;
    line-height: 20px;
    margin-bottom: 4rem;
}

.loginInForm .form-group{
    margin-bottom: 2.6rem;
}

.formControl{
    font-size: 12px;
}


.forPassTxt{
    margin-top: 1rem;
}
.forPassTxt a{
    font-size: 12px;
    font-weight: 600;
    color: #282422;
    line-height: 17px;
    cursor: pointer;
}
.logIn_btn{
    width: 100%;
    padding:1rem 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 1px;
    color:#fff;
}

.logIn_btn a{
    cursor: pointer;
    display: block;
    color:#fff;
}
.logIn_btn:hover{
    color:#fff;
}
.outlineBtn{
    color: #6B6B6B;
}
.outlineBtn:hover{
    color: #6B6B6B;
}
.divideLine{
    width: 100%;
    height: 1px;
    background: #9E9E9E;
    /*border: 1px solid #9E9E9E;*/
    position: relative;
    margin:15px 0 !important;
}
.divideLine span{
    background: #fff;
    font-size: 14px;
    font-weight: 600;
    color: #9E9E9E;
    line-height: 20px;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.btn_clump{
    padding:2.5rem 0 4.4rem;
}
.logIn_btn img{
    margin-right: 5px;
    width: 18px;
}
.blueColorBtn img{
    width: 17px;
}
.signUp{
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 20px;
    margin-bottom: 5rem;
}
.signUp a,.signUp a:hover{
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    line-height: 20px;
    cursor: pointer;
    text-decoration: underline;
}
.privacyPolicy{
    font-size: 10px;
    font-weight: 400;
    color: #49403A;
    line-height: 16px;
}
.privacyPolicy a{
    color: #49403A;
    text-decoration: underline;
}
.privacyPolicy a:hover{
    color:#000;
}
.forPassTxt{
    font-size: 12px;
    font-weight: 600;
    color: #282422;
    line-height: 17px;
    cursor: pointer;
}
.forPassTxt .selectBox{
    padding-left: 5px;
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    line-height: 17px;
}

.fangkuang i{
    color:#49403A;
}
.underPart .forPassNotice{
    font-size: 14px;
    font-weight: 400;
    color: #49403A;
    line-height: 18px;
    margin-bottom: 3rem;
}
.forPassForm .form-group{
    margin-bottom: 6.4rem;
}
.bigTitle{
    font-size: 7.2rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 9.9rem;
    text-shadow: 0px 2px 9px rgba(0, 0, 0, 0.5);
    margin-bottom: 15px;
    font-family: DMSerifDisplay-Regular, DMSerifDisplay;
}
.setPanelCont{
    background: #FFFFFF;
    border-radius: 1rem;
    padding:3.5rem;
    height: 100%;
}
.pro_set_cont{
    padding-left:5rem;
    padding-right:5rem;
}
.gutters_distance{
    margin-right: -20px;
    margin-left: -20px;
}
.gutters_distance>.col, .gutters_distance>[class*=col-]{
    padding-right: 20px;
    padding-left: 20px;
}
.sectionTitle{
    margin-bottom: 18px;
    font-size: 22px;
    font-weight: 600;
    color: #282422;
    line-height: 30px;
}
.inputGroupInfo{
    margin-bottom: 3rem;
}
.payment-wrap .inputGroupInfo{
    margin-bottom: 1rem;
}
.inputGroupInfo label{
    font-size: 16px;
    font-weight: 600;
    color: #282422;
    line-height: 22px;
    margin-bottom: 0;
}
.language-wrap{
    margin-bottom: 4rem;
}
.conncet-way{
    padding:15px 0 10px;
}
.posttxt{
    font-size: 14px;
    font-weight: 400;
    color: #A5A5A5;
    line-height: 20px;
}
.changePassTxt{
    font-size: 16px;
    font-weight: 400;
    color: #898989;
    line-height: 22px;
}
.upload-avator-cont{
    position: relative;
}

.upload-avatar-info img{
    max-width: 12rem;
    min-width: 90px;
}
.uploadHide{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    display: block;
}
input[type="file" i]{
    min-width: 17.5rem;
    height: 30px;
    border-radius: 10px;
    /*z-index: -1;*/
}
.profile_form label{
    font-size: 14px;
    font-weight: 600;
    color: #282422;
    line-height: 20px;
    margin-bottom: 0;
}
.adBanner-wrap{
    padding:21rem 0;
    background: rgba(73, 64, 58, 0.5);
}
.ad_title{
    font-size: 7rem;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 7.8rem;
    padding:0 15%;
}
.upload-avator-cont{
    max-width: 180px;
    margin:0 auto;
}
.upload-avator-cont .outlineBtn{
    font-size: 14px;
    font-weight: 600;
    color: #282422;
    line-height: 20px;
    letter-spacing: 1px;
    width: 100%;
    height: 30px;
    margin: 25px auto 0;
    position: relative;
    z-index: 10;
    cursor: pointer;
    pointer-events: none;
}
.save_btn{
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 40px;
    letter-spacing: 1px;
    background: #49403A;
    border-radius: 10px;
    max-width: 280px;
    height: 40px;
    padding:0 1rem;
    display: block;
    text-align: center;
    margin:40px auto 0;
}
.save_btn:hover{
    color:#fff;
}
.accProfile-wrap .col-lg-6{
    margin-bottom: 4rem;
}
.payment_header_name{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.payment_header_name span{
    font-size: 16px;
    font-weight: 400;
    color: #898989;
    line-height: 22px;
}
.noCardTxt{
    font-size: 16px;
    font-weight: 400;
    color: #282422;
    line-height: 22px;
}
.ad_title span{
    color:#E9D5CC;
}
.watch_btn{
    border-radius: 1.2rem;
    width: 34rem;
    padding:1.5rem;
    min-width: 150px;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 1px;
    margin:7.5rem auto 0;
    display: block;
    color: #282422 !important;
    cursor: pointer;
}
.m-artists-wrap{
    padding:8rem 0;
}
.m-artists-wrap h2{
    font-size: 36px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 40px;
    margin-bottom: 5rem;
}
.tutorItem{
    padding-bottom: 170%;
    border-radius: 10px;
    margin-bottom: 3rem;
}
.reCoursesList >li{
    display: flex;
}
.reCoursesList >li{
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 33px;
    margin:8.2rem 0;
}
.serialNumber{
    font-size: 30px;
    margin-right: 10px;
}
.reCoursesCont{
    display: flex;
    align-items: center;
}
.m-reCourses-wrap{
    padding:10rem 0;
    background: rgba(73, 64, 58, 0.5);
}
.reCours_watch_btn{
    margin-bottom: 7.5rem;
}
.courseBanneCont{
    display: flex;
    align-items: center;
}
.rt_banner_cont h1{
    font-size: 7.2rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 10rem;
    font-family: DMSerifDisplay-Regular, DMSerifDisplay;
    font-weight: 400;
    text-shadow: 0px 2px 9px rgba(0, 0, 0, 0.5);
}
.rt_banner_cont p{
    font-size: 20px;
    color: #FFFFFF;
    line-height: 24px;
}
.viewMoreBtn{
    font-size: 20px;
    color: #FFFFFF;
    line-height: 24px;
    margin-top: 2.8rem;
    display: block;
}
.viewMoreBtn:hover{
    color:#E9D5CC;
}
.courseSlick .slick-slide{
    width: auto !important;
}
.course_sorts{
    margin:0 10px;
}
.course_sorts a{
    display: block;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
    border-radius: 20px;
    border: 1px solid #E9D5CC;
    padding:5px 13px;
    height: 40px;
}
.m-selectCourse-wrap h2{
    padding:8rem 0 37px;
    color:#fff;
}
.courseSlick{
    background: rgba(73, 64, 58, 0.5);
    padding:3rem 0;
}
.rt_course_list{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.rt_course_list h3{
    height: 40px;
    overflow: hidden;
}
.rt_course_list h3 a{
    font-size: 28px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 40px;
}
.m-course-infoCont{
    padding:5rem 0 9rem;
}
.your-course-cont:not(:last-child){
    margin-bottom: 50px;
}
.video_relate{
    font-size: 16px;
    font-weight: 400;
    color: #A0A0A0;
    line-height: 22px;
    margin-bottom: 10px;
}
.video_relate span{
    margin-right: 10px;
}
.tutor_relate{
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}
.tutor_relate img{
    margin-right: 10px;
}

.tutor_bref h4{
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 20px;
}
.tutor_bref p{
    font-size: 10px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 14px;
}
.course_desc_cont{
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
    margin-bottom: 15px;
    text-align: justify;
    -webkit-line-clamp: 4;
}
.course_tags{
    margin-bottom: 15px;
}
.course_tags a{
    color:#fff;
    cursor: pointer;
}
.video_watch{
    font-size: 12px;
    font-weight: 400;
    color: #A1A1A1;
    line-height: 17px;
}
.lt_video_cont{
    position: relative;
    display: block;
}
.video_btn{
    position: absolute;
    width: 60px;
    height: 60px;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.lt_video_cont video{
    border-radius: 10px;
    overflow: hidden;
}
.tabs_list_info{
    background: rgba(73, 64, 58, 0.5);
    padding:3rem 0;
}
.totur_banner_wrap{
    position: relative;
}
.totur_bref_info{
    position: absolute;
    width: 100%;
    left:0;
    bottom:0;
    padding:8rem 0;
}
.follow_watch_btn{
    margin:2rem auto 0;
}
.jt_txt{
    /*margin:3.2rem 0 2.2rem;*/
    font-size: 3.6rem;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 5.0rem;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 24px;
}
.name_txt{
    font-size: 10rem;
    font-family: DMSerifDisplay-Regular, DMSerifDisplay;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 10rem;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}
.name_txt img{
    max-width: 63rem;
}

.jt_txt img{
    max-width: 48rem;
}
.tabs_list_wrap{
    background: rgba(73, 64, 58, 0.5);
}

.tabsList li{
    margin:0 40px;
}
.tabsList li a{
    font-size: 24px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 33px;
    padding:3.5rem 0;
    display: inline-block;
    margin:0 30px;
}
.tabsList >li.active{
    border-bottom: 0.5rem solid #fff;
}
.top_title{
    margin-bottom: 1.7rem;
}
.top_title h2{
    font-size: 28px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 40px;
}
.top_title h2 a{
    color:#fff;
}
.top_title p{
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 28px;
}
.course_intro{
    font-size: 14px;
    font-weight: 500;
    color: #D8D8D8;
    line-height: 23px;
    margin-bottom: 4rem;
    -webkit-line-clamp: 5;
}
.course_length{
    margin-bottom: 3rem;
}
.course_length h4,.course_cata h4{
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 28px;
    margin-bottom: 1rem;
}
.course_length p{
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
}

.course_card h2 a{
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 25px;
    padding:13px 3rem;
    -webkit-appearance:none;
}
.course_card h2 a:hover{
    color: #fff;
}
.course_card.active h2 a{
    color: #E9D5CC;
}

.course_card:not(:last-child) h2 a,.course_card:not(:last-child) .course_card-body{
    border-bottom: 1px solid rgba(134, 134, 134, 0.2);
}
.course_card:last-child .collapse.show{
    border-top: 1px solid rgba(134, 134, 134, 0.2);
}

.course_card-body{
    font-size: 16px;
    font-weight: 400;
    color: #D8D8D8;
    line-height: 22px;
    padding-left:32px;
    padding-right:32px;
}

.lt_time{
    margin-right: 13px;
}
.course_plan_list{
    background: rgba(73, 64, 58, 0.5);
    border-radius: 10px;
    overflow: hidden;
}
.listTitle.active{
    background: #49403A;
    border:none;
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 28px;
    padding:10px 3rem;
}

.rt_viewMore_btn{
    padding:1.5rem;
    width: 20rem;
    min-width: 150px;
    border-radius: 1.2rem;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #282422;
    line-height: 25px;
    letter-spacing: 1px;
    margin-top: 4rem;
}
.m_partOne_wrap{
    padding:9rem 0;
}
.courseTent{
    margin-bottom: 4rem;
}
.course_plan_tent{
    margin-bottom: 6.7rem;
}
.allCourse_item{
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 3.2rem;
}

.allCourseTxt{
    background: #282422;
}
.courTitle{
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
    position: absolute;
    bottom:-1px;
    right:0;
    background: rgba(0,0,0,.5);
    padding:5px 10px;
    border-radius: 10px 0 0 0;
}
.coursesImg .allCourBtn{
    width: 60px;
    height: 60px;
    transform: translate(-50%,-50%);
}
.coursesTxt h3{
    height: 55px;
    -webkit-line-clamp: 2;
    margin-bottom: 2rem;
}

.coursesTxt{
    padding: 2.3rem 3rem 1.5rem;
}
.all_course_tent .allCourse_item{
    margin-bottom: 12px;
}
.allCourse_title{
    margin-bottom: 30px;
    font-size: 36px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 50px;
}
.m_likeTotur_wrap{
    padding:7rem 0;
    background: rgba(73, 64, 58, 0.5);
}
.ad_jump{
    padding-bottom: 150%;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
}
.ad_jump img{
    padding:0;
}
.mainTitle{
    margin-bottom: 5rem;
}
.banner_btn{
    width: 34rem;
    min-width: 200px;
    margin:3rem auto 2.4rem;
    color: #282422 !important;
    cursor: pointer;
        /*position: absolute;*/
        /*bottom: 0;*/
        /*left: 50%;*/
        /*transform: translateX(-50%);*/
        /*margin: 8.8% 0;*/
}
.learn_more_btn{
    width: 80%;
    min-width: auto;
}
.btn_min_width{
    min-width: 250px;
}
.m-courses-wrap .slick-slider{
    margin-bottom: 60px;
}
.lt_tearch_cont{
    background: #675950;
    box-shadow: 0px 2px 11px -4px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding:4rem 4rem;
}
.lt_tearch_cont p{
    font-size: 20px;

    color: #FFFFFF;
    line-height: 28px;
}

.lt_name{
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 28px;
    text-align: right;
    margin-top:2rem;
    font-weight: 600;
}
.coursesList .row{
    align-items: center;
    position: relative;
}
.bottom_layer_pic{
    position: absolute;
    top:6%;
    left:15%;
    width: 70%;
    height: 88%;
    background: #49403A;
    border-radius: 10px;
    z-index: -1;
}
.ad_conts_info{
    padding:4rem 4.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background: #49403A;
    border-radius: 10px;
}
.ad_conts_info .ad_txt{
    font-size: 36px;
    font-family: DMSerifDisplay-Regular, DMSerifDisplay;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 38px;
    margin-bottom: 0;
}
.ad_conts_info .ad_txt span{
    color:rgba(233, 213, 204, 1);
}
.brown_line{
    width: 92px;
    height: 5px;
    background: #E9D5CC;
    /*margin:20px auto;*/
}
.ad_learn_more_btn{
    padding: 0.9rem;
    width: 100%;
    margin:0 auto;
    min-width: auto;
    border-radius: 8px;
}
.totur_name_txt{
    position: absolute;
    text-align: center;
    width: 100%;
    left:0;
    bottom:0;
    padding:4rem 1.5rem;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    background: linear-gradient(rgba(0,0,0,0),#49403A);
}
.totur_name_txt h4{
    font-size: 3.6rem;
    font-family: DMSerifDisplay-Regular, DMSerifDisplay;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 4rem;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    /*margin-bottom: 2.5rem;*/
    height: 4rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
.totur_name_txt p{
    font-size: 1.6rem;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 2.8rem;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);

}
.blog_img{
    padding-bottom: 100%;
}
.blog_post_list{
    border-radius: 10px;
    background: #49403A;
    overflow: hidden;
}
.blog_cont_info{
    padding:2rem 3rem;
}
.blog_cont_info h4{
    margin-bottom: 10px;
    height: 66px;
}
.blog_cont_info h4 a{
    font-size: 24px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 33px;

}
.blog_cont_info p{
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
    margin-bottom: 15px;
    height: 66px;
    -webkit-line-clamp: 3;
}
.blog_read_btn{
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 30px;
}
.top_underline_white{
    border-top: 1px solid #D8D8D8;
}
.m_blogPost_wrap,.m_twoBlog_Wrap{
    padding:8rem 0;
}
.m_twoBlog_Wrap{
    background: rgba(73, 64, 58, 0.5);
}
.m_twoBlog_Wrap p{
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
    margin-bottom: 5rem;
}
.blog_desc_info{
    background: rgba(73, 64, 58, 0.5);
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    /*margin:0 10px;*/
}
.blog_desc_img{
    padding-bottom: 88%;
}
.blog_txt_info{
    padding:15px 10px;
}
.blog_txt_info h6{
    font-size: 22px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    height: 64px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.makeUp_course_list{
    padding:8rem 0 5rem;
    background: rgba(73, 64, 58, 0.5);
}
.course_bg{
    background: #49403A;
}
.course_cont_info{
    padding:8rem 10rem;
}
.lt_courDesc h2{
    font-size: 36px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 50px;
}
.lt_courDesc p{
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 33px;
}
.lesson_type{
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
}
.rt_totur_info{
    text-align: right;
}

.totur_text h4 a{
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 29px;
}
.totur_text p{
    font-size: 16px;
    color: #FFFFFF;
    line-height: 19px;
    margin:5px 0;
}
.cour_btn{
    font-size: 16px;
    font-weight: 600;
    color: #282422;
    line-height: 22px;
    background: #E9D5CC;
    border-radius: 1.2rem;
    padding:1rem 2.5rem;
    display: inline-block;
}
.rt_totur_info{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.totur_avator img{
    max-width: 120px;
}
.plan_cour_cont{
    background: #38312D;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}
.plan_cour_cont h4{
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 28px;
    padding:2rem 3rem;
    background: #49403A;
    border-radius: 10px 10px 0px 0px;
}
.plan_cour_cont .accordion{
    padding:0 3rem;
}
.courPlanCard{
    background: transparent;
    border:none;
}
.courPlanCard:not(:last-child){
    border-bottom: 1px solid rgba(134, 134, 134, 0.2) !important;
}
.courPlanCard h2 a{
    padding:14px 0;
    display: flex;
    justify-content: space-between;
}
.courPlanCard h2 a:hover{
    color:#fff;
}
.courPlanCard.active h2 a,.courPlanCard.active .rt_time span.time_Txt{
    color:#E9D5CC;
}
.rt_time{
    display: flex;
    justify-content: space-between;
}
.courPlanCard h2 a{
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 25px;
    /*padding:0;*/
    -webkit-appearance:none;
}
.courPlanCard .card-header{
    padding:0;
    border:none;
    margin:0;
    background: none;
}
.courPlanCard .card-body{
    font-size: 16px;
    font-weight: 400;
    color: #D8D8D8;
    line-height: 22px;
    padding:0 0 15px;
    padding-left:20px;
}
.top_course_cont{
    margin-bottom: 4rem;
}

.rt_time span.time_Txt{
    font-size: 16px;
    font-weight: 400;
    color: #D8D8D8;
    line-height: 22px;
    margin-right: 5px;
}
.rt_time .fa{
    font-size: 20px;
}
.video_more_btn{
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    /*text-decoration: underline;*/
    margin-top:10px;
}
.video_more_btn a{
    text-decoration: none;
    color:#fff;
}
.video_txt{
    margin-top:2.5rem;
}
.video_txt p{
    font-size: 16px;
    font-weight: 400;
    color: #D8D8D8;
    line-height: 23px;
    margin-bottom: 3rem;
}
.m_comment_wrap .con4-font1{
    font-size: 36px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 50px;
}
.m_comment_wrap .con5-font1,.m_comment_wrap .con5-font2,
.m_comment_wrap .con5-font3{
    color: #FFFFFF;
}
.about_us_cont h1{
    font-size: 7rem;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 7.8rem;
    margin-bottom: 4rem;
}
.about_us_cont span{
    font-size: 3rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 4.8rem;
    margin-bottom: 4.3rem;
    display: inline-block;
}
.about_us_cont span:after{
    content: "";
    width: 70%;
    height: 1px;
    display: block;
    background: #E9D5CC;
    margin-top:2rem;
}
.about_us_cont p{
    font-size: 3rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 4.8rem;
}
.about_us_cont{
    padding:8.5rem 0 8rem;
}
.cont_distance{
    margin-bottom: 3rem;
}
.aboutUs_related_cont h2{
    font-size: 4rem;
    font-family: DMSerifDisplay-Regular, DMSerifDisplay;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 5.3rem;
    margin-bottom: 3rem;
}
.list_cont li{
    font-size: 1.6rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 2.2rem;
    display: flex;
}
.list_cont li:not(:last-child){
    margin-bottom: 1rem;
}
.left_price{
    margin-right: 5rem;
}
.left_price h3{
    font-size: 3.6rem;
    font-family: DMSerifDisplay-Regular, DMSerifDisplay;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 5.3rem;
    margin-bottom: 3.2rem;
}
.left_price .watchNow_btn{
    display: block;
    min-width: 20rem;
    /*height: 5.5rem;*/
    /*line-height: 5.5rem;*/
    text-align: center;
    background: #FFFFFF;
    border-radius: 1.2rem;
    font-size: 1.8rem;
    font-weight: 600;
    color: #282422;
    letter-spacing: 1px;
    padding:1rem 1rem;
    cursor: pointer;
}
.left_price .watchNow_btn:hover{
    background: #E9D5CC;
}
.price_course_cont{
    display: flex;
    /*justify-content: space-between;*/
    align-items: flex-end;
}
.list_cont{
    margin-bottom: 7rem;
}
.list_cont li span{
    margin-right: 10px;
}
.aboutUsCourCont{
    display: flex;
}
.right_img li:not(:last-child){
    margin-bottom: 2rem;
}
.right_img li img{
    max-width: 16rem;
}
/*.outer-layer-box .container{*/
/*    padding-top:8rem;*/
/*    padding-bottom: 8rem;*/
/*}*/
.default_txt{
    font-size: 14px;
    font-weight: 400;
    color: #282422;
    line-height: 20px;
}
.language_group{
    margin-bottom: 20px;
}
.language_group label{
    margin-bottom: 10px;
}
.language_group .form-control{
    height: 45px;
    border-radius: 10px;
    border: 1px solid #E9D5CC;
    padding:5px 10px;
}
.blog_banner_wrap .slick-slide{
    width: 100%;
    padding-bottom: 9%;
    overflow: hidden;
    position: relative;
    display: block;
}
.blog_banner_wrap .slick-slide img{
    width: 100%;
    height: auto!important;
    min-height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: perspective(1px) translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
.blog_banner_wrap .slick-slider {
    margin-bottom: 0;
}
.blog_banner_wrap .slick-dots{
    bottom: 40px;
    right: 10rem;
    display: inline-block;
    width: auto;
}
.blog_banner_wrap .slick-dots li button:before,.blog_banner_wrap .slick-dots li button:before {
    font-size: 40px;
    color: #fff;
}
.blog_banner_wrap .slick-dots li{
    margin:0 10px;
}
.banner_cont{
    position: relative;
}
.banner_txt{
    position: absolute;
    left:10rem;
    bottom:0;
    width: 85rem;
    padding:5.5rem;
    background: #49403A;
    border-radius: 10px 10px 0 0;
    opacity: 0.9;
}
.banner_txt h1 a{
    font-size: 4rem;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 5.6rem;

}
.banner_txt h1{
    margin-bottom: 2rem;
}
.banner_txt >p{
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    margin-bottom: 2rem;
    -webkit-line-clamp: 5;
}
.white_undline{
    width: 15rem;
    height: 5px;
    background: #FFFFFF;
    margin:10px 0 20px;
}

.banner_tags a{
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #49403A;
    line-height: 20px;
    background: #FFFFFF;
    border-radius: 13px;
    border: 1px solid #49403A;
    padding:0 5px;
}
.banner_tags a:hover{
    background: #E9D5CC;
}
.banner_read_btn{
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 30px;
}
.banner_read_btn:hover{
    color: #FFFFFF;
}
.blog_fingertip{
    padding:10rem 8rem 8rem 15rem;
}
.bottom_img{
    height: 100%;
}
.bottom_img img{
    object-fit: cover;
    min-height: 100%;
}
.blog_bottom_cont{
    background: rgba(73, 64, 58, 0.5);
}
.item_img{
    padding-bottom: 88%;
}
.bottom_blog_info{
    padding:15px 3rem 15px;
}
.bottom_blog_info >h4{
    margin-bottom: 10px;
    height: 30px;
    overflow: hidden;
}
.bottom_blog_info >h4 a{
    font-size: 24px;
    font-weight: 600;
    color: #49403A;
    line-height: 30px;

}
.bottom_blog_info >p{
    font-size: 16px;
    font-weight: 400;
    color: #282422;
    line-height: 22px;
    height: 66px;
    -webkit-line-clamp: 3;
    margin-bottom: 16px;
}
.blog_tags{
    margin-bottom: 10px;
}
.totur_desc{
    margin-left: 10px;
}
.totur_desc h6 a{
    font-size: 12px;
    font-weight: 600;
    color: #A0A0A0;
    line-height: 17px;
}
.totur_desc h6 a:hover{
    color: #49403A;
    cursor: pointer;
}
.totur_desc p{
    font-size: 10px;
    font-weight: 400;
    color: #A0A0A0;
    line-height: 14px;
}
.blog_totur_info{
    display: flex;
    margin-bottom: 10px;
    /*align-items: center;*/
}
.blog_item{
    background: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 5rem;
}
.blog_tags a{
    font-size: 14px;
    font-weight: 600;
    color: #49403A;
    line-height: 18px;
    padding:3px 10px;
    display: inline-block;
    background: #FFFFFF;
    border-radius: 13px;
    border: 1px solid #49403A;
}
.blog_tags a:hover{
    background: #E9D5CC;
    border:1px solid #E9D5CC;
}
.blog_item_btn{
    font-size: 20px;
    font-weight: 600;
    color: #49403A;
    line-height: 30px;
    margin:0 auto;
}
.blog_item_btn:hover{
    color: #49403A;
}
.lt_blog_title{
    /*width: 115px;*/
    font-size: 36px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 40px;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.lt_blog_title:after{
    content: "";
    width: 116px;
    height: 8px;
    background: #FFFFFF;
    margin-top:8px;
    display: block;
}
.left-ul-list{
    color:#fff;
}
.left-ul-list li{
    margin-bottom: 10px;
    cursor: pointer;
}
.left-ul-list li a{
    font-size: 16px;
    font-weight: 400;
    color: #D8D8D8;
    line-height: 22px;
}
.left-ul-list>.active{
    position: relative;
    font-weight: 600;
    color: #E9D5CC;
}
.left-ul-list>.active a{
    font-weight: 600;
    color: #E9D5CC;
}
.left-ul-list>.active ::before{
    position: absolute;
    top: 5px;
    left: -20px;
    content: ' ';
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #E9D5CC;
}
.blog_load_morn_btn{
    font-size: 18px;
    font-weight: 600;
    color: #282422;
    line-height: 25px;
    letter-spacing: 1px;
    background: #E9D5CC;
    border-radius: 1.2rem;
    padding:1.5rem;
    min-width: 290px;
    display: inline-block;
    text-align: center;
    margin-top:6rem;
    cursor: pointer;
}
.blog_order .noshow .month_list{
    display: none;
}
.blog_order .show .month_list{
    display: block;
}
.tags_modal_dialog{
    padding:0 !important;
}
.tags_modal_dialog .modal-dialog{
    max-width: 100%;
    height: 100%;
    margin:0;
}
.tags_modal_dialog .modal-content{
    background: rgba(40, 36, 34, 0.9);
    height: 100%;
    margin-top:70px;
}
.close_btn{
    padding:7rem 10rem;
}
.close_btn img{
    width: 48px;
}
.pop-ups-ags h1{
    margin-bottom: 7rem;
}
.pop-ups-ags .forYour_btn{
    margin-top: 6rem;
    margin-bottom: 60px;
}
.index_tags a:hover{
    background: #9E7C69;
    color:#fff;
    border:1px solid #9E7C69;
}
.backBtn{
    font-size: 24px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 33px;
    display: inline-block;
    margin-bottom: 8rem;
}

.middle_blog_cont{
    padding:19rem 0 15rem;
}
.underPart .modal1-con11 {
    font-size: 14px;
    font-weight: 400;
    color: #49403A;
    line-height: 20px;
    margin-bottom: 4rem;
}
.modal-form-row11 {
    margin: 0;
}
.modal-form-item11 {
    max-width: 48px;
    padding: 0 !important;
}
.modal-input11 {
    padding: 0;
    border: none;
    height: 30px;
    border-bottom: 1px solid #49403A;
    font-size: 18px;
    font-weight: 600;
    color: #282422;
    line-height: 25px;
    letter-spacing: 1px;
    text-align: center;
}
.result11-err {
    width: 100%;
    font-weight: 400;
    color: #FF6565;
    line-height: 12px;
    font-size: 8px;
}
.footer1 {
    font-size: 10px;
    font-weight: 400;
    color: #BEBEBE;
    line-height: 14px;
    text-align: right;
    width: 100%;
    margin-top:18px;
}
.footer1-font2 {
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    color: #49403A;
    line-height: 14px;
    margin-left: 10px;
}
.modal1-footer {
    border: none;
    justify-content: center;
    margin-bottom: 5px;
    padding: 0;
    margin-top:32px;
}
.modal1-footer-btn11 {
    background: #49403A;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 20px;
    letter-spacing: 1px;
    width: 100%;
    margin: 32px 40px 0;
    padding: 10px 0;
}
.modal1-input12 {
    font-size: 12px;
    font-weight: 400;
    color: #282422;
    line-height: 17px;
    margin-top: 26px;
    border: none;
    border-bottom: 1px solid #49403A;
}
.result12-err {
    font-size: 12px;
    font-weight: 600;
    color: #FF6565;
    line-height: 17px;
    margin-top: 6px;
}
.modal1-footer-btn12 {
    background: #49403A;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 20px;
    letter-spacing: 1px;
    width: 100%;
    margin: 0 40px 0;
    padding: 10px 0;
}
.modal1-body13 {
    font-size: 36px;
    font-family: Times-Roman, Times;
    font-weight: normal;
    color: #E9D5CC;
    line-height: 37px;
    text-align: center;
    margin:2rem auto 8rem;
}
.modal1-body {
    padding-top: 24px;
}
.modal1-footer13 {
    padding: 80px 46px 0;
}
.modal1-footer-btn13 {
    background: #FFFFFF;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #49403A;
    line-height: 20px;
    letter-spacing: 1px;
    padding: 10px 0;
    width: 100%;
}


/*swiper-slide*/
.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;
}
.m-instruct-wrap .container,.m-courses-wrap .container,.m-courseLike-warp .container,
.m_likeTotur_wrap .container,.m_blogPost_wrap .container,.m_twoBlog_Wrap .container,
.watch_Courses_Wrap .container{
    position: relative;
}
.arrowSwitch.swiper-button-next,
.arrowSwitch.swiper-button-next2{
    right:-80px;
}
.arrowSwitch.swiper-button-prev{
    left:-80px;
}
.arrowSwitch.swiper-button-next,.arrowSwitch.swiper-button-prev,
.arrowSwitch.swiper-button-next2,.arrowSwitch.swiper-button-prev2{
    width: 50px;
    height: 50px;
    font-size: 20px;
    border-radius: 50px;
    background: #9E7C69;
}
.arrowSwitch.swiper-button-next:after,.arrowSwitch.swiper-button-prev:after,
.arrowSwitch.swiper-button-next2:after,.arrowSwitch.swiper-button-prev2:after{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
    color:#fff;
}
.arrowSwitch.swiper-button-prev:after,
.arrowSwitch.swiper-button-prev2:after{
    content: "\f054";
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.forYour_btn{
    margin-top:30px;
}
.pointBtn.swiper-pagination{
    transform: translateX(-50%);
    left: 50%;
}
.pointBtn.swiper-pagination span{
    margin:0 5px;
}
.pointBtn .swiper-pagination-bullet-active{
    background: #9E7C69;
}
.pointBtn .swiper-pagination-bullet{
    background: #9E7C69;
}
.swiperPlugIn{
    padding-bottom: 50px;
}
.swiperPlugIn .swiper-slide{
    overflow: hidden;
    height: auto;
    align-items: start;
    border-radius: 10px;
}
.swiper-container2 .swiperPlugIn .swiper-slide{
    background: #282422;
}
/*//swiper-slide*/
.rt_tearch_pic{
    text-align: center;
}
.default_color,.default_color:hover{
    background: #909090;
    cursor: unset;
}
.default_color.two,.default_color.two:hover{
    background: rgba(144,144,144,0.7);
}
.pointBtn.swiper-pagination{
    display: none;
}
.btnAndPrice .btn_length{
    width: auto;
    min-width: auto;
    max-width: 200px;
}

.tabs_list_wrap.topShow{
    position: fixed;
    width: 100%;
    top:72px;
    left:0;
    z-index: 666;
    background: rgba(73, 64, 58, 0.8);
}
.single_box{
    width: 14px;
    height: 14px;
    border-radius: 4px;
    border: 1px solid #979797;
}
.modal1-footer-btn12:hover,.modal1-footer-btn11:hover{
    color:#fff;
}
.fangkuang{
    padding:0;
    align-items: center;
}
.dropHigh{
    padding-top: 180px;
    margin-top:-180px;
}



.form-group input::-webkit-input-placeholder{ /*WebKit browsers*/
    color: #282422;
}
.form-group input::-moz-input-placeholder{ /*Mozilla Firefox*/
    color: #282422;
}
.form-group input::-ms-input-placeholder{ /*Internet Explorer*/
    color: #282422;
}
.modal-form-item11 .form-control:focus{
 box-shadow: none;
 border-bottom: 1px solid #49403A;
}
.white_bg_color,.white_bg_color:hover{
    background: #fff;
    font-size: 14px;
    font-weight: 600;
    color: #49403A;
    line-height: 20px;
    letter-spacing: 1px;
}
.cont_wrap{
    background: #49403A;
}
.allCourses_img{
    padding-bottom: 56%;
}
.other_btn{
    margin-top: 58px;
}
.to-right i,.to-left i{
    color:#E9D5CC;
}
.sets_wrap_cont{
    margin:8rem 0;
}
.tag_bg{
    position: relative;
}
.tags_title{
    position: absolute;
    width: 100%;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    text-align: center;
    padding:0 15px;
}
.tags_title h1{
    font-size: 10rem;
    font-family: DMSerifDisplay-Regular, DMSerifDisplay;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 13.8rem;
    text-shadow: 0px 2px 9px rgba(0, 0, 0, 0.5);
}
.tags_switch{
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:3rem 5rem;
}
.tags_switch .arrowBtn .fa,.tags_switch .arrowBtn{
    font-size: 3rem;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 4.2rem;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}
.tags_switch .arrowBtn:hover,.tags_switch .arrowBtn:hover .fa{
    color: rgba(255,255,255,.7);
}
.watch_Courses_Wrap{
    background: rgba(73, 64, 58, 0.5);
    padding:8rem 0 11rem;
}
.video_wrap{
    position: relative;
}
.myVideo{
    position: relative;
}
.video_btn_play{
    position: absolute;
    top:50%;
    left:50%;
    width: 12rem;
    height: 12rem;
    display: block;
    transform: translate(-50%,-50%);
    cursor: pointer;
}
.other_totur_item{
    /*padding-bottom: 110%;*/
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
    height: 430px;
    position: static;
}
.other_desc_info{
    position: absolute;
    width: 100%;
    left:0;
    bottom:0;
    padding:3rem 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(73, 64, 58, 0) 0%, #49403A 100%);

}
.other_desc_info img{
    height: 85px;
}
.other_desc_info h4 a{
    font-size: 30px;
    font-family: DMSerifDisplay-Regular, DMSerifDisplay;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 41px;
    text-shadow: 0px 2px 9px rgba(0, 0, 0, 0.5);
    height: 40px;
    overflow: hidden;
}
.other_desc_info p{
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
}
.con4{
    padding-top: 72px;
    margin-top: -72px;
}
.setPanelCont .inputGroupInfo{
    position: relative;
}
.setPanelCont .payment_header_name{
    position: absolute;
    width: 100%;
    left:0;
    top: -15px;
}
.setPanelCont .formControl{
    padding:0;
}
.language_group .form-control,.language_group .form-control:focus{
    box-shadow: none;
}
.language_group .form-control{
    font-size: 12px;
}
.boxBorder .form-control{
    /*很关键：将默认的select选择框样式清除*/
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;

    /*在选择框的最右侧中间显示小箭头图片*/
    background: url("../images/down@2x.png") no-repeat calc(100% - 10px) center;
    padding-right: 40px;
    background-size: 18px;
}
.boxBorder .form-control::-ms-expand {
    display: none;
}
.right_logo_info >li.search_li{
    padding-top: 2px;
}
.blog_banner_wrap .banner_cont{
    padding-bottom: 48%;
    position: relative;
}
.indicator-point-btn{
    right: 10rem;
    bottom: 30px;
    justify-content: flex-end;
    margin:0;
}
.indicator-point-btn li{
    width: 15px;
    height: 15px;
    background: #FFFFFF;
    border:none;
   border-radius: 15px;
    margin:0 15px;
}
.backBtn{
    font-size: 16px;
    line-height: 20px;
}
.payment_pannel{
    margin-bottom: 30px;
}
.ad-topics-select{
    background: rgba(73, 64, 58, 0.5);
}
.profileTxt{
    background: #49403A;
}

.adCourTitle{
    font-size: 43px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 48px;
    text-align: center;
    font-family: DMSerifDisplay-Regular, DMSerifDisplay;
}
.adCourTitle span{
    color:#E9D5CC;
}
.ad_splitLine{
    display: inline-block;
    width: 92px;
    height: 5px;
    background: #E9D5CC;
    margin:20px 0;
}
.ad_btn{
    display: inline-block;
    min-width: 194px;
    width: auto;
    font-size: 14px;
    font-weight: 600;
    color: #282422;
    line-height: 20px;
    padding: 1rem;
}
.ad_course_cont{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding:30px;
}



@media (min-width: 576px) and (max-width: 992px){
    .leftFingertip h1{
        text-align: left;
    }


}

@media (min-width: 1700px) {
    .blog_list_wrap .container{
        max-width: 1600px;
    }
}
@media (min-width: 992px) {
    .btn_length {
        width: 20rem;
        min-width: 150px;
    }
    .rt_course_list{
        padding-left: 30px;
    }
    .totur_text{
        margin-right: 25px;
    }
    .rt_tearch_pic{
        max-width: 450px;
        max-height: 450px;
        overflow: hidden;
    }
    .rt_tearch_pic img{
        width: 100%;
        height: auto;
        min-height: 100%;
        object-fit: cover;
    }
    .lt_tearch_cont p:first-child{
        height: 150px;
        overflow: hidden;
    }
    .leftFingertip{
        padding-right: 50px;
    }
}
@media (min-width: 2000px) {
    .totur_name_txt p{
        height: 80px;
        overflow: hidden;
    }
}
@media (max-width:1400px) {
    .arrowSwitch.swiper-button-next,.arrowSwitch.swiper-button-prev{
        display: none;
    }
    .pointBtn.swiper-pagination{
        display: block;
    }
}
@media (max-width:1200px) {
    .bottom_layer_pic{
        position: absolute;
        top:5%;
        left:15%;
        width: 70%;
        height: 90%;
    }
    .ad_conts_info .ad_txt{
        font-size: 24px;
        line-height: 28px;
    }
    .jumpLink {
        height: 350px;
    }
}
@media (max-width:1024px) {
    .banner_contInfo p{
        font-size: 16px;
        line-height: 22px;
    }
    .banner_contInfo h5{
        font-size: 18px;
        line-height: 25px;
    }
    .totur_name_txt h4{
        font-size: 24px;
        line-height: 30px;
        height: 30px;
    }
    .totur_name_txt p{
        font-size: 14px;
        line-height: 20px;
    }

}
@media (max-width:992px) {
    .coursesList .leftInfoCont{
        width: 100%;
        position: static;
        transform: none;
    }
    .rightTeacherCont{
        float: none;
        margin: 0 auto;
    }
    .rt_tearch_pic img{
        max-width: 300px;
        margin:0 auto;
    }
    .banner_txt >p{
        -webkit-line-clamp: 3;
    }
    .banner_txt h1{
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 15px;
    }
    .banner_txt >p{
        line-height: 24px;
    }

}

@media (max-width: 991px) {
    .btnAndPrice{
        margin-bottom: 50px;
    }

    .btnAndPrice .row{
        flex-direction: column;
    }
    .leftFingertip h1{
        font-size: 36px;
        line-height: 40px;
    }
    .rt_price{
        text-align: left;
        font-size: 28px;
    }

    .m-header-wrap .levelTwoMenu{
        font-size: 16px;
        padding: 5px 20px;
    }
    .bottom_layer_pic{
        display: none;
    }
    .outer-layer-box {
        padding-top: 46px;
    }
    .tags_modal_dialog .modal-content{
        margin-top: 40px;
    }
    .course_desc_cont{
        text-align: left;
    }
    .rt_tearch_pic{
        margin-bottom: 30px;
    }
    .searchBtn.show{
        transform:none !important;
        left:unset;
        right:0;
    }
    .search_li{
        position: relative;
    }
    .rt_totur_info{
        text-align: left;
    }
    .rt_totur_info{
        justify-content: flex-start;
    }
    .totur_text{
        order:12;
    }
    .totur_avator{
        order:1;
    }
    .totur_avator{
        margin-right: 3rem;
    }
    .rt_totur_info{
        margin-top:20px;
    }
    .aboutUs_related_cont{
        margin-top:10px;
    }
    .lt_tearch_cont p:first-child{
        height: 168px;
        overflow: hidden;
    }
    .tabsList li {
        margin: 0 10px;
    }
    .tabsList >li a {
        font-size: 18px;
    }
    .levelMenu img{
        max-width: 150px;
    }
    .tabs_list_wrap.topShow{
        position: fixed;
        width: 100%;
        top:41px;
        left:0;
        z-index: 666;
        background: rgba(73, 64, 58, 0.8);
    }
    .video_btn_play{
        width: 60px;
        height: 60px;
    }
    .con4 {
        padding-top: 42.31px;
        margin-top: -42.31px;
    }
    .dropHigh{
        padding-top: 104px;
        margin-top:104px;
    }
    .leftFingertip{
        padding:20px 0;
    }
    .leftFingertip h1 {
        font-size: 36px;
        line-height: 40px;
    }
    .banner_contInfo p{
        font-size: 14px;
    }
}
@media (max-width: 768px) {
    .banner_contInfo h5{
        font-size: 18px;
        line-height: 25px;
    }
    .banner_contInfo p {
        font-size: 14px;
        line-height: 18px;
    }
    .banner_btn{
        font-size: 16px;
        line-height: 22px;
    }
    .totur_name_txt h4{
        font-size: 20px;
        line-height: 30px;
        height: 30px;
        margin-bottom:10px;
    }
    .totur_name_txt p{
        font-size: 12px;
        line-height: 16px;
    }
    .lt_tearch_cont p:first-child{
        height: 100px;
    }
    .coursesTxt h3{
        font-size: 18px;
        line-height: 24px;
        height: 52px;
    }
}
@media (max-width: 767px) {
    .watchBtnTwo {
        margin-top: 50px;
    }
    .learnMore{
        width: 120px;
        height: 20px;
        line-height: 20px;
    }
    .coursesList .leftInfoCont,.likeCourseCont{
        width: 100%;
        transform: none;
    }
    .backBlock,.coursesList .leftInfoCont{
        position: unset;
    }
    .rightTeacherCont{
        width: 80%;
    }
    .bigTitle{
        font-size: 34px;
        line-height: 45px;
    }
    .tabsList >li a{
        font-size: 18px;
    }

    .banner_txt{
        left: 15px;
        width: calc(100% - 30px);
    }
    .blog_banner_wrap .slick-dots{
        bottom: 15px;
        right: 5px;
    }

    .tabsList li a{
        margin: 0 20px;
    }
    .tabsList >li a {
        font-size: 14px;
    }
    .tags_switch{
        padding: 15px 15px;
    }
    .tags_switch .arrowBtn .fa, .tags_switch .arrowBtn{
        font-size: 14px;
        line-height: 18px;
    }
    .tags_title h1{
        font-size: 30px;
    }
    .indicator-point-btn li{
        width: 9px;
        height: 9px;
        background: #FFFFFF;
        border:none;
        border-radius: 9px;
        margin:0 6px;
    }
    .indicator-point-btn{
        width: 100px;
        right: 30px;
        bottom: 20px;
        left: unset;
    }
    .other_totur_item{
        height: 250px;
    }
    .other_totur_item img{
        position: static !important;
        transform: unset !important;
    }
    .other_desc_info img{
        height: 50px;
    }
    .jumpLink {
        height: 250px;
    }
    .learnMore_relevant .container {
        flex-flow: wrap;
        justify-content: center;
    }
    .charge_cont{
        margin:0 0 20px;
    }
    .adCourTitle{
        font-size: 30px;
        line-height: 38px;

    }
    .ad_btn{
        padding: 5px;
        min-width: 150px;
    }
}
@media (max-width: 575px) {
    .mainTitle,.mainTitle.two{
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 12px;
    }
    .leftFingertip h1{
        font-size: 34px;
        line-height: 37px;
        margin: 17px 0;
    }
    .mainTitle.three{
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 18px;
    }
    .coursesTxt h3{
        height: 36px;
    }
    .coursesTxt h3{
        font-size: 14px;
        line-height: 18px;
    }
    .leftPart h4{
        font-size: 18px;
        line-height: 25px;
    }
    .topicsTxt{
        font-size: 14px;
    }
    .m-instruct-wrap{
        padding:20px 0 40px;
    }
    .topicsTxt,.makeUpList{
        margin-bottom: 24px;
    }
    .m-footer-wrap{
        padding: 60px 0 15px;
    }
    .lt_menu_list li {
        margin-bottom: 10px;
    }
    .m-copyRight{
        text-align: center;
    }
    .rt_price{
        font-size: 36px;
        line-height: 53px;
        margin-bottom: 20px;
    }

    .loginPops{
        width: 90%;
    }
    .topPart h1{
        font-size: 24px;
    }
    .underPart{
        padding:10px 15px 30px;
    }
    .signUp{
        margin-bottom: 10rem;
    }
    .underPart .promptTxt{
        margin-bottom: 15px;
    }
    .outlineBtn,.logIn_btn{
        border-radius: 3px;
    }
    .logIn_btn{
        padding: 5px 0;
    }
    .forPassTxt {
        margin-top: 5px;
    }
    .btn_clump{
        padding:20px 0 25px;
    }
    .setPanelCont{
        padding:15px;
    }
    .inputGroupInfo {
        margin-bottom: 20px;
    }
    .ad_title{
        font-size: 30px;
        line-height: 38px;
        padding:0 15px;
    }
    .rt_banner_cont h1{
        font-size: 22px;
        line-height: 30px;
    }
    .watch_btn,.reCours_watch_btn{
        font-size: 14px;
        margin-top: 18px;
    }
    .watch_btn{
        min-width: 200px;
        /*width: auto;*/
    }
    .rt_banner_cont .watch_btn{
        min-width: auto;
        width: auto;
    }
    .rt_banner_cont{
        padding:0 15px;
    }
    .viewMoreBtn{
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 10px;
    }
    .reCours_watch_btn{
        margin-bottom: 40px;
    }
    .tutorItem{
        margin-bottom: 15px;
    }
    .m-artists-wrap,.m-reCourses-wrap,.m-course-infoCont,.about_us_cont{
        padding:60px 0;
    }
    .m-artists-wrap h2{
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 30px;
    }
    .video_btn{
        width: 50px;
        height: 50px;
    }
    .your-course-cont:not(:last-child) {
        margin-bottom: 30px;
    }
    .name_txt img{
        max-width: 200px;
    }
    .jt_txt img{
        max-width: 200px;
    }
    .follow_watch_btn{
        font-size: 14px;
        line-height: 20px;
        margin-top: 7px;
        min-width: 150px;
    }
    .tabsList >li a{
        margin: 0;
    }
    .course_title h2 a,.listTitle.active,.course_card-body{
        padding:10px;
    }

    .course_length {
        margin-bottom: 25px;
    }
    .rt_viewMore_btn{
        font-size: 16px;
    }
    .top_title h2{
        font-size: 24px;
        line-height: 33px;
        margin:10px 0;
    }
    .top_title p{
        font-size: 18px;
        line-height: 25px;
    }
    .course_length h4, .course_cata h4{
        font-size: 20px;
        line-height: 28px;
    }
    .course_length p{
        font-size: 16px;
        line-height: 22px;
    }
    .coursesTxt {
        padding: 10px;
    }
    .coursesTxt h3{
        margin-bottom: 10px;
    }
    .allCourse_title {
        margin-bottom: 18px;
        font-size: 18px;
        line-height: 25px;
    }
    .courseTent,.course_plan_tent{
        margin-bottom: 30px;
    }
    .mainTitle {
        margin-bottom: 18px;
    }
    .m_likeTotur_wrap,.m-instruct-wrap, .m-courses-wrap,.m-topics-wrap,.m-ad-wrap,.m-courseLike-warp,
    .m_blogPost_wrap,.m_twoBlog_Wrap,.watch_Courses_Wrap{
        padding:60px 0;
    }
    /*.m-ad-wrap{*/
    /*    padding-top:0;*/
    /*}*/
    /*.m-ad-wrap.two{*/
    /*    padding-top:30px;*/
    /*}*/
    .btnAndPrice {
        margin-bottom: 0;
    }
    .leftFingertip ul{
        margin: 20px 0;
        padding: 0 20px;
    }
    .rt_tearch_pic img{
        max-width: 93px;
    }
    .rt_tearch_pic {
        margin-bottom: -45px;
    }
    .lt_tearch_cont{
        padding: 55px 22px 22px;
    }
    .banner_contInfo >h1{
        font-size: 23px;
        line-height: 33px;
    }
    .banner_contInfo h5{
        font-size: 12px;
        line-height: 18px;
    }
    .banner_contInfo p{
        font-size: 11px;
        line-height: 16px;
    }
    .btn_min_width {
        min-width: 230px;
    }
    .banner_btn{
        margin:15px auto 10px;
        min-width: 200px;
    }
    .m-banner-wrap img.banner_img{
        height: auto!important;
        min-height: 100%;
        object-fit: cover;
        padding-bottom: 70px;
    }
    /*.m-banner-wrap{*/
    /*    height: 250px;*/
    /*    overflow: hidden;*/
    /*}*/
    .ad_conts_info .ad_txt {
        font-size: 21px;
        line-height: 22px;
    }
    .ad_conts_info{
        padding: 25px 17px;
    }
    .totur_name_txt{
        padding: 20px 10px;
    }
    .totur_name_txt p{
        font-size: 12px;
        line-height: 17px;
        height: 34px;
        overflow: hidden;
    }
    .totur_name_txt h4{
        font-size: 21px;
        line-height: 21px;
        height: 30px;
        margin-bottom: 0;
    }
    .blog_cont_info {
        padding: 15px;
    }
    .blog_cont_info h4{
        height: 40px;
        margin-bottom: 7px;
    }
    .blog_cont_info h4 a{
        font-size: 14px;
        line-height: 18px;
    }
    .blog_read_btn{
        font-size: 14px;
        line-height: 13px;
    }
    .m_twoBlog_Wrap p{
        font-size: 15px;
        line-height: 27px;
        margin-bottom: 16px;
    }
    .ad_learn_more_btn{
        border-radius: 5px;
    }
    .rt_price,.leftFingertip h1{
        text-align: center;

    }
    .btnAndPrice .btn_length{
        margin:0 auto;
    }
    /*.jumpLink{*/
    /*    margin-bottom: 10px;*/
    /*}*/
    .totur_avator img {
        max-width: 80px;
    }
    .about_us_cont span:after{
        margin-top: 10px;
        font-size: 14px;
        margin-bottom: 20px;
    }
    .about_us_cont h1{
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    .about_us_cont p{
        font-size: 14px;
        line-height: 18px;
    }
    .cont_distance {
        margin-bottom: 10px;
    }
    .aboutUs_related_cont h2{
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 20px;
    }
    .list_cont li{
        font-size: 14px;
        line-height: 18px;
    }
    .left_price h3{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .left_price {
        margin-right: 30px;
    }
    .right_img li img{
        max-width: 100px;
    }
    .forYour_btn{
        margin-top:15px;
    }
    .jumpLink{
        height: 300px;
    }
    .blog_img{
        padding-bottom: 90%;
    }
    .blog_desc_img{
        padding-bottom: 95%;
    }
    .coursesImg .allCourBtn{
        width: 30px;
        height: 30px;
    }
    .ad_jump{
        margin-bottom: 20px;
    }
    .item_img {
        padding-bottom: 95%;
    }
    .lt_tearch_cont p {
        font-size: 14px;
        line-height: 24px;
    }
    .lt_tearch_cont p:first-child {
        height: 120px;
        overflow: hidden;
    }
    .banner_contInfo{
        /*background: rgba(0,0,0,.5);*/
        bottom:unset;
        height: 100%;
        top:0;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 0 10px;
    }
    .reCoursesList >li{
        font-size: 20px;
        line-height: 28px;
    }
    .loginPops{
        margin-top: 50px;
    }
    .forPassForm .form-group {
        margin-bottom: 30px;
    }
    .modal1-body13{
        font-size: 24px;
    }
    .modal1-body13{
        margin: 20px auto 50px;
    }
    .course_intro{
        margin-bottom: 25px;
    }
    .course_cata h4{
        margin-bottom: 5px;
    }
    .courTitle{
        font-size: 14px;
        padding: 2px 10px;
        line-height: 20px;
    }
    .m_comment_wrap .con4-font1{
        font-size: 24px;
    }
    .con4-input {
        margin-top: 0;
    }
    .rt_totur_info{
        margin-bottom: 20px;
    }

    .blog_load_morn_btn{
        border-radius: 5px;
        min-width: 230px;
        padding:10px;
    }

    .banner_txt h1 a{
        font-size: 30px;
        line-height: 36px;
    }
    .tags_switch {
        padding: 10px 15px;
    }
    .other_desc_info{
        padding: 15px;
    }
    .left_price .watchNow_btn{
        font-size: 14px;
    }
    .left_price .watchNow_btn{
        min-width: 120px;
    }
    .sets_wrap_cont {
        margin: 40px 0;
    }
    .about_us_cont span{
        font-size: 14px;
    }
    .list_cont li span{
        font-size: 12px;
    }

    /*mobile*/
    .brown_line{
        width: 53px;
        height: 2px;
    }
    .ad_learn_more_btn{
        padding:7px;
    }
    .m-instruct-wrap{
        padding-top:60px;
    }
    .coursesImg{
        height: 100px;
    }

    .tags_type{
        font-size: 11px;
        line-height: 16px;
        padding: 0px 5px;
        margin:0;
    }
    .course_tags a{
        height: auto;
        margin-right: 4px;
        font-size: 12px;
        white-space: nowrap;
        line-height: 16px;
        padding: 2px 5px;
    }
    .course_tags {
        margin-bottom: 10px;
        display: flex;
        flex-flow: wrap;
    }
    .bottomTxt{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .bottomTxt span{
        margin:0;
    }
    .mainTitle.two{
        width: 80%;
        margin: 0 auto 12px;
    }
    .itemTag {
        margin-bottom: 15px;
    }
    .topicsItem {
        padding: 18px 25px;
        border-radius: 8px;
    }
    .leftImgTop{
        padding:0;
    }

    .social_title,.download_title{
        text-align: center;
    }
    .download_item{
        display: flex;
        justify-content: space-between;
    }
    .social_item span{
        display: none;
    }
    .social_list,.lt_menu_list{
        display: flex;
        justify-content: space-around;
    }
    .social_list{
        width: 75%;
        margin: 0 auto;
    }
    .m-footer-wrap .footerMenuList{
        font-size: 16px;
        line-height: 22px;
    }
    .social_item img{
        margin-right:0;
        width: 33px;
    }
    .social_item{
        margin-bottom: 0;
    }
    .social_title, .download_title{
        margin-bottom: 15px;
    }
    .social_content,.download_content{
        margin-top:45px;
    }
    .blog_fingertip {
        padding: 0 15px 60px;
    }
    .bottom_blog_info >h4 a{
        font-size: 14px;
        line-height: 18px;
    }
    .bottom_blog_info >h4{
        height: 38px;
    }
    .bottom_blog_info >p{
        font-size: 12px;
        line-height: 16px;
    }
    .bottom_blog_info >p {
        height: 50px;
        overflow: hidden;
    }
    .blog_item_btn{
        font-size: 14px;
        line-height: 13px;
    }
    .blog_tags a{
        font-size: 11px;
        line-height: 16px;

    }
    .blog_load_morn_btn{
        font-size: 14px;
        line-height: 20px;
    }
    .middle_blog_cont{
        padding:35px 0 80px;
    }
    .blog_item{
        margin-bottom:15px;
    }
    .bottom_blog_info {
        padding: 12px 10px 15px;
    }
    .bottom_blog_info >h4{
        margin-bottom: 7px;
    }
    .bottom_blog_info >p{
        margin-bottom: 10px;
    }
    .blog_tags{
        display: flex;
    }
    .blog_tags a{
        padding: 3px 5px;
        margin-right: 3px;
        white-space:nowrap;
    }
    .blog_banner_wrap .banner_cont{
        padding-bottom: 100%;
    }
    .banner_txt h1 a{
        font-size: 16px;
        line-height: 22px;
    }
    .banner_txt >p{
        font-size: 12px;
        line-height: 19px;
    }
    .banner_tags a{
        font-size: 13px;
        line-height: 17px;
    }
    .banner_read_btn{
        font-size: 14px;
        line-height: 20px;
    }
    .banner_txt h1{
        margin-bottom: 6px;
    }
    .banner_txt{
        padding:15px;
    }
    .white_undline{
        width: 83px;
        height: 2px;
        background: #FFFFFF;
    }
    .indicator-point-btn {
        width: 100px;
        right: 30px;
        bottom: 20px;
        left: unset;
    }
    .lt_blog_title{
        font-size: 26px;
        line-height: 37px;
        margin-bottom: 30px;
    }
    .blog_cont_info p{
        font-size: 12px;
        line-height: 16px;
        height: 50px;
    }
    .other_desc_info h4 a{
        font-size: 14px;
        line-height: 20px;
    }
    .other_desc_info p{
        font-size: 11px;
        line-height: 16px;
        text-align: center;
    }
    .other_desc_info img{
        height: 40px;
    }
    .tabsList >li.active {
        border-bottom: 3px solid #fff;
    }
    .toturCourseInfo a{
        font-size: 14px;
        line-height: 20px;
        padding:2px 10px;
    }
    .course_card-body{
        font-size: 14px;
        line-height: 23px;
    }
    .blog_txt_info h6{
        font-size: 13px;
        line-height: 18px;
        height: 40px;
    }
    .totur_banner_wrap img.totur_img{
        padding-bottom: 120px;
    }
    .totur_bref_info{
        padding: 8rem 0 40px;
    }
    .other_totur_item{
        height: 200px;
    }
    .lt_courDesc h2{
        font-size: 30px;
        line-height: 43px;
    }
    .lt_courDesc p{
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .totur_text h4 a{
        font-size: 20px;
        line-height: 25px;
    }
    .totur_text p{
        font-size: 14px;
    }
    .cour_btn{
        font-size: 14px;
        line-height: 18px;
        border-radius: 3px;
        padding: 5px 10px;
    }
    .totur_text{
        margin-left: 10px;
    }
    .plan_cour_cont h4{
        padding: 10px;
    }
    .courPlanCard h2 a{
        font-size: 16px;
        line-height: 20px;
    }
    .video_txt p{
        margin-bottom: 10px;
    }
    .boottom_courTags{
        margin-bottom: 30px;
    }
    .jt_txt{
        font-size: 15px;
        line-height: 21px;
        margin-bottom: 18px;
    }
    .name_txt{
        font-size: 32px;
        line-height: 37px;
    }
    .teacherTxt h3{
        font-size: 16px;
        line-height: 20px;
        height: 22px;
    }
    .m-selectCourse-wrap h2{
        font-size: 18px;
        line-height: 25px;
        padding: 8rem 0 18px;
    }
    .tab-list a{
        font-size: 14px;
        line-height: 20px;
        padding: 3px 15px;
    }
    .rt_course_list h3 a{
        font-size: 24px;
        line-height: 33px;
    }
    .rt_course_list h3{
        height: auto;
        margin-bottom: 3px;
    }
    .video_relate{
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 12px;
    }
    .course_desc_cont{
        font-size: 16px;
        line-height: 22px;
    }
    .bigTitle {
        font-size: 28px;
        line-height: 35px;
    }
    .makeUp_course_list{
        padding:50px 0;
    }
    .allCourse_item{
        margin-bottom: 15px;
    }
    .ad_course_cont{
        padding: 15px;
    }
    .adCourTitle {
        font-size: 28px;
        line-height: 36px;
    }
}
@media (max-width: 450px) {
    .forPassTxt .form-check-input{
        margin-top: 1.3rem;
    }
}
@media (max-width: 320px) {
    .ad_conts_info .ad_txt {
        font-size: 16px;
        line-height: 19px;
    }
}



