@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    -webkit-text-size-adjust: none;
    vertical-align: baseline;
}
html,
body {
    position: relative;
    -webkit-overflow-scrolling: touch;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: white;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    font-family: "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
    font-size: 14px;
}
li {
    list-style: none;
}
ul,ol {
    list-style-type: none;
}
select,
input,
img,
select {
    vertical-align: middle;
}
img {
    border: none;
    display: inline-block
}
i {
    font-style: normal
}

a {
    cursor: pointer;
    text-decoration: none;
    -webkit-appearance: none;
}

*:focus {
    outline: none;
}


strong { font-weight: bold;}

h3, h4 { font-weight: normal;}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/**********************************************/
.page {
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	width: 100%;
	max-width: 700px;
}

.header .h2 {
  margin-bottom: 14px;
  padding: 0 6px 10px;
  border-bottom: 1px solid #e7e7eb;
  font-size: 24px;
  line-height: 1.375;
}
.container {
	padding-left: 7px;
	padding-right: 7px;
}
.video-play {
  display: block;
  width: 100%;
  min-height: 230px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .video-play {
      min-height: 385px;
  } 
}
.content-txt {
	padding-top: 16px;
	padding-bottom: 14px;
	text-align: center;
	line-height: 1.5;
}

.content-txt .txt-des {
	margin-bottom: 10px;
}
.content-txt .txt-des:last-child {
	margin-bottom: 0;
}

.back-btn {
	margin-top: 14px;
	margin-bottom: 14px;
	height: 40px;
	text-align: center;
}

.txt-bold {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}

.txt-item {
	padding-bottom: 10px;
	text-indent: 2em;
	line-height: 1.4;
}

.imgLists {
  display: block;
  margin: 20px auto;
  width: 100%;
  border: 1px solid #ddd;
}

.pic-item {
	display: block;
	margin: 0 auto 14px;
	width: 100%;
}

.back-btn-img {
  display: inline-block;
  height: inherit;
}
.footer {
	padding-top: 14px;
	padding-bottom: 34px;
	text-align: center;
}

.video-js .vjs-time-control {
  display: block !important;
}

.video-js .vjs-picture-in-picture-control,
.video-js .vjs-remaining-time {
  display: none !important;
}

.vjs-paused .vjs-big-play-button,
.vjs-paused .vjs-has-started .vjs-big-play-button {
  display: block;
}
/* .video-js .vjs-play-control,
.video-js .vjs-paused {
  display: none !important;
} */