.flex-container {
  display: flex;
}

.bolder {
  font-weight: bolder;
}

.banner {
  background-repeat: no-repeat;
  background-image: url(../../images/market/banner-01.jpg);
  background-size: cover;
  background-position: center;
}
.banner .container {
  display: flex;
  margin: 0 auto;
  width: 76.5%;
  height: 29.85vw;
}
.banner section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 15%;
  width: 50%;
  color: #fff;
}
.banner section h6 {
  font-size: 32px;
  font-weight: bolder;
}
.banner section h6 span {
  color: #2491ed;
  font-size: 38px;
}
.banner section p {
  margin: 20px 0;
  font-size: 20px;
}
.banner section a {
  width: 150px;
  font-size: 16px;
  text-align: center;
  line-height: 45px;
  letter-spacing: 2px;
  border-radius: 5px;
  background-color: #2491ed;
}

.flex-label {
  margin: 0 auto;
  padding: 45px 0;
  width: 76.5%;
}
.flex-label .item {
  padding: 0 10px;
  width: 25%;
  font-size: 14px;
  text-align: center;
}
.flex-label .item .item-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
}
.flex-label .item span {
  display: block;
  margin: 5px 0 5px;
  color: #2491ed;
  font-size: 36px !important;
}
.flex-label .item .bolder {
  padding-top: 5px;
  font-size: 16px;
}

.functional {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 45px 0 30px;
  min-height: 585px;
  background-repeat: no-repeat;
  background-image: url(../../images/market/background-01.jpg);
  background-size: cover;
  background-position: center;
}
.functional .flex-title {
  position: relative;
  padding-bottom: 20px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.functional .flex-title h6 {
  margin-bottom: 8px;
  font-size: 28px;
  font-weight: bolder;
}
.functional .flex-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50px;
  height: 3px;
  background-color: #2491ed;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.functional .flex-container {
  flex: 1;
  display: flex;
  margin: 0 auto;
  width: 76.5%;
}
.functional .laptop {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 20px;
  width: 50%;
}
.functional section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding-left: 50px;
}
.functional .item {
  margin-bottom: 20px;
  padding-left: 18px;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
}
.functional .item .title {
  position: relative;
  margin-bottom: 5px;
  color: #63b9ff;
  font-size: 17px;
  font-weight: bolder;
}
.functional .item .title:before {
  content: '';
  position: absolute;
  top: 12px;
  left: -18px;
  width: 6px;
  height: 6px;
  background-color: #fff;
}

.comparison {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 45px 0;
  min-height: 625px;
  background-repeat: no-repeat;
  background-image: url(../../images/market/background-02.jpg);
  background-size: cover;
  background-position: center;
}
.comparison .flex-title {
  margin-bottom: 25px;
  font-size: 14px;
  text-align: center;
}
.comparison .flex-title h6 {
  margin-bottom: 5px;
  font-size: 28px;
}
.comparison .container {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1200px;
}
.comparison .container img {
  position: relative;
  top: 20px;
}
.comparison .item {
  position: absolute;
  padding-left: 45px;
  font-size: 14px;
  line-height: 48px;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-position: left center;
}
.comparison .item .title {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
}
.comparison .item:nth-child(2) {
  top: 10px;
  left: 50%;
  background-image: url(../../images/market/icon-01.png);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.comparison .item:nth-child(3) {
  top: 60px;
  left: 210px;
  background-image: url(../../images/market/icon-02.png);
}
.comparison .item:nth-child(4) {
  top: 60px;
  right: 210px;
  background-image: url(../../images/market/icon-03.png);
}
.comparison .item:nth-child(5) {
  top: 155px;
  left: 175px;
  background-image: url(../../images/market/icon-04.png);
}
.comparison .item:nth-child(6) {
  top: 155px;
  right: 145px;
  background-image: url(../../images/market/icon-05.png);
}
.comparison .item:nth-child(7) {
  bottom: 150px;
  left: 160px;
  background-image: url(../../images/market/icon-06.png);
}
.comparison .item:nth-child(8) {
  bottom: 150px;
  right: 160px;
  background-image: url(../../images/market/icon-07.png);
}
.comparison .item:nth-child(9) {
  bottom: 45px;
  left: 210px;
  background-image: url(../../images/market/icon-08.png);
}
.comparison .item:nth-child(10) {
  bottom: 45px;
  right: 210px;
  background-image: url(../../images/market/icon-09.png);
}

.flex-shutters {
  justify-content: center;
  padding: 0 140px;
  background-color: #373d41;
}
.flex-shutters .item {
  display: flex;
  width: 50%;
  max-width: 580px;
  height: 420px;
  color: #fff;
}
.flex-shutters .item aside, .flex-shutters .item .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding: 20px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.flex-shutters .item .content img {
  margin-bottom: 30px;
}
.flex-shutters .item .content p {
  position: relative;
  padding-top: 25px;
  font-size: 20px;
  font-weight: bolder;
  line-height: 28px;
}
.flex-shutters .item .content p:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 18px;
  height: 2px;
  background-color: #fff;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.flex-shutters .item:nth-child(1) aside {
  font-size: 14px;
  line-height: 24px;
  background-color: #0086db;
}
.flex-shutters .item:nth-child(1) aside h6 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bolder;
  text-align: center;
  line-height: 36px;
}
.flex-shutters .item:nth-child(1) .content {
  background-image: url(../../images/market/shutters-02.jpg);
}
.flex-shutters .item:nth-child(2) aside {
  line-height: 24px;
  background-image: url(../../images/market/shutters-03.jpg);
}
.flex-shutters .item:nth-child(2) aside h6 {
  margin: 30px 0;
  font-size: 20px;
  font-weight: bolder;
  line-height: 28px;
}
.flex-shutters .item:nth-child(2) .content {
  background-image: url(../../images/market/shutters-04.jpg);
}

.flow-chart {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 45px 0;
}
.flow-chart .title {
  margin-bottom: 28px;
  text-align: center;
}
.flow-chart .title h6 {
  margin-bottom: 5px;
  font-size: 26px;
}
.flow-chart .container {
  position: relative;
  margin: 0 auto;
  width: 1200px;
/*   background-repeat: no-repeat;
  background-image: url(../../images/market/flow-00.jpg);
  background-size: contain;
  background-position: center; */
}
.flow-chart .container img{
  margin: 0 auto;
}
.flow-chart .item {
  display: none;
  position: absolute;
  font-size: 16px;
  text-align: center;
}
.flow-chart .item:nth-child(1) {
  top: 44px;
  left: 310px;
}
.flow-chart .item:nth-child(2) {
  top: 44px;
  right: 310px;
}
.flow-chart .item:nth-child(3) {
  top: 150px;
  left: 540px;
}
.flow-chart .item:nth-child(4) {
  top: 280px;
  left: 135px;
}
.flow-chart .item:nth-child(5) {
  top: 280px;
  left: 400px;
}
.flow-chart .item:nth-child(6) {
  top: 280px;
  right: 405px;
}
.flow-chart .item:nth-child(7) {
  top: 280px;
  right: 155px;
}
.flow-chart .item:nth-child(8) {
  bottom: 220px;
  left: 545px;
}
.flow-chart .item:nth-child(9) {
  bottom: 120px;
  left: 520px;
}
.flow-chart .item:nth-child(10) {
  bottom: 18px;
  left: 535px;
}

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