html,
body {
  background-color: #f7f2ef;
  font-family: "苹方";
}

[v-cloak] {
      display: none;
    }

body {
  max-width: 768px;
  margin: auto;
}

input {
  border-radius: 0px !important;
}

header {
  height: 50px;
  width: 100%;
}

article {
  min-height: calc(100vh - 71px);
}

.header_view,
.header_bg {
  height: 100%;
  width: 100%;
}

.header_view {
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
}

.header_bg {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  width: calc(100% - 40px);
}

.logo_img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.logo_img img {
  height: 30px;
}

.box_bn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 22px;
  height: 14px;
}

.box_bn span {
  width: 100%;
  height: 3px;
  border-radius: 50px;
  background-color: #000;
  display: block;
}

.header_mu {
  display: flex;
}

.search,
.user_indx {
  height: 22px;
  width: 22px;
  cursor: pointer;
}

.search {
  margin-right: 20px;
}

.search img,
.user_indx img {
  width: 100%;
  height: 100%;
}

.fenge_box {
  height: 10px;
}

.session {
  border-top: 1px solid #cecece;
  /*border-bottom: 1px solid #cecece;*/
}

.vd_info {
  display: flex;
  justify-content: space-between;
}

.vd_val {
  padding: 15px 20px;
  width: calc(66.66% - 40px);
}

.vd_tit {
  position: relative;
  margin-bottom: 12px;
}

.vd_tit h4 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  /*text-decoration: underline;*/
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.vd_actor {
  margin-bottom: 12px;
}

.vd_actor p {
  font-size: 13px;
}

.vd_data p {
  letter-spacing: 1px;
  color: #7b7877;
}

.vd_open {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0;
  top: 0px;
  display: none;
}

.vd_set {
  width: 33.33%;
  border-left: 1px solid #cecece;
}

.bg_tiao {
  height: 25px;
  background-color: #e5e5e5;
}

.vd_set_box {
  height: calc(100% - 25px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.vd_set_box a {
  margin: 0 12px;
}

.vd_set_box a {
  /*text-decoration: underline;*/
  font-size: 13px;
}

.vd_bg {

}

.video {
  /*height: 100%;*/
  width: 100%;
}

.video-js .vjs-tech {
    object-fit: contain;
}

.video .my-video-dimensions {
  width: 100%;

}

.index_vd {
  margin-bottom: 22px;
}

.column_tit {
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #cecece;
  border-left: none;
  border-right: none;
  /*border-top: none;*/
}

.column_tit_null {
  background-color: #e5e5e5;
  width: 90px;
  height: 100%;
}

.column_tit_val,.column_tit_val2 {
  padding-right: 24px;
  padding-left: 24px;
}

.column_tit_val span:first-child{
  font-size: 13px;
  color: #7b7877;
}

.column_tit_val span:last-child{
  margin-left: 7px;
  font-size: 14px;
  font-weight: 600;
}

.column_tit_val2 span:first-child{

  font-size: 14px;
  font-weight: 600;
}

.column_tit_val2 span:last-child{
  margin-left: 7px;
  font-size: 13px;
  color: #7b7877;
}


.index_swi {
  padding: 20px 32px;
  position: relative;
  margin-bottom: 35px;
}

.index_swi_bg {
  position: absolute;
  height: calc(100% - 40px);
  width: calc(100% - 64px);
  background-color: #fff;
  left: 40px;
  top: 28px;
}

.index_swiper {
  height: 105px;
}

.index_swiper .swiper-slide img {
  width: 100%;
  min-height: 100%;
  height: 100%;
}

.index_swiper_page {
  right: 22px;
  bottom: -15px;
}

.index_swiper_page .swiper-pagination-bullet {
  margin-left: 5px;
  width: 15px;
  height: 5px;
  border-radius: 0;
  background-color: #cecece;
}

.index_swiper_page .swiper-pagination-bullet-active {
  background-color: #f4553a;
  width: 25px;
}

.vd_list {
  padding: 0 38px;
  border-top: 1px solid #cecece;
}

.vd_li {
  padding: 30px 5px;
  border-bottom: 1px solid #cecece;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vd_li:hover .vd_li_val {
    color: #f4553a;
}

.vd_li:last-child {
  border-bottom: none;
}

.vd_img {
  height: 80px;
  width: 145px;
  box-shadow: 0 3px 3px 0px #d5ccca;
  position: relative;
  z-index: 5;
}

.vd_img img {
  height: 100%;
  width: 100%;
  z-index: 5;
}

.vd_li_val {
  width: calc(100% - 145px);
  margin-left: 18px;
  text-align: left;
}

.vd_li_tit {
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.vd_li_info {
  font-size: 12px;
  color: #7b7877;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

footer {
  height: 20px;
  border-top: 1px solid #cecece;
}

.foot_null {
  float: right;
  height: 20px;
  width: 45px;
  background-color: #e5e5e5;
}

.box_active span {
  background-color: #f4553a;
}

.menu_view {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 33px 0 33px;
}

.menu_view .menu_li {
  position: relative;
}

.menu_view .menu_li:nth-child(3)::after {
  display: none;
}

.menu_view .menu_li::after {
  content: "";
  width: 1.5px;
  height: 16px;
  background-color: #000;
  display: block;
  position: absolute;
  right: -25px;
  top: 0;
  transform-origin: top;
  transform: translateY(50%) rotateZ(20deg);
}

.menu_view .menu_li:last-child::after {
  content: none;
}

.menu_li h4 {
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
}

.menu_li p {
  font-size: 12px;
  color: #7b7877;
}

.menu_vd_list {
  border-top: none;
}

.menu_active h4 {
  color: #f4553a;
}

.menu_active p {
  color: #f4553a;
}

.vd_bg_img_one {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  top: 3px;
  left: -3px;
  z-index: -1;
  box-shadow: 0 3px 3px 0px #d5ccca;
}

.vd_bg_img_two {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  top: 6px;
  left: -6px;
  z-index: -2;
  box-shadow: 0 3px 3px 0px #d5ccca;
}

.menu_foot_view {
  padding: 30px 0;
}

.menu_foot_li {
  text-align: right;
}

.menu_foot_li h4 {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  line-height: 37px;
  border-bottom: 1px solid #cecece;
}

.menu_foot_li span {
  display: inline-block;
  width: 82px;
  margin-left: 7px;
  font-weight: 400;
  font-size: 13px;
  color: #7b7877;
  text-align: left;
}

.reg_form {
  padding: 50px 0;
}

.reg_form_bg {
  width: 200px;
  height: 400px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: auto;
}

.reg_form_li {
  width: 100%;
  margin-bottom: 15px;
}

.reg_form_tit h4 {
  font-size: 16px;
  font-weight: 600;
}

.reg_form_tit span {
  font-size: 13px;
  color: #7b7877;
  font-weight: 400;
  margin-left: 7px;
}

.reg_form_inp {
  position: relative;
}

.reg_form_inp input {
  background-color: transparent;
  border: none;
  width: 100%;
  line-height: 30px;
  height: 30px;
  border-bottom: 1px solid #cecece;
}

.reg_form_inp a {
  position: absolute;
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-weight: 600;
  right: 0;
  bottom: 0;
  text-decoration: underline;
}

.reg_form_bn {
  text-align: center;
  padding: 35px 0;
}

.reg_form_bn a {
  font-size: 16px;
  text-decoration: underline;
  font-weight: 600;
}

.reg_form_bn p {
  color: #7b7877;
  font-size: 13px;
}

.reg_set {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
}

.reg_set p {
  width: 2px;
  height: 16px;
  background-color: #000;
  transform: rotateZ(20deg);
}

.reg_set h4 {
  font-size: 15px;
  font-weight: 600;
}

.reg_set h4 span {
  font-size: 13px;
  color: #7b7877;
  font-weight: 500;
  margin-left: 5px;
}

.user_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #cecece;
  height: 68px;
}

.user_info_tit {
  width: calc(30% - 40px);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
  background-color: #e5e5e5;
}

.user_info_tit h4 {
  font-size: 15px;
  margin-bottom: 3px;
}

.user_info_tit p {
  font-size: 12px;
  color: #7b7877;
  line-height: 14px;
}

.user_info_name {
  width: 74%;
  text-align: center;
}

.user_info_name h4 {
  font-weight: 600;
  font-size: 16px;
}

.user_info_name span {
  font-size: 15px;
  color: #7b7877;
  margin-left: 7px;
  font-weight: 500;
}

.user_fun {
  padding-top: 30px;
}

.user_fun_set {
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
}

.user_fun_set p {
  width: 2px;
  height: 16px;
  background-color: #000;
  transform: rotateZ(20deg);
}

.user_fun_set h4 {
  font-size: 12px;
  color: #7b7877;
  font-weight: 500;
}

.user_fun_set span {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  margin-left: 0;
  margin-right: 5px;
  text-decoration: underline;
}

.user_fun_set .fun_active {
  color: #f4553a;
}

.fun_active span {
  color: #f4553a;
}

.search_inp {
  padding: 0 40px;
  padding-top: 40px;
  position: relative;
}

.search_inp input {
  border: none;
  border-bottom: 1px solid #cecece;
  background-color: transparent;
  line-height: 28px;
  height: 28px;
}

.search_inp a {
  display: block;
  height: 28px;
  line-height: 28px;
  position: absolute;
  right: 40px;
  top: 40px;
  background-color: #f7f2ef;
  padding: 0 5px;
  color: #7b7877;
  font-size: 13px;
}

.search_inp a span {
  font-size: 16px;
  text-decoration: underline;
  font-weight: 600;
  margin-right: 7px;
  color: #000;
}

.search_class {
  display: flex;
  justify-content: space-between;
  padding: 0 60px;
  padding-top: 24px;
}

.search_class h4 {
  font-size: 16px;
  line-height: 16px;
  color: #7b7877;
  text-decoration: underline;
}

.search_class p {
  width: 1px;
  height: 16px;
  background-color: #000;
  transform: rotateZ(20deg);
}

.searvh_active {
  color: #000 !important;
}

.menu_foot_active h4 {
  color: #f4553a;
  text-decoration: underline;
}

.menu_foot_active span {
  color: #f19364;
}

.book_area {
  position: relative;
  padding: 30px 30px;
  height: 270px;
  line-height: 30px;
  z-index: 5;
}

.book_tx {
  background-color: transparent;
  width: calc(100% - 20px);
  height: 100%;
  line-height: 30px;
  padding: 0 10px;
  border: none;
  overflow: hidden;
}

.book_bg_ban {
  position: absolute;
  width: calc(100% - 60px);
  height: 100%;
  z-index: -1;
}

.book_bg_ban span {
  display: block;
  height: 29px;
  border-bottom: 1px solid #cecece;
}

.contact_send {
  display: flex;
  padding: 15px 30px;
  margin-bottom: 30px;
  margin-top: 10px;
  justify-content: space-between;
}

.send_bn h4 {
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}

.send_bn p {
  font-size: 13px;
  color: #7b7877;
}

.contact_phn h4 {
  font-size: 16px;
  font-weight: 600;
}

.contact_phn h4 span {
  font-weight: 500;
  font-size: 13px;
  color: #7b7877;
  margin-left: 7px;
}

.contact_phn input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #cecece;
  height: 28px;
  line-height: 28px;
  margin-top: 10px;
  border-radius: 0;
}

.vd_info_text {
  padding: 20px 30px;
  border-top: 1px solid #cecece;
}

.vedioXq_swi_bg {
  padding: 0 10px 0 15px;
  position: relative;
  padding-bottom: 50px;
}

.vedioXq_li {
  padding: 20px 0px;
  border-bottom: 1px solid #cecece;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vedioXq_li:last-child {
  border: none;
}

.vedio_li_img {
  height: 43px;
  width: 75px;
}

.vedio_li_img img {
  height: 100%;
  width: 100%;
}

.vedio_li_val {
   margin-left: 10px; 
}

.vedio_li_val h4 {
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.vedio_li_val h4 span {
  font-weight: 600;
}

.vedio_active .vedio_li_val h4 {
  color: #f4553a;
}

.vedio_page {
  right: 23px;
  bottom: 10px;
}

.page_num {
  position: absolute;
  right: 23px;
  bottom: 20px;
  font-size: 14px;
}

.page_num span {
  font-size: 16px;
  color: #f4553a;
  text-decoration: underline;
  font-weight: 600;
  margin-right: 7px;
}

.vedioXq_hot {
  /*border-top: 1px solid #cecece;*/
}

.vedioXq_hot_swiper {
  /*padding: 0 15px;*/
}

.vedioXq_hot_swiper .vd_li {
  padding: 30px 20px;
}

.audio_list .vedio_li_val h4 {
  -webkit-line-clamp: 1;
}

.audio_list .vedio_li_val {
  width: 100%;
  padding: 10px 15px;
}

.calendar_list {
  padding-top: 20px;
}

.calendar_list .vedioXq_li {
  border-bottom: none;
  padding: 10px 10px;
}

.calendar_list .vedio_li_val {
  width: 100%;
}

.calendar_list .vedio_li_val h4 {
  -webkit-line-clamp: 1;
}

.calendar_list .vedio_li_val span {
  font-weight: 400;
}

.calendar_list .vedio_active .vedio_li_val h4 {
  border-bottom: 1px solid #f4553a;
}

.c-event-grid {
  display: none;
}

#rili {
  padding-top: 40px;
  border-bottom: 1px solid #cecece;
}

.video-js .vjs-big-play-button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  left: 50%;
  top: 50%;
  border: none;
  transform: translateX(-50%) translateY(-50%);
}

.vjs-icon-placeholder::before {
  line-height: 60px;
}

/* 自定义音频控件 */
.index_ad {
  padding-bottom: 64px;
  background-color: #312c2c;
  margin-bottom: 12px;
}

.ad_bg {
  height: 170px;
}

.audio {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  padding: 0 50px;
  position: relative;
}

.note_li {
  display: block;
  position: relative;
  width: 10px;
  height: 50px;
  background: linear-gradient(#ececec, #727272);
  transition-duration: 0.2s;
}

.note_li_bg {
  position: relative;
}

.note_li::after {
  content: "";
  display: block;
  width: 3px;
  height: 15px;
  background-color: #fff;
  position: absolute;
  left: calc(100% + 3px);
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}

.note_li_bg:nth-child(13) .note_li::after {
  content: none;
}

.myaudio {
  position: absolute;
  /* display: none; */
  top: 100px;
  left: 34px;
}

.pc_video_stop {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  left: 50%;
  top: 50%;
  border: none;
  transform: translateX(-50%) translateY(-50%);
}

.pc_video_stop::before {
  content: "";
  border: 15px solid transparent;
  border-right: none;
  border-left-color: #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-25%) translateY(-50%);
}

.mb_aud_fg {
  width: 100%;
  height: calc(100% + 30px);
  position: absolute;
  left: 0;
  top: 0;
}

.pc_video_bar {
  position: absolute;
  bottom: -50px;
  width: calc(100% - 100px);
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #fff;
  cursor: pointer;
  color: #fff;
}

.pc_ad_bg {
  position: relative;
}

.pc_bof_top {
  position: absolute;
  width: 0px;
  height: 1px;
  left: 0;
  top: 0;
  background-color: #ffffff;
  z-index: 5;
  display: inline-block;
  display: flex;
  justify-content: flex-end;
}

.pc_bof_top::after {
  content: "";
  display: inline-block;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #cecece;
  transform: translateX(50%) translateY(-4px);
  z-index: 5;
}

.pc_bof_bottom {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 0;
  background-color: #989595;
}

.nowDate {
  position: absolute;
  right: -35px;
  top: -8px;
}

.pc_video_voice {
  position: absolute;
  bottom: -145px;
  right: 0;
  height: 36px;
  display: flex;
  align-items: center;
}

.mute_bn {
  height: 100%;
  background: url(../img/void.png) no-repeat center;
  background-size: 100% 100%;
  width: 25px;
  cursor: pointer;
}

.mute_close {
  height: 100%;
  background: url(../img/close.png) no-repeat center;
  background-size: 100% 100%;
  width: 25px;
  cursor: pointer;
  opacity: 0;
}

.pc_voice_bg {
  width: 110px;
  border: 1px solid #fff;
  margin-left: 7px;
  position: relative;
  cursor: pointer;
}

.pc_voice_top {
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
  background-color: #f4553a;
  z-index: 5;
  display: inline-block;
  display: flex;
  justify-content: flex-end;
}

.pc_voice_top::after {
  content: "";
  display: inline-block;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #cecece;
  transform: translateX(50%) translateY(-4px);
  z-index: 5;
}

.pc_voice_bottom {
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
  background-color: #f6d2cb;
}

.this_data {
  position: absolute;
  left: -35px;
  top: -8px;
}
#cnzz_stat_icon_1280116527{
  display: none;!important;
}
/*.width100{*/
/*  width: 100% !important;*/
/*}*/
.homehome{
  margin-left: 20px;
}