.browsehappy,
.v2-prompt-center {
  display: none;
}
.title-h2 {
  display: inline-block;
  margin-bottom: 50px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 36px;
  line-height: 1;
}
.title-h2::after,
.title-h2::before {
  content: '';
  display: inline-block;
  height: 39px;
  width: 38px;
  background: center center / 100% 100%;
}
.title-h2::before {
  margin-right: 10px;
  background-image: url(../images/title-left.png);
}
.title-h2::after {
  margin-left: 10px;
  background-image: url(../images/title-right.png);
}
@media (max-width: 1200px) {
  .title-h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .title-h2::after,
  .title-h2::before {
    height: 32px;
    width: 31px;
  }
}
@media (max-width: 750px) {
  .title-h2 {
    font-size: 24px;
  }
  .title-h2::after,
  .title-h2::before {
    height: 22px;
    width: 20px;
  }
}
.living {
  line-height: 1.57142857;
  font-size: 14px;
  margin-top: -4px;
  margin-bottom: -4px;
  color: #c7000b;
  border-radius: 2px;
  overflow: hidden;
  padding: 0px 5px;
  display: none;
}
@media (max-width: 540px) {
  .living {
    margin-top: 0px;
    margin-left: 0;
    font-size: 10px;
  }
}
.ebg-btn-bg-red-s-icon-download {
  display: inline-block;
  cursor: pointer;
  border: 2px solid #c7000b;
  color: #c7000b;
  border-radius: 2px;
  text-align: center;
  background-color: #c7000b;
  color: #fff;
  margin-top: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 20px;
  padding-right: 20px;
}
.ebg-btn-bg-red-s-icon-download span {
  position: relative;
  padding-left: 25px;
  line-height: 1.33333333;
  font-size: 12px;
  margin-top: -2px;
  margin-bottom: -2px;
  display: inline-block;
}
.ebg-btn-bg-red-s-icon-download span:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e6e0";
  font-size: 22px;
  margin-top: 1px;
}
.ebg-btn-box {
  display: inline-block;
}
.header-con .ebg-btn-box a,
.header-con .ebg-btn-box > div {
  border-radius: 15px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.ebg-btn-box a span,
.ebg-btn-box > div span {
  font-size: 14px !important;
}
/*内页背景*/
/*自定义滚动条chrome生效*/
.coustom-scroll::-webkit-scrollbar {
  width: 4px;
}
.coustom-scroll::-webkit-scrollbar-track {
  border-radius: 2px;
  background-color: #f5f5f5;
}
.coustom-scroll::-webkit-scrollbar-thumb {
  background-color: #e3e3e3;
  border-radius: 2px;
}
.coustom-scroll::-webkit-scrollbar-button {
  background-color: #FFFFFF;
  display: none;
}
.coustom-scroll::-webkit-scrollbar-corner {
  background-color: black;
}
* {
  -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,
.cistern:after {
  display: table;
  clear: both;
  content: ' ';
}
a,
i {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
.cistern {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
}
body {
  font-family: ebg-font-regular, Arial;
  font-size: 16px;
  color: #231815;
  background: #fff;
}
.LANG-cn body {
  font-family: Microsoft YaHei, Arial;
}
.LANG-tr body {
  font-family: Arial, Helvetica, sans-serif;
}
body .ebg-font-light {
  font-family: ebg-font-light, Arial;
}
body .ebg-font-regular {
  font-family: ebg-font-regular, Arial;
}
body .ebg-font-bold {
  font-family: ebg-font-bold, Arial;
  font-weight: normal;
}
.LANG-cn body .ebg-font-light,
.LANG-cn body .ebg-font-regular,
.LANG-cn body .ebg-font-bold {
  font-family: Microsoft YaHei, Arial;
}
.LANG-cn body .ebg-font-bold {
  font-weight: bold;
}
.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-sa body {
  text-align: right !important;
  direction: rtl;
  unicode-bidi: bidi-override;
}
.position-fix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.lazyload {
  position: relative;
}
.lazyload img {
  position: absolute;
  display: block;
  width: 100%;
  min-height: 100%;
}
.lazyload:after {
  padding-top: 56.24%;
  content: "";
  width: 100%;
  display: block;
}
/*美化滚动条*/
.scrollbar::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
/* 这是针对缺省样式 (必须的) */
.scrollbar::-webkit-scrollbar-track {
  border-radius: 2px;
  background-color: #fff;
}
/* 滚动条的滑轨背景颜色 */
.scrollbar::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #ddd;
  border-radius: 10px;
}
/* 滑块颜色 */
.scrollbar::-webkit-scrollbar-button {
  display: none;
  background-color: #fff;
}
/* 滑轨两头的监听按钮颜色 */
.scrollbar::-webkit-scrollbar-corner {
  background-color: #fff;
}
.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;
}
.h2-title {
  color: #231815;
  font-size: 36px;
  text-align: center;
  padding-bottom: 50px;
  line-height: 1.2;
  font-weight: bold;
}
.LANG-en .h2-title {
  font-family: ebg-font-bold, Arial;
  font-weight: normal;
}
@media (max-width: 1200px) {
  .h2-title {
    padding-bottom: 30px;
  }
}
@media (max-width: 750px) {
  .h2-title {
    padding-bottom: 20px;
    font-size: 24px;
  }
}
.ebg-block-tb {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1200px) {
  .ebg-block-tb {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 750px) {
  .ebg-block-tb {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.ebg-block-t {
  padding-top: 100px;
}
@media (max-width: 1200px) {
  .ebg-block-t {
    padding-top: 60px;
  }
}
@media (max-width: 750px) {
  .ebg-block-t {
    padding-top: 40px;
  }
}
.ebg-block-b {
  padding-bottom: 100px;
}
@media (max-width: 1200px) {
  .ebg-block-b {
    padding-bottom: 60px;
  }
}
@media (max-width: 750px) {
  .ebg-block-b {
    padding-bottom: 40px;
  }
}
.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: #c7000b;
  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 (max-width: 750px) {
  body .ebg-btn-box,
  body .ebg-btn-box-block {
    padding-top: 0;
  }
}
