/* 立即咨询 */
.consult-title{
    display: none;
    background-color: #fff;
    padding: 10px 10px 20px;
}
.consult-title img{
    width: 18px;
}
.consult-title p{
    text-align: center;
    flex: 1;
    color: #333;
    font-size: 16px;
    margin-bottom: 0;
}

.doctor-info{
    display: flex;
    /* margin-bottom: 40px; */
    border-bottom: 1px solid #f8f8f8;
    padding-bottom: 40px;
}
.doctor-info .left img{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 20px;
}
.doctor-info  .right{
    color: #666666;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.doctor-info  .right .title{
    font-size: 24px;
    font-weight: 700;
    color: #333;
}
/* 立即咨询 */


/* 咨询服务 */
.consult-banner{
    background: #009fb5;
    color: #fff;
    padding: 20px;
    font-size: 20px;
    margin-bottom: 20px;    
}
.consult-banner .banner-title{
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 10px;
}
.consult-why{
    color: #333;
}
.consult-why .why-title{
    font-size: 26px;
    color: #333;
    margin-bottom: 20px;
    font-weight: 700;
}
.consult-why > p{
    color: #009FB5;
    margin-bottom: 20px;
    background: #e5f5f7;
    padding: 10px;
    border-radius: 4px;
}
.consult-why .list .item{
    margin-bottom: 20px;
    color: #666666;
    display: flex;
    font-size: 16px;
}
.consult-why .list .item > img{
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.consult-why .list .item .question{
    font-size: 20px;
    margin-bottom: 10px;
    color: #333;
    font-weight: 700;
}
.consultation-process{
    margin-bottom: 20px;
}
.consultation-process .process-tittle{
    font-size: 26px;
    color: #333;
    margin-bottom: 20px;
    font-weight: 700;
}
.consultation-process .list{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.consultation-process .list .item {
    width: 18%;
    background: #e7f2f4;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100px;
    padding: 0 10px;
}
.consultation-process .list .item > span{
    position: absolute;
    z-index: 1;
    color: #fff;
    background: #009fb5;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: -10px;
    left: 10%;    
}
.consultation-process .list .item > img{
    width: 30px;
}
.consultation-process .list .item .content > p{
    margin: 0;
    padding-left: 10px;
    font-size: 18px;
    color: #009FB5;
    font-weight: 700;
}
.consultation-process .list .item .content > p:last-child{
    color: #666;
    font-size: 14px;
    font-weight: 500;
}
.consult-form  .consult-form-title{
    font-size: 26px;
    color: #333;
    margin-bottom: 20px;
    font-weight: 700;
}
/* 咨询服务 */
#myForm ul {
    margin-bottom: 0;
}
#myForm ul li {
    color: #333;
}
#myForm input,
#myForm textarea{
    width: 100%;
    border: 1px solid #e9e9e9;
    outline: none;
    height: 38px;
    padding: 0 10px;
    margin: 10px 0;
}
#myForm textarea{
    height: auto;
}
#myForm input.error,
#myForm textarea.error{
    border-color: red;
}
#myForm button{
    background: #009FB5;
    width: 100%;
    border: none;
    outline: none;
    height: 40px;
    color: #fff;
    border-radius: 4px;
}
#myForm .code{
    display: flex;
    /* align-items: center; */
    color: #333;
    flex-direction: column;
    margin-bottom: 10px;
}
#myForm .code input{
    width: 200px;
}
#myForm .code img{
    width: 106px;
    height: 38px;
    margin-left: 10px;
}
@media (min-width: 992px) and (max-width: 1159px) {
    .main-center {
    padding: 20px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .main-center {
    padding: 20px;
    }
     .consultation-process .list .item > img{
        width: 20px;
    }
}
@media (max-width: 767px) {
    /* .page-wrapper{
        padding-top: 74px;
    }
    header{
        border: none;
        min-height: auto;
    }
    header .container .list{
        display: none;
    } */
    #myForm button{
        background: #009FB5;
        width: 100%;
    }
    .main-center{
        background-color: #f8f8f8;
        padding: 0;
    }
    .consult-title{
        display: flex;
        font-size: 20px;
    }
    .doctor-info{
        margin-bottom: 20px;
        padding-bottom: 20px;
        border: none;
        padding-left: 10px;
        padding-right: 10px;
        background-color: #fff;
    }
    .doctor-info .left img{
        width: 140px;
        height: 140px;
    }
    .doctor-info .right{
        font-size: 14px;
    }
    .doctor-info .right .title{
        font-size: 18px;
    }
    .consult-form{
        background-color: #fff;
        margin: 20px 10px;
        padding: 10px;
        border-radius: 8px;
    }
    .consult-form .consult-form-title{
        text-align: center;
        font-size: 20px;
    }

    .consult-why{
        margin: 20px 10px;
        background: #fff;
        padding: 10px;
        border-radius: 8px;
    }
    .consult-why .why-title{
        margin: 10px 0;
        font-size: 20px;
    }
    .consult-why .list .item{
        font-size: 14px;
    }
    .consult-why .list .item .question{
        font-size: 18px;
    }
    .consult-why .list .item > img{
        width: 20px;
        height: 20px;
    }
    .consultation-process{
        margin: 20px 10px;
        background-color: #fff;
        padding: 10px;
        border-radius: 8px;
    }
    .consultation-process .process-tittle{
        text-align: center;
        font-size: 20px;
    }
    .consultation-process .list{
        flex-wrap: wrap;
    }
    .consultation-process .list .item{
        margin-bottom: 10px;
    }
    .consultation-process .list .item.small{
        width: 31%;
    }
    .consultation-process .list .item.big{
        width: 48%;
    }
    .consultation-process .list .item .content > p{
        font-size: 18px;
    }
    .consult-banner{
        font-size: 18px;
    }
    .consult-banner .banner-title{
        font-size: 24px;
        padding-bottom: 0;
    }

}
@media (min-width: 480px) and (max-width: 767px) {
}
@media only screen and (max-width: 479px) {
    .consult-banner .banner-title {
        font-size: 20px;
    }
        .consult-banner {
        font-size: 14px;
    }
        .consult-why .why-title {
        font-size: 18px;
    }
    .consult-why > p{
        font-size: 12px;
    }
    .consult-why .list .item .question{
        font-size: 16px;
    }
        .consult-why .list .item {
        font-size: 12px;
    }
        .consultation-process .process-tittle {
        font-size: 18px;
    }
        .consultation-process .list .item .content > p {
        font-size: 14px;
    }
    .consultation-process .list .item .content > p:last-child {
    font-size: 12px;
    }
    .consult-form .consult-form-title {
        font-size: 18px;
    }
    .consultation-process .list .item > img{
        width: 20px;
    }
}