@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption,article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-family: "Microsoft YaHei", "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
	display: flex;
  /* min-height: 100vh; */
  height: 100%;
  flex-direction: column;
}
/* .cep__container{
  height: 100%;
} */
ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}


html {
  height: 100%;
  font-size: 16px;
  overflow-x: hidden;
}

body {
  font-family: "Microsoft YaHei", "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
  background-color: #fff;
  color: #333;
  font-size: 1rem;
}
body::before {
  display: none;
  content: "DESKTOP";
}
body.hideScroll {
  overflow: hidden;
  height: 100%;
}
@media (max-width: 991px) {
  body::before {
    content: "MOBILE";
  }
}

a {
  text-decoration: none;
  color: #333;
}
a.cn-click{
  cursor: pointer;
}
a.cn-click.no-link{
  cursor: default;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.wrap1310 {
  max-width: 1370px;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
}
.wrap870 {
  position: relative;
  max-width: 930px;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
}
.scrollbar-unstyled {
  scrollbar-width: none; /* firefox */
  -ms-overflow-style: none; /* ie */
}
.scrollbar-unstyled::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1370px) {
  .wrap1310 {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }
}
@media (max-width: 870px) {
  .wrap870 {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }
}
@media (max-width: 991px) {
  .wrap1310,
  .wrap870{
    padding: 0px 15px;
  }
}
.mask .wrap1310{
  position: relative;
} 

@keyframes SharkAndExpand {
  from {
    transform: scale3d(0, 1, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes banner-active {
  from {
      width: 0px;
  }

  to {
      width: inherit;
  }
}
@-webkit-keyframes banner-active {
  from {
      width: 0px;
  }

  to {
      width: inherit;
  }
}

.video-warpper {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 999;
}
.video-warpper video{
  width: 60vw;
  margin: 0 auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.video-warpper .plyr--video, .video-warpper iframe {
  /* width: 60vw;
  height: 40vw; */
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 991px) {
  .video-warpper .plyr--video, .video-warpper iframe {
      width: 60vw;
      height: 40vw;
  }
  .video-warpper video{
    max-height: 40vw;
  }
}
@media only screen and (max-width: 768px) {
  .video-warpper .plyr--video {
    width: 100%;
  }
}
.video-warpper .close-video {
  position: absolute;
  right: 21%;
  top: 50%;
  width: 16px;
  height: 16px;
  transform: translateY(-19vw);
  cursor: pointer
}
.video-warpper .plyr--video .close-video  {
  right: 20px;
}
@media only screen and (max-width: 991px) {
  .video-warpper .close-video {
    width: 14px;
    height: 14px;
    right: 20px;
    transform: translateY(-32vw);
  }
  .video-warpper video{
    width: 96%;
    /* max-height: 250px; */
  }
}
.video-warpper .close-video:hover {
  opacity: 0.6;
}


/* ie浏览器弹窗 */

.ie-browser {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.2);
}

.ie-browser .browser {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 630px;
  min-height: 290px;
  background-color: #fff;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 40px 30px 0px;
  box-sizing: border-box;
}

.ie-browser .browser p {
  margin-top: 20px;
}

.ie-browser .browser .browser-ul {
  width: 390px;
  overflow: hidden;
  margin: 40px auto;
}

.ie-browser .browser li {
  list-style: none;
  float: left;
  margin-right: 50px;
}

.ie-browser .browser li:nth-last-of-type(1) {
  margin-right: 0px;
}

.use-ie-browser {
  color: #094f9c;
  cursor: pointer;
  margin-bottom: 20px !important;
}

.use-ie-browser img {
  margin-top: -2px;
  margin-left: 5px;
}
/* 全局loading样式 */
.loading-wrap {
  position: fixed;
  opacity: 0.8;
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0px;
  z-index: 99999;
}

.loading-wrap .loading-box {
  display: inline-block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.loading-wrap .loading-box img {
  position: relative;
  left: 10px;
  display: block;
}
input::-ms-clear, input::-ms-reveal {
  display: none;
}
input::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
input::-moz-placeholder {
  color: #999;
}
input::placeholder {
  color: #999;
}
input::-webkit-input-placeholder {
  color: #999;
}
input::-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder {
  color: #999;
}
/**全局toast**/
.toast-wrapper{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  color:#fff;
  background-color: #fff;
  vertical-align:middle;
  display: flex;
  color:#333;
  box-shadow: 0px 4px 12px 0px rgba(0,0,0,.16);
  z-index: 10;
  border-radius: 8px;
  box-sizing: border-box;
  max-width: 345px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index:99999;
}
.toast-wrapper span.image-span{
  display: inline-block;
  width: 30px;
  height: 30px;
}
.toast-wrapper span.image-span img{
  width:30px;
  height:30px;
  vertical-align:middle;
}
.toast-wrapper span.message-span{
  font-size: 16px;
  margin-left:10px;
  display: inline-block;
  width: max-content;
}