.container {}
.col {
  background: #fff;
  padding: 50px 0;
}

.col .content {}

.col .h2 {
  text-align: center;
  font-size: 38px;
  line-height: 42px;
  color: #444;
  margin-bottom: 20px;
  letter-spacing: 2px;
}

.icon {
  display: block;
}

.col .p {
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}

.banner {
  height: 520px;
  background: url(/skin/style/img/myds/banner.png) no-repeat center;
  position: relative;
}

.banner .block{
  display: block;
  width: 100%;
  height: 100%;
}

.banner .wrp1150 {
  position: relative;
  height: 100%;
}

.banner .btn-group {
  position: absolute;
  bottom: 100px;
  left: 120px;
}

.banner .btn-group .btn {
  font-size: 18px;
  display: inline-block;
  width: 158px;
  height: 52px;
  border: 1px solid;
  text-align: center;
  line-height: 52px;
  color: #fff;
  border-radius: 4px;
  margin: 0 16px;
}

.banner .btn-group .btn.resUrl {
  background: #fc8d0f;
  border-color: #fc8d0f;
}

.banner .btn-group .btn.kfUrl {
  border: 1px solid #fc8d0f;
}

.banner .btn-group .btn:hover {
  opacity: .9;
}

.banner .btn-group .btn-text-group {
  padding: 20px 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
}

.banner .btn-group .btn-text-group span {}

.last-col {
  text-align: center;
}

.last-col p {
  font-size: 28px;
  color: #1c8ffb;
  font-weight: 700;
  margin-bottom: 25px;
}

.last-col a {
  background: #1C8FFB;
  color: #fff;
  font-size: 18px;
  padding: 12px 40px;
  border-radius: 8px;
}

.last-col img {
  margin-top: 40px;
}


.ys-col {}

.ys-col .list {
  margin-top: 40px;
}

.ys-col .list .item {
  float: left;
  width: 33.333334%;
}

.ys-col .list .item .box {
  margin: 20px 30px;
  border-radius: 8px;
  background: #eee;
  text-align: center;
  padding: 20px;
}

.ys-col .list .item .box .h3 {
  margin-bottom: 16px;
  font-size: 18px;
  color: #333;
}

.ys-col .list .item .box .txt {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
}

.zx-col {
  height: 183px;
  background: url(/skin/style/img/blockchain/last-col-bg.png) no-repeat center center;
}

.zx-col .h2 {
  color: #fff;
  margin: 40px 0;
}

.zx-col .content {
  display: block;
  width: 654px;
  margin: 0 auto;
}

.zx-col .box {
  display: block;
  width: 500px;
  height: 50px;
  margin: 0 auto;
  background: #fff;
  border-radius: 4px;
  position: relative;
  float: left;
}

.zx-col .box .inp {
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
  height: 50px;
  padding-right: 130px;
  font-size: 18px;
  color: #666;
  border-radius: 4px;
}

.zx-col .box .btn {
  position: absolute;
  right: 2px;
  top: 2px;
  width: 120px;
  height: 46px;
  color: #fff;
  background: #0060ff;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}

.zx-col .btn-zx {
  float: left;
  width: 120px;
  height: 46px;
  text-align: center;
  color: #fff;
  background: #1c9733;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  line-height: 46px;
  border: 2px solid #fff;
  margin-left: 30px;
  position: relative;
}

.zx-col .btn-zx:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 44px;
  background: #fff;
  left: -17px;
  top: 2px;
}
.title{
  padding-bottom: 20px;
  font-family: MicrosoftYaHei;
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 0px;
  color: #f45c75;
  text-align: center;
}
.details{
  padding-bottom: 30px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #5c5c5c;
  text-align: center;
}
body{
  box-sizing: border-box;
}
/* 对症下药 */
.unite{
  text-align: center;
  padding: 50px 0;
}
.unite .unite-details{
  width: 1150px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.unite .unite-details .unite-box{
  width:  365px;
  border: 1px solid #eee;
}
.unite-box>h5{
  width: 100%;
  height: 140px;
  background-color: #fa797a;
  color: #fff;
  line-height: 140px;
  font-size: 18px;
}
.unite-box:nth-child(2) h5{
  box-sizing: border-box;
  background-color:#6fbff6;
  line-height: 40px;
  padding: 30px;
}
.unite-box:nth-child(2) .triangle{
  border:10px solid #6fbff6;
  border-left:5px solid #fff;
  border-right:10px solid #fff;
  border-bottom: 1px solid #fff;
}
.unite-box:nth-child(3) h5{
  background-color: #30c6aa;
}
.unite-box:nth-child(3) .triangle{
  border:10px solid #30c6aa;
  border-left:5px solid #fff;
  border-right:10px solid #fff;
  border-bottom: 1px solid #fff;
}
.unite-box .triangle{
  margin: 0 auto;
  width: 0;
  height: 0;
  border: 10px solid #fa797a;
  border-left:5px solid #fff;
  border-right:10px solid #fff;
  border-bottom: 1px solid #fff;
}
.unite-box>p{
  padding: 20px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #5c5c5c;
}
.unite .button{
  width: 300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}
.unite .button .btn{
  width: 130px;
  height: 44px;
  background-color: #fa797a;
  border-radius: 4px;
  border: solid 1px #fa797a;
  color: #fff;
  line-height: 44px;
}
.unite .button .btn:nth-child(2){
  background-color: #fff;
  color: #fa797a;
}
/* 紧握良机 */
.odds{
  padding: 50px 0;
}
.odds>div{
  width: 1041px;
  margin: 0 auto;
}
/* 平台 */
.platform{
  height: 821px;
  background: url('/skin/style/img/myds/bg.png');
}
.platform .title{
  padding: 40px 0 0 0;
}
.platform .details{
  color: #fff;
}
.platform .platform-imgs{
  width: 1146px;
  margin: 0 auto;
  position: relative;
}
.platform-imgs .button{
  position: absolute;
  bottom: 20px;
  left: calc(50% - 150px);
  width: 300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
  text-align: center;
}
.platform-imgs .button .btn{
  width: 130px;
  height: 44px;
  background-color: #fa797a;
  border-radius: 4px;
  border: solid 1px #fa797a;
  color: #fff;
  line-height: 44px;
}
.platform-imgs .button .btn:nth-child(2){
  background-color: #fff;
  color: #fa797a;
}
/* 新场景 */
.new-scene{
  padding: 50px 0;
}
.scene-details{
  width: 1150px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
.scene-pink{
  background-color: #fff6f9;
}
.scene-details .text{
  width: 560px;
  margin: auto;
}
.scene-details .text>h4{
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 0px;
  color: #333333;
}
.scene-details .text>p{
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #999999;
}
.scene-details .text>ul{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.scene-details .text>ul>li{
  width: 130px;
  height: 36px;
  background-color: #ff70a2;
  border-radius: 18px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
  margin: 20px 20px 0 0;
}
/* 快速营销 */
.marketing{
  padding: 50px 0;
}
.marketing>ul{
  width: 1150px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 20px 50px;
  box-sizing: border-box;
}
.marketing>ul>li{
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 130px;
  line-height: 50px;
}
.core ul li img{
  width: 54px;
  margin: 0 auto;
}
.sell ul li img{
  width:120px;
}
/* 优质服务 */
.service{
  padding: 50px 0;
}
.service>ul{
  width: 1150px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.service>ul>li{
  width: 540px;
  height: 100px;
  background-color: #fae2f8;
  border-radius: 4px;
  text-align: center;
  padding-top: 10px;
  margin: 15px 0;
}

.service>ul>li>h5{
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #333333;
}
.service>ul>li>p{
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #666666;
}
.service>ul>li:nth-child(2){
  background-color: #d9eeff;
}
.service>ul>li:nth-child(3){
  background-color: #d1f1ec
}
.service>ul>li:nth-child(4){
  background-color: #e2f9e5;
}
.service>ul>li:nth-child(5){
  background-color: #fef7da;
}
.service>ul>li:nth-child(6){
  background-color: #fae2e2;
}