
.app-market-header {
    height: 360px;
    position: relative;
}
  
.app-market-header .app-market-header-content {
   width: 100%;
   height: 360px;
   text-align: center;
   box-sizing: border-box;
   background-image: url("../images/home/apps/app-market/map.png");
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   -webkit-background-size: cover; /* 兼容Webkit内核浏览器如Chrome和Safari */
   -o-background-size: cover; /* 兼容Opera */
    /* margin-top: -15px;
      padding-top: 50px;
      padding-bottom: 50px; */
   position: relative;
   top: -3px;
   overflow: hidden;
}
  
.app-market-header .title {
   font-size: 32px;
   line-height: 32px;
   font-weight: bold;
   margin-top: 87px;
}

.app-market-header .stitle {
    color: #4f4f4f;
    font-weight: 400;
    line-height: 18px;
    font-size: 18px;
    margin-top: 16px;
}
  
.app-market-header .serach {
    width: 800px;
    height: 56px;
    margin: 32px auto 0;
    background: #ffffff;
    box-shadow: 0px 2px 12px 0px rgba(227, 31, 29, 0.1);
    border-radius: 3px;
    padding: 0 18px;
    display: flex;
    align-items: center;
}
  
.app-market-header .serach > img {
    width: 16px;
    height: 16px;
    margin-right: 20px;
}
  
.app-market-header .serach .input {
    width: calc(100% - 54px);
}
  
.tit-box {
    width: 1200px;
    margin: 0 auto;
    padding-top: 83px;
    padding-bottom: 90px;
    display: flex;
    justify-content: center;
}

.title {
    text-align: center;
}

.tit-top {
    font-size: 46px;
    font-weight: 600;
}

.tit-center {
    margin-top: 16px;
    font-size: 24px;
}

.tit-footer {
    margin-top: 16px;
    font-size: 16px;
    color: #E31F1D;
    font-weight: 600;
}

.link-box-map {
    display: flex;
    width: 1200px;
    justify-content: space-between;
    margin: 0 auto;
}

.link-list {
    /* flex: 1; */
    text-align: center;

}

.list-item {

    margin-bottom: 55px;
    flex-wrap: nowrap;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.item-tit {
    color:  #E31F1D;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}

.item-tit > img {
    margin-right: 10px;
}

.link-box-map .list-item .link {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 23px;
    margin-left: 48px;
}

.link-box-map .list-item .link::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #E31F1D;
    border-radius: 50%;
    top:56%;
    transform: translateY(-50%);
    left: -10px
}

.list-item .item-tit img{
    height: 25px;
    width: 25px;
}