﻿.consult {
    margin-bottom: 30px;
}

.consult-tt {
    line-height: 25px;
    text-align: center;
    font-size: 14px;
    color: #f20101;
    margin-top: 15px;
}

.consult-cont {
    margin-top: 27px;
    padding: 0 66px;
}

.consult-cont>div {
    margin-top: 10px;
}

.consult-cont>div:first-child {
    margin-top: 0;
}

.consult-input-cont {
    float: left;
    width: 50%;
    height: 46px;
    line-height: 46px;
}

.consult-text-cont {
    line-height: 46px;
}

.consult-input-cont>span,
.consult-text-cont>span {
    width: 144px;
    text-align: right;
    padding-right: 11px;
    font-size: 16px;
}

.consult-input-cont>input {
    width: calc(100% - 144px);
    height: 100%;
    padding: 0 10px;
    line-height: 44px;
    border: 1px solid #c1ccd6;
    border-radius: 4px;
}

.consult-text-cont>textarea {
    width: calc(100% - 144px);
    height: 156px;
    padding: 10px;
    line-height: 22px;
    resize: none;
    border: 1px solid #c1ccd6;
    border-radius: 4px;
}

.consult-input-cont>.yzm-input {
    width: 273px;
    border-radius: 4px 0 0 4px;
    border-right: none;
}

.consult-input-cont>.yzm-num {
    width: calc(100% - 273px - 144px);
    height: 100%;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    color: #117cdd;
    font-weight: bold;
    border: 1px solid #a5c8de;
    border-radius: 0 4px 4px 0;
    background: #eef3f8;
}

.consult-cont>.consult-btn-cont {
    margin-top: 30px;
    text-align: center;
    font-size: 0;
    font-size-adjust: none;
}

.consult-btn-cont>a {
    display: inline-block;
    vertical-align: top;
    width: 80px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    color: #666;
    border-radius: 4px;
    background: #ededed;
}

.consult-btn-cont>a:first-child {
    margin-right: 10px;
    color: #fff;
    background: #0090e9;
}

@media(max-width:1199px) {
    .consult-input-cont>.yzm-input {
        width: 164px;
    }

    .consult-input-cont>.yzm-num {
        width: calc(100% - 164px - 144px);
    }
}

@media(max-width:1023px) {
    .consult-cont {
        padding: 0;
    }

    .consult-input-cont>.yzm-input {
        width: 145px;
    }

    .consult-input-cont>.yzm-num {
        width: calc(100% - 145px - 144px);
    }
}

@media(max-width:767px) {
    .content {
        padding: 10px 10px 30px;
    }

    .consult-input-cont {
        width: 100%;
    }

    .consult-input-cont:last-child {
        margin-top: 10px;
    }

    .consult-input-cont>span,
    .consult-text-cont>span {
        width: 100px;
    }

    .consult-input-cont>input,
    .consult-text-cont>textarea {
        width: calc(100% - 100px);
    }

    .consult-input-cont>.yzm-input {
        width: 130px;
    }

    .consult-input-cont>.yzm-num {
        width: calc(100% - 130px - 100px);
    }
}



/* 2021-1-6 */
.consult-sex,
.consult-chosen {
    float: left;
    width: calc(100% - 144px);
    height: 100%;
}

.consult-sex>i {
    display: inline-block;
    vertical-align: top;
    width: 14px;
    height: 14px;
    margin: 16px 8px 0 0;
    border-radius: 50%;
    background: url("../images/check.png") center center no-repeat;
    cursor: pointer;
}

.consult-sex>i:last-child {
    margin-left: 15px;
}

.consult-sex>i.active {
    background-image: url("../images/checkh.png");
}

.consult-chosen .chosen-container {
    width: 100% !important;
    height: 46px;
    line-height: 44px;
    vertical-align: top;
}

.consult-chosen .chosen-container-single .chosen-single{
    height: 46px;
    border: 1px solid #c1ccd6;
    box-shadow: none;
    color: #333;
    background-color: #fff;
    border-radius: 4px;
}

.consult-chosen .chosen-container-single .chosen-single span{
    height: 44px;
    line-height: 44px;
}

.consult-chosen .chosen-container-single .chosen-single div b{
    height: 44px;
}

.ewb-datetime {
    float: left;
    width: 160px;
    height: 34px;
    line-height: 32px;
    font-size: 14px;
    border: 1px solid #ddd;
    padding: 0 34px 0 10px;
    background: url('../images/ico_date.png') no-repeat right 9px center;
}