/*灰色背景*/
.back {
    background-color: rgb(245, 245, 245);
}

.banner {
    margin-bottom: 0;
    position: relative;
}

/*半透明框框*/

.sub_title {
    font-size: 16px;
    margin-top: 3px;
}

.main_title {
    font-size: 35px;
    margin-top: 50px;
    text-align: center;
}

.on_top {
    width: 367px;
    height: 168px;
    position: absolute;
    display: block;
    font-size: 36px;
    color: black;
    font-weight: bolder;
    background-color: rgba(245, 245, 245, 0.49);
    top: 62%;
    left: 51%;
    transform: translate(-50%, -75%);
    font-family: "微软雅黑 Light";
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
}

.set {
    padding-left: 200px;
    margin-top: 100px;
    margin-bottom: 100px;
    z-index: 99;

}

/*更多*/

.more-part {
    height: 30px;
    margin: 10px 0 10px 0;

}

.more {
    text-align: center;
    background-color: rgb(254, 169, 0);
    width: 100px;
    height: 35px;
    color: white;
    border-radius: 35px;
    padding: 0px;
    letter-spacing: 1px;
}

.more div {
    padding: 7.5px;
}

/*<!--  专家团队  -->*/
.body1 {
    margin: 3% 0 5% 0;
}
.body1_main img{
    margin: 0px auto;
    border-radius: 50%;
}

.b1_title {
    font-size: 24px;
    text-align: center;
    margin: 2% 0;
}

/*<!--  专家心理质询预约流程  -->*/
.body2 {
    padding: 1% 0 5% 0;
}

.body2_font {
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
}
.body2 img{
    margin: auto;
}

/* */
.body3{
    margin: 0 0 7% 0;
}
.body3 img{
    margin: auto;
}

.modal h4 {
    margin-left: 18px;
}

.modal-body {
    overflow: auto;
}

.modal-body img,
.modal-body table {
    display: block !important;
    width: 90% !important;
    height: auto !important;
    margin: 0px auto !important;
}

.modal-body .text {
    width: 90%;
    margin: 30px auto;
}

.modal-body li {
    width: 80%;
    margin: 30px auto;
    cursor: pointer;
    font-size: 15px;
    color: #2c3592;
}

.modal-body li:hover {
    color: rgb(255, 194, 34);
}
