
/**************** 顶部banner ****************/
.pg-bd-banner {
    position: relative;
}
.pg-bd-banner img {
    display: block;
    width: 100%;
    min-height: 200px;
}
.pg-bd-banner-mask {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.pg-bd-banner-mask > h2 {
    color: #fff;
    font-size: 18px;
}
.pg-bd-banner-mask > h2 sup {
    font-size: 14px;
}
.pg-bd-banner-mask > h6 {
    color: #a9b0c2;
    font-size: 13px;
    margin-top: 8px;
}

/**************** 分类列表 ****************/
.pg-bd-sortlist {
    background: #f3f4f5;
    padding: 30px 0 10px;
}
.pg-bd-sortlist-row {

}
.pg-bd-st-item {
    background: #fff;
    text-align: center;
    padding-top: 30px;
    margin-bottom: 30px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.pg-bd-st-item:hover {
    box-shadow: 5px 5px 15px #ddd;
}
.pg-bd-st-item > img {
    vertical-align: middle;
    height: 40px;
}
.pg-bd-st-item > h2 {
    display: block;
    font-size: 18px;
    color: #788498;
    margin: 20px 0 30px;
}
.pg-bd-st-item > a {
    display: inline-block;
    width: 120px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 13px;
    color: #788498;
    margin-bottom: 30px;
    border: 1px solid #e5e7ea;
}


/**************** 车队管理云平台 ****************/
.pg-bd-cloudplat {
    background: url("../../../img/fleetMag/home/bg-cloudplat.png") center no-repeat;
    background-size: cover;
    padding: 50px 0 30px;
}
.pg-bd-cloudplat > h2 {
    font-size: 22px;
    color: #fff;
    text-align: center;
}
.pg-bd-cloudplat > h3 {
    font-size: 13px;
    color: #fff;
    text-align: center;
    margin: 10px 30px;
}
/****** 导航条 ******/
.pg-bd-cdp-navbar-wrap {
    margin-top: 40px;
}
.pg-bd-cdp-navbar [class^=col-] {
    padding: 0;
}

.pg-bd-cdp-navbar-item {
    background: #010b1b;
    padding: 0 15px;
    margin: 0;
    color: #bababb;
    border-right: 1px solid #1b2432;
    border-bottom: 1px solid #1b2432;
}
.pg-bd-cdp-navbar {
    margin: 0 0 25px 0;
}
.pg-bd-cdp-navbar > div:nth-of-type(5) .pg-bd-cdp-navbar-item,
.pg-bd-cdp-navbar > div:nth-of-type(6) .pg-bd-cdp-navbar-item {
    border-bottom: none;
}
.pg-bd-cdp-navbar-item > span {
    display: block;
    padding: 20px 0;
    text-align: center;
    font-size: 13px;
    cursor: pointer;
    border-bottom: none;
    margin-bottom: 0;
}
.pg-bd-cdp-navbar-item.active {
    background: url("../../../img/fleetMag/home/cloudplat-nav-bg.png") no-repeat center;
    background-size: 100% 100%;
    color: #fff;
}
.pg-bd-cdp-navbar > div:last-of-type .pg-bd-cdp-navbar-item > span {
    border-bottom: none;
}

.pg-bd-cdp-navbar-slider .swiper-slide img {
    display: block;
    width: 100%;
}

/**************** 车队长APP ****************/
.pg-bd-app {
    padding: 30px 0;
}
.pg-bd-fleetApp {
    background: #fff;
}
.pg-bd-app > h2 {
    font-size: 22px;
    color: #323030;
    text-align: center;
}
.pg-bd-app > h3 {
    color: #999;
    font-size: 13px;
    text-align: center;
    margin: 8px 0 20px;
}
.pg-bd-app-item {
    text-align: center;
    cursor: pointer;
}
.pg-bd-app-item-img {
    width: 48px;
    height: 48px;
    line-height: 48px;
    background: #788498;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
}
.pg-bd-app-item-img > img {
    vertical-align: middle;
    height: 18px;
}
.pg-bd-app-item > div {
    color: #788498;
    font-size: 12px;
    font-weight: bold;
    margin-top: 8px;
}
.pg-bd-app-item.active .pg-bd-app-item-img {
    background: #20c7b3;
}
.pg-bd-app-item.active > div{
    color: #20c7b3;
}

.pg-bd-app-slider {
    margin-top: 35px;
}
.pg-bd-app-slider .swiper-slide img{
    display: block;
    width: 100%;
}


/**************** 司机APP ****************/
.pg-bd-driverApp {
    background: #f5f5f5;
}


/**************** 免费试用 ****************/
.pg-bd-freetrial {
    padding: 30px 0;
    background: url("../../../img/fleetMag/home/bg-freetrail.png") center no-repeat;
    background-size: cover;
}
.pg-bd-freetrial > h2 {
    font-size: 22px;
    color: #242424;
    margin-bottom: 25px;
    text-align: center;
}
/****** 申请表单 ******/
.pg-bd-form-input {
    margin-bottom: 20px;
}
.pg-bd-form-input > input {
    display: block;
    width: 100%;
    line-height: 40px;
    color: #a9a9a9;
    font-size: 14px;
    background: none;
    border: none;
    border-bottom: 1px solid #e7e6e9;
    outline: none;
}
.pg-bd-form-input > textarea {
    display: block;
    width: 100%;
    height: 100px;
    color: #a9a9a9;
    font-size: 14px;
    background: none;
    border: none;
    border-bottom: 1px solid #e7e6e9;
    outline: none;
    resize: none;
}
.pg-bd-form-input ::-webkit-input-placeholder {
    color: #a9a9a9;
}
.pg-bd-form-input :-moz-placeholder {
    color: #a9a9a9;
}
.pg-bd-form-input ::-moz-placeholder {
    color: #a9a9a9;
}
.pg-bd-form-input :-ms-input-placeholder {
    color: #a9a9a9;
}
.pg-bd-form-btn {
    display: block;
    padding: 10px 0;
    margin-top: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: bolder;
    text-align: center;
    background: #4cc8b9;
    letter-spacing: 5px;
}
.pg-bd-form-btn:hover,
.pg-bd-form-btn:focus {
    color: #fff;
    text-decoration: none;
}
.pg-bd-form-btn:hover {
    background: #45b6a9;
}
.pg-bd-form-label {
    margin: 10px 0;
    color: #666666;
    font-size: 14px;
    text-align: center;
}
.pg-bd-form-label > em {
    color: #4cc8b9;
    font-size: 18px;
    font-weight: bold;
    margin: 0 20px 0 5px;
}



@media (min-width: 768px) {
    /**************** 顶部banner ****************/
    .pg-bd-banner-mask > h2 {
        font-size: 36px;
    }
    .pg-bd-banner-mask > h2 sup {
        font-size: 28px;
    }
    .pg-bd-banner-mask > h6 {
        font-size: 20px;
        margin-top: 15px;
    }

    /**************** 分类列表 ****************/
    .pg-bd-sortlist {
        padding: 60px 0;
    }
    .pg-bd-st-item {
        padding-top: 60px;
        margin-bottom: 30px;
    }
    .pg-bd-st-item > img {
        height: 80px;
    }
    .pg-bd-st-item > h2 {
        font-size: 22px;
        margin: 50px 0 70px;
    }
    .pg-bd-st-item > a {
        width: 140px;
        height: 48px;
        line-height: 48px;
        font-size: 13px;
        margin-bottom: 40px;
    }

    /**************** 车队长APP ****************/
    .pg-bd-app {
        padding: 55px 0;
    }
    .pg-bd-app > h2 {
        font-size: 30px;
    }
    .pg-bd-app > h3 {
        font-size: 14px;
        margin: 12px 0 40px;
    }
    .pg-bd-app-item-img {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    .pg-bd-app-item-img > img {
        height: 22px;
    }
    .pg-bd-app-item > div {
        font-size: 16px;
    }
    .pg-bd-app-slider {
        margin-top: 50px;
    }

    /**************** 免费试用 ****************/
    .pg-bd-freetrial {
        padding: 55px 0;
    }
    .pg-bd-freetrial > h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .pg-bd-form-input > textarea {
        height: 120px;
    }
    .pg-bd-form-btn {
        padding: 12px 0;
        margin-top: 50px;
        font-size: 18px;
    }

}


@media (min-width: 768px) and (max-width: 991px) {
    /**************** 车队管理云平台 ****************/
    .pg-bd-cloudplat > h2 {
        font-size: 28px;
    }
    .pg-bd-cloudplat > h3 {
        font-size: 13px;
    }

    /****** 导航条 ******/
    .pg-bd-cdp-navbar {
        margin: 0 0 25px 0;
    }
    .pg-bd-cdp-navbar > div:nth-of-type(4) .pg-bd-cdp-navbar-item,
    .pg-bd-cdp-navbar > div:nth-of-type(5) .pg-bd-cdp-navbar-item,
    .pg-bd-cdp-navbar > div:nth-of-type(6) .pg-bd-cdp-navbar-item {
        border-bottom: none;
    }
    .pg-bd-cdp-navbar-item > span {
        padding: 30px 0;
        font-size: 14px;
        border-bottom: none;
        margin-bottom: 0;
    }

}


@media (min-width: 768px) and (max-width: 1199px) {
    /**************** 顶部banner ****************/
    .pg-bd-banner-mask > h2 {
        font-size: 28px;
    }
    .pg-bd-banner-mask > h2 sup {
        font-size: 20px;
    }
    .pg-bd-banner-mask > h6 {
        font-size: 16px;
        margin-top: 15px;
    }


}


@media (min-width: 992px) {
    /**************** 车队管理云平台 ****************/
    .pg-bd-cloudplat > h2 {
        font-size: 30px;
    }
    .pg-bd-cloudplat > h3 {
        font-size: 14px;
    }
    .pg-bd-cdp-navbar {
        margin: 0 -15px;
    }
    .pg-bd-cdp-navbar-item {
        background: #010b1b;
        padding: 0 15px;
        margin: 0 15px;
        border-bottom: 1px solid transparent;
    }
    .pg-bd-cdp-navbar-item > span {
        padding: 27px 0;
        font-size: 14px;
        border-bottom: 1px solid #1b2432;
        margin-bottom: -1px;
    }
    .pg-bd-cdp-navbar > div:nth-of-type(5) .pg-bd-cdp-navbar-item,
    .pg-bd-cdp-navbar > div:nth-of-type(6) .pg-bd-cdp-navbar-item {
        border-bottom: 1px solid transparent;
    }

    .pg-bd-cdp-navbar > div:nth-of-type(4) .pg-bd-cdp-navbar-item > span,
    .pg-bd-cdp-navbar > div:nth-of-type(5) .pg-bd-cdp-navbar-item > span {
        border-bottom: 1px solid #1b2432;
    }

    .pg-bd-cdp-navbar > div:last-of-type .pg-bd-cdp-navbar-item > span {
        border-bottom: none;
    }

}

@media (min-width: 1200px) {
    /**************** 顶部banner ****************/
    .pg-bd-banner-mask > h2 {
        font-size: 40px;
    }
    .pg-bd-banner-mask > h2 sup {
        font-size: 28px;
    }
    .pg-bd-banner-mask > h6 {
        font-size: 20px;
        margin-top: 15px;
    }

    /**************** 车队管理云平台 ****************/
    .pg-bd-cdp-navbar-item > span {
        padding: 35px 0;
    }
}

