.tier {
    text-decoration: none;
    display: inline-block;
    width: 100%;
    background-color: #fff;
}
.tier .img-box {
    text-align: center;
    position: relative;
    /*padding: 0 .4rem;*/
    /*background-color: #79d2fd;*/
}
.tier .img-box img {
    max-width: 100%;
    border-radius: .2rem;
}
.tier .info-box {
    box-sizing: border-box;
    font-size: .3rem;
    position: relative;
    margin: .2rem .15rem;
}
.tier .info-box h4{
    font-size: 0.36rem;
    display: flex;
}
.tier .info-box h4 i{
    font-size: .2rem;
    color: #ffffff;
    text-align: center;
    vertical-align: bottom;
    border-radius: 30px;
    padding: .077rem .1rem;
    background-color: #3BA5EB;
    margin-right: .1rem;
}
.tier .info-box .led{
    background-color: #e8e5e5;
    margin-right: .1rem;
    color: #5275f7;
    padding: .05rem;
    font-size: .3rem;
}

.tier .ib-head {
    width: 100%;
    font-size: .4rem;
    overflow: hidden;
    bottom: 0;
    position: absolute;
     background-color: rgb(21, 124, 229, 0.5);
    align-items: center!important;
}

.tier .ib-head .index span{
    background: #1085ea;
    width: .55rem;
    height: .55rem;
    display: inline-block;
    text-align: center;
    color: white;
    border-radius: 50%;
    border: 2px solid #eee;
}
.tier .ib-head .title{
    flex-grow: 1;
    padding: .2rem;
    border-radius: .2rem;
    font-size: .35rem;
    text-align: left;
    line-height: .4rem;
    color: #fff;
    font-weight: bold;
}
.tier .ib-doc {
    font-size: .32rem;
    text-align: center;
    padding: .2rem 0;
    /*background-image: linear-gradient(#79d2fd, #fff);*/
}
.tier .ib-doc p{
    padding: 0 .2rem;
    display: inline-block;
    margin: 0 auto;
    border-radius: .2rem;
}
.tier .ib-doc .red {
    color: #dc4c43;
}
.tier .ib-body {
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-top: .2rem;
}

.tier .ib-body .red {
    color: #308EE6;
    font-size: .4rem;
}

.tier .ib-body>div {
    align-self: center;
    color: #ADADAD;
}
.tier .ib-body .cl-3 p {
    margin: 1vw 0px;
}

.tier .ib-foot {
    display: flex;
    justify-content: space-between;
}

.tier .ib-foot p {
    margin: 0.1rem 0px;
}

.tier .ib-foot .now-btn {
    background: #308EE6;
    border: none;
    color: white;
    font-size: .3rem;
    width: 100%;
    height: .7rem;
    border-radius: .2rem;
    padding: 0 .4rem;
}
.tier .plan {
    display: flex;
    padding: .2rem 0rem;
    align-items: center;
    line-height: 1;
    justify-content: space-between;
}

.tier .plan-wrap {
    width: 80%;
    height: 0.1rem;
    border-radius: 0.45vw;
    background: #e7e7e7;
    position: relative;
}

.tier .plan-con {
    height: 100%;
    border-radius: 0.45vw;
    background: #308EE6;
}
.tier .plan-pivot {
    position: absolute;
    top: 50%;
    box-sizing: border-box;
    min-width: .6rem;
    padding: 0 5px;
    color: #fff;
    font-size: .21333rem;
    line-height: 1.6;
    text-align: center;
    word-break: keep-all;
    background-color: #308EE6;
    border-radius: 1em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.tier .plan-text {
    margin-left: 0.5vw;
    font-size: .3rem;
}
.over{
    display: block;position: absolute;right: .5rem;bottom: 0.5rem;
}

.swiper-slide a, .swiper-slide a img{
    display:block
}
.radius{
    border-radius: .2rem;
    overflow: hidden;
}


