[class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.row {
  margin: 0;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
div,
dl,
dt,
dd,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ol,
ul,
li,
table,
th,
td,
p,
span,
a {
  border: 0;
}
div:hover,
dl:hover,
dt:hover,
dd:hover,
form:hover,
h1:hover,
h2:hover,
h3:hover,
h4:hover,
h5:hover,
h6:hover,
img:hover,
ol:hover,
ul:hover,
li:hover,
table:hover,
th:hover,
td:hover,
p:hover,
span:hover,
a:hover {
  text-decoration: none;
}
img,
input {
  border: none;
  vertical-align: middle;
}
body {
  font-family: "PingFang SC", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  text-align: left;
  background: #fff;
  color: #333;
  height: 100%;
}
html {
  overflow-y: scroll;
  height: 100%;
}
ul,
ol {
  list-style-type: none;
  margin: 0;
}
th,
td,
input {
  font-size: 12px;
}
h3 {
  font-size: 14px;
}
button {
  border: none;
  cursor: pointer;
  font-size: 12px;
  background-color: transparent;
}
select {
  border-width: 1px;
  _zoom: 1;
  border-style: solid;
  padding-top: 2px;
  font-size: 12px;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.clearfix {
  zoom: 1;
}
a:link,
a:visited {
  text-decoration: none;
  color: #333;
}
a:hover,
a:active {
  color: #cd0000;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.ell {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ell-rows-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  max-height: 90px;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.ell-rows-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 90px;
  overflow: hidden;
}
.font20 {
  font-size: 1.042vw !important;
}
.font20 a {
  font-size: 1.042vw !important;
}
.font22 {
  font-size: 22px !important;
}
.font44 {
  font-size: 55px !important;
}
.video-box {
  width: 100%;
  position: relative;
  cursor: pointer;
}
.video-box.origin {
  height: 700px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: left top;
  background-size: 100% 700px;
}
.video-box.origin .video-img {
  font-size: 50px;
  color: #fff;
  padding-top: 270px;
  background: transparent url(../assets/images/play.png) no-repeat center 370px;
  background-size: 60px 60px;
}
.video-box video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.video-box .video-img {
  overflow: hidden;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: transparent url(../assets/images/play.png) no-repeat center;
  background-size: 60px 60px;
  color: #fff;
  font-size: 60px;
  z-index: 3;
}
.video-box .video-img img {
  position: relative;
  z-index: 2;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.video-txt .title {
  padding-top: 134px;
  font-size: 50px;
  color: #333;
}
.video-txt .content {
  font-size: 20px;
  line-height: 30px;
  color: #666;
  padding: 20px 30% 65px;
}
.text-box.col-12 {
  padding-bottom: 55px;
}
.linkMore {
  display: inline-block;
  border: 1px solid #7a7a7c;
  min-width: 11.563vw;
  padding: 0 1.667vw;
  font-size: 1.042vw;
  line-height: 3.385vw;
  text-align: center;
  vertical-align: middle;
  color: #666;
  cursor: pointer;
}
.linkMore.unpublish {
  cursor: default;
  opacity: 0.5;
}
.linkMore.unpublish:hover {
  color: #666;
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid #7a7a7c;
}
.linkMore.unpublish:hover span::after {
  background: none;
  display: none;
}
.linkMore.unpublish span {
  cursor: default;
}
.linkMore.unpublish span::after {
  content: '';
  display: none;
  vertical-align: middle;
  background: none;
  background-color: rgba(255, 255, 255, 0.6);
}
.linkMore span {
  font-size: 1.042vw;
  vertical-align: middle;
  cursor: pointer;
}
.linkMore span::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.302vw;
  height: 1.302vw;
  margin-left: 0.208vw;
  background: url(../assets/images/readMore.png) no-repeat center;
  background-size: 1.302vw 1.302vw;
}
.linkMore:hover {
  color: #fff;
  background-color: #cd0000;
  border: 1px solid #cd0000;
  transition: all 0.8s;
}
.linkMore:hover span::after {
  background: url('../assets/images/moreHover.png') no-repeat center;
  background-size: 25px 25px;
}
.fixed-video-box {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 900px;
  height: 600px;
  margin-left: -450px;
  margin-top: -300px;
  z-index: 99999;
}
.fixed-video-box.full {
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  margin: 0;
  padding-bottom: 10px;
}
.fixed-video-box.full .video-js .vjs-control-bar {
  position: fixed;
}
.fixed-video-box .close-box {
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 80px;
  background: url('../assets/images/searchClose.png') no-repeat center;
  background-size: 80px 80px;
  z-index: 100000;
  cursor: pointer;
}
.water-page .waterLife .lifeBox .isSg:before{
  background-image: url('/assets/img/mobile//water-health/icon-en-sector.png') !important;
}
