﻿.trial-con > .form-con {
    height: auto;
}

.bottom-box {
    position: relative;
}

    .bottom-box > .title {
        position: relative;
        width: 100%;
        color: #333333;
        font-size: .10rem;
        height: .2rem;
    }

        .bottom-box > .title > .line {
            position: absolute;
            height: 1px;
            background: #DFDFDF;
            width: calc(100% - 0.3rem);
            left: .15rem;
            top: .08rem;
        }

        .bottom-box > .title > .text {
            position: absolute;
            top: 0px;
            background: white;
            padding: 0 .10rem;
            left: 50%;
            transform: translateX(-50%);
            text-align: center;
        }

    .bottom-box > .btn-box {
        font-size: .09rem;
        color: #333333;
        overflow: hidden;
        text-align: left;
        padding-bottom: .1rem;
    }

        .bottom-box > .btn-box > .btn {
            display: inline-block;
            width: 49%;
            overflow: hidden;
            vertical-align: middle;
        }

            .bottom-box > .btn-box > .btn > a {
                text-decoration: none
            }

                .bottom-box > .btn-box > .btn > a > .icon {
                    width: .24rem;
                    height: .24rem;
                    display: inline-block;
                    vertical-align: middle;
                    background-position: center center;
                    margin-right: .09rem;
                    background-repeat: no-repeat;
                    background-size: cover;
                    background-image: url('/mimage/ic_dingdingsaoma.png');
                }

                .bottom-box > .btn-box > .btn > a > .icon2 {
                    width: .24rem;
                    height: .24rem;
                    margin-right: .09rem;
                    display: inline-block;
                    vertical-align: middle;
                    background-position: center center;
                    background-repeat: no-repeat;
                    background-size: cover;
                    background-image: url('/mimage/ic_qiyeweixinsaoma.png');
                }

                .bottom-box > .btn-box > .btn > a > .text {
                    color: #333333;
                    line-height: .24rem;
                    vertical-align: middle;
                    display: inline-block;
                }
