.flex {
  display: flex;
}
.flex.column {
  flex-direction: column;
}
.flex.column.column-center {
  align-content: center;
}
.flex.column.column-space-between {
  align-content: space-between;
}
.flex.column.column-start {
  align-content: flex-start;
}
.flex.column.column-end {
  align-content: flex-end;
}
.flex.center {
  justify-content: center;
}
.flex.start {
  justify-content: flex-start;
}
.flex.end {
  justify-content: flex-end;
}
.flex.space-between {
  justify-content: space-between;
}
.flex.space-around {
  justify-content: space-around;
}
.flex.middle {
  align-items: center;
}
.flex.stretch {
  align-items: stretch;
}
.flex.top {
  align-items: flex-start;
}
.flex.bottom {
  align-items: flex-end;
}
.flex.wrap {
  flex-wrap: wrap;
}
.flex.grow {
  flex-grow: 1;
}

.flex-one {
  flex: 1;
}

.flex-two {
  flex: 2;
}

body, html {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

body {
  color: #003B2E;
  font-family: "SourceHanSansCN-Regular";
  display: flex;
  flex-direction: column;
  background-color: #f2fffb;
}
body #wrap {
  width: 100vw;
  height: 56.25vw;
}

.container {
  margin: 0 15px;
}
@media screen and (max-width: 1920px) and (min-width: 1920px) {
  .container {
    margin: 0 23.5789473684px;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul, li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

.cn {
  display: none;
}

img {
  line-height: 0;
}

.dropdown {
  position: relative;
}
.dropdown .dropdown-pannel {
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 1000;
  background-color: #ffffff;
}
.dropdown[data-expand=true] .dropdown-pannel {
  display: flex;
}
.dropdown[data-expand=false] .dropdown-pannel {
  display: none;
}

.header {
  margin-top: 21.5px;
  margin-bottom: 23px;
  padding: 0 40px;
  background: linear-gradient(to bottom, #52B048, #B0E66D);
  box-shadow: 0px 0px 3px rgba(56, 4, 73, 0.7);
  border-radius: 22.5px;
  height: 45px;
}
@media screen and (max-width: 1920px) and (min-width: 1920px) {
  .header {
    margin-top: 26.9473684211px;
    margin-bottom: 26.9473684211px;
    padding: 0 50.5263157895px;
    border-radius: 30.3157894737px;
    height: 60.6315789474px;
  }
}
.header .logo {
  height: 35px;
}
@media screen and (max-width: 1920px) and (min-width: 1920px) {
  .header .logo {
    height: 47.1578947368px;
  }
}
.header .navs {
  padding-left: 57.5px;
}
@media screen and (max-width: 1920px) and (min-width: 1920px) {
  .header .navs {
    padding-left: 74.1052631579px;
  }
}
.header .navs .nav {
  font-size: 19px;
  line-height: 1.2;
  font-weight: Bold;
  padding: 0 11.5px;
}
@media screen and (max-width: 1920px) and (min-width: 1920px) {
  .header .navs .nav {
    font-size: 25.6px;
    padding: 0 13.4736842105px;
  }
}
.header .navs .nav.active {
  color: #ffffff;
}
.header .right .lang {
  font-weight: bold;
  font-size: 16.5px;
  line-height: 1;
  font-weight: Bold;
  padding: 0 12.5px;
}
@media screen and (max-width: 1920px) and (min-width: 1920px) {
  .header .right .lang {
    font-size: 22.9052631579px;
    padding: 0 16.8421052632px;
  }
}
.header .right .lang.active {
  color: #ffffff;
}
.header .right .lang:nth-of-type(2) {
  border-left: 1px solid #003B2E;
}
.header .right .a-home, .header .right .a-xiaochengxu {
  line-height: 0;
}
.header .right .home, .header .right .xiaochengxu {
  height: 16.5px;
}
@media screen and (max-width: 1920px) and (min-width: 1920px) {
  .header .right .home, .header .right .xiaochengxu {
    height: 22.9052631579px;
  }
}
.header .right .home {
  margin-left: 10px;
}
@media screen and (max-width: 1920px) and (min-width: 1920px) {
  .header .right .home {
    margin-left: 45.4736842105px;
  }
}
.header .right .dropdown .xiaochengxu {
  margin-left: 12.5px;
}
@media screen and (max-width: 1920px) and (min-width: 1920px) {
  .header .right .dropdown .xiaochengxu {
    margin-left: 20.2105263158px;
  }
}
.header .right .dropdown .dropdown-pannel {
  width: 300px;
  height: 300px;
}
@media screen and (max-width: 1920px) and (min-width: 1920px) {
  .header .right .dropdown .dropdown-pannel {
    width: 500px;
    height: 500px;
    top: 41.7684210526px;
  }
}
.header .right .dropdown .dropdown-pannel img {
  width: 80%;
  height: 80%;
}

.main {
  flex: 5;
  margin-bottom: 18px;
  border: 2px solid #b2db2a;
  border-radius: 40px;
  position: relative;
  height: calc((100vw - 30px) / 1337 * 665.9);
  background-color: #fcfffe;
}
@media screen and (max-width: 1920px) and (min-width: 1920px) {
  .main {
    border-radius: 47.1578947368px;
    height: calc((100vw - 47.1578947368px) / 1337 * 665.9);
  }
}
.main .main-content {
  border-radius: 40px;
  width: 100%;
  height: inherit;
  overflow: hidden;
}
@media screen and (max-width: 1920px) and (min-width: 1920px) {
  .main .main-content {
    border-radius: 47.1578947368px;
  }
}
.main:after {
  position: absolute;
  content: "";
  display: block;
  width: 31.5px;
  height: 163px;
  left: -7px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  background: url(../image/copy-ja.jpg) no-repeat 0 0;
  background-size: 100% auto;
}
@media screen and (max-width: 1920px) and (min-width: 1920px) {
  .main:after {
    width: 37.0526315789px;
    height: 218.9473684211px;
    left: -6.7368421053px;
  }
}
.main.main-cn:after {
  background: url(../image/copy-cn.jpg) no-repeat 0 0;
  background-size: 100% auto;
}

:focus-visible {
  outline: none;
}

input[type=text] {
  padding: 0 10px;
  background-color: transparent;
}
input[type=text]::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #909;
}
input[type=text]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #909;
}
input[type=text]::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #909;
}
input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #909;
}

.btn {
  background: #009c52;
  font-size: 17.5px;
  border-radius: 10px;
  text-align: center;
  padding: 0 30px;
  display: inline-block;
  color: #ffffff;
  font-weight: lighter;
}
@media screen and (max-width: 1920px) and (min-width: 1920px) {
  .btn {
    font-size: 25.6px;
    border-radius: 13.4736842105px;
    padding: 0 40.4210526316px;
  }
}
.btn.go-back {
  line-height: 2.6571428571;
  position: absolute;
  bottom: 25px;
  right: 40px;
}
@media screen and (max-width: 1920px) and (min-width: 1920px) {
  .btn.go-back {
    bottom: 33.6842105263px;
    right: 50.5263157895px;
  }
}

.btn-speaker {
  color: #009c52;
  font-size: 16.665px;
  font-weight: lighter;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1920px) and (min-width: 1920px) {
  .btn-speaker {
    font-size: 22.4538947368px;
  }
}
.btn-speaker img {
  width: 42.5px;
  display: block;
  margin-right: 12.5px;
}
@media screen and (max-width: 1920px) and (min-width: 1920px) {
  .btn-speaker img {
    width: 57.2631578947px;
    margin-right: 16.8421052632px;
  }
}

@font-face {
  font-family: "SourceHanSansCN-Regular";
  src: url("../fonts/SourceHanSansCN-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
/* animation*/
@keyframes rollInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0) rotateX(120deg);
    transform: translate3d(0, -100%, 0) rotateX(120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes rollInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0) rotateX(120deg);
    transform: translate3d(0, -100%, 0) rotateX(120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0) rotateX(120deg);
    transform: translate3d(0, 100%, 0) rotateX(120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes rollInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0) rotateX(120deg);
    transform: translate3d(0, 100%, 0) rotateX(120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotateY(120deg);
    transform: translate3d(100%, 0, 0) rotateY(120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes rollInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotateY(120deg);
    transform: translate3d(100%, 0, 0) rotateY(120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInZoomOut {
  0% {
    transform-origin: center;
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    transform-origin: center;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes fadeInZoomOut {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -200px, 0);
    transform: translate3d(0, -200px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -200px, 0);
    transform: translate3d(0, -200px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-200px, -200px, 0);
    transform: translate3d(-200px, -200px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-200px, -200px, 0);
    transform: translate3d(-200px, -200px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(200px, -200px, 0);
    transform: translate3d(200px, -200px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInUpRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(200px, -200px, 0);
    transform: translate3d(200px, -200px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInLeftDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 200px, 0);
    transform: translate3d(-200px, 200px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(200px, 200px, 0);
    transform: translate3d(200px, 200px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInDownRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(200px, 200px, 0);
    transform: translate3d(200px, 200px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes rotateIn {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(1turn);
  }
}
@keyframes rotateIn {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes puffIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(2);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1);
  }
}
@keyframes puffIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(2);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1);
  }
}
@-webkit-keyframes bounceInLeft {
  from, 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% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from, 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% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes bounceInUp {
  from, 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% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleX(3);
    transform: translate3d(0, -3000px, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleX(1);
    transform: translate3d(0, 25px, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleX(0.98);
    transform: translate3d(0, -10px, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleX(0.995);
    transform: translate3d(0, 5px, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 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% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleX(3);
    transform: translate3d(0, -3000px, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleX(1);
    transform: translate3d(0, 25px, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleX(0.98);
    transform: translate3d(0, -10px, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleX(0.995);
    transform: translate3d(0, 5px, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes bounceInRight {
  from, 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);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from, 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);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* Sliding entrances */
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes bling {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.75;
  }
}
@-webkit-keyframes bling {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.75;
  }
}
@-webkit-keyframes bk-change {
  0%, 50% {
    background: url(../image/2-l-2-bk-1.png) no-repeat 0 0;
    background-size: 337px 150px;
  }
  51%, 100% {
    background: url(../image/2-l-2-bk-2.png) no-repeat 0 0;
    background-size: 337px 150px;
  }
}
@-webkit-keyframes expandX {
  0%, 100% {
    width: 30%;
  }
  50% {
    width: 81%;
  }
}
body.index .main .main-content {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: calc((100vw - 30px) / 1337 * 665.9);
}
body.index .main .image-1-layer-1, body.index .main .image-1-layer-3, body.index .main #left, body.index .main #right {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 0;
}
body.index .main .image-1-iframe {
  position: absolute;
  top: 0px;
  left: 1px;
  width: 100%;
  height: 100%;
  z-index: 1;
  border: none;
}
body.index .main .image-1-top .labels .label {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 4;
  opacity: 0;
  animation: fadeIn 0.1s 2.2s linear forwards;
}
body.index .main .image-1-top .labels .label .label-content {
  border: 1px solid #bde249;
  background-color: #ffffff;
  font-weight: bold;
  color: #025950;
  font-size: 13.5px;
  line-height: 1;
  padding: 4.5px 7px;
  margin: 0.5px;
}
@media screen and (max-width: 1920px) and (min-width: 1920px) {
  body.index .main .image-1-top .labels .label .label-content {
    padding: 6.7368421053px 10.1052631579px;
    font-size: 18.1894736842px;
  }
}
body.index .main .image-1-top .labels .label.label-1 {
  top: 1.3768115942%;
  left: 29.2805755396%;
}
body.index .main .image-1-top .labels .label.label-2 {
  top: 23.115942029%;
  left: 29.2805755396%;
}
body.index .main .image-1-top .labels .label.label-3 {
  top: 18.4782608696%;
  left: 44.6043165468%;
}
body.index .main .image-1-top .labels .label.label-4 {
  top: 2.6086956522%;
  left: 62.2302158273%;
}
body.index .main .image-1-top .labels .label.label-5 {
  top: 12.1739130435%;
  right: 35.6115107914%;
}
body.index .main .image-1-top .labels .label.label-6 {
  top: 20.2898550725%;
  right: 35.9712230216%;
}
body.index .main .image-1-top .labels .label.label-7 {
  top: 26.4492753623%;
  right: 30%;
  left: unset;
}
body.index .main .image-1-top .labels .label:hover {
  transform-origin: center center;
  transform: scale(1.2);
  transition: all 1s linear;
  cursor: pointer;
}
body.index .main .image-1-top .image-1-top-lines {
  position: absolute;
  top: 0;
  left: 6.0583395662%;
  width: 87.8833208676%;
  z-index: 4;
}
body.index .main .image-1-top .image-1-top-lines circle {
  opacity: 0;
  animation: fadeIn 0.2s 0.5s linear forwards;
}
body.index .main .image-1-top .image-1-top-lines .st0 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}
body.index .main .image-1-top .image-1-top-lines .st1 {
  fill: none;
  stroke: #B3DE2F;
  stroke-width: 0.54;
  stroke-miterlimit: 10;
}
body.index .main .image-1-top .image-1-top-lines .st2 {
  fill: #B3DE2F;
  stroke: #FFFFFF;
  stroke-width: 0.54;
  stroke-miterlimit: 10;
}
body.index .main .image-1-top .image-1-top-bk {
  position: absolute;
  top: 0;
  left: 6.0583395662%;
  width: 87.8833208676%;
  z-index: 3;
  animation: moveInUp 0.5s linear;
}
body.index .main .image-1-bottom {
  position: absolute;
  bottom: -15px;
  left: 5.2543006731%;
  width: 89.4913986537%;
  z-index: 3;
  animation: moveInDown 0.5s linear;
}
body.index .main .image-1-chanpinzonglan {
  position: absolute;
  top: 61.0869565217%;
  left: 10.6115107914%;
  z-index: 10;
  width: 9.4604316547%;
}
body.index .main .image-1-gongsijieshao {
  position: absolute;
  top: 36.231884058%;
  left: 36.8705035971%;
  width: 9.4604316547%;
  z-index: 10;
}
body.index .main .image-1-yingyonganli {
  position: absolute;
  top: 54.347826087%;
  left: 64.4244604317%;
  width: 9.4604316547%;
  z-index: 10;
}
body.index .main .left-hover, body.index .main .right-hover {
  position: absolute;
  top: 31.0031536267%;
  z-index: 5;
  transform-origin: 50% 50%;
  width: 25.6544502618%;
  height: 37.9936927467%;
  transform: rotate(-30deg) skewX(32deg);
}
body.index .main .left-hover {
  left: 9%;
}
body.index .main .right-hover {
  right: 9%;
}

@keyframes moveInUp {
  0% {
    -webkit-transform: translate3d(0, -200px, 0);
    transform: translate3d(0, -200px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes moveInUp {
  0% {
    -webkit-transform: translate3d(0, -200px, 0);
    transform: translate3d(0, -200px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes moveInDown {
  0% {
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes moveInDown {
  0% {
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
body.page-2 .main {
  background-image: url(../image/2-bk.png);
  background-position: center;
  background-size: 80.3308162531% auto;
  background-repeat: no-repeat;
}
body.page-2 .main .item {
  width: 323px;
  border: 1px solid #92c992;
  margin: 35px 90px;
  border-radius: 25px;
  overflow: hidden;
}
@media screen and (max-width: 1920px) and (min-width: 1920px) {
  body.page-2 .main .item {
    width: 435.2px;
    margin: 40.4210526316px 107.7894736842px;
    border-radius: 23.5789473684px;
  }
}
body.page-2 .main .item img {
  width: 323px;
  height: 165px;
  display: block;
}
@media screen and (max-width: 1920px) and (min-width: 1920px) {
  body.page-2 .main .item img {
    width: 435.2px;
    height: 222.3157894737px;
  }
}
body.page-2 .main .item .text {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 1.2;
  color: #229641;
  font-weight: bold;
  padding: 20px 10px;
  background: #FFffff;
}
@media screen and (max-width: 1920px) and (min-width: 1920px) {
  body.page-2 .main .item .text {
    font-size: 24.2526315789px;
    padding: 26.9473684211px 13.4736842105px;
  }
}

body.page-2-1 .main .main-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
body.page-2-1 .main video {
  width: auto;
  height: inherit;
}

body.page-3 {
  position: relative;
}
body.page-3 .main {
  background-image: url(../image/3-bk.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.page-3 .main .main-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
body.page-3 .main .main-content .input-group {
  box-shadow: 0 0 0.2px rgba(154, 189, 185, 0.88);
  width: 46.6284074605%;
  border-radius: 23.25px;
  display: flex;
  align-items: center;
  padding: 0 25px;
  border: 1px solid #9abdb9;
  background-color: #ffffff;
  margin-bottom: 30px;
  overflow: hidden;
  display:none
}
@media screen and (max-width: 1920px) and (min-width: 1920px) {
  body.page-3 .main .main-content .input-group {
    border-radius: 30.3157894737px;
    padding: 0 20.2105263158px;
     display:none
  }
}
body.page-3 .main .main-content .input-group input {
  width: calc(100% - 30px);
  height: 100%;
  border: none;
  font-size: 30px;
  padding: 7.5px 0;
}
@media screen and (max-width: 1920px) and (min-width: 1920px) {
  body.page-3 .main .main-content .input-group input {
    width: calc(100% - 43.7894736842px);
    font-size: 40.4210526316px;
    padding: 10.1052631579px 0;
  }
}
body.page-3 .main .main-content .input-group .search {
  width: 30px;
  cursor: pointer;
}
@media screen and (max-width: 1920px) and (min-width: 1920px) {
  body.page-3 .main .main-content .input-group .search {
    width: 43.7894736842px;
  }
}
body.page-3 .main .main-content .swiper-container {
  width: 100%;
}
body.page-3 .main .main-content .swiper-container .swiper-wrapper .swiper-slide {
  margin: 0 auto;
}
body.page-3 .main .main-content .swiper-container .swiper-wrapper .swiper-slide .swiper-content {
  width: calc(100vw - 60px - 250px);
  margin: 0 auto;
}
body.page-3 .main .main-content .swiper-container .swiper-wrapper .swiper-slide .swiper-content a {
  width: calc(14.2857142857% - 15px);
  height: calc((14.2857142857% - 15px) / 150 * 60);
  background-color: #ffffff;
  margin: 20px 7.5px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 5px rgba(162, 162, 162, 0.3);
  border-radius: 18px;
  overflow: hidden;
}
body.page-3 .main .main-content .swiper-container .swiper-wrapper .swiper-slide .swiper-content a img {
  width: 100%;
  height: 100%;
}
body.page-3 .main .main-content .swiper-container .swiper-button-next, body.page-3 .main .main-content .swiper-container .swiper-button-prev {
  top: unset;
  bottom: 50%;
  left: 45px;
  right: unset;
  height: 55px;
  width: 22px;
  z-index: 100;
}
body.page-3 .main .main-content .swiper-container .swiper-button-next:after, body.page-3 .main .main-content .swiper-container .swiper-button-prev:after {
  content: "";
  display: block;
  height: 44px;
  width: 22px;
  background: url(../image/arrow.png) no-repeat 0 0;
  background-size: 100% 100%;
}
body.page-3 .main .main-content .swiper-container .swiper-button-next.swiper-button-next, body.page-3 .main .main-content .swiper-container .swiper-button-prev.swiper-button-next {
  left: unset;
  right: 45px;
}
body.page-3 .main .main-content .swiper-container .swiper-button-next.swiper-button-next:after, body.page-3 .main .main-content .swiper-container .swiper-button-prev.swiper-button-next:after {
  background: url(../image/arrow.png) no-repeat 0 0;
  background-size: 100% 100%;
  transform: rotate(180deg);
}
body.page-3 .main .main-content .swiper-container .swiper-button-next.swiper-button-disabled.swiper-button-prev:after, body.page-3 .main .main-content .swiper-container .swiper-button-prev.swiper-button-disabled.swiper-button-prev:after {
  background: url(../image/arrow.png) no-repeat 0 0;
  background-size: 100% 100%;
}
body.page-3 .main .main-content .swiper-container .swiper-button-next.swiper-button-disabled.swiper-button-next:after, body.page-3 .main .main-content .swiper-container .swiper-button-prev.swiper-button-disabled.swiper-button-next:after {
  background: url(../image/arrow.png) no-repeat 0 0;
  background-size: 100% 100%;
}
body.page-3 .bk-cover {
  background: rgba(180, 182, 179, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 21;
  display: none;
}
body.page-3 .modal {
  background: #ffffff;
  width: 1050px;
  height: 535px;
  position: absolute;
  z-index: 21;
  border-radius: 25px;
  top: calc(50% - 267.5px);
  left: calc(50% - 525px);
  display: none;
}
@media screen and (max-width: 1920px) and (min-width: 1920px) {
  body.page-3 .modal {
    width: 1414.7368421053px;
    height: 788.2105263158px;
    top: calc(50% - 394.1052631579px);
    left: calc(50% - 707.3684210526px);
  }
}
body.page-3 .modal .modal-content {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 68px 0;
}
@media screen and (max-width: 1920px) and (min-width: 1920px) {
  body.page-3 .modal .modal-content {
    padding: 67.3684210526px 0;
  }
}
body.page-3 .modal .modal-content .btn-close {
  position: absolute;
  right: -25px;
  top: -25px;
}
@media screen and (max-width: 1920px) and (min-width: 1920px) {
  body.page-3 .modal .modal-content .btn-close {
    right: -33.6842105263px;
    top: -33.6842105263px;
  }
}
body.page-3 .modal .modal-content .btn-close img {
  width: 35px;
  display: block;
}
@media screen and (max-width: 1920px) and (min-width: 1920px) {
  body.page-3 .modal .modal-content .btn-close img {
    width: 47.1578947368px;
  }
}
body.page-3 .modal .modal-content .left .left-top {
  width: 320px;
}
@media screen and (max-width: 1920px) and (min-width: 1920px) {
  body.page-3 .modal .modal-content .left .left-top {
    width: 431.1578947368px;
  }
}
body.page-3 .modal .modal-content .left .left-top .title {
  width: 207px;
  display: block;
  margin: 0 auto 35px;
}
@media screen and (max-width: 1920px) and (min-width: 1920px) {
  body.page-3 .modal .modal-content .left .left-top .title {
    width: 278.9052631579px;
    margin: 0 auto 47.1578947368px;
  }
}
body.page-3 .modal .modal-content .left .left-top .text {
  font-size: 18.75px;
  display: block;
  text-align: center;
}
@media screen and (max-width: 1920px) and (min-width: 1920px) {
  body.page-3 .modal .modal-content .left .left-top .text {
    font-size: 25.2631578947px;
  }
}
body.page-3 .modal .modal-content .left .btn-speaker {
  margin-top: 200px;
  margin-left: 135px;
  display:none
}
@media screen and (max-width: 1920px) and (min-width: 1920px) {
  body.page-3 .modal .modal-content .left .btn-speaker {
    margin-top: 269.4736842105px;
    margin-left: 181.8947368421px;
     display:none
  }
}
body.page-3 .modal .modal-content .right {
  width: calc(100% - 320px);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (max-width: 1920px) and (min-width: 1920px) {
  body.page-3 .modal .modal-content .right {
    width: calc(100% - 431.1578947368px);
  }
}
body.page-3 .modal .modal-content .right .title {
  font-size: 16.665px;
  line-height: 1.2;
  font-weight: lighter;
}
@media screen and (max-width: 1920px) and (min-width: 1920px) {
  body.page-3 .modal .modal-content .right .title {
    font-size: 22.4538947368px;
  }
}
body.page-3 .modal .modal-content .right .article {
  width: calc(100% - 50px);
  margin-right: 1px;
  height: calc(100% - 19.998px);
  overflow: auto;
}
@media screen and (max-width: 1920px) and (min-width: 1920px) {
  body.page-3 .modal .modal-content .right .article {
    width: calc(100% - 33.6842105263px);
    height: calc(100% - 13.4723368421px);
  }
}

body.page-4 {
  position: relative;
}
body.page-4[data-empty=false] .main {
  background-image: url(../image/4-1-bk.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.page-4[data-empty=false] .main .main-content .loading {
  display: block;
}
body.page-4[data-empty=false] .main .main-content .swiper-container {
  display: block;
}
body.page-4 .main {
  background-image: url(../image/4-bk.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.page-4 .main .main-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
body.page-4 .main .main-content .tabs {
  margin: 40px 65px 40px;
  width: calc(100% - 130px);
  padding-top: 50px;
}
body.page-4 .main .main-content .tabs .tab {
  padding: 12.5px 5px 22.5px 0;
  width: 136px;
  text-align: center;
  color: #005850;
  font-size: 19px;
  line-height: 1;
  font-weight: bold;
  cursor: pointer;
  background: url(../image/btn-bk.png) no-repeat 0 0;
  background-size: 100% 100%;
}

body.page-4 .main .main-content .tabs .channel{
  font-size: 27px;
}

@media screen and (max-width: 1920px) and (min-width: 1920px) {
  body.page-4 .main .main-content .tabs .tab {
    padding: 16.1684210526px 13.4736842105px 29.6421052632px 0;
    width: 192.6736842105px;
    font-size: 28.0724210526px;
  }
}
body.page-4 .main .main-content .tabs .tab.active {
  color: #ffffff;
}
body.page-4 .main .main-content .loading {
  margin-top: 120px;
  margin-bottom: 240px;
  margin-right: 35%;
  margin-left: auto;
  padding: 30px 115px 42.5px 57.35px;
  color: #005850;
  font-size: 17.5px;
  line-height: 1;
  font-weight: 400;
  background: url(../image/loading.png) no-repeat 0 0;
  background-size: 100% 100%;
}
body.page-4 .main .main-content .swiper-container {
  display: none;
  width: 100%;
}
body.page-4 .main .main-content .swiper-container .swiper-wrapper .swiper-slide {
  width: calc(100vw - 60px - 100px);
  margin: 0 auto;
}
body.page-4 .main .main-content .swiper-container .swiper-wrapper .swiper-slide .swiper-content {
  width: calc(100vw - 60px - 150px);
  margin: 0 auto;
}
body.page-4 .main .main-content .swiper-container .swiper-wrapper .swiper-slide .swiper-content .item {
  width: calc(25% - 50px);
  background-color: #ffffff;
  border-radius: 25px;
  border: 1.5px solid #339933;
  padding-top: 6.5px;
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 25px;
}
body.page-4 .main .main-content .swiper-container .swiper-wrapper .swiper-slide .swiper-content .item img {
  width: calc(100% - 13px);
  display: block;
  border-radius: 20px;
  border: 0.03px solid #339933;
  margin: 0 auto;
}
body.page-4 .main .main-content .swiper-container .swiper-wrapper .swiper-slide .swiper-content .item .text {
  padding: 12px 6.5px;
  text-align: center;
  font-size: 18.75px;
  font-weight: lighter;
  color: #339933;
}
body.page-4 .main .main-content .swiper-container .swiper-wrapper .swiper-slide .swiper-content .item .channel{
  font-size: 24px;
}
@media screen and (max-width: 1920px) and (min-width: 1920px) {
  body.page-4 .main .main-content .swiper-container .swiper-wrapper .swiper-slide .swiper-content .item .text {
    font-size: 25.2631578947px;
    padding: 16.1684210526px 8.7578947368px;
  }
}
body.page-4 .main .main-content .swiper-container .swiper-button-next, body.page-4 .main .main-content .swiper-container .swiper-button-prev {
  top: unset;
  bottom: 50%;
  left: 45px;
  right: unset;
  height: 44px;
  width: 22px;
  z-index: 100;
}
body.page-4 .main .main-content .swiper-container .swiper-button-next:after, body.page-4 .main .main-content .swiper-container .swiper-button-prev:after {
  content: "";
  display: block;
  height: 44px;
  width: 22px;
  background: url(../image/arrow.png) no-repeat 0 0;
  background-size: 100% 100%;
}
body.page-4 .main .main-content .swiper-container .swiper-button-next.swiper-button-next, body.page-4 .main .main-content .swiper-container .swiper-button-prev.swiper-button-next {
  left: unset;
  right: 45px;
}
body.page-4 .main .main-content .swiper-container .swiper-button-next.swiper-button-next:after, body.page-4 .main .main-content .swiper-container .swiper-button-prev.swiper-button-next:after {
  background: url(../image/arrow.png) no-repeat 0 0;
  background-size: 100% 100%;
  transform: rotate(180deg);
}
body.page-4 .main .main-content .swiper-container .swiper-button-next.swiper-button-disabled.swiper-button-prev:after, body.page-4 .main .main-content .swiper-container .swiper-button-prev.swiper-button-disabled.swiper-button-prev:after {
  background: url(../image/arrow.png) no-repeat 0 0;
  background-size: 100% 100%;
}
body.page-4 .main .main-content .swiper-container .swiper-button-next.swiper-button-disabled.swiper-button-next:after, body.page-4 .main .main-content .swiper-container .swiper-button-prev.swiper-button-disabled.swiper-button-next:after {
  background: url(../image/arrow.png) no-repeat 0 0;
  background-size: 100% 100%;
}

body.page-4-1 .main .main-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
body.page-4-1 .main video {
  width: inherit;
 /* height: auto;*/
}
body.page-4-1 .main .widget {
  height: 100%;
  width: 425px;
  border-bottom-right-radius: 40px;
  border-top-right-radius: 40px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  padding-left: 45px;
}
@media screen and (max-width: 1920px) and (min-width: 1920px) {
  body.page-4-1 .main .widget {
    width: 572.6315789474px;
    border-bottom-right-radius: 47.1578947368px;
    border-top-right-radius: 47.1578947368px;
    padding-left: 60.6315789474px;
  }
}
body.page-4-1 .main .widget[data-expand=true] .content {
  transform: translateX(-380px);
}
@media screen and (max-width: 1920px) and (min-width: 1920px) {
  body.page-4-1 .main .widget[data-expand=true] .content {
    transform: translateX(-512px);
  }
}
body.page-4-1 .main .widget[data-expand=true] .content .arrow img {
  transform: none;
}
body.page-4-1 .main .widget .content {
  padding: 35px;
  width: 380px;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  margin-left: 380px;
  transition: 1s transform ease-in-out;
}
@media screen and (max-width: 1920px) and (min-width: 1920px) {
  body.page-4-1 .main .widget .content {
    padding: 47.1578947368px;
    width: 512px;
    margin-left: 512px;
  }
}
body.page-4-1 .main .widget .content .arrow {
  width: 45px;
  height: 52.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -45px;
  top: calc(50% - 26.25px);
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  background: #009c52;
}
@media screen and (max-width: 1920px) and (min-width: 1920px) {
  body.page-4-1 .main .widget .content .arrow {
    width: 60.6315789474px;
    height: 70.7368421053px;
    left: -60.6315789474px;
    top: calc(50% - 35.3684210526px);
    border-bottom-left-radius: 13.4736842105px;
    border-top-left-radius: 13.4736842105px;
  }
}
body.page-4-1 .main .widget .content .arrow img {
  height: 30px;
  transform: rotate(180deg);
  transition: 1s transform ease-in-out;
}
@media screen and (max-width: 1920px) and (min-width: 1920px) {
  body.page-4-1 .main .widget .content .arrow img {
    height: 44.4631578947px;
  }
}
body.page-4-1 .main .widget .content .title {
  font-weight: 400;
  font-size: 25px;
  color: #ffffff;
  padding-bottom: 15%;
}
@media screen and (max-width: 1920px) and (min-width: 1920px) {
  body.page-4-1 .main .widget .content .title {
    font-size: 33.6842105263px;
  }
}
body.page-4-1 .main .widget .content .tab-template .tabs .tab {
  color: #009c52;
  font-weight: lighter;
  font-size: 14.585px;
  padding: 3.5px 7.5px;
  margin-left: 7px;
  margin-right: 7px;
  border-bottom: 1px solid transparent;
  margin-bottom: 12px;
}
@media screen and (max-width: 1920px) and (min-width: 1920px) {
  body.page-4-1 .main .widget .content .tab-template .tabs .tab {
    font-size: 20.2105263158px;
    padding: 4.7157894737px 8.7578947368px;
    margin-left: 9.4315789474px;
    margin-right: 9.4315789474px;
    margin-bottom: 16.1684210526px;
  }
}
body.page-4-1 .main .widget .content .tab-template .tabs .tab.active {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
body.page-4-1 .main .widget .content .tab-template .tab-containers {
  background: rgba(0, 0, 0, 0.9);
  height: 400px;
  color: #ffffff;
  font-size: 16.665px;
}
@media screen and (max-width: 1920px) and (min-width: 1920px) {
  body.page-4-1 .main .widget .content .tab-template .tab-containers {
    height: 538.9473684211px;
    font-size: 22.4538947368px;
  }
}
body.page-4-1 .main .widget .content .tab-template .tab-containers .tab-container {
  display: none;
  padding: 30px;
  width: 100%;
  height: 100%;
  overflow: auto;
  font-weight: lighter;
}
@media screen and (max-width: 1920px) and (min-width: 1920px) {
  body.page-4-1 .main .widget .content .tab-template .tab-containers .tab-container {
    padding: 40.4210526316px;
  }
}
body.page-4-1 .main .widget .content .tab-template .tab-containers .tab-container:first-of-type {
  display: block;
}
body.page-4-1 .main .widget .content .tab-template .tab-containers .tab-container .tips {
  font-size: 14.585px;
  color: #068246;
  line-height: 2;
  padding-bottom: 7.5px;
  text-align: center;
}
@media screen and (max-width: 1920px) and (min-width: 1920px) {
  body.page-4-1 .main .widget .content .tab-template .tab-containers .tab-container .tips {
    font-size: 19.6513684211px;
    padding-bottom: 10.1052631579px;
  }
}
body.page-4-1 .main .widget .content .tab-template .tab-containers .tab-container .btn {
  width: 231.5px;
  padding: 10px 0;
  color: #ffffff;
  margin-top: 17.5px;
  font-size: 16.665px;
  background: #009c52;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media screen and (max-width: 1920px) and (min-width: 1920px) {
  body.page-4-1 .main .widget .content .tab-template .tab-containers .tab-container .btn {
    width: 311.9157894737px;
    padding: 13.4736842105px 0;
    margin-top: 23.5789473684px;
    font-size: 22.4538947368px;
    border-radius: 13.4736842105px;
  }
}
body.page-4-1 .main .widget .content .btn-speaker {
  margin-top: 55px;
}
@media screen and (max-width: 1920px) and (min-width: 1920px) {
  body.page-4-1 .main .widget .content .btn-speaker {
    margin-top: 74.1052631579px;
  }
}

/*# sourceMappingURL=css.css.map */
