main {
  /*margin-top: 56px;*/
  font-size: 16px;
  color: #333333;
}
video {
  cursor: pointer;
}
.dot {
  color: #E5A414;
  margin-right: 10px;
  font-size: 25px;
  font-family: Arial, Helvetica, sans-serif;
}
.btn {
  cursor: pointer;
  width: 156px;
  height: 37px;
  background: #e5a414;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.btn .text {
  font-size: 16px;
  line-height: 37px;
}
.banner {
  position: relative;
  box-sizing: border-box;
  padding-top: 65px;
  width: 100%;
  background-size: 100% 100%!important;
  background: url(/img/powerbi/premium/banner.jpg) no-repeat;
  height: 313px;
  color: white;
}
.banner .text-box {
  max-width: 1200px;
  margin: auto;
}
.banner .text-box .title {
  font-size: 30px;
  font-weight: bold;
}
.banner .text-box .subtitle {
  margin-top: 20px;
  font-size: 20px;
}
.banner .banner2 {
  position: absolute;
  left: calc((100vw - 659px) / 2);
  top: 226px;
}
.content {
  margin: 120px 0;
}
.content .content-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  max-width: 1200px;
}
.content .content-box img {
  width: 700px;
}
.content .content-box .text-box {
  width: 442px;
}
.content .content-box .text-box .title {
  font-size: 26px;
  font-weight: bold;
}
.content .content-box .text-box .text {
  margin-top: 16px;
}
.content .content-box .text-box p {
  margin-top: 10px;
}
.content2 {
  background: #F8F8F8;
  margin: 0;
}
.content2 .content-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  max-width: 1200px;
}
.content2 .content-box img {
  width: 700px;
}
.content2 .content-box .text-box {
  width: 442px;
}
.content2 .content-box .text-box .title {
  font-size: 26px;
  font-weight: bold;
}
.content2 .content-box .text-box .text {
  margin-top: 16px;
}
.content2 .content-box .text-box p {
  margin-top: 10px;
}
.swiper-title {
  font-size: 36px;
  font-weight: bold;
  margin-top: 120px;
  margin-bottom: 54px;
  display: flex;
  justify-content: center;
}
.boxes {
  width: 1200px;
  margin: auto;
  height: 573px;
  display: flex;
}
.boxes .box1 {
  background-color: #f8f8f8;
}
.boxes .box2 {
  background-color: #f2f2f2;
}
.boxes .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  position: relative;
}
.boxes .box img {
  width: 325px;
  margin-top: 41px;
}
.boxes .box .quote {
  margin-top: 51px;
  width: 500px;
  font-size: 21px;
  font-weight: bold;
}
.boxes .box .person {
  bottom: 82px;
  position: absolute;
  text-align: center;
}
.contact-us-background {
  background: #e5a414;
  text-align: center;
  margin-top: 150px;
}
.contact-us-background .contact-us-content {
  padding: 65px 0;
}
.contact-us-background .contact-us-content .title {
  height: 42px;
  font-size: 30px !important;
  font-weight: bold;
  color: #FFFFFF;
  margin: 0 auto 30px !important;
}
.contact-us-background .contact-us-content .slide-from-but {
  font-size: 16px;
  font-weight: 400;
  color: #e5a414;
  background: #FFFFFF;
  padding: 8px 32px !important;
  border-radius: 30px;
}
.contact-us-background .contact-us-content .slide-from-but2 {
  font-size: 16px;
  font-weight: 400;
  background: #e5a414;
  color: #FFFFFF;
  padding: 8px 32px !important;
  border: 2px solid #fff;
  border-radius: 30px;
}
