
.message .cont-item-l {
    width: 32.14285714285714%;
}
.message .cont-item-l .cont-item-inner {
    margin-right: 0;
}
.message .cont-item-r {
    float: right;
    width: 57.85714285714286%;
    padding: 18px 0 0 0;
}

.message .cont-item-inner {
    min-height: 554px;
}

.message .cont-item-r .form-group {
    align-items: flex-start;
    margin-bottom: 17px;
}

.message .cont-item-r .label {
    width: 100px;
    height: 45px;
    margin: 0;
    font-size: 16px;
    color: #111;
    text-align: left;
    justify-content: flex-start;
}

.message .cont-item-r .input {
    position: relative;
    width: calc(100% - 100px);
}

.message .cont-item-r .code {
    width: calc(100% - 180px);
}

.message .cont-item-r .form-control {
    width: 100%;
    height: 45px;
    padding: 0 12px;
    font-size: 16px;
    line-height: 45px;
    border: none;
    border-radius: 0;
    border: 1px solid #d1d1d1;
    box-sizing: border-box;
    background-color: transparent;
    cursor: pointer;
}

.message .cont-item-r .form-textarea {
    height: 224px;
    padding: .24rem;
    resize: none;
}

.message .cont-item-r .g-line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #b32831;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.message .cont-item-r .form-control:focus {
    color: #495057;
    background-color: transparent;
    border-color: #b32831;
    outline: 0;
    box-shadow: none;
}

.message .cont-item-r .form-control:focus+.g-line {
    width: 100%;
}

.message .cont-item-r .yzm {
    display: inline-block;
    width: 80px;
    height: 45px;
    background-color: #efefef;
    cursor: pointer;
}

.message .cont-item-r .yzm-inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.message .cont-item-r .yzm img {
    display: inline-block;
    vertical-align: inherit;
}

.message .cont-item-r .submit_btn {
    padding: 20px 0 0;
    text-align: left;
}

.message .cont-item-r .btn {
    width: 2.9rem;
    padding: 0 .24rem;
    font-size: 14px;
    line-height: 45px;
    color: #fff;
    text-align: center;
    background-color: #b32831;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border-radius: 0;
}

.message .cont-item-r .btn:hover {
    /* color: #b32831; */
    background-color: #b32831;
}

@media (max-width:768px) {
    .message {
        padding: 0px .6rem .8rem;
    }
    .message .cont-item {
        float: none;
        width: 100%;
    }
    .message .cont-item-inner {
        min-height: auto;
        margin-right: 0;
        border-right: none;
    }
    .message .cont-item-r {
        float: none;
        width: 100%;
        padding: 18px 0 0 0;
    }
    .message .cont-item-r .label {
        width: 100%;
        height: 32px;
    }
    .message .cont-item-r .input {
        width: 100%;
    }
    .message .cont-item-r .code {
        width: calc(100% - 80px);
    }
    .message .cont-item-r .submit_btn .label {
        display: none;
    }
    .message .cont-item-r .btn {
        width: 100%;
    }
}