html,
body {
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC",
    "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
}

html * {
  outline: 0;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body,
th,
td,
p,
ol,
ul,
li,
dl,
dt,
dd,
a,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
legend,
select,
textarea {
  margin: 0;
  padding: 0;
}

input,
img,
fieldset {
  border: none;
}

input,
select,
fieldset {
  vertical-align: middle;
  border-radius: 0;
}

ul,
ol {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  vertical-align: top;
}

i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}

a:link {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder,
input:focus::-moz-placeholder {
  color: transparent;
}

button,
input[type=button],
input[type=password],
input[type=submit],
input[type=text],
textarea {
  -webkit-appearance: none;
}

input:-ms-clear {
  display: none;
}

/* clear IE10 X */
input {
  -webkit-user-modify: read-write-plaintext-only;
}

.clear::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  line-height: 0;
  visibility: hidden;
}

.tl {
  text-align: left;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.bc {
  margin: 0 auto;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.vm {
  vertical-align: middle;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.none {
  display: none;
}

.block {
  display: block;
}

.f12 {
  font-size: 12px;
}

.f13 {
  font-size: 13px;
}

.f14 {
  font-size: 14px;
}

.f16 {
  font-size: 16px;
}

.f20 {
  font-size: 20px;
}

.fb {
  font-weight: bold;
}

.fn {
  font-weight: normal;
}

.t2 {
  text-indent: 2em;
}

/* ellipsis */
.elli {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mr6 {
  margin-right: 6px;
}

.w10 {
  width: 10px;
}

.h10 {
  height: 10px;
}

del {
  text-decoration: line-through;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

.layoutbg {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2001;
}

.layout {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.layout input {
  box-sizing: border-box;
}

.btn {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.btn:hover,.getCode:hover{
  cursor: pointer;
}
.seriesCon,
.seriesBg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.seriesCon img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.seriesCon img.show {
  display: block;
}

.videoBg {
  overflow: hidden;
}

.videoBg video {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
  object-fit: fill;
}

#page-container {
  position: relative;
}

.box {
  overflow: hidden;
  position: relative;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
}

.swiper3d .swiper-slide {
  width: 50%;
  height: 100%;
}

.bbtn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, calc(100% + 10px));
}

.tbtn {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, calc(-100% - 10px));
}

.lbtn {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(calc(-100% - 10px), -50%);
}

.rbtn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(calc(100% + 10px), -50%);
}

.subLay {
  display: none;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.imgLay:hover .subLay {
  display: block;
}
.video {
  width: 100%;
  height: 100%;
}
.swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  border-radius: 0;
}
.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.poster,.videoBorder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.poster{
  z-index: 1;
}
.videoBorder{
  z-index: 2;
}
span{
  cursor: default;
}
.tabNav ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  height: 100%;
}

.tabNav ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.tabCon ul {
  width: 100%;
  height: 100%;
}

.tabCon ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
          cursor: pointer;
}

.tabCon ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  cursor: pointer;
}

.tabCon ul li a span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
          cursor: pointer;
}

.tabCon ul li a i {
  width: 80px;
  text-align: center;
  cursor: pointer;
}
.tabCon dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
          cursor: pointer;
}

.tabCon dl dt a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.tabCon dl dt a img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.tabCon dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
          cursor: pointer;
}

.tabCon dl dd a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
          cursor: pointer;
}

.tabCon dl dd i {
  display: block;
  text-align: right;
  cursor: pointer;
}

.tabCon dl .elli2 {
  -o-text-overflow: -o-ellipsis-lastline;
     text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  cursor: pointer;
}

.detailCon{
  padding:10px;
  box-sizing: border-box;
}
.loading{
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2001;
}
.selectBox span{
  width:100%;
  display:block;
  height:100%;
  padding:0 10px;
  box-sizing: border-box;
}
.selectBox ul{
  width:100%;
}
.selectBox li{
  padding:0 10px;
  box-sizing: border-box;
  cursor: pointer;
}
.breadcrumb{
  display: flex;
  flex-direction: row;
  align-items: center;
}

.breadcrumb span:last-child{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tabThumbCon{
  overflow: auto;
  box-sizing: border-box;
}
.tabThumbImg{
  float:left;
}

.tabThumbImg img{
  width:100%;
  height:100%;
}
.tabSrcoll,.tabScrollInner{
  border-radius:10px;
}
.thumbPagination {
  overflow: hidden;
}

.thumbPagination .swiper-pagination-bullet {
  margin: 0px;
  background:none;
}

.thumbPagination span {
  float: left;
}

.thumbPagination .swiper-pagination-bullet img {
  width: 100%;
  height: 100%;
}

.thumbPagination .swiper-pagination-bullet img:nth-child(1) {
  display: block;
}

.thumbPagination .swiper-pagination-bullet img:nth-child(2) {
  display: none;
}

.thumbPagination .swiper-pagination-bullet-active img:nth-child(1) {
  display: none;
}

.thumbPagination .swiper-pagination-bullet-active img:nth-child(2) {
  display: block;
}