.ft-top {
    height: 484px;
    box-sizing: border-box;
    background: #2984EF;
}

.ft-top .ft-top-con {
    background-image: url('../images/bgi4.png');
    background-size: 100% 100%;
    height: 100%;
    position: relative;
}

.ft-top .ft-chat {
    position: absolute;
    width: 184px;
    height: 53px;
    background: #FFFFFF;
    border-radius: 27px;
    text-align: center;
    line-height: 53px;
    cursor: pointer;
    font-size: 24px;
    font-weight: bold;
    color: #2984EF;
    bottom: 88px;
    left: 50%;
    margin-left: -92px;
}

/* 全球收发保证 */
.guarantee {
    padding-top: 64px;
}

.g-title {
    height: 45px;
    font-size: 32px;
    font-weight: bold;
    line-height: 45px;
    text-align: center;
    margin-bottom: 12px;
    color: #333333;
}

.g-des {
    height: 28px;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #333333;
    margin-bottom: 36px;
}

.g-item {
    width: 584px;
    height: 170px;
    justify-content: space-between;
    margin-bottom: 40px;
    padding: 32px 26px 0;
    box-sizing: border-box;
    background-image: url('../images/fti1.png');
    background-size: 100% 100%;
}

.g-item-r {
    background-image: url('../images/fti2.png');
}

.gi-title {
    height: 39px;
    font-size: 26px;
    font-family: TencentSans;
    font-weight: normal;
    line-height: 39px;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.gi-des {
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
}

/* 无限容量，收发速度保证 */
.speed {
    background: #F7F9FA;
    padding-top: 80px;
    color: #333333;
    padding-bottom: 32px;
}

.s-title {
    height: 45px;
    font-size: 32px;
    font-weight: 500;
    line-height: 32px;
    text-align: center;
    margin-bottom: 17px;
}

.s-des {
    font-size: 20px;
    text-align: center;
}

.s-table {
    height: 420px;
    margin-top: 40px;
    margin-bottom: 66px;
}