
.trial {
    width: 100%;
    background-color: #fff;
}
.trialTop {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
.trialTopDesc{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #999;
}
.trialContent {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* align-items: center; */
}
.trialForm {
    width: 50%;
    height: 100%;
    padding: 0 20px;
    margin-top: 20px;
}
.trialDesc {
    width: 50%;
    height: 100%;
    vertical-align: top;
    margin-top: 20px;
    padding-left: 20px;
}

