body,
p {
  margin: 0;
}

img {
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /*Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

* {
  box-sizing: border-box;
}

img,
a {
  display: block;
}
img{ pointer-events: none; }
a,
a:hover,
a:link {
  text-decoration: none;
}

video {
  object-fit: fill !important;
  display: block;
  border: none;
}

input {
  outline: none;
}

.display {
  display: none !important;
}

.fz-w {
  color: white !important;
}

html {
  background-color: white;
}

.overfllow-h {
  overflow: hidden;
}

body {
  max-width: 750px;
  width: 100%;
  margin: auto;
  background-image: url(../../index/img/bg.jpg);
  background-repeat: repeat;
  background-size: 100% auto;
  background-position: 0 0;
  height: auto;
  min-height: 100vh;
}



.white-icon {
  color: white !important;
}

header,
.nav-top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.5rem;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
#v1.display {
  position: absolute;
  width: 100%;
  height: 520px;
  display: block !important;
  opacity: 0;
}
.muted{
  position: absolute;
    color: white;
    z-index: 12;
    font-size: 0.8rem !important;
    right: 6%;
    top: 91%;
    display: none;
}
#v1 {
  position: relative;
  opacity: 1;
}

.closeVideo{
    position: absolute;
    bottom: 1.8rem;
    right: 0.55rem;
    color: white;
}
.closeVideo img{
    width: 1rem;
}
.nav {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  background-color: #e9e4e3;
}

.nav-top {
  padding: 0.5rem;
}

.nav-dig {
  width: 100%;
}

.nav-dig div {
  width: 100%;
  height: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #d4cece;
}

.logo {
  width: 2.5rem;
}

.fa-reorder,
.fa-times {
  font-size: 0.55rem !important;
}

.fa-times {
  -webkit-text-stroke: 1px #e9e4e3;
}

.v1 {
  width: 100%;
  position: relative;
}

.v1-name {
  position: absolute;
  top: 2rem;
  left: 1.5rem;
  width: 0.6rem;
}

.v1-play {
  position: absolute;
  top: calc(50% + 1rem);
  left: calc(50% - 1rem);
  width: 2rem;
}
.v1-play img{
  display: block;
  width: 100%;
}

.session2 {
  position: relative;
  min-height: 3rem;
  padding-bottom: 0.4rem;
}

.session2 div {
  position: absolute;
  top: -3.5rem;
}

.session2 img {
  width: 100%;
}

.our-head {
  width: 5rem !important;
  margin: auto;
}

.our-change {
  position: static !important;
}

.title {
  padding: 0 0.5rem;
  padding-bottom: 0.3rem;
}

.title img {
  width: 3rem;
  margin-top: 0.3rem;
}

.title span {
  color: #e56a2e;
  font-size: 0.45rem;
  font-weight: bold;
  letter-spacing: 4px;
  position: relative;
  display: block;
  margin-top: 0.2rem;
}

.title span::before {
  content: "";
  width: 3rem;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #808080;
}

.session3 .text {
  padding: 0 0.5rem;
  text-indent: 0.8rem;
  font-size: 0.4rem;
  margin-bottom: 0.2rem;
}

.session4 .title {
  padding: 0 0.6rem;
  margin: 0.5rem 0;
}

.swiper {
  padding-bottom: 1.2rem;
}

.swiper-slide {
  width: 80% !important;
  transform: scale(0.95);
}

.swiper-slide-active,
.swiper-slide-duplicate-active {
  transform: scale(1);
}

.sw-bg {
  position: relative;
}

.subscript {
  background-image: url(../../img/subscript.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 1rem;
  height: 1.2rem;
  position: absolute;
  top: 0.1rem;
  left: 0.2rem;
  color: #e56a2e;
  font-size: 0.5rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding-left: 0.1rem;
}

.sw-text {
  position: absolute;
  width: 95%;
  height: calc(100% - 0.8rem);
  top: 0.8rem;
  left: 0.8rem;
  background-color: #0000004d;
  color: white;
  padding: 0 0.33rem;
  font-size: 0.4rem;
  text-align: justify;
  line-height: 1.5;
  overflow: hidden;
}

.sw-text .title {
  text-align: center;
  color: #e56a2e;
  font-size: 0.5rem;
  margin: 0.2rem 0;
  font-weight: bold;
  letter-spacing: 4px;
}

.sw-bg .more {
  width: 95%;
  position: absolute;
  left: 0.8rem;
  top: 100%;
  background-color: #0000004d;
  text-align: center;
  color: white;
  padding: 0.2rem 0;
}

.v2Black {
  width: 100%;
  background: #000;
  padding:0 ;
}

.v2 .more {
  color: white;
  text-align: center;
}

.session5 {
  position: relative;
}

.v2 {
  position: absolute;
  width: 100%;
  top: 18%;
  left: 0%;
}

.v2-poster {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.v2-play {
  position: absolute;
  top: calc(50% - 0.75rem);
  left: calc(50% - 0.75rem);
  width: 1.5rem;
  height: 1.5rem;
}

.v2 .more {
  width: 80%;
  background-color: #898786;
  text-align: center;
  padding: 0.15rem 0;
  color: white;
  box-shadow: 0px 0px 10px #0000004d;
  font-size: 0.3rem;
  margin: auto;
}
#v2 {
  width: 100%;
  margin: auto;
}
 
.session6 {
  padding-top: 1rem;
}

footer {
  background-color: #1c1a25;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}

.f1 {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  color: white;
}

.f1-left {
  font-size: 0.35rem;
}

.f-logo {
  width: 2.5rem;
}

.contact {
  position: relative;
}

.contact .line {
  position: absolute;
  width: 0.01rem;
  height: 0.45rem;
  background-color: white;
  right: 0;
  top: -0.26rem;
  padding: 0;
}

.f1-left div {
  margin-top: 0.3rem;
  text-align: right;
  padding-right: 0.25rem;
  font-weight: lighter;
  letter-spacing: 2px;
}

.f1-mid {
  display: flex;
  align-items: center;
  text-align: center;
  padding-top: 1rem;
}

.f1-mid img {
  width: 1rem;
  margin: auto;
  margin-bottom: 0.2rem;
}

.f1-mid a {
  color: white;
  font-size: 0.2rem;
}

.f1-mid a {
  margin-right: 1rem;
}

.goTop {
  width: 1.2rem;
  height: 1.2rem;
  background-color: #e56a2e;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.doSome {
  width: 1.2rem;
  height: 1.2rem;
  background-color: white;
  margin-top: 0.3rem;
  border-radius: 50%;
}

.doSome img {
  border-radius: 50%;
}

.f2 {
  color: #bbbbbe;
  text-align: center;
  font-size: 0.2rem;
  margin-top: 0.4rem;
}

.case-mask {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #1c1a25;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.case-mask .sw-text {
  position: static;
  width: 100%;
  overflow: auto;
  height: 100%;
  padding-bottom: 3rem;
}

.case-mask .title {
  margin-top: 0;
  padding-top: 1rem;
}

.session4 .title img {
  width: 100%;
}

.goBack {
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: ;: 0.5rem;
  bottom: 0.5rem;
  background-color: #e56a2e;
  font-size: 0.3rem;
  font-weight: bold;
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.news-back {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;bottom
  font-size: 0.35rem;
  background-color: #e56a2e;
  color: white;
  position: fixed;
  bottom: 0.35rem;
  left: 0.35rem;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.news {
  padding-top: 2rem;
}

.news-item {
  display: flex;
  align-items: flex-start;
  width: 95%;
  margin: auto;
}

.news-time {
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  width: 1.5rem;
}

.news-time-day {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1;
}

.news-time-d {
  font-size: 0.6rem;
  line-height: 0.72;
  margin-right: 0.1rem;
}

.news-time-m {
  font-size: 0.3rem;
}

.news-time-line {
  width: 100%;
  height: 1px;
  background-color: #000;
  margin: 0.1rem 0;
}

.news-time-year {
  font-size: 0.5rem;
}

.news-item-right {
  width: calc(100% - 2rem);
}

.new-content {
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.2rem;
  padding: 0.25rem;
  background-color: rgb(247, 247, 247);
  border-radius: 0.2rem;
}

.new-content img {
  width: 2rem;
  height: 2rem;
  border-radius: 0.05rem;
  margin-right: 0.35rem;
}

.news-text {
  width: calc(100% - 2.35rem);
  font-size: 0.35rem;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* 设置n行，也包括1 */
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  color: #000;
}

.nd {
  width: 90%;
  margin: auto;
}

.nd-title {
  font-size: 0.6rem;
  font-weight: bold;
  margin: 0.5rem auto;
  text-align: center;
}

.nd-text img {
  width: auto;
  max-width: 100%;
}

.swith-news {
  width: 100%;
  background-color: rgb(244, 244, 244);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.2rem;
  margin-top: 1.5rem;
}

.swith-news a {
  color: #808080;
  font-size: 0.3rem;
}

.wechat-dig {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0000004d;
}

.wechat-dig img {
  width: 80%;
}

.doSome {
  font-size: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e56a2e;
  font-weight: bold;
}

.text-end {
  color: #d7cccc;
  position: relative;
  font-size: 0.35rem;
  text-align: center;
  margin-top: 0.3rem;
}

.text-end::before {
  content: "";
  width: calc(50% - 1rem);
  height: 1px;
  background-color: #d7cccc;
  position: absolute;
  top: calc(50% - 0.5px);
  left: 5%;
}

.text-end::after {
  content: "";
  width: calc(50% - 1rem);
  height: 1px;
  background-color: #d7cccc;
  position: absolute;
  top: calc(50% - 0.5px);
  right: 5%;
}

.news-bg {
  width: 100%;
  height: 5rem;
  overflow: hidden;
}

.news-bg img {
  min-height: 5rem;
}

.head-img {
  position: relative;
}

.head-img img {
  width: 2rem;
  position: absolute;
  right: 0.5rem;
  top: -1.1rem;
  border-radius: 0.2rem;
}
