.browsehappy,
.v2-prompt-center {
  display: none;
}
/*内页背景*/
/*自定义滚动条chrome生效*/
.coustom-scroll::-webkit-scrollbar {
  width: 4px;
}
.coustom-scroll::-webkit-scrollbar-track {
  border-radius: 2px;
  background-color: #f5f9fc;
}
.coustom-scroll::-webkit-scrollbar-thumb {
  background-color: #d9e0e7;
  border-radius: 2px;
}
.coustom-scroll::-webkit-scrollbar-button {
  background-color: #fff;
  display: none;
}
.coustom-scroll::-webkit-scrollbar-corner {
  background-color: #000;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}
:after,
:before {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
li,
ul,
ol {
  list-style: none;
}
img {
  border: 0;
}
a,
a:hover,
a:focus,
a:visited {
  cursor: pointer;
  text-decoration: none;
  outline-style: none;
}
.clearfix:after {
  display: table;
  clear: both;
  content: ' ';
}
a,
i {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
body .ebg-btn-box a {
  display: inline-block;
}
body dl,
body ol,
body ul,
body p {
  margin-bottom: 0;
}
/* ==S 默认字体 */
body {
  font-family: ebg-font-regular, Arial, Microsoft YaHei, sans-serif !important;
  font-size: 16px;
  color: #252b3a;
  background: #fff;
  max-width: none;
}
body .ebg-font-light {
  font-family: ebg-font-light, Arial, sans-serif;
}
body .ebg-font-regular {
  font-family: ebg-font-regular, Arial, sans-serif;
}
body .ebg-font-bold {
  font-family: ebg-font-bold, Arial, sans-serif;
  font-weight: normal;
}
.LANG-cn body {
  /* 中文字体 */
  font-family: Microsoft YaHei, Arial, sans-serif !important;
}
.LANG-cn body .ebg-font-light,
.LANG-cn body .ebg-font-regular,
.LANG-cn body .ebg-font-bold {
  font-family: Microsoft YaHei, Arial, sans-serif;
}
.LANG-cn body .ebg-font-bold {
  font-weight: bold;
}
.LANG-tr body {
  /* 土耳其字体 */
  font-family: Arial, Helvetica, sans-serif, Microsoft YaHei !important;
}
.LANG-tr body .ebg-font-light,
.LANG-tr body .ebg-font-regular,
.LANG-tr body .ebg-font-bold {
  font-family: Arial, Helvetica, sans-serif;
}
.LANG-tr body .ebg-font-bold {
  font-weight: bold;
}
.LANG-jp body {
  /* 日本字体 */
  font-family: "メイリオ", Meiryo, Arial, Helvetica, sans-serif, Microsoft YaHei !important;
}
.LANG-jp body .ebg-font-light,
.LANG-jp body .ebg-font-regular,
.LANG-jp body .ebg-font-bold {
  font-family: "メイリオ", Meiryo, Arial, Helvetica, sans-serif;
}
.LANG-jp body .ebg-font-bold {
  font-weight: bold;
}
.LANG-sa body {
  text-align: right !important;
  direction: rtl;
  unicode-bidi: bidi-override;
}
/* ==E 默认字体 */
.position-fix {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
}
@media (min-width: 1201px) {
  .position-fix {
    padding-right: 17px;
  }
  .position-fix::before,
  .position-fix::after {
    content: '';
    position: absolute;
    right: 0;
    z-index: 1001;
  }
}
.position-fix::before {
  width: 16px;
  background-color: #c1c1c1;
  z-index: 1;
  top: 20px;
  bottom: 20px;
}
.position-fix::after {
  top: 0;
  bottom: 0;
  width: 17px;
  background-color: #f1f1f1;
}
.lazyload {
  position: relative;
}
.lazyload:after {
  padding-top: 56.25%;
  content: "";
  width: 100%;
  display: block;
}
.lazyload img {
  position: absolute;
  display: block;
  width: 100%;
  min-height: 100%;
}
@media (min-width: 1201px) {
  .hover:hover .img {
    -webkit-transform: scale(1.06, 1.06);
        -ms-transform: scale(1.06, 1.06);
            transform: scale(1.06, 1.06);
  }
}
.img {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.shadow {
  -webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
            transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.2) rotate(3deg);
            transform: scale(1.2) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.2) rotate(-3deg);
            transform: scale(1.2) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
            transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.2) rotate(3deg);
            transform: scale(1.2) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.2) rotate(-3deg);
            transform: scale(1.2) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bannerArrow {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bannerArrow {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bannerArrow {
  -webkit-animation-name: bannerArrow;
  animation-name: bannerArrow;
}
@-webkit-keyframes bannerArrowSpanRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(10px, -20px, 0);
    transform: translate3d(10px, -20px, 0);
  }
  60% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bannerArrowSpanRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(10px, -20px, 0);
    transform: translate3d(10px, -20px, 0);
  }
  60% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bannerArrowSpanRight {
  -webkit-animation-name: bannerArrowSpanRight;
  animation-name: bannerArrowSpanRight;
}
@-webkit-keyframes bannerArrowSpanLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(-10px, -20px, 0);
    transform: translate3d(-10px, -20px, 0);
  }
  60% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bannerArrowSpanLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(-10px, -20px, 0);
    transform: translate3d(-10px, -20px, 0);
  }
  60% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bannerArrowSpanLeft {
  -webkit-animation-name: bannerArrowSpanLeft;
  animation-name: bannerArrowSpanLeft;
}
@-webkit-keyframes loopRight {
  0% {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
@keyframes loopRight {
  0% {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
.loopRight {
  -webkit-animation-name: loopRight;
  animation-name: loopRight;
}
@-webkit-keyframes living-icon-ani-data-v-4498f1d0 {
  0% {
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
  }
  50% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  to {
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
  }
}
@keyframes living-icon-ani-data-v-4498f1d0 {
  0% {
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
  }
  50% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  to {
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
  }
}
.living-icon {
  position: relative;
  width: 10px;
  height: 10px;
  font-size: 0;
  display: inline-block;
}
.living-icon .living-icon-col {
  display: inline-block;
  height: 100%;
  width: 2px;
  margin: 0 1px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-animation: living-icon-ani-data-v-4498f1d0 0.6s linear infinite;
          animation: living-icon-ani-data-v-4498f1d0 0.6s linear infinite;
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
}
.living-icon .living-icon-col:first-child {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
  margin-left: 0;
}
.living-icon .living-icon-col:last-child {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  margin-right: 0;
}
@media (min-width: 1201px) {
  .video-hover:hover .video-icon-l .bg,
  .video-hover:hover .video-icon-s .bg {
    -webkit-transform: scale(3);
        -ms-transform: scale(3);
            transform: scale(3);
    opacity: 0;
    -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
.video-icon-l {
  width: 76px;
  height: 76px;
}
@media (max-width: 992px) {
  .video-icon-l {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 750px) {
  .video-icon-l {
    width: 34px;
    height: 34px;
  }
}
.video-icon-l .triangle {
  margin-left: 13px;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-right: 20px solid transparent;
  border-left: 20px solid #fff;
}
@media (max-width: 992px) {
  .video-icon-l .triangle {
    margin-left: 9px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 12px solid transparent;
    border-left: 12px solid #fff;
  }
}
@media (max-width: 750px) {
  .video-icon-l .triangle {
    margin-left: 6px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 9px solid transparent;
    border-left: 9px solid #fff;
  }
}
.video-icon-s {
  width: 40px;
  height: 40px;
}
@media (max-width: 750px) {
  .video-icon-s {
    width: 34px;
    height: 34px;
  }
}
.video-icon-s .triangle {
  margin-left: 9px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 12px solid transparent;
  border-left: 12px solid #fff;
}
@media (max-width: 750px) {
  .video-icon-s .triangle {
    margin-left: 6px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 9px solid transparent;
    border-left: 9px solid #fff;
  }
}
.video-icon-l,
.video-icon-s {
  position: relative;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.video-icon-l .bg,
.video-icon-s .bg {
  background: #000;
  opacity: 0.5;
  border-radius: 100%;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}
.video-icon-l .triangle,
.video-icon-s .triangle {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 0;
  height: 0;
}
.corner-marker {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  line-height: 26px;
  padding: 0 25px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
@media (max-width: 750px) {
  .corner-marker {
    font-size: 10px;
    line-height: 18px;
    padding: 0 10px;
  }
}
