a {
    color: #ffffff;
    text-decoration: none;
}

a:hover {
    color: #ffffff
}

.platform {
    width: 100vw;
    background: #ffffff;
    min-width: 1280px;
}

.platform_product {
    width: 100vw;
    background: #F5F5F5;
    min-width: 1280px;

}

.platform_Box_delivery {
    width: 80vw;
    height: 600px;
    padding-top: 60px;
    margin: 0 auto;
    background: #ffffff;
}

.platform_Box_product {
    width: 80vw;
    height: 600px;
    padding-top: 60px;
    margin: 0 auto;
    background: #F5F5F5;
}

.platform_Box_title {
    font-size: 32px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 45px;
}

.platform_Box_title1 {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    margin: 12px 0 20px;
}

.platform_Box_title2 {
    width: 489px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
}

.cate_box {
    width: 600px;
    height: 124px;
    flex-wrap: wrap;
    cursor: pointer;
}

.cate_img {
    width: 140px;
    height: 52px;
    border-radius: 4px;
    background: #FFFFFF;
    margin: 5px;
}

.cate_order_sg {
    background-image: url(https://cnsc-pics.cainiaoshicai.cn/wsbOs/order_sg.png);
    background-repeat: round;
}
.cate_order_ele {
    background-image: url(https://cnsc-pics.cainiaoshicai.cn/wsbOs/order_ele.png);
    background-repeat: round;
}
.cate_order_jd {
    background-image: url(https://cnsc-pics.cainiaoshicai.cn/wsbOs/order_jd.png);
    background-repeat: round;
}
.cate_order_dy {
    background-image: url(https://cnsc-pics.cainiaoshicai.cn/wsbOs/order_dy.png);
    background-repeat: round;
}
.cate_order_txd {
    background-image: url(https://cnsc-pics.cainiaoshicai.cn/wsbOs/order_htx.png);
    background-repeat: round;
}
.cate_delivery_mt {
    background-image: url(https://cnsc-pics.cainiaoshicai.cn/wsbOs/delivery_mt.png);
    background-repeat: round;
}
.cate_delivery_fn {
    background-image: url(https://cnsc-pics.cainiaoshicai.cn/wsbOs/delivery_fn.png);
    background-repeat: round;
}
.cate_delivery_sf {
    background-image: url(https://cnsc-pics.cainiaoshicai.cn/wsbOs/delivery_sf.png);
    background-repeat: round;
}
.cate_delivery_dada {
    background-image: url(https://cnsc-pics.cainiaoshicai.cn/wsbOs/delivery_dada.png);
    background-repeat: round;
}
.cate_delivery_ss {
    background-image: url(https://cnsc-pics.cainiaoshicai.cn/wsbOs/delivery_ss.png);
    background-repeat: round;
}
.cate_delivery_uu {
    background-image: url(https://cnsc-pics.cainiaoshicai.cn/wsbOs/delivery_uu.png);
    background-repeat: round;
}
.cate_delivery_gxd {
    background-image: url(https://cnsc-pics.cainiaoshicai.cn/wsbOs/delivery_gxd.png);
    background-repeat: round;
}

.card {
    width: 45%;
    height: 286px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #E5E5E5;
    cursor: pointer;
}

.card_icon {
    width: 80px;
    height: 80px;
    background: #FFFFFF;
}

.card_icon_yunli {
    background-image: url(https://cnsc-pics.cainiaoshicai.cn/wsbOs/yunli_icon.svg);
    background-repeat: round;
}
.card_icon_api {
    background-image: url(https://cnsc-pics.cainiaoshicai.cn/wsbOs/api_icon.svg);
    background-repeat: round;
}
.card_icon_fuwu {
    background-image: url(https://cnsc-pics.cainiaoshicai.cn/wsbOs/fuwu_icon.svg);
    background-repeat: round;
}
.card_icon_set {
    background-image: url(https://cnsc-pics.cainiaoshicai.cn/wsbOs/set_icon.svg);
    background-repeat: round;
}
.card_icon_async {
    background-image: url(https://cnsc-pics.cainiaoshicai.cn/wsbOs/async_icon.svg);
    background-repeat: round;
}
.card_icon_stock {
    background-image: url(https://cnsc-pics.cainiaoshicai.cn/wsbOs/stock_icon.svg);
    background-repeat: round;
}
.card_icon_data {
    background-image: url(https://cnsc-pics.cainiaoshicai.cn/wsbOs/data_icon.svg);
    background-repeat: round;
}
.card_icon_ddly {
    background-image: url(https://cnsc-pics.cainiaoshicai.cn/wsbOs/ddly_icon.svg);
    background-repeat: round;
}

.card_title {
    height: 25px;
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 25px;
    margin: 20px 0 10px;
}

.card_desc {
    width: 238px;
    height: 80px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
}

.cate_more_text {
    width: 80px;
    height: 22px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
}

.border_1 {
    border: 1px solid #E5E5E5;
}
