ul,
p {
    margin: 0;
}

.mark-title {
    width: 100%;
    padding: 60px 0 44px;
    text-align: center
}

.mark-title h2 {
    margin: 0;
    font-size: 32px;
    font-weight: bold;
    color: #0B0B0B;
    line-height: 32px;
}

.mark-title p {
    margin: 23px 0 0;
    font-size: 16px;
    font-weight: 400;
    color: #B1B1B1;
    line-height: 30px;
}

.mark-container {
    width: 100%;
    height: 817px;
    padding-top: 80px;
    position: relative;
}

.mark-map {
    width: 100%;
    height: 100%;
    /* z-index: 99; */
}

.mark-content {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
}

.introduce {
    /* width: 1061px; */
    height: 159px;
    margin: 0 auto;
    /* background-color: #fff; */
    /* padding: 13px 0; */
    z-index: 999;
}

.introduce-item {
    min-width: 265px;
    height: 100%;
    border-right: 1px solid #F4F4F5;
    padding-top: 40px;
    text-align: center;
    background-color: #fff;
}

.introduce-item:last-child {
    border: none;
}

.go {
    display: block;
    position: absolute;
    right: 0;
    bottom: -550px;
    width: 224px;
    height: 81px;
    background: url(/static/images/tradingPlatform/go-bg.png) no-repeat;
    padding-left: 58px;
}

.go span {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    color: #F2F2F2;
    line-height: 81px;
}

.introduce-count {
    display: inline-block;
    position: relative;
    width: auto;
}

.introduce-count p {
    font-size: 62px;
    font-weight: bold;
    color: #080808;
    line-height: 62px;
    margin: 0;
}

.introduce-count span {
    display: block;
    position: absolute;
    right: -9px;
    top: -5px;
    font-size: 18px;
    font-weight: 400;
    color: #878787;
    line-height: 18px;
}

.introduce-tag {
    font-size: 16px;
    font-weight: 400;
    color: #747474;
    line-height: 16px;
    text-align: center;
    margin-top: 15px;
}

/* 地图信息弹窗 */
.map-popup {
    position: relative;
    width: 313px;
    background: url(/static/images/tradingPlatform/mapPopup.png) no-repeat;
    background-size: 100% 100%;
    padding: 36px 30px 23px;
}

.map-popup-close {
    position: absolute;
    top: 30px;
    right: 20px;
}

.map-popup-item {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 0 10px 66px;
}

.map-popup-item p {
    font-size: 15px;
    font-weight: 400;
    color: #686868;
    margin: 0;
}

.map-popup-item span {
    height: 14px;
    display: block;
    position: absolute;
    top: 50%;
    left: 17px;
    margin-top: -7px;
    font-size: 14px;
    font-weight: 400;
    color: #B5B5B5;
    line-height: 14px;
}

.map-popup a {
    display: block;
    width: 81px;
    height: 33px;
    background-color: #1752A9;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 33px;
    border-radius: 5px;
    text-align: center;
    margin: 18px auto;
}

.map-search {
    position: absolute;
    top: 239px;
    left: 0;
    right: auto;
    width: 318px;
    padding: 22px 25px;
    background-color: #fff;
}

.map-search-title {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #9F9E9E;
    line-height: 14px;
    margin: 28px 0 19px;
}

.search {
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #515151;
    line-height: 14px;
    cursor: pointer;
    padding: 16px;
    background-color: #F6F6F6;
}

.search ul {
    max-height: 120px;
    overflow-y: scroll;
    margin: -5px -21px -5px 0;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

.search ul::-webkit-scrollbar{
    display:none;
}

.search ul::after {
    display: table;
    content: '';
    clear: both;
}

.search ul li {
    float: left;
    margin: 5px 22px 5px 0;
    font-size: 14px;
    font-weight: 400;
    color: #515151;
    line-height: 14px;
    cursor: pointer;
}

.coal-mine {
    width: 100%;
    padding: 7px 9px;
    background-color: #F6F6F6;
    max-height: 164px;
    overflow:auto;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}



.coal-mine::-webkit-scrollbar { display: none; }

.coal-mine li {
    height: 50px;
    position: relative;
    border-bottom: 1px solid #E6E6E6;
    line-height: 50px;
    padding-left: 25px;
    cursor: pointer;
    overflow: hidden;
}

.coal-mine li::before{
    content: '';
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -4px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 8px solid #A9A9A9;
    border-bottom: 5px solid transparent;
}
.search-con{
    height: 46px;
    border: 2px solid #1449A0;
    display: flex;
}

.search-con input[type = 'text']{
    height: 100%;
    border: none;
    flex: 1;
    outline: none;
    padding-left: 15px;
}

.map-search input::-webkit-input-placeholder {
    /* 使用webkit内核的浏览器 */
    font-size: 12px;
    font-weight: 400;
    color: #C2C2C2;
}

.map-search input:-moz-placeholder {
    /* Firefox版本4-18 */
    font-size: 12px;
    font-weight: 400;
    color: #C2C2C2;
}

.map-search input::-moz-placeholder {
    /* Firefox版本19+ */
    font-size: 12px;
    font-weight: 400;
    color: #C2C2C2;
}

.map-search input:-ms-input-placeholder {
    /* IE浏览器 */
    font-size: 12px;
    font-weight: 400;
    color: #C2C2C2;
}


.search-con button{
    width: 98px;
    height: 100%;
    background-color: #1449A0;
    border: 1px solid #1449A0;
    color: #fff;
}

.search-con .btn-iocn{
    width: 15px;
    height: 15px;
    margin-bottom: 3px;
}