/**
* 作品：mixin.less
* 更新：2017年12月14日
* 简介：1. 一个基于 Less 的样式工具库，封装了常用 mixin，帮助您更轻松地书写 Less 代码。
*       2. 只在调用时才输出代码，减少代码冗余，避免样式污染
*       3. 不自带兼容前缀，减少代码量，而建议采用工具生成，如 postcss、Autoprefixer、less-plugin-autoprefix 等
*       4. 附带 IE 各类 Hack
*/
/*-------------------------------------
├   布局                              ┆
└------------------------------------*/
/*-------------------------------------
├   字体                              ┆
└------------------------------------*/
/*-------------------------------------
├   图像                              ┆
└------------------------------------*/
/*-------------------------------------
├   动效                              ┆
└------------------------------------*/
/*-------------------------------------
├   功能                              ┆
└------------------------------------*/
/*-------------------------------------
├   图形                              ┆
└------------------------------------*/
/*-------------------------------------
├   组件                              ┆
└------------------------------------*/
.main {
  margin-top: 180px;
}
.banner {
  margin-top: -180px;
}
.bg {
  position: absolute;
  font-size: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  text-align: center;
}
.bg img {
  display: inline-block;
}
.tools-banner .banner-panel h1 {
  padding-top: 130px;
  margin-bottom: 60px;
}
.tools-banner .banner-panel > p {
  line-height: 40px;
  margin-bottom: 54px;
}
.tools-banner .banner-panel dl {
  width: 470px;
  margin-top: 170px;
}
.tools-banner .banner-panel dl dt {
  line-height: 51px;
}
.tools-banner .banner-panel dl dt p {
  font-size: 28px;
  font-family: "PingFangSC-Medium", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.tools-banner .banner-panel dl dt p span {
  color: #3c83d7;
}
.tools-banner .banner-panel dl dd {
  margin-top: 60px;
  line-height: 40px;
  color: #5c5b5b;
}
.difference-section h6 {
  padding-top: 200px;
  line-height: 51px;
  text-align: center;
  font-size: 28px;
}
.difference-section h6 span {
  display: block;
}
.difference-section ul {
  height: 455px;
  margin-top: 295px;
  display: flex;
}
.difference-section ul li {
  width: 50%;
  color: #FFFFFF;
  padding: 0 83px;
  line-height: 40px;
}
.benefit-section {
  padding-top: 187px;
  text-align: center;
}
.benefit-section h3 {
  line-height: 51px;
}
.benefit-section h3 span {
  display: block;
}
.benefit-section ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 120px;
  justify-content: space-between;
}
.benefit-section ul li {
  width: 33.33333333%;
  height: 173px;
  padding-top: 40px;
  line-height: 34px;
}
.benefit-section ul li span {
  color: #3c83d7;
}
.benefit-section ul li:nth-child(1),
.benefit-section ul li:nth-child(2),
.benefit-section ul li:nth-child(3) {
  border-bottom: 1px solid #53a7e5;
}
.benefit-section ul li:nth-child(1),
.benefit-section ul li:nth-child(2),
.benefit-section ul li:nth-child(4),
.benefit-section ul li:nth-child(5) {
  border-right: 1px solid #53a7e5;
}
.apply-section {
  padding-top: 279px;
  padding-bottom: 80px;
}
.apply-section h3 {
  text-align: center;
  color: #FFFFFF;
  line-height: 51px;
  padding-bottom: 110px;
}
.apply-section .apply-form {
  background-color: #FFFFFF;
  padding: 100px 160px 50px;
}
.apply-section .apply-form .this-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 53px;
  margin-bottom: 38px;
  position: relative;
}
.apply-section .apply-form .this-input label {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  text-align: right;
  margin-right: 55px;
}
.apply-section .apply-form .this-input label::before {
  content: '*';
  color: #3c6c95;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 3px;
}
.apply-section .apply-form .this-input .input-box {
  flex: 1;
  height: 53px;
  position: relative;
}
.apply-section .apply-form .this-input.phone-input .input {
  padding-left: 120px;
}
.apply-section .apply-form .this-input.textarea-input,
.apply-section .apply-form .this-input.textarea-input .input-box {
  height: 177px;
}
.apply-section .apply-form .this-input.textarea-input {
  align-items: flex-start;
}
.apply-section .apply-form .this-input .input {
  display: block;
  width: 100%;
  padding: 4px 8px;
  font-size: 14px;
  line-height: 1.42858;
  color: #333;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 3px;
  background-color: #f8f8f8;
  border: 1px solid #eeeeee;
  color: #141414;
  height: 100%;
  padding-left: 10px;
  transition: all 0.3s ease;
}
.apply-section .apply-form .this-input .input:focus {
  border-color: #3c83d7;
}
.apply-section .apply-form .this-input.error .input {
  border-color: #c44b4e;
  color: #c44b4e;
}
.apply-section .apply-form .this-input.error .phone-select span {
  color: #c44b4e;
}
.apply-section .apply-form .this-input.error .phone-select i {
  background-image: url(../../img/tools/select-phone-arrow-error.png);
}
.apply-section .apply-form .this-input textarea.input {
  resize: none;
}
.apply-section .apply-form .this-input .total-num {
  font-size: 14px;
  color: #5c5b5b;
  line-height: initial;
  position: absolute;
  right: 12px;
  bottom: 12px;
}
.apply-section .apply-form .this-input .phone-select {
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.apply-section .apply-form .this-input .phone-select i {
  background-image: url(../../img/tools/select-phone-arrow.png);
  width: 16px;
  height: 8px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  transition: all 0.3s ease;
}
.apply-section .apply-form .this-input .phone-select i.active {
  transform: rotate(180deg);
}
.apply-section .apply-form .apply-btn {
  padding: 30px 0;
}
.apply-section .apply-form .point-info {
  text-align: center;
  color: #3c83d7;
}
.apply-section .apply-form .point-info.error {
  color: #c44b4e;
}
.winpop-shadow {
  box-shadow: 5px 0px 10px rgba(133, 133, 133, 0.25);
}
.select-winpop-list {
  box-shadow: 5px 0px 10px rgba(133, 133, 133, 0.25);
  background-color: #ffffff;
  border-radius: 5px;
  position: absolute;
  top: 105%;
  left: 0;
  z-index: 8888;
  display: none;
}
.select-winpop-list.phone-winpop {
  padding: 28px;
  width: 287px;
  top: 100%;
  max-height: 240px;
  overflow-y: auto;
}
.select-winpop-list.phone-winpop li {
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #222222;
  font-size: 16px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.select-winpop-list.phone-winpop li .name {
  float: left;
  *display: inline;
  _display: inline;
}
.select-winpop-list.phone-winpop li .tel-num {
  text-align: left;
  min-width: 30px;
  float: right;
  *display: inline;
  _display: inline;
}
.select-winpop-list.phone-winpop li:hover {
  color: #3c83d7;
}
.social-banner {
  height: 839px;
  background: url(../../img/tools/social-banner.png) no-repeat center top;
  text-align: center;
  color: #FFFFFF;
  background-size: cover;
}
.social-banner h1 {
  padding: 440px 0 50px;
}
.social-banner p {
  line-height: 34px;
  padding: 0 30px;
}
.social-tabs-section {
  position: relative;
  background-color: #f3f5f8;
}
.social-tabs-section .social-tabs-hd {
  padding: 0 10px;
  height: 110px;
  position: absolute;
  top: -30px;
  width: 100%;
  z-index: 333;
}
.social-tabs-section .social-tabs-hd ul {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
.social-tabs-section .social-tabs-hd ul li {
  width: 33.33333333%;
  height: 110px;
  border: 1px solid #e5e5e5;
  border-right-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  font-size: 24px;
  cursor: pointer;
  position: relative;
}
.social-tabs-section .social-tabs-hd ul li:last-child {
  border-right-width: 1px;
}
.social-tabs-section .social-tabs-hd ul li.cur {
  background-color: #3c83d7;
  border-color: #3c83d7;
  color: #FFFFFF;
}
.social-tabs-section .social-tabs-hd ul li.cur::after {
  position: absolute;
  background-image: url(../../img/tools/btn-boxshdow.png);
  width: 426px;
  height: 141px;
  bottom: -30px;
  left: -15px;
  content: '';
  display: block;
  z-index: -1;
}
.social-tabs-section .social-tabs-bd .social-tabs-item .social-tabs-catchtrader {
  padding-top: 120px;
  text-align: center;
}
.social-tabs-section .social-tabs-bd .social-tabs-item .social-tabs-catchtrader h6 {
  margin-top: 48px;
  font-size: 28px;
}
.social-tabs-section .social-tabs-bd .social-tabs-item .social-tabs-catchtrader p {
  line-height: 48px;
  padding-top: 50px;
  color: #5c5b5b;
}
.social-tabs-section .social-tabs-bd .social-tabs-item .social-tabs-catchtrader p span {
  color: #3c83d7;
}
.social-tabs-section .social-tabs-bd .social-tabs-item .social-tabs-catchtrader ul {
  margin-top: 30px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 70px;
  width: 110%;
  margin-left: -5%;
}
.social-tabs-section .social-tabs-bd .social-tabs-item .social-tabs-catchtrader ul li {
  color: #3c83d7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "PingFangSC-Medium", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  white-space: nowrap;
}
.social-tabs-section .social-tabs-bd .social-tabs-item .social-tabs-catchtrader ul li::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-image: url(../../img/tools/icon-yes.png);
  width: 30px;
  height: 30px;
  margin-right: 20px;
}
.social-tabs-section .social-tabs-bd .social-tabs-item .social-tabs-catchtrader .social-tabs-img {
  margin-top: 60px;
  padding-right: 200px;
  padding-bottom: 100px;
}
.social-tabs-section .social-tabs-bd .social-tabs-item .social-tabs-catchtrader .social-tabs-img img {
  display: inline-block;
}
.social-tabs-section .social-tabs-bd .social-tabs-item .social-tabs-zuluTrade {
  height: 712px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.social-tabs-section .social-tabs-bd .social-tabs-item .social-tabs-zuluTrade .social-item-main {
  width: 490px;
}
.social-tabs-section .social-tabs-bd .social-tabs-item .social-tabs-zuluTrade .social-item-main p {
  margin-top: 40px;
  line-height: 33px;
}
.social-tabs-section .social-tabs-bd .social-tabs-item .social-tabs-zuluTrade .social-item-main a {
  display: block;
  margin-top: 30px;
  text-decoration: underline;
  color: #3c83d7;
}
.social-tabs-section .social-tabs-bd .social-tabs-item .social-select-trade {
  height: 653px;
  background: url(../../img/tools/trade-bg.png) no-repeat center top;
  color: #FFFFFF;
}
.social-tabs-section .social-tabs-bd .social-tabs-item .social-select-trade h6 {
  text-align: center;
  line-height: 42px;
  padding: 0 0 80px;
}
.social-tabs-section .social-tabs-bd .social-tabs-item .social-select-trade p {
  line-height: 42px;
  font-family: "PingFangSC-Light", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.social-tabs-section .social-tabs-bd .social-tabs-item .social-select-trade .social-select-panel {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.social-eatures-list {
  height: 476px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #fff;
}
.social-eatures-list .social-title {
  background-image: url(../../img/tools/title-bg1.png);
}
.social-eatures-list ul {
  padding: 80px 0 0 55px;
}
.social-eatures-list ul li {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.social-eatures-list ul li:last-child {
  margin-bottom: 0;
}
.social-eatures-list ul li::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-image: url(../../img/tools/yes-icon-black.png);
  width: 19px;
  height: 18px;
  margin-right: 15px;
}
.social-deal-list {
  height: 470px;
  background-color: #f3f5f8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.social-deal-list .social-title {
  background-image: url(../../img/tools/title-bg2.png);
}
.social-deal-list ul {
  padding: 80px 0 0 55px;
}
.social-deal-list ul li {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.social-deal-list ul li:last-child {
  margin-bottom: 0;
}
.social-deal-list ul li span {
  color: #3c83d7;
}
.social-title {
  height: 92px;
  padding-left: 60px;
  color: #FFFFFF;
  line-height: 92px;
  font-size: 20px;
}
.social-state {
  height: 650px;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.social-state p {
  line-height: 33px;
  color: #5c5b5b;
  margin-bottom: 25px;
  padding: 0 25px;
}
.social-state p span {
  font-weight: 500;
  font-family: "PingFangSC-Medium", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #141414;
}
.mtx-banner {
  background: url(../../img/tools/MT4/mt-bg.png) no-repeat center top;
  background-size: cover;
  height: 972px;
  text-align: center;
  color: #FFFFFF;
  position: relative;
}
.mtx-banner .banner-panel {
  height: 100%;
}
.mtx-banner h1 {
  padding: 260px 0 60px;
}
.mtx-banner .banner-pc-img img {
  display: inline-block;
}
.mtx-banner .mtx-tabs-hd {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 74px;
}
.mtx-banner .mtx-tabs-hd ul {
  display: flex;
  height: 100%;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.mtx-banner .mtx-tabs-hd ul li {
  height: 100%;
  flex: 1;
  cursor: pointer;
  font-size: 28px;
  color: #a79582;
  background-color: #3d404a;
}
.mtx-banner .mtx-tabs-hd ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a79582;
  width: 100%;
  height: 100%;
}
.mtx-banner .mtx-tabs-hd ul li.cur {
  background-color: #3c83d7;
  color: #ffffff;
}
.mtx-banner .mtx-tabs-hd ul li.cur a {
  color: #ffffff;
}
.mtx-section1 {
  padding-bottom: 150px;
}
.mtx-section1 .title {
  text-align: center;
  padding: 90px 0 60px;
}
.mtx-section1 p {
  line-height: 36px;
  color: #5c5b5b;
  flex: 1;
}
.mtx-section1 .mtx-flex-panel {
  margin-top: 105px;
  display: flex;
  justify-content: space-between;
}
.mtx-section1 .mtx-flex-panel .mtx-img {
  margin-top: 40px;
  margin-left: 100px;
}
.mtx-section1 .mtx-flex-panel .mtx-flex-main {
  width: 600px;
}
.mtx-section1 .mtx-flex-panel .mtx-flex-main ul li {
  margin-top: 53px;
  display: flex;
  align-items: center;
  font-size: #5c5b5b;
}
.mtx-section1 .mtx-flex-panel .mtx-flex-main ul li p {
  line-height: 30px;
}
.mtx-section1 .mtx-flex-panel .mtx-flex-main ul li .mtx-icon {
  width: 40px;
  height: 40px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mtx-section1 .mtx-flex-panel .mtx-flex-main ul li .mtx-icon img {
  display: inline-block;
}
.surroundings-section {
  background: #1e1f29 url(../../img/tools/MT4/surroundings-bg.png) no-repeat center top;
  height: 890px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.surroundings-section h3 {
  text-align: center;
  color: #FFFFFF;
}
.surroundings-section .surroundings-list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 90px;
  padding-bottom: 50px;
}
.surroundings-section .surroundings-list dl {
  flex: 0 0 33%;
  height: 370px;
  padding: 0 90px 0 60px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.surroundings-section .surroundings-list dl:nth-child(1) {
  background-image: url(../../img/transaction/surroundings-item1.png);
}
.surroundings-section .surroundings-list dl:nth-child(1) dt {
  color: #9bb5d5;
}
.surroundings-section .surroundings-list dl:nth-child(1) dd {
  padding-right: 200px;
}
.surroundings-section .surroundings-list dl:nth-child(2) {
  background-image: url(../../img/transaction/surroundings-item2.png);
  color: #FFFFFF;
}
.surroundings-section .surroundings-list dl:nth-child(3) {
  background-image: url(../../img/transaction/surroundings-item3.png);
}
.surroundings-section .surroundings-list dl:nth-child(3) dd {
  padding-right: 120px;
}
.surroundings-section .surroundings-list dl dt {
  margin-top: 90px;
  font-size: 24px;
  font-family: "PingFangSC-Semibold", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #a79582;
}
.surroundings-section .surroundings-list dl dd {
  line-height: 42px;
  margin-top: 40px;
}
.download-section {
  height: 761px;
  background-color: #f2f5f8;
  position: relative;
}
.download-section .download-panel {
  height: 100%;
}
.download-section .download-bg {
  position: absolute;
  bottom: 0;
  left: -226px;
}
.download-section .download-bg::after {
  background-image: url(../../img/tools/MT4/MT4.svg);
  width: 164px;
  height: 164px;
  position: absolute;
  top: 50px;
  right: 2px;
  content: '';
  display: block;
  box-shadow: 0px 0px 11.83px 1.17px rgba(0, 0, 0, 0.04);
  border-radius: 50%;
}
.download-section .download-bg.download-mt5-bg::after {
  background-image: url(../../img/tools/MT4/MT5.svg);
}
.download-section .download-main {
  width: 530px;
  height: 100%;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.download-section .download-main h3 {
  text-align: center;
  padding-bottom: 15px;
}
.download-section .download-main p {
  color: #3c83d7;
  text-align: center;
}
.download-section .download-main ul {
  margin-top: 80px;
}
.download-section .download-main ul li {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.download-section .download-main ul li i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
}
.download-section .download-main ul li i.icon-pc {
  background-image: url(../../img/tools/MT4/icon-pc.svg);
}
.download-section .download-main ul li i.icon-phone {
  background-image: url(../../img/tools/MT4/icon-phone.svg);
}
.download-section .download-main ul li a {
  margin-right: 20px;
}
.step-section h3 {
  padding-top: 100px;
  text-align: center;
}
.step-section h3 img {
  display: inline-block;
  margin-bottom: 36px;
  width: 50px;
}
.step-section ul {
  margin-top: 55px;
  margin-left: 340px;
}
.step-section ul li {
  color: #5c5b5b;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.step-section ul li a {
  color: #3c83d7;
  text-decoration: underline;
}
.step-section ul li .icon-yes {
  margin-right: 15px;
}
.plat-banner {
  text-align: center;
}
.plat-banner h1 {
  padding: 70px 0;
}
.plat-banner .banner-pc-img {
  position: relative;
  width: 795px;
  display: inline-block;
}
.plat-banner .banner-pc-img img {
  display: inline-block;
}
.plat-banner .banner-pc-img::after,
.plat-banner .banner-pc-img::before {
  content: '';
  display: block;
  position: absolute;
  background: url(../../img/tools/mx-logo.png) no-repeat;
  background-size: 70%;
}
.plat-banner .banner-pc-img::before {
  width: 130px;
  height: 130px;
  top: 164px;
  left: 63px;
}
.plat-banner .banner-pc-img::after {
  width: 92px;
  height: 92px;
  top: 245px;
  right: 32px;
}
.plat-contrast-section .plat-contrast-panel {
  text-align: center;
}
.plat-contrast-section .plat-contrast-panel h3 {
  padding-top: 100px;
  padding-bottom: 30px;
}
.plat-contrast-section .plat-contrast-panel p {
  color: #5c5b5b;
}
.plat-contrast-section .plat-contrast-list {
  margin-top: 75px;
  display: flex;
  justify-content: space-between;
}
.plat-contrast-section .plat-contrast-list .plat-contrast-item {
  width: 353px;
}
.plat-contrast-section .plat-contrast-list .plat-contrast-item .plat-contrast-item-top {
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.plat-contrast-section .plat-contrast-list .plat-contrast-item .plat-contrast-item-top img {
  width: 262px;
}
.plat-contrast-section .plat-contrast-list .plat-contrast-item ul li {
  height: 64px;
  line-height: initial;
  color: #5c5b5b;
  display: flex;
  align-items: center;
  margin: 0 17px;
  border-bottom: 1px solid #eaeaea;
}
.plat-contrast-section .plat-contrast-list .plat-contrast-item ul li:last-child {
  border-bottom: none;
}
.plat-contrast-section .plat-contrast-list .plat-contrast-item ul li.item-hei {
  height: 130px;
}
.plat-contrast-section .plat-contrast-list .plat-contrast-item .plat-contrast-item-btn {
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.plat-contrast-section .plat-contrast-list .plat-contrast-item.plat-contrast-mtx-item {
  box-shadow: 0px 0px 11.83px 1.17px rgba(0, 0, 0, 0.04);
  transition: all 0.2s linear;
}
.plat-contrast-section .plat-contrast-list .plat-contrast-item.plat-contrast-mtx-item:hover {
  box-shadow: 0 10px 30px rgba(32, 32, 32, 0.2);
  transform: translate3d(0, -2px, 0);
}
.plat-contrast-section .plat-contrast-list .plat-contrast-item.plat-contrast-mtx-item ul li {
  text-align: center;
  justify-content: center;
}
.plat-contrast-section .plat-contrast-list .plat-contrast-item.plat-contrast-mtx-item ul li .icon-yes {
  background-image: url(../../img/tools/yes.png);
  width: 26px;
  height: 26px;
  display: inline-block;
  flex: 0 0 26px;
}
.plat-contrast-section .plat-contrast-list .plat-contrast-item.plat-contrast-mtx-item ul li .icon-error {
  background-image: url(../../img/tools/error.png);
  width: 27px;
  height: 24px;
  display: inline-block;
}
.plat-contrast-section .plat-contrast-list .plat-contrast-item.plat-contrast-mtx-item ul li p {
  line-height: 33px;
}
.plat-contrast-section .plat-contrast-list .plat-contrast-item.plat-contrast-mtx-item ul li span {
  margin-left: 10px;
}
.plat-calendar-section {
  padding-bottom: 100px;
}
.plat-calculators-section {
  padding: 50px 0;
  background-color: #f5f6f7;
}
