/*
 * @Descripttion: 
 * @Author: gaoli
 * @Date: 2020-09-07 13:46:22
 * @LastEditors: gaoli
 * @LastEditTime: 2020-09-09 10:44:09
 */

.consult {
    padding-bottom: 40px;
}

.consult-hd {
    height: 100px;
    background-color: #e8f1fb;
}

.consult-img {
    float: left;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    margin: 20px 0 0 40px;
    background: url('../images/consult_big_tt_icon.png') no-repeat center #1b79da;
}

.consult-hd>div {
    margin-left: 128px;
    padding-right: 10px;
}

.consult-hd>div>h3 {
    font-size: 20px;
    margin-top: 19px;
}

.consult-hd>div>p {
    line-height: 18px;
    height: 36px;
    overflow: hidden;
    margin-top: 6px;
}

.consult-items {
    padding-top: 14px;
}

.consult-items>li {
    margin-top: 20px;
}

.consult-items>li>label {
    position: relative;
    float: left;
    width: 25%;
    text-align: right;
    height: 38px;
    line-height: 38px;
    padding-right: 10px;
}

.consult-items>li>label>span {
    position: absolute;
    top: 0;
    right: 0;
    color: #ff0000;
}

.consult-wrap {
    position: relative;
    margin-left: 26%;
    width: 655px;
}

.consult-wrap.name {
    width: 277px;
}

.consult-wrap.yzm {
    width: 400px;
}

.consult-txt {
    -webkit-user-select: text !important;
    -webkit-appearance: none;
}

.consult-wrap.yzm .consult-txt {
    width: 160px;
    display: inline-block;
    vertical-align: top;
}

.consult-wrap.colum .consult-txt {
    height: 150px;
    padding-top: 5px;
    padding-bottom: 5px;
    resize: none;
    line-height: 24px;
}

.consult-txt {
    display: block;
    width: 100%;
    height: 38px;
    line-height: 36px;
    padding: 0 10px;
    border: 1px solid #d5dbe9;
}

.consult-yzm {
    display: inline-block;
    vertical-align: top;
    margin-left: 16px;
}

.consult-yzm>img {
    vertical-align: top;
}

.consult-yzm>a {
    display: inline-block;
    color: #0b61b9;
    margin-top: 10px;
    margin-left: 10px;
}

.consult-btn {
    margin-top: 40px;
    text-align: center;
}

.consult-btn>button {
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    margin: 0 8px;
    padding: 0;
    vertical-align: top;
    color: #1b79da;
    border: 1px solid #1b79da;
    cursor: pointer;
    background-color: transparent;
}

.consult-btn>button:hover {
    color: #fff;
    background-color: #1b79da;
}

label.error {
    position: absolute;
    top: 38px;
    left: 0;
    height: 20px;
    line-height: 20px;
    padding-left: 20px;
    color: #999;
    background: url('../images/wrong.png') left center no-repeat;
}

.consult-wrap.colum label.error {
    top: 150px;
}

label.valid {
    background: url('../images/valid.png') left center no-repeat;
}

label#agree-error {
    top: -5px;
    left: 100px;
    width: 120px;
}

label#pwd-error {
    top: 70px;
}

@media(max-width:1199px) {
    .consult-wrap {
        width: 500px;
    }
}

@media(max-width:767px) {
    .consult-img {
        margin-left: 20px;
    }
    .consult-hd>div {
        margin-left: 98px;
    }
    .consult-wrap,
    .consult-wrap.name,
    .consult-wrap.yzm {
        width: auto;
        padding-right: 20px;
        margin-left: 102px;
    }
    .consult-wrap.yzm .consult-txt {
        width: 100%;
    }
    .consult-yzm {
        margin: 10px 0 0 0;
    }
    .consult-items>li>label {
        width: 92px;
    }
    label.error {
        position: static;
        display: block;
    }
    .consult-items>li {
        margin-top: 10px;
    }
    .consult-yzm>a {
        margin-left: 0;
    }
    .consult {
        padding-bottom: 20px;
    }
    .consult-btn {
        margin-top: 20px;
    }
}