body,
html {
  width: 100%;
  min-width: 1200px;
  min-height: 100%;
  height: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB";
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
.btn {
  position: relative;
  display: inline-block;
  padding: 0 4px;
  min-width: 101px;
  height: 34px;
  line-height: 34px;
  outline: none;
  border: none;
  border-radius: 3px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
}
.btn i {
  font-size: 9px;
}
.btn i.icon-btn-prev {
  margin-right: 6px;
}
.btn i.icon-btn-next {
  margin-left: 6px;
}
.btn-m-grey {
  background-color: #b2b2b2;
  cursor: default;
}
.btn-m-blue {
  background-color: #0982cb;
}
.btn-m-blue:hover {
  background-color: #018de1;
}
.btn-free-blue {
  background-color: #4104ff;
}
.btn-free-blue:hover {
  background-color: #4104ff;
}
.btn-m-red{
  background-color: #FF4444 
}
.btn-m-red:hover {
  background-color: #FF4444 
}

.clearfix:after {
  display: block;
  content: '.';
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}
.ib {
  display: inline-block;
}
.l {
  float: left;
}
.r {
  float: right;
}
.content {
  position: absolute;
  width: 100%;
  min-width: 1200px;
  min-height: 100%;
  height: auto;
  padding: 50px 0 262px;
  box-sizing: border-box;
  background-color: #fff;
}
.content.color-wrapper {
  background-color: #fafafa;
}
.content .content-body {
  color: #666;
}
.container {
  position: relative;
  width: 1200px;
  height: 100%;
  margin: 0px auto;
}
.content-nav {
  position: relative;
  display: block;
  width: 100%;
}
.content-nav ul.main-nav {
  height: 72px;
  border-bottom: 1px solid #e6e6e6;
}
.content-nav ul.main-nav li {
  float: left;
  display: block;
  height: 72px;
  line-height: 72px;
  text-align: left;
  padding-right: 34px;
  margin-right: 30px;
}
.content-nav ul.main-nav li a {
  display: block;
  color: #666;
  font-size: 12px;
}
.content-nav ul.main-nav li a:hover {
  color: #0982cb;
}
.content-nav ul.main-nav li a.active {
  color: #0982cb;
  font-weight: bold;
}
.menu-product {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: rgba(255,255,255,0.96);
  border-bottom: 1px solid #e6e6e6;
}
.menu-product .menu-product-left {
  float: left;
  font-size: 16px;
  margin: 0;
  font-weight: unset;
  line-height: 50px;
}
.menu-product .menu-product-right {
  float: right;
  height: 100%;
  font-size: 14px;
}
.menu-product .menu-product-right .menu-product-list {
  float: left;
}
.menu-product .menu-product-right .menu-product-list li {
  float: left;
  text-align: center;
}
.menu-product .menu-product-right .menu-product-list li a {
  color: #000;
}
.menu-product .menu-product-right .menu-product-list li:hover a {
  color: #0982cb;
}
.menu-product .menu-product-right .menu-product-list li.menu-product-active a {
  color: #0982cb;
  font-weight: bold;
}
.share-group {
  float: right;
  width: 50%;
  text-align: right;
  position: relative;
  /** loading **/
}
.share-group .share-btns {
  display: block;
}
.share-group .share-btns li {
  float: right;
  width: auto;
  margin: 0px 0px 0px 18px;
  padding: 0px;
  height: 18px;
}
.share-group .share-btns li i {
  font-size: 18px;
  color: #999;
  cursor: pointer;
}
.share-group .share-btns li i:hover {
  color: #0982cb;
}
.share-group .link-tips {
  position: absolute;
  right: 0;
  padding: 1px 6px;
  line-height: 30px;
  text-align: center;
  background-color: #969696;
  color: #fff;
  border-radius: 3px;
}
.spinner {
  margin: auto 0;
  width: 150px;
  text-align: center;
}
.spinner div {
  width: 30px;
  height: 30px;
  background-color: #67cf22;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.spinner div.bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner div.bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
.pop-mask {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 9999;
  background-color: rgba(0,0,0,0.3);
}
.popup-video {
  display: none;
  position: fixed;
  z-index: 10000;
  width: 796px;
  height: 448px;
  top: 50%;
  left: 50%;
  margin-top: -224px;
  margin-left: -398px;
}
.popup-video .video-js .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -27px;
  margin-left: -45px;
}
select {
  -webkit-appearance: initial;
}
h1.page-h1 {
  width: 0;
  height: 0;
  text-indent: -9999px;
  margin: 0;
}
.registered-trademark {
  font-size: 12px;
  vertical-align: top;
  display: inline-block !important;
}
@font-face {
  font-family: 'OPPOSans-B';
  src: url('https://osscdn.czur.com/static/fonts/OPPOSans-B.ttf');
}

@font-face {
  font-family: 'OPPOSans-H';
  src: url('https://osscdn.czur.com/static/fonts/OPPOSans-H.ttf');
}

@font-face {
  font-family: 'OPPOSans-L';
  src: url('https://osscdn.czur.com/static/fonts/OPPOSans-L.ttf');
}

@font-face {
  font-family: 'OPPOSans-M';
  src: url('https://osscdn.czur.com/static/fonts/OPPOSans-M.ttf');
}

@font-face {
  font-family: 'OPPOSans-R';
  src: url('https://osscdn.czur.com/static/fonts/OPPOSans-R.ttf');
}