.flex-row{
    display: flex;
    flex-direction: row;
}
.flex-column{
    display: flex;
    flex-direction: column;
}
.all-action-header{
    font-weight:bold;
}
@media only screen and (min-width: 768px) {
    .all-action-header.all-action-header2{
        margin:60px 0 0;
    }
    .all-top{
        margin:100px 0 0;
        padding: 20px 0 0;
    }
    .all-top .price-top-header{
        margin:50px 0 0;
        height: 72px;
    }
    .all-content{
        margin: 0 90px;
        justify-content:center;
    }
    .all-content-item{
        width:320px;
        background: #fff;
        -webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,.02), 0 20px 40px 0 rgba(0,0,0,.04);
        box-shadow: 0 10px 20px 0 rgba(0,0,0,.02), 0 20px 40px 0 rgba(0,0,0,.04);
        border-radius: 4px;
        margin-bottom: 100px;
        padding:0 0 20px;
    }
    .all-item-header{
        justify-content: center;
        align-items:center;
        width: 100%;
        height: 100px;
        color: #fff;
        font-size: 24px;
    }
    .all-item-header1{
        background:#004A8F;
        opacity: 0.5;
    }
    .all-item-header2{
        background:#49C7FF;
    }
    .all-item-header3{
        background:#F7A700;
    }
    .all-item-header4{
        background:#FF8345;
    }
    .all-item-content{
        /*justify-content: center;*/
        align-items: center;
    }
    .all-item-info{
        justify-content: center;
        align-items: center;
        margin: 20px 0 0;
        font-size:14px;
        text-align: center;
        color: #666;
        width:70%;
        height:70px;
    }
    .all-action-header{
        font-size: 16px;
        margin:30px 0 0;
    }
    .all-action-content{
        height:250px;
    }
    .all-actions{
        margin: 0 30px;
		padding-bottom:30px;
    }
    .all-action-item2{
        opacity: 0.5;
        align-items: flex-start;
    }
    .all-item-price{

    }
    .all-item-price span{
        color: #fa5362;
        font-size: 32px;
    }
    .server_prices_btns{
        margin: 5px 0 0;
    }
    .servebig{
        display: block;
    }
    .servesmall{
        display:none;
    }
}
@media only screen and (min-width: 768px) and (max-width:1600px){
    .all-item-info{
        font-size: 12px;
    }
    .all-action-header.all-action-header2{
        margin: 120px 0 0;
    }
    .all-action-item{
        align-items: flex-start;
        margin:10px 0 0;
        font-size:12px;
    }
    .all-action-item img{
        width:30px;
        margin-right: 4px;
    }
    .all-action-include{
        font-size: 14px;
        margin: 10px 0 0;
    }
    .all-action-include span{
        font-size:16px;
        color: #ff0000;
    }
}
@media only screen and (min-width:1600px) {
    .all-action-item{
        align-items: flex-start;
        margin:12px 0 0;
        font-size:16px;
    }
    .all-action-item img{
        width:30px;
        margin-right: 4px;
    }
    .all-action-include{
        font-size: 16px;
        margin: 10px 0 0;
    }
    .all-action-include span{
        font-size: 20px;
        color: #ff0000;
    }
}


@media only screen and (max-width: 768px) {
    .servebig{
        display: none;
    }
    .servesmall{
        display: block;
        margin: 90px 0 0;
    }
    .servesmall-header{
        color: #333;
        font-size:18px;
        font-weight: bold;
    }
    .servesmall-nav{
        margin:20px;
        justify-content:space-between;
        align-items: center;
    }
    .servesmall-nav-item{
        justify-content: center;
        align-items: center;
        width:100px;
        height:30px;
        font-size: 12px;
        border-radius: 15px;
        border: 1px solid #ccc;
    }
    #servesmallnav1{
        color:#fff;
        background:#f9515f;
    }
    .servesmallContent{
        margin: 0 20px 20px;
        padding-bottom:10px;
        background: #fff;
        -webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,.02), 0 20px 40px 0 rgba(0,0,0,.04);
        box-shadow: 0 10px 20px 0 rgba(0,0,0,.02), 0 20px 40px 0 rgba(0,0,0,.04);
        border-radius: 4px;
    }
    #servesmallContent1{

    }
    #servesmallContent2,#servesmallContent3,#servesmallContent4{
        display: none;
    }
    .servesmall-headline{
        justify-content: center;
        align-items: center;
        background:#004A8F;
        height: 50px;
        color: #fff;
        font-size: 20px;
    }
    .servesmall-headline1{
        opacity: 0.5;
    }
    .servesmall-headline2{
        background:#49C7FF;
    }
    .servesmall-headline3{
        background:#F7A700;
    }
    .servesmall-headline4{
        background:#FF8345;
    }
    .servesmall-info{
        margin:10px 20px 0;
        font-size: 12px;
        color: #333;
        text-align: center;
    }
    .servesmall-price{
        font-size:12px;
        text-align: center;
        margin: 10px 0 0;
    }
    .servesmall-price span{
        font-size: 20px;
        color:#ff0000;
    }
    .servesmall-btns{
        position: relative;
        background: #FF005D;
        color: #fff;
        font-size: 14px;
        padding: 5px 0;
        width:100px;
        justify-content: center;
        align-items: center;
        margin:10px auto;
        z-index: 10;
    }
    .servesmall-btns>a{
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 12;
    }
    .servesmall-xian{
        height: 1px;
        background: #ccc;
        margin: 10px 30px 0;
    }
    .servesmall-feature{
        margin:0 20px;
    }
    .servesmall-feature-headeline{
        font-size: 12px;
        margin: 20px 0 0;
        font-weight: bold;
    }
    .servesmall-feature-item{
        align-items: flex-start;
        font-size: 12px;
        margin: 10px 0 0;
    }
    .servesmall-feature-item span{
        font-size:16px;
        color: #ff0000;
    }
    .servesmall-feature-item img{
        width:16px;
    }
    .servesmall-baibtns{
        justify-content: center;
        align-items: center;
        color: #fff;
        width: 100%;
        height:50px;
        font-size:18px;
        position: fixed;
        bottom: 0;
        left: 0;
        background:#DC302C;
        z-index: 1000;
    }
    .servesmall-baibtns>a{
        position: fixed;
        bottom:0;
        left: 0;
        width: 100%;
        height:50px;
        z-index: 1001;
    }

    .jumbotron.bottoms{
        padding-bottom: 100px;
    }
}

