.col-center {
    cursor: pointer;
}

.sahreBox {
    position: fixed;
    right: 10px;
    bottom: 350px;
    z-index: 9999;
}

.sahreBox .social-share {
    width: 40px;
}

.sahreBox .social-share .wechat-qrcode {
    top: -75px !important;
    left: -214px !important;
}

.sahreBox .social-share .wechat-qrcode:after {
    display: none !important;
}

.business .tradingCenter {
    background-image: url(../images/business.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
    position: relative;
    text-align: center;
    padding: 73px 0 50px 0px;
    margin-bottom: 0px;
}

.business .tradingCenter li {
    position: relative;
    z-index: 2;
    margin-bottom: 50px;
}

.business .tradingCenter li p {
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    padding: 0 20px;
}

.business .tradingCenter li>p:nth-child(1) {
    color: #E60012;
    font-weight: bold;
    font-size: 20px;
}

.business .tradingCenter::before {
    content: "";
    /* 添加伪元素 */
    position: absolute;
    /* 绝对定位，相对于父元素 .bg-image 的定位 */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(218, 218, 218, 0.95);
    z-index: 1;
    /* 半透明黑色遮罩 */
}

.ContactUs .SiteGroup {
    cursor: pointer;
    margin-bottom: 210px;
    border-radius: 0px 0px 0px 0px;
    color: var(--cus-main-color);
}

.ContactUs .SiteGroup li {
    font-weight: bold;
    font-size: 24px;
    line-height: 70px;
    padding: 0 30px;
    margin-bottom: 30px;
}

.ContactUs .SiteGroup .active {
    display: flex;
    justify-content: space-between;
    color: #fff;
    background: var(--cus-main-color);
}

.ContactUs .SiteGroup .active .icon-jiantou_xiangyou_o {
    font-size: 34px;
}

.ContactUs .infoList li {
    font-size: 18px;
    font-weight: bold;
    color: #666666;
    margin-bottom: 44px;
}

.ContactUs .infoList li img {
    width: 30px;
    vertical-align: middle;
}