

* {outline: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; margin: 0; padding: 0; }
html {-webkit-text-size-adjust: 100%; font-weight: 400;}
body {padding: 0;margin: 0 auto;font-size: 16px; color: #666;font-family: system-ui, -apple-system, arial, sans-serif; font-weight: normal;
    -webkit-text-size-adjust: none;
    /*取出点击出现半透明的灰色背景*/
    -webkit-tap-highlight: rgba(0,0,0,0);
    /*控制内容的可选择性*/
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

section{ width: 100%; margin: 0; padding: 0;}
input[type="button"],
input[type="submit"],
input[type="reset"] {-webkit-appearance: none;}
textarea { resize: none; /* 禁止用户手动拖动调整大小 */  } 
.ul,
.ul li{list-style: none;}
table {border-collapse: collapse;border-spacing: 0}
table td {border-collapse: collapse;}
select, input, textarea {font-size: .16rem;color: #333;border-radius: 0;-webkit-border-radius: 0;font-family: arial, sans-serif; }
img{border: none;max-width: 100%;vertical-align: middle;}
a {color: #000;text-decoration: none;noline:-webkit-tap-highlight-color:rgba(0,0,0,0);/* 去掉链接触摸高亮 */}
a:hover {color: #504240;text-decoration: none;}
/* a:focus {color: #000;outline: none;-moz-outline: none;}
a:active {color: #000;} */
pre{
    white-space:pre-wrap;
    white-space:-moz-pre-wrap;
    white-space:-pre-wrap;
    white-space:-o-pre-wrap;
    word-wrap:break-word;
    margin:0;
    font-family: arial, sans-serif;
    text-align:justify;
    text-justify:inter-ideograph;
}


.clear {clear: both;height: 0px;overflow: hidden;zoom: 0;}
.clearfix {*zoom:1;}/*IE/7/6*/
.clearfix:after { content:""; display:block; height:0; clear:both; }

.dot{display: block;white-space: nowrap; text-overflow: ellipsis;overflow: hidden;}
/*多行文本省略号*/
.dot2,
.dot3,
.dot4,
.dot5{ display:-moz-box;display:box;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;word-break: break-word;-webkit-box-orient: vertical;}
/*2行文本省略号*/
.dot2 {-webkit-line-clamp: 2;}
/*3行文本省略号*/
.dot3 {-webkit-line-clamp: 3;}
/*4行文本省略号*/
.dot4 {-webkit-line-clamp: 4;}
/*5行文本省略号*/
.dot5 {-webkit-line-clamp: 5;}
.Ispic{ background-repeat:no-repeat; background-position:center center; background-size:cover;}
.Isimg{ position: absolute; left: 50%; top: 50%; max-width: 100%; max-height: 100%; transform: translate(-50%,-50%); transition: all .5s ease-in-out;}
.Isimg_2{ position: absolute; left: 0; top: 0; width: 100%;height: 100%; transition: transform .8s ease-in-out;}
/*:before,
:after{ position:absolute; content:'';}*/
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.fl{ float: left;}
.fr{ float: right;}
.center{ text-align: center;}




.ytable{ display: table; width: 100%; table-layout: fixed;}
.ytable_cell{ display: table-cell; vertical-align: middle;}

.Iscover{ background-repeat: no-repeat; background-position: center; background-size: cover;}
.Iscontain{ background-repeat: no-repeat; background-position: center; background-size: contain;}

select {
    /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
    border: solid 1px #000;
    /*很关键：将默认的select选择框样式清除*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*在选择框的最右侧中间显示小箭头图片*/
    background: url(../images/select.svg) no-repeat scroll 98% center transparent;
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    padding-right: 14px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
    display: none;
}

.w1680{ max-width:16.8rem; margin: 0 auto; width: 92%;}
.w1600{ max-width:16rem; margin: 0 auto; width: 88%;}
.w1300{ max-width: 13rem; margin: 0 auto; width: 92%;}
.w1280{ max-width: 12.8rem; margin: 0 auto; width: 92%; }
.w1200{ max-width: 12rem; margin: 0 auto; width: 92%; }
.w1440{ max-width: 14.4rem; margin: 0 auto; width: 92%; }
.w1000{ max-width: 10rem; margin: 0 auto; width: 92%; }

.w1680{ max-width:1680px;}
.w1600{ max-width:1600px;}
.w1280{ max-width: 1280px;}
.w1200{ max-width: 1200px;}
.w1440{ max-width: 1440px;}
.w1300{ max-width: 1300px;}
.w1000{ max-width: 1000px;}


/* 设置滚动条的样式 */
.scroll{ overflow-y: auto;}
.scroll::-webkit-scrollbar {
    width: 3px;height: 3px;
}
/* 滚动槽 */
.scroll::-webkit-scrollbar-track {
    -webkit-box-shadow:inset006pxrgba(0,0,0,0.3);
    border-radius:10px;
    background: #e9e9e9;
}
/* 滚动条滑块 */
.scroll::-webkit-scrollbar-thumb {
    border-radius:10px;
    background:#504240;
}
i,em{ font-style: normal;}



.Pages{ text-align:center; padding: .5rem 0; display: flex; align-items: center; justify-content: center; }
.Pages .p_cur,
.Pages .p_count,
.Pages .p_total,
.Pages .p_jump{ display:none;}
.Pages em{  font-style:normal; display: inline-flex; flex-flow: row wrap; margin: 0 .05rem;}
.Pages a{ font-size: .14rem; display: inline-flex; align-items: center; vertical-align: bottom; justify-content: center; min-width: .48rem; height:.48rem; line-height: .48rem; background-color: #eeeeee;   margin: 0 .03rem; color: #777777;}
.Pages a:hover,
.Pages a.a_cur{ color:#fff; background-color: #504240;}
.Pages .a_prev,
.Pages .a_next{ padding: 0; font-family: serif; font-weight: bold; color: #81848f; position: relative; width: .8rem; }
.Pages .a_prev::before,
.Pages .a_next::before{ position: absolute; content: ''; width: .11rem; height: .13rem; background: url(../images/arrow_1_on.svg) no-repeat center; background-size: contain; }
.Pages .a_prev::before{ background-image: url(../images/arrow_2.svg);}
.Pages .a_prev:hover::before,
.Pages .a_next:hover::before{ filter: brightness(0) invert(1);}
.bg_eee .Pages a{ background-color: #fff;}
.bg_eee .Pages a.a_cur,
.bg_eee .Pages a:hover{ color:#fff; background-color: #504240;}
@media  (max-width: 640px){
	.Pages a{  font-size: .18rem; }
    .Pages em{ margin: 0;}
    .Pages .a_prev,
    .Pages .a_next{ margin: 0; width: .5rem;}
}


.mianContent{ padding: 4% 0;}
.txt_right{ text-align: right;}

@media  (max-width: 640px){
    .custom-alert{ max-width:100%}
    .custom-alert iframe{border: 0;  max-width: 100%;  height: 80vh;  margin: 0;  padding: 0; display: block;}
}
.aboutBox .pic_player video{ max-width: 100%; height: auto!important;}


.map_box .title_box {
  position: relative;
}
.map_box .title_box::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  height: 1px;
  background-color: #504240;
  width: calc(100% - (100% - 0.2rem * 5) / 7);
}
.map_box .title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #504240;
  padding: 0.1rem;
  border-radius: 0.05rem;
  position: relative;
}
.map_box .item {
  width: calc((100% - 0.2rem * 5) / 7);
}
.map_box .item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  padding: 0.1rem;
  border-radius: 0.05rem;
  position: relative;
  color: #504240;
  background-color: #cccccc;
  margin-top: 0.2rem;
}
.map_box .item a::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  width: 1px;
  height: 0.2rem;
  background-color: #504240;
}
.map_box .item .bg {
  color: #fff;
  background-color: #504240;
}
.map_box .item i {
  display: inline-flex;
  width: 0.11rem;
  height: 0.13rem;
  background: url(../images/arrow_2.svg) no-repeat center;
  background-size: contain;
  margin-left: 0.1rem;
  flex-shrink: 0;
  transform: rotate(180deg);
}
@media screen and (max-width: 750px), screen and (max-width: 900px) and (max-height: 500px) {
  .map_box .title_box::before {
    width: calc(100% - (100% - 0.4rem * 5) / 7);
  }
  .map_box .item {
    width: calc((100% - 0.4rem * 5) / 7);
  }
  .map_box .item a {
    writing-mode: tb-rl;
  }
  .map_box .item i {
    transform: rotate(270deg);
    margin-left: 0;
    margin-top: 0.1rem;
  }
  .map_box .item .bg {
    color: #504240;
    background-color: #cccccc;
  }
}
.list_swiper .page_btns{ position: relative; z-index: 1;}
@media screen and (min-width: 751px) and (min-height: 501px) {
  .m_list_swiper,
  .m_location,
  .m_table_list,
  .m_notesBanner,
  .m_show,
  .m_header_location,
  .m_bannerSwiper,
  .m_flex_block,
  .m_search,
  .m_index_icon,
  .m_footer_price{ display: none!important;}
}

.m_bannerSwiper{
  overflow: hidden;
}


/* 20260310 */
.input202603101421 .el-textarea__inner{
  border-radius: 0;
  border: 1px solid transparent!important;
  box-shadow: none;
}
.input202603101421.ff .el-textarea__inner{

}
@media screen and (min-width: 751px) and (min-height: 501px) {
.input202603101421.ff .el-textarea__inner,
.input202603101421 .el-textarea__inner{
  min-height: .4rem;
  font-size: .16rem!important;
  line-height: .22rem!important;
  padding: .09rem .15rem!important;
}
}

.videoMain_zb .textwarp .box{padding: .4rem;}
@media screen and (max-width: 750px), screen and (max-width: 900px) and (max-height: 500px) {
.course_list .item_course .pic{
  padding-top: 1.6rem;
  flex-shrink: 0;
  width: 2.2rem;
}
.course_list .item_course .textwarp{
  flex: 1;
  min-width: 0;
}
.aboutBox .pic_player {
  height: 0!important;
  padding-bottom: 58%;
  position: relative;
}
.aboutBox .prism-player{
  left: 0;
  top: 0;
  position: absolute!important;
}

.m_flex_comment{padding-bottom: .2rem!important;padding-top: .2rem!important;}

.member_ul .el-textarea__inner{font-size: .28rem!important;}

.el-form-item__error{font-size: .20rem!important;}

.el-message__content{font-size: .20rem!important;line-height: 1.5!important;}

.Login_Copyright{height: 1.5rem!important;opacity: 0!important;padding: 0!important;}
.aboutMain{padding: .5rem .3rem!important;}

.m_header_title{
  padding: .43rem 0 .3rem!important;
}

.form_ul .el-input__inner{
  height: 40px!important;
  line-height: 40px!important;
}
.el-select-dropdown__list .el-select-dropdown__item{
  font-size: .26rem!important;
  height: 40px!important;
  line-height: 40px!important;
  font-weight: normal!important;
  max-height: 60vh;
}

.ChooseCoupon dd .item_a{font-size: .2rem!important;}

.payment_item_two .zf_list li{padding: .3rem!important;}
.payment_item_two .zf_list li .check{display: none!important;}
.payment_item_two .zf_list li.mb30  .pay_img{gap: .2rem!important;}
.payment_item_two .zf_list li.mb30  .pay_img img{width: auto!important;max-height: .7rem!important;}

.vip_box_item .payment_right_two li > div{padding-right: 0!important;}
.vip_box_item .payment_right_two li .check{display: none!important;}
.vip_box_item .payment_right_two li .pay_img{gap: .2rem!important;}
.vip_box_item .payment_right_two ul li .pay_img img{width: auto!important;max-height: .7rem!important;}

.MyOrder_item .content .right .btn_bg_wap{color: #fff!important;}

.qui_backtop{position: fixed;bottom: 1.6rem;right: .3rem;width: .82rem;height: .82rem;border-radius: 50%;background: rgba(255,255,255,0.75) url(../images/arrow_2.svg) no-repeat center;background-size: auto .32rem;transform: rotate(90deg);box-shadow: 0 0 .2rem rgba(0,0,0,0.2);cursor: pointer;display: none;z-index: 10;}

.setmenu .item{border: 0!important;}
.setmenu .item.on{background: #504240;border-color: #504240;color: #fff;}

.custom-msgbox .el-message-box__status.el-icon-warning{position: relative;width: 0.72rem;height: 0.72rem;}
.custom-msgbox .el-message-box__status.el-icon-warning::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/fuhao.svg) center no-repeat;
  background-size: contain;
}

.MyOrder_info_shop{padding-top: .3rem;}

.m_header_location{z-index: 10;}

/* .qui_zhibo_page .live_course_list .item_course .pic{width:100%;padding-top: 1.6rem;} */
.qui_zhibo_page .live_course_list .item_course .box{flex-direction: column;}

.bookList{gap: .2rem!important;}

.submitOrder_txt2 .yhq_con .tit{width: auto;color: #888;}
.yhq_con .ChooseCoupon{width: auto;margin: 0!important;}

.submitOrder_txt2.submitOrder_txt2222 dl{
  align-items: center;
}
.submitOrder_txt2.submitOrder_txt2222 dt{
  width: auto;
}
.submitOrder_txt2.submitOrder_txt2222 dd{
  width: auto;
}
.submitOrder_txt2.submitOrder_txt2222{font-size: .20rem;}
.submitOrder_txt2.submitOrder_txt2222 .f24{font-size: .32rem!important;}

.noData{
  width: 100%;
  padding-top: 3rem!important;
  background:#fff url(../images/empty.png) top center no-repeat;
  border-radius: .2rem;
  background-size: auto 2.4rem;
  color: #999;
  text-align: center;
  margin: .3rem 0 .3rem;
  padding-bottom: .6rem!important;
}

.videoMain_zb .zb_lt .top .ul{padding-top: .2rem!important;}
.videoMain_zb .zb_lt{padding-bottom: .2rem!important;}

.m_videoMain_zb .zb_lt .top li:last-child{margin-bottom: 0!important;}

.input202603101421 .el-textarea__inner{background: transparent; font-size: .28rem!important; padding-top: 0!important; padding-bottom: 0!important; height: .6rem; line-height: .6rem;  }
.input202603101421.ff .el-textarea__inner{background: #fff;}
.input202603101421.ff .el-textarea__inner{
  min-height: .6rem!important;
  font-size: .22rem!important;
  line-height: .42rem!important;
  padding: .09rem .15rem!important;
}

.m_videoMain_zb .zb_lt .flexInputbox .all_btn{height: .6rem!important; line-height: .6rem!important;}

.vip_info_menu li .icon{position: relative;}
.hasRed{position: absolute;right: -0.1rem;top: 0;width: .12rem;height: .12rem;border-radius: 50%;background-color: red;z-index: 10;font-size: 0;}

.qui_nav_topboxHHH{height: 1rem;}
.qui_nav_topbox{position: fixed;top: 0;left: 0;z-index: 10;width: 100%;min-height: 1rem;margin: 0!important;background: #fff;}
.qui_hidetop .header{display: none!important;}

.video_info .ny_line2{border: 0!important;margin-bottom: .1rem!important;}

.prism-player .prism-big-play-btn{margin: 0!important;}
.prism-player .prism-big-play-btn .outter{display: none!important;}

.quitipstipstips{
  flex: 1;
  min-width: 0;
  text-align: center;
}

.el-button{font-size: .24rem;}
.memberMain .member_ul_grzl .flex_box_img::after{transform: rotate(45deg) translate(0,-50%)!important;}
.el-select .is-focus .el-input__inner{color: #504240!important;}

.open_addBox .li_btnbox{padding: .3rem!important;}
.open_addBox .flexbox{padding-top: 0!important;}

.m_location_list .btn_back::before{display: none!important;}
.m_location_list a img{object-fit: contain!important;}

.m_notesBanner .notesText .text *{font-size: .26rem!important;margin: 0!important;padding: 0!important;line-height: 1.5!important;}

.m_dialog .dialog-card .list{justify-items: start;}
.m_dialog .dialog-card .list .item{min-width: 1.6rem;line-height: 1.2!important;width: auto!important;padding: 0 .2rem!important;white-space: nowrap;}

.m_grid_index_box img{width: auto!important;height: auto!important;object-fit: contain!important;max-height: .4rem!important;}


.payment_item dd .on .title{color: #c5c2c2;}
.payment_item dd .on .des{color: #c5c2c2;}
.payment_item dd .yhq_list .left{padding-left: 0.4rem;}
.payment_item .yhq_list .on .box{border: 0!important;}

.ChooseCoupon dd{left: auto;right: 0;width: 100%;box-shadow: 0 0 .2rem rgba(0,0,0,0.2);top: calc(100% + .2rem)!important;z-index: 999;}
.yhq_con .ChooseCoupon{width: 3rem!important;}
.confirmCart .submitOrder_txt2 .yhq_con dt{width: 100%;}
.ChooseCoupon dt{font-size: .22rem!important;}

.quifs32{font-size: .32rem!important;}

.m_videoMain_zb .zb_lt{height: auto!important;}

.m_videoMain_zb .zb_lt .flexInputbox{padding: .3rem!important;}

.m_header_locationHHH{height: .88rem!important;opacity: 0!important;}
.qui_wap_fixed,
.m_location_wap,
.m_header_location{position: fixed!important;z-index: 999;width: 100%;top: 0;background: #fff;left: 0;min-height: .88rem!important;border: 0!important;}

.wapHidden{display: none!important;}

.Main_bg_wap .ny_title .m_header_location{padding: .26rem .3rem!important;}
.Main_bg_wap .ny_title .m_header_location .ny_title_search{right: .3rem!important;}
.Main_bg_wap .ny_title .m_header_location .backIcon{left: .3rem!important;}

.m_flex_block{padding: .3rem!important;}

.wapT30{padding-top: .3rem!important;}

}
@media screen and (min-width: 751px) and (min-height: 501px) {
  .more.mt50.flex_jc{display: none!important;}
}