#market .logo-b {
  display: none;
}
#market .cen2 {
  display: none;
}
.market .banner {
  height: 440px;
  background-color:#dde8ff;
}
.market .ban-con {
  padding-top: 95px;
  height: 439px;
}
.market .ban{
  overflow: hidden;
  background: url('../image/ma-banner.png') no-repeat center top 100%;
}
.market .banner h2 {
  font-size: 40px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #222222;
  line-height: 40px;
}
.market .banner h3 {
  margin: 16px 0 16px;
  font-size: 40px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #222222;
  line-height: 40px;
}
.market .banner p {
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #6C7074;
  line-height: 30px;
}
.market .con h3{
  margin: 66px auto 40px;
  font-size: 32px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  text-align: center;
  color: #222222;
}
.market .con .app {
  display: flex;
  justify-content: space-between;
  flex-flow:row wrap;
}
.market .con .app li {
  padding: 40px 0px 33px 50px;
  width: 580px;
  background: #FFFFFF;
  box-shadow: 0px 8px 12px 0px rgba(0,0,0,0.05);
  border-radius: 10px; 
}
.market .con .app li:nth-child(n+3){
  margin-top: 40px;
}
.market .con .app li .top {
  display: flex;
}
.market .con .app li .top .img {
  margin-right: 33px;
  width: 140px;
  height: 140px;
  border-radius: 8px; 
}
.market .con .app li .top .right .desc {
  margin-bottom: 18px;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #1F6FEC;
}
.market .con .app li .top .right .star {
  margin-right: 7px;
  display: inline-block;
  width: 17px;
  height: 17px;
}
.market .con .app li .top .right .star img {
  width: 100%;
}
.market .con .app li .top .right .info {
  margin-top: 14px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
  opacity: 0.7;
}
.market .con .app .hr {
  margin: 34px 0 30px;
  width: 480px;
  height: 1px;
  border: 1px solid #EDEDED;
  opacity: 0.4;  
}
.market .con .app .zy {
  margin-bottom: 23px;
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #666666; 
}
.market .con .app .bot {
  display: flex;
}
.market .con .app .bot .left{
  display: flex;
  align-items: end;
}
.market .con .app .bot .right{
  display: flex;
  align-items: end;
}
.market .con .app .bot .left span:nth-child(1) {
  display: inline-block;
  margin-right: 10px;
  width: 18px;
  height: 18px;
}
.market .con .app .bot .left img {
  margin-right: 10px;
  width: 18px;
  height: 18px; 
}
.market .con .app .bot .right span:nth-child(1){
  display: inline-block;
  margin-right: 10px;
  margin-left: 70px;
  width: 11px;
  height: 18px;
}
.market .con .app .bot .right img {
  margin-right: 10px;
  margin-left: 70px;
  width: 11px;
  height: 18px;
}
.market .con .app .bot span {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666; 
  opacity: 0.7;
}
.market .con .role {
  margin: 47px auto 71px;
  display: flex;
  justify-content: space-between;
}
.market .con .role li {
  padding-left: 75px;
  width: 580px;
  height: 184px;
  box-shadow: 0px 8px 12px 0px rgba(0,0,0,0.05);
  border-radius: 10px; 
}
.market .con .role li:nth-child(1){
  background: url('../image/ma-de.png') no-repeat center top 100%;
}
.market .con .role li:nth-child(2){
  background: url('../image/ma-xt.png') no-repeat center top 100%;
}
.market .con .role li p {
  margin: 45px auto 23px;
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #222222; 
}
.market .con .role li button {
  width: 126px;
  height: 44px;
  background: #1F6FEC;
  border-radius: 4px;
  border: 1px solid #1F6FEC;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF; 
}