@charset "utf-8";
body {
  background-color: #ffffff;
}
/*
* banner板块
*/
.banner_contain {
  width: 100%;
  height: auto;
  min-width: 1200px;
}
.banner_contain a {
  display: block;
  width: 100%;
  height: auto;
}
.banner_contain a .banner_img {
  display: block;
  width: 100%;
  height: auto;
}
/*
* 下列板块通用
*/
.fl {
  float: left;
}
.fr {
  float: right;
}
.common_contain {
  margin: auto;
  width: 1200px;
  height: auto;
  overflow-x: hidden;
}
.common_title {
  margin: auto;
  width: 1200px;
  height: auto;
  text-align: center;
}
.common_title h1 {
  width: 100%;
  height: 38px;
  line-height: 38px;
  font-size: 34px;
  color: #376190;
  font-weight: bold;
}
.common_title p {
  margin: 40px auto 0;
  width: 1200px;
  height: auto;
  line-height: 30px;
  font-size: 18px;
  color: #666666;
}
/*
* 特色功能板块
*/
.character_contain .character_title {
  padding: 65px 0 100px;
}
.character_contain .character_list {
  width: 1200px;
  height: 245px;
  margin-bottom: 100px;
}
.character_contain .character_list li {
  position: relative;
  float: left;
  margin: 0 15px;
  padding-top: 80px;
  width: 270px;
  height: 165px;
  border-radius: 5px;
  box-shadow: 0 0 15px 0 #dbf0fa;
}
.character_contain .character_list li .character_img {
  position: absolute;
  top: -49px;
  left: 50%;
  margin-left: -49px;
  width: 98px;
  height: 98px;
  line-height: 98px;
  text-align: center;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 0 15px 0 #ddf1fa;
}
.character_contain .character_list li .character_img img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 98px;
  max-height: 98px;
  vertical-align: middle;
}
.character_contain .character_list li b {
  display: block;
  margin: auto;
  margin-bottom: 25px;
  width: 26px;
  height: 2px;
  background-color: #13a4ec;
}
.character_contain .character_list li h2 {
  margin-bottom: 20px;
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  color: #666666;
  text-align: center;
}
.character_contain .character_list li p {
  margin: auto;
  width: 210px;
  height: auto;
  line-height: 22px;
  font-size: 14px;
  color: #999999;
}
/*
* 功能介绍板块
*/
.function_contain {
  width: 100%;
  height: 670px;
  min-width: 1200px;
  background: url(../img/market_robot/func-img.png) center no-repeat;
}
.function_contain .function_title {
  padding-top: 65px;
}
.function_contain .function_title h1,
.function_contain .function_title p {
  color: #ffffff;
}
/*
* 操作说明板块
*/
.handle_contain .handle_title {
  padding: 65px 0 60px;
}
.handle_contain .handle_box {
  margin-bottom: 50px;
  width: 1200px;
  height: 550px;
}
.handle_contain .handle_list {
  padding: 5px 0;
  width: 675px;
  height: 540px;
}
.handle_contain .handle_list li {
  position: relative;
  margin-bottom: 15px;
  margin-left: 63px;
  padding: 0 35px;
  width: 542px;
  height: 75px;
}
.handle_contain .handle_list li i {
  position: absolute;
  top: 17px;
  left: -63px;
  width: 32px;
  height: 41px;
  background: url(../img/market_robot/number.png) no-repeat;
  background-position-y: 0;
}
.handle_contain .handle_list li p {
  font-size: 16px;
  color: #ffffff;
}
.handle_contain .handle_list li .handle_one {
  width: 100%;
  height: 75px;
  line-height: 75px;
}
.handle_contain .handle_list li .handle_two {
  padding-top: 11.5px;
  width: 100%;
  height: auto;
  line-height: 26px;
}
.handle_contain .handle_list li.handle_a {
  background-color: #5b74c6;
}
.handle_contain .handle_list li.handle_a i {
  background-position-x: 0;
}
.handle_contain .handle_list li.handle_b {
  background-color: #9ba8bc;
}
.handle_contain .handle_list li.handle_b i {
  background-position-x: -34px;
}
.handle_contain .handle_list li.handle_c {
  background-color: #78a9e1;
}
.handle_contain .handle_list li.handle_c i {
  background-position-x: -68px;
}
.handle_contain .handle_list li.handle_d {
  background-color: #5a71bd;
}
.handle_contain .handle_list li.handle_d i {
  background-position-x: -102px;
}
.handle_contain .handle_list li.handle_e {
  background-color: #6397d1;
}
.handle_contain .handle_list li.handle_e i {
  background-position-x: -136px;
}
.handle_contain .handle_list li.handle_f {
  background-color: #9ba8dc;
}
.handle_contain .handle_list li.handle_f i {
  background-position-x: -170px;
}
.handle_contain .handle_img {
  width: 500px;
  height: 550px;
}
.handle_contain .handle_img img {
  display: block;
  width: 100%;
  height: 100%;
}
/*
* 快人一步，链上区块板块
*/
.tail_contain {
  width: 100%;
  height: 400px;
  background-color: #4c859f;
}
.tail_contain .tail_box {
  margin: auto;
  padding-top: 55px;
  width: 1200px;
  height: auto;
  text-align: center;
}
.tail_contain .tail_box i.tail_icon {
  display: block;
  margin: auto;
  margin-bottom: 38px;
  width: 72px;
  height: 72px;
  background: url(../img/market_robot/icon.png) no-repeat;
}
.tail_contain .tail_box h1 {
  margin-bottom: 20px;
  width: 100%;
  height: 32px;
  line-height: 32px;
  font-size: 30px;
  color: #ffffff;
}
.tail_contain .tail_box p {
  margin-bottom: 50px;
  width: 100%;
  height: 22px;
  line-height: 22px;
  font-size: 20px;
  color: #cbddf0;
}
.tail_contain .tail_box button {
  width: 240px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #cbddf0;
  border-radius: 25px;
  border: solid 1px #ffffff;
  background-color: #4c859f;
  cursor: pointer;
}
