.ft{
    background: white;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    border-bottom: 2px solid #f2f2f2;
    height: 60px;
}

.ft .service-content-china{
    margin-top: 0;
}

.ft img{
    display: none;
}

.ft .service-imgitem-div{
    padding-top: 20px;
}

.active{
    color: #1fb3db;
}

.service-content-item{
    cursor: pointer;
}

.service-content-item *{
    pointer-events: none;
}

.service-content-item:hover div{
    color: #1fb3db;
}