body {
  font-size: 14px;
  min-width: 1140px;
  background-color: #f7f7f7;
}
body a {
  cursor: pointer;
  text-decoration: none;
}
body .hidden {
  display: none !important;
}
body .block {
  display: block !important;
}
body .float-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
}
body .float-fixed-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.2);
}
body .wrapper {
  position: relative;
  margin: 0 auto;
  height: 100%;
  width: 1140px;
}
body .wrapper .index-title {
  color: #494949;
  font-size: 26px;
  font-weight: 600;
  line-height: 37px;
  letter-spacing: 0;
  text-align: center;
}
body .wrapper .index-subtitle {
  margin-top: 10px;
  font-size: 16px;
  line-height: 22px;
  color: #494949;
  letter-spacing: 0;
  text-align: center;
}
body .wrapper .btn-container .btn-free-trial,
body .wrapper .btn-container .btn-consult {
  cursor: pointer;
  display: inline-block;
  width: 132px;
  height: 50px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0;
  line-height: 50px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #0a5fff;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #0a5fff;
}
body .wrapper .btn-container .btn-free-trial {
  margin-left: 20px;
  background-color: #fff;
  color: #0a5fff;
}
#banner {
  position: relative;
  height: 600px;
  padding-top: 80px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background: url("//img.finstao.com/6088071ebf92d9409e31dc9a7094707a.jpg") no-repeat 50%;
  background-image: -webkit-image-set(url("//img.finstao.com/6088071ebf92d9409e31dc9a7094707a.jpg") 1x, url("//img.finstao.com/970888b27ea7849655acf96e9777fcaf.jpg") 2x);
  background-image: image-set(url("//img.finstao.com/6088071ebf92d9409e31dc9a7094707a.jpg") 1x, url("//img.finstao.com/970888b27ea7849655acf96e9777fcaf.jpg") 2x);
  -webkit-background-size: cover;
          background-size: cover;
}
#banner::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(29,93,214,0.3);
}
#banner .wrapper {
  position: relative;
  height: 480px;
}
#banner .banner-desc-wrapper {
  z-index: 1;
  position: absolute;
  color: #fff;
  font-size: 16px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: left;
}
#banner .banner-desc-wrapper .title {
  display: inline-block;
  font-weight: 600;
  font-size: 50px;
  height: 70px;
  line-height: 70px;
  color: #fff;
  letter-spacing: 0;
}
#banner .banner-desc-wrapper .banner-desc {
  margin-top: 10px;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0;
  text-align: left;
  line-height: 32px;
}
#banner .banner-desc-wrapper .btn-container {
  margin-top: 50px;
}
#challenge {
  padding: 70px 0;
  background-color: #fff;
}
#challenge .btn-container {
  margin-top: 60px;
  text-align: center;
}
#challenge .challenge-list {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#challenge .challenge-list .challenge-item {
  width: 270px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  overflow: hidden;
}
#challenge .challenge-list .item-content {
  height: 160px;
  width: 270px;
  padding: 20px 24px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ffb881;
  border-top-style: none;
  -webkit-border-bottom-left-radius: 4px;
     -moz-border-radius-bottomleft: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
     -moz-border-radius-bottomright: 4px;
          border-bottom-right-radius: 4px;
}
#challenge .challenge-list .item-content .content-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 12px;
}
#challenge .challenge-list .item-content .content-sub-title {
  margin: 4px 0;
  font-size: 14px;
  color: #999;
  text-align: center;
  letter-spacing: 0;
}
#challenge .challenge-list .item-header {
  position: relative;
  width: 270px;
  height: 150px;
  -webkit-background-size: cover !important;
          background-size: cover !important;
}
#challenge .challenge-list .item-header .header-title {
  position: absolute;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}
#challenge .challenge-list .item-header::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.3);
}
#challenge .challenge-list .item-header-bg1 {
  background: url("//img.finstao.com/cc951087c987fe4b5bff10e79e05c25b.jpg") no-repeat 50%;
  background-image: -webkit-image-set(url("//img.finstao.com/cc951087c987fe4b5bff10e79e05c25b.jpg") 1x, url("//img.finstao.com/97dab4f3917e8fbe1e7af0a2055d6994.jpg") 2x);
  background-image: image-set(url("//img.finstao.com/cc951087c987fe4b5bff10e79e05c25b.jpg") 1x, url("//img.finstao.com/97dab4f3917e8fbe1e7af0a2055d6994.jpg") 2x);
}
#challenge .challenge-list .item-header-bg2 {
  background: url("//img.finstao.com/8e4d9737808799df3f6154224783799d.jpg") no-repeat 50%;
  background-image: -webkit-image-set(url("//img.finstao.com/8e4d9737808799df3f6154224783799d.jpg") 1x, url("//img.finstao.com/b19d42e2e6dc8c00aef0937e789cc707.jpg") 2x);
  background-image: image-set(url("//img.finstao.com/8e4d9737808799df3f6154224783799d.jpg") 1x, url("//img.finstao.com/b19d42e2e6dc8c00aef0937e789cc707.jpg") 2x);
}
#challenge .challenge-list .item-header-bg3 {
  background: url("//img.finstao.com/810407d8526328d07c831eeb16c5c154.jpg") no-repeat 50%;
  background-image: -webkit-image-set(url("//img.finstao.com/810407d8526328d07c831eeb16c5c154.jpg") 1x, url("//img.finstao.com/0ccbf042ea235061ab3f673dd1f7c1ff.jpg") 2x);
  background-image: image-set(url("//img.finstao.com/810407d8526328d07c831eeb16c5c154.jpg") 1x, url("//img.finstao.com/0ccbf042ea235061ab3f673dd1f7c1ff.jpg") 2x);
}
#challenge .challenge-list .item-header-bg4 {
  background: url("//img.finstao.com/cccc34b8c01c43278cd2fae4bb67bf99.jpg") no-repeat 50%;
  background-image: -webkit-image-set(url("//img.finstao.com/cccc34b8c01c43278cd2fae4bb67bf99.jpg") 1x, url("//img.finstao.com/f606580414c6f307b2f703776b073e53.jpg") 2x);
  background-image: image-set(url("//img.finstao.com/cccc34b8c01c43278cd2fae4bb67bf99.jpg") 1x, url("//img.finstao.com/f606580414c6f307b2f703776b073e53.jpg") 2x);
}
#solution {
  padding: 70px 0 40px;
}
#solution .index-title {
  color: #494949;
  font-size: 26px;
  font-weight: 600;
  line-height: 37px;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 40px;
}
#solution .solution-card {
  position: relative;
}
#solution .solution-card .solution-menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#solution .solution-card .menu-item {
  cursor: pointer;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 0;
  height: 84px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  color: #323232;
  letter-spacing: 0;
  text-align: center;
}
#solution .solution-card .menu-item .menu_title {
  font-weight: 500;
  font-size: 20px;
}
#solution .solution-card .menu-item .menu_sub_title {
  font-weight: 500;
  font-size: 16px;
}
#solution .solution-card .menu-item.item-active {
  color: #0378ff;
}
#solution .solution-card .menu-item.item-active::after {
  position: absolute;
  content: '';
  left: 40px;
  right: 40px;
  height: 3px;
  bottom: -3px;
  background-color: #0378ff;
}
#solution .solution-card .menu-item.item-active .menu_title {
  font-size: 22px;
}
#solution .solution-card .menu-item.item-active .menu_sub_title {
  font-size: 18px;
}
#solution .solution-card .solution-content {
  margin: 40px 0;
  padding: 30px 0;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: 0 2px 30px 0 rgba(131,139,156,0.11);
          box-shadow: 0 2px 30px 0 rgba(131,139,156,0.11);
}
#solution .solution-card .solution-content .solution-content-item {
  display: none;
}
#solution .solution-card .solution-content .solution-content-item.item-active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#solution .solution-card .solution-content .solution-content-item.item-active .content-images img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#solution .solution-card .solution-content .content-desc-wrapper {
  position: relative;
  width: 430px;
}
#solution .solution-card .solution-content .content-desc-wrapper .content-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 120px;
  padding: 20px 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#e8f3ff), to(#f7f7f7));
  background-image: -webkit-linear-gradient(left, #e8f3ff, #f7f7f7);
  background-image: linear-gradient(to right, #e8f3ff, #f7f7f7);
}
#solution .solution-card .solution-content .content-desc-wrapper .content-desc-icon {
  width: 80px;
  height: 60px;
  -webkit-background-size: 30px 30px !important;
          background-size: 30px 30px !important;
}
#solution .solution-card .solution-content .content-desc-wrapper .desc-icon1 {
  background: url("//img.finstao.com/7cf8e4f9fd28840806edd5560abc36fa.png") no-repeat 30px center;
  background-image: -webkit-image-set(url("//img.finstao.com/7cf8e4f9fd28840806edd5560abc36fa.png") 1x, url("//img.finstao.com/70a1cb698583728ffe902acb71663189.png") 2x);
  background-image: image-set(url("//img.finstao.com/7cf8e4f9fd28840806edd5560abc36fa.png") 1x, url("//img.finstao.com/70a1cb698583728ffe902acb71663189.png") 2x);
}
#solution .solution-card .solution-content .content-desc-wrapper .desc-icon2 {
  background: url("//img.finstao.com/c9dff6ed9d1dee8e95573fe9e0767189.png") no-repeat 30px center;
  background-image: -webkit-image-set(url("//img.finstao.com/c9dff6ed9d1dee8e95573fe9e0767189.png") 1x, url("//img.finstao.com/75e718ac868f1cbe43ee2eabb2763e3d.png") 2x);
  background-image: image-set(url("//img.finstao.com/c9dff6ed9d1dee8e95573fe9e0767189.png") 1x, url("//img.finstao.com/75e718ac868f1cbe43ee2eabb2763e3d.png") 2x);
}
#solution .solution-card .solution-content .content-desc-wrapper .desc-icon3 {
  background: url("//img.finstao.com/baf4ff76b046dec8bbe32e4d00bd2107.png") no-repeat 30px center;
  background-image: -webkit-image-set(url("//img.finstao.com/baf4ff76b046dec8bbe32e4d00bd2107.png") 1x, url("//img.finstao.com/4f1ebd3f1bd2acf03d03c646c6e47645.png") 2x);
  background-image: image-set(url("//img.finstao.com/baf4ff76b046dec8bbe32e4d00bd2107.png") 1x, url("//img.finstao.com/4f1ebd3f1bd2acf03d03c646c6e47645.png") 2x);
}
#solution .solution-card .solution-content .content-desc-wrapper .desc-icon4 {
  background: url("//img.finstao.com/7c0c690a97293aab85794d53ab85b903.png") no-repeat 30px center;
  background-image: -webkit-image-set(url("//img.finstao.com/7c0c690a97293aab85794d53ab85b903.png") 1x, url("//img.finstao.com/06c005d46f6b5cd0e5463451062ff50c.png") 2x);
  background-image: image-set(url("//img.finstao.com/7c0c690a97293aab85794d53ab85b903.png") 1x, url("//img.finstao.com/06c005d46f6b5cd0e5463451062ff50c.png") 2x);
}
#solution .solution-card .solution-content .content-desc-wrapper .content-desc-title {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 80px;
  width: 400px;
  font-weight: 600;
  font-size: 18px;
  color: #333;
  letter-spacing: 0;
  line-height: 24px;
}
#solution .solution-card .solution-content .content-desc-wrapper .btn-container {
  position: absolute;
  left: 80px;
  top: 270px;
}
#solution .solution-card .solution-content .content-images {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 454px;
}
#solution .solution-card .solution-content .content-images .left-images {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#solution .solution-card .solution-content .content-images .left-images img {
  position: absolute;
  -webkit-transform: translate(-30px);
      -ms-transform: translate(-30px);
          transform: translate(-30px);
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}
#solution .solution-card .solution-content .content-images .right-images {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#solution .solution-card .solution-content .content-images .right-images img {
  position: absolute;
  -webkit-transform: translate(30px);
      -ms-transform: translate(30px);
          transform: translate(30px);
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}
#solution .solution-card .solution-content .content-images .main-image {
  width: 208px;
  max-height: 420px;
}
#solution .solution-card .solution-content .solution-content-item1 .left-image1 {
  height: 100px;
  top: 110px;
  right: -30px;
}
#solution .solution-card .solution-content .solution-content-item1 .left-image2 {
  height: 30px;
  right: -10px;
  bottom: 120px;
}
#solution .solution-card .solution-content .solution-content-item1 .right-image1 {
  height: 50px;
  top: 70px;
  left: -30px;
  z-index: 1;
}
#solution .solution-card .solution-content .solution-content-item1 .right-image2 {
  height: 70px;
  left: -30px;
  bottom: 126px;
  z-index: 1;
  border: 1px solid #ffae7c;
}
#solution .solution-card .solution-content .solution-content-item2 .left-image1 {
  height: 60px;
  top: 70px;
  right: 10px;
  border: 1px solid #ffae7c;
}
#solution .solution-card .solution-content .solution-content-item2 .left-image2 {
  height: 40px;
  right: 30px;
  bottom: 220px;
  border: 1px solid #ffae7c;
}
#solution .solution-card .solution-content .solution-content-item2 .left-image3 {
  height: 70px;
  right: -40px;
  bottom: 120px;
}
#solution .solution-card .solution-content .solution-content-item2 .right-image1 {
  z-index: 1;
  height: 80px;
  top: 80px;
  left: -55px;
  border: 1px solid #ffae7c;
}
#solution .solution-card .solution-content .solution-content-item2 .right-image2 {
  z-index: 1;
  height: 40px;
  left: -90px;
  bottom: 115px;
}
#solution .solution-card .solution-content .solution-content-item3 .left-image1 {
  height: 40px;
  top: 140px;
  right: 30px;
}
#solution .solution-card .solution-content .solution-content-item3 .left-image2 {
  z-index: 1;
  height: 50px;
  right: -28px;
  bottom: 180px;
}
#solution .solution-card .solution-content .solution-content-item3 .right-image1 {
  z-index: 1;
  height: 44px;
  top: 70px;
  left: -40px;
  border: 1px solid #ffae7c;
}
#solution .solution-card .solution-content .solution-content-item3 .right-image2 {
  z-index: 1;
  height: 120px;
  left: 10px;
  bottom: 166px;
}
#solution .solution-card .solution-content .solution-content-item4 .left-image1 {
  height: 60px;
  top: 130px;
  right: -30px;
  z-index: 1;
  border: 1px solid #ffae7c;
}
#solution .solution-card .solution-content .solution-content-item4 .left-image2 {
  z-index: 1;
  height: 30px;
  right: 0;
  bottom: 200px;
}
#solution .solution-card .solution-content .solution-content-item4 .left-image3 {
  height: 70px;
  right: -10px;
  bottom: 100px;
}
#solution .solution-card .solution-content .solution-content-item4 .right-image1 {
  height: 70px;
  top: 120px;
  left: -20px;
  border: 1px solid #ffae7c;
}
#solution .solution-card .solution-content .solution-content-item4 .right-image2 {
  z-index: 1;
  height: 70px;
  left: -30px;
  bottom: 90px;
}
#sale {
  padding: 70px 0;
  background-color: #e8f3ff;
}
#sale .sale-subtitle {
  margin-top: 10px;
}
#sale .sale-list {
  padding: 60px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#sale .sale-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
#sale .sale-item .sale-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 40px;
  color: #0a7aff;
}
#sale .sale-item .sale-highlight {
  margin: 0 10px;
  font-size: 80px;
}
#sale .sale-item .sale-desc {
  font-size: 24px;
  color: #333;
  font-weight: 500;
}
#sale .btn-container {
  text-align: center;
}
#fields {
  text-align: center;
}
#fields .fields-title {
  padding-top: 73px;
}
#fields .btn-container {
  text-align: center;
  margin-bottom: 70px;
}
#fields .fields-list {
  display: inline-block;
  margin: 60px 0;
}
#fields .fields-item {
  position: relative;
  display: inline-block;
  width: 218px;
  height: 455px;
  -webkit-box-shadow: 0 2px 30px 0 rgba(131,139,156,0.11);
          box-shadow: 0 2px 30px 0 rgba(131,139,156,0.11);
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  overflow: hidden;
  margin: 0 5px;
  vertical-align: top;
  -webkit-background-size: cover !important;
          background-size: cover !important;
}
#fields .fields-item .field-title {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  bottom: 30px;
}
#fields .fields-item::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.4);
}
#fields .fields-bg1 {
  background: url("//img.finstao.com/46c63832531658875162e55773144ad3.jpg") no-repeat 50%;
  background-image: -webkit-image-set(url("//img.finstao.com/46c63832531658875162e55773144ad3.jpg") 1x, url("//img.finstao.com/31772078e09230a138ebe4da02bf23a7.jpg") 2x);
  background-image: image-set(url("//img.finstao.com/46c63832531658875162e55773144ad3.jpg") 1x, url("//img.finstao.com/31772078e09230a138ebe4da02bf23a7.jpg") 2x);
}
#fields .fields-bg2 {
  background: url("//img.finstao.com/323aa812d9777f00b650f7587eae6f36.jpg") no-repeat 50%;
  background-image: -webkit-image-set(url("//img.finstao.com/323aa812d9777f00b650f7587eae6f36.jpg") 1x, url("//img.finstao.com/85aa12cd18ea158404febb28e2fa9e2b.jpg") 2x);
  background-image: image-set(url("//img.finstao.com/323aa812d9777f00b650f7587eae6f36.jpg") 1x, url("//img.finstao.com/85aa12cd18ea158404febb28e2fa9e2b.jpg") 2x);
}
#fields .fields-bg3 {
  background: url("//img.finstao.com/6b9bb8d7f6dbfdaf77b5a742f8a2346a.jpg") no-repeat 50%;
  background-image: -webkit-image-set(url("//img.finstao.com/6b9bb8d7f6dbfdaf77b5a742f8a2346a.jpg") 1x, url("//img.finstao.com/f6bde008d770bc965b8184bd04dde0d2.jpg") 2x);
  background-image: image-set(url("//img.finstao.com/6b9bb8d7f6dbfdaf77b5a742f8a2346a.jpg") 1x, url("//img.finstao.com/f6bde008d770bc965b8184bd04dde0d2.jpg") 2x);
}
#fields .fields-bg4 {
  background: url("//img.finstao.com/0c09ce24f98b124cd89fb753c83da60f.jpg") no-repeat 50%;
  background-image: -webkit-image-set(url("//img.finstao.com/0c09ce24f98b124cd89fb753c83da60f.jpg") 1x, url("//img.finstao.com/3dac9c94a2425d5d941174854f439273.jpg") 2x);
  background-image: image-set(url("//img.finstao.com/0c09ce24f98b124cd89fb753c83da60f.jpg") 1x, url("//img.finstao.com/3dac9c94a2425d5d941174854f439273.jpg") 2x);
}
#fields .fields-bg5 {
  background: url("//img.finstao.com/5b5e6c4aa5aba77ee4434c212053f30d.jpg") no-repeat 50%;
  background-image: -webkit-image-set(url("//img.finstao.com/5b5e6c4aa5aba77ee4434c212053f30d.jpg") 1x, url("//img.finstao.com/33bd7577e86c8b5bbea6a44620b53208.jpg") 2x);
  background-image: image-set(url("//img.finstao.com/5b5e6c4aa5aba77ee4434c212053f30d.jpg") 1x, url("//img.finstao.com/33bd7577e86c8b5bbea6a44620b53208.jpg") 2x);
}
