.plan-detail-banner {
    position: relative;
}

.plan-detail-banner-content {
    position: absolute;
    bottom: auto;
    text-align: left;
    left: 0;
    right: 0;
}

.plan-detail-banner-content .text01 {
    color: #ffffff;
    margin-bottom: 30px;
}

.plan-detail-banner-content .text02 {
    color: #222;
    margin-bottom: 25px;
    font-weight: bold;
}

.plan-detail-banner-content .text03 {
    color: #444;
    line-height: 30px;
    margin-bottom: 40px;
}

.plan-detail-banner-content .btn-buy {
    margin-left: 10px;
}

.plan-detail-ruhe {
    background-color: rgb(247, 251, 255);
}

.plan-detail-content-right-01 {
    background: url('../images/plan-detail-content-right-bg01.png') no-repeat;
    background-size: 100% 100%;
}

.plan-detail-content-right-title-bg {
    background: url('../images/login-img03.png') no-repeat;
    background-size: 100% 100%;
}

.plan-detail-content-right-width {
    width: auto;
}

/*案例*/
.anli-xiangguan .card {
    border: none;
}

.anli-xiangguan .card-body {
    padding-bottom: 30px;
}

.anli-select .dropdown-menu.show {
    display: flex;
}

.anli-select .industry-dropdown{
    width: 380px;
    padding:20px 20px 0 20px;
}
.anli-select .area-dropdown{
    width: 710px;
    padding:30px 20px 0 20px;
}
.anli-select .area-dropdown .dropdown-item{
    width: calc(100% / 7);
}
.anli-select .dropdown-menu .dropdown-item{
    background-color: #fff;
    font-size:16px;
    color: #666;
    padding: 0 0 20px 0;
    text-align: center;
}
.anli-select .dropdown-menu .dropdown-item.active, .anli-select .dropdown-menu .dropdown-item:active{
    background-color:#fff;
    color: #0089ff;
}
.anli-select .dropdown-menu .dropdown-item:hover{
    color: #0089ff;
}
.anli-card .card{
    cursor: pointer;
}
.anli-card .card:hover{
    box-shadow: 0 1rem 2rem rgba(176,196,237,.3);
}
.anli-select .navbar-light .navbar-nav .active>.nav-link,
.anli-select .navbar-light .navbar-nav .nav-link.active,
.anli-select .navbar-light .navbar-nav .nav-link.show,
.anli-select .navbar-light .navbar-nav .show>.nav-link {
    color: #007bff;

}
.plan-detail-content-left .pad-t100{
    padding-top:50px!important;
}


    

/*适配*/
@media (min-width: 768px) {

    .plan-detail-banner-content {
        top: 90px;
    }

    .plan-detail-banner-content .text01 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .plan-detail-banner-content .text02 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .plan-detail-banner-content .text03 {
        font-size: 14px;
        margin-bottom: 15px;
        line-height: 25px;
    }
    .plan-detail-banner-content .btn-text {
        width: 165px;
        height: 46px;
        font-size: 18px;
        line-height: 30px;
    }

}

@media (max-width: 768px) {}


@media (min-width: 1024px) {

    .plan-detail-banner-content {
        top: 100px;
    }

    .plan-detail-banner-content .text01 {
        font-size: 18px;
    }

    .plan-detail-banner-content .text02 {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .plan-detail-banner-content .text03 {
        font-size: 16px;
        margin-bottom: 20px;
        line-height: 30px;
    }
    /*.plan-detail-banner-content .btn-text {*/
    /*    width: auto;*/
    /*}*/

}

@media (max-width: 1100px) {}

@media (min-width: 1280px) {


    .plan-detail-banner-content .text01 {
        font-size: 20px;
    }

    .plan-detail-banner-content .text02 {
        font-size: 38px;
        margin-bottom: 25px;
        font-weight: bold;
    }

    .plan-detail-banner-content .text03 {
        font-size: 16px;
        line-height: 30px;
        color: #444;
        margin-bottom: 20px;
    }
}

@media (min-width: 1300px) {

    .plan-detail-banner-content {
        top: 170px;
    }

    .plan-detail-banner-content .text01 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .plan-detail-banner-content .text02 {
        font-size: 44px;
        margin-bottom: 25px;
        font-weight: bold;
        color: #222;
    }

    .plan-detail-banner-content .text03 {
        font-size: 16px;
        margin-bottom: 30px;
        color: #444;
        line-height: 30px;
    }

}
@media (min-width: 1300px) and (max-width:1400px){
    .plan-detail-banner-content {
        top: 100px;
    }
}
@media (min-width: 1400px) and (max-width:1620px){
    .plan-detail-banner-content {
        top: 120px;
    }
}

.plan-detail-banner-content{
    display: flex!important;
    top: 0!important;
    margin-top: 80px;
    bottom: 0!important;
    flex-direction: column;
    justify-content: center;
}
@media (max-width:1080px){
    .plan-detail-banner-content {
        margin-top: 60px!important;
    }
}