﻿/***************产品页面*****************/
#home {
    background-image: linear-gradient(to left bottom, rgb(80, 234, 246), rgb(57, 71, 238), rgb(57, 71, 238), rgb(80, 234, 246));
    position: relative;
}
/*main-bottom-one*/
.bottom-one {
    border-top: none;
    margin-top: 20px;
}

    .bottom-one h2 {
        /* padding-top: 40px; */
        font-weight: 600;
        padding-bottom: 25px;
    }

    .bottom-one .container {
        padding: 48px;
    }

        .bottom-one .container .col-md-6 {
            padding: 5px;
        }

            .bottom-one .container .col-md-6 .tab {
                position: relative;
                padding: 50px;
                border-radius: 5px;
                background: #fff;
                height: 300px;
                width: 100%;
            }

    .bottom-one .success {
        margin: 0;
        position: absolute;
        bottom: 0;
        height: 60px;
        left: 0;
        right: 0;
        background: url('../img/product/success.png') no-repeat scroll right bottom transparent;
    }
/*//main-bottom-one*/
#p5 {
    padding-top: 20px;
    text-align: center;
}

    #p5 a {
        color: #007cde;
    }

        #p5 a:hover {
            color: #009cde;
        }
@media all and (max-width:768px) {
    #p5 {
        font-size: 14px;
    }
    #custom, #custom-case {
        border: 10px solid #fff;
        border-bottom: 0px;
    }

    .portal {
        border: 10px solid #fff;
        border-bottom: 0px;
    }

    .container .pading {
        padding-left: 0px;
    }
}