﻿/**
   [XLOVE] (C)2010-2099 OELOVE.COM Inc.
   遵义携购科技
   微信：13595261078
*/
.teacher_list {
    width: 1200px;
    margin: 15px auto;
    margin-top: 15px;
    border-radius: 0px;
    background: #fff;
    padding-top: 30px;
    border: 1px solid #ebebeb;
}

    .teacher_list li {
        width: 20%;
        text-align: center;
        float: left;
        margin-bottom: 30px;
    }

        .teacher_list li .items {
            width: 200px;
            display: inline-block;
            text-align: center;
            box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.18);
            padding-bottom: 10px;
        }

            .teacher_list li .items .hd_img {
                border: 2px solid #f5f5f5;
                width: 196px;
                height: 196px;
                overflow: hidden;
                position: relative;
            }

                .teacher_list li .items .hd_img a {
                    display: block;
                    height: 236px;
                    overflow: hidden;
                }

                    .teacher_list li .items .hd_img a img {
                        display: inline;
                        width: 100%;
                        height: 100%;
                    }

                .teacher_list li .items .hd_img .sub {
                    position: absolute;
                    left: 0px;
                    right: 0px;
                    bottom: 0px;
                    text-align: center;
                    background: rgba(0,0,0,0.5);
                    color: #fff;
                    line-height: 35px;
                    display: none;
                    cursor: pointer;
                    z-index: 9;
                }

                    .teacher_list li .items .hd_img .sub label {
                        cursor: pointer;
                    }

                    .teacher_list li .items .hd_img .sub i.icon {
                        display: inline-block;
                        background: url(image/bg.png) -101px -405px no-repeat;
                        width: 21px;
                        height: 18px;
                        vertical-align: middle;
                        margin-right: 4px;
                    }



            .teacher_list li .items .desc {
                padding-left: 10px;
                padding-top: 10px;
            }

                .teacher_list li .items .desc p {
                    color: #999999;
                }

                .teacher_list li .items .desc h4 {
                    color: #000;
                    font-size: 18px;
                    font-weight: 400;
                }

        .teacher_list li:hover .items .desc h4 {
            color: #f00;
        }

/*红娘详情页*/
.teacher_detail_top {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    margin-top: 20px;
    box-sizing: border-box;
    padding: 30px 30px;
}

.teacher_detail_user {
    width: 316px;
    float: left;
    overflow: hidden;
}

    .teacher_detail_user .hd {
        padding-top: 10px;
        width: 330px;
        overflow: hidden;
        height: 75px;
        position: relative;
    }

        .teacher_detail_user .hd ul li {
            width: 75px;
            height: 75px;
            float: left;
            overflow: hidden;
            box-sizing: border-box;
            border: 1px solid #ebebeb;
            padding: 5px;
            margin-right: 5px;
            margin-bottom: 5px;
            text-align: center;
            cursor: pointer;
        }

        .teacher_detail_user .hd ul li {
            cursor: url("../images/cur_big.png"),auto;
        }

            .teacher_detail_user .hd ul li img {
                max-width: 100%;
                max-height: 100%;
            }

                .teacher_detail_user .hd ul li img.line {
                    height: 75px;
                    width: 1px;
                    margin-left: -1px;
                }

        .teacher_detail_user .hd .tips {
            position: absolute;
            left: 0px;
            top: 10px;
            right: 0px;
            bottom: 0px;
            text-indent: 8px;
            z-index: 2;
            background: rgba(255,255,255,0.95);
            color: #333;
            line-height: 75px;
        }

            .teacher_detail_user .hd .tips a {
                color: #14b5a0;
            }

        .teacher_detail_user .hd .no_photo {
            position: absolute;
            left: 0px;
            top: 10px;
            right: 0px;
            bottom: 0px;
            text-indent: 8px;
            z-index: 2;
            background: rgba(255,255,255,0.95);
            color: #333;
            line-height: 75px;
        }

            .teacher_detail_user .hd .no_photo span {
                color: #14b5a0;
                cursor: pointer;
                text-decoration: underline;
            }

    .teacher_detail_user .bd {
        position: relative;
    }



        .teacher_detail_user .bd ul li img {
            width: 316px;
            height: 316px;
            border-radius: 5px;
        }

/*基本信息*/
.teacher_detail_userinfo {
    float: right;
    width: 780px;
    box-sizing: border-box;
    padding-right: 20px;
    position: relative;
}

    .teacher_detail_userinfo h3 {
        font-size: 24px;
        font-weight: normal;
        color: #333;
        padding-bottom: 10px;
        padding-top: 10px;
    }

        .teacher_detail_userinfo h3 span.name {
            display: inline-block;
            max-width: 300px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            font-size: 24px;
            line-height: 30px;
            vertical-align: middle;
        }

        .teacher_detail_userinfo h3 .vip_default {
            width: 50px;
            vertical-align: middle;
        }

        .teacher_detail_userinfo h3 span {
            font-size: 14px;
            position: relative;
            top: -3px;
        }

            .teacher_detail_userinfo h3 span.store {
                font-size: 14px;
                position: relative;
                margin: 0 10px;
                color: #666;
                border: solid 1px #e1e1e1;
                padding: 3px 20px;
                border-radius: 20px;
            }

            .teacher_detail_userinfo h3 span.level {
                font-size: 14px;
                background-image: linear-gradient(160deg, #ff7373 20%,#ff1c1c 80%);
                color: #fff;
                padding: 3px 10px;
                font-weight: normal;
                border-radius: 2px;
                margin-left: 4px;
            }
        .teacher_detail_userinfo h3 p.inotr_des {
            font-size: 14px;
            background: #f9f9f9;
            padding: 10px 15px;
            border-radius: 10px;
            border: solid 1px #e7e7e7;
        }

    .teacher_detail_userinfo .divinfo {
        overflow: hidden;
    }

        .teacher_detail_userinfo .divinfo .box {
            float: left;
            width: 100%;
            line-height: 36px;
            border-bottom: 1px dashed #ebebeb;
        }

        .teacher_detail_userinfo .divinfo span.items {
            color: #FF5722;
            margin-right: 10px;
            font-weight: 700;
            border: solid 1px #ffcfc0;
            padding: 5px 10px;
            border-radius: 5px;
        }

    
/*按钮*/
.detail_btn {
    padding-top: 15px;
    width: 750px;
    text-align: left;
}

    .detail_btn span {
        display: inline-block;
        background: #ff0d53;
        color: #fff;
        border-radius: 3px;
        padding: 0px 30px;
        cursor: pointer;
        line-height: 42px;
        height: 42px;
        margin-right: 15px;
        font-size: 16px;
    }

        .detail_btn span:hover {
            filter: alpha(opacity=80);
            -moz-opacity: .8;
            -khtml-opacity: .8;
            opacity: .8;
        }

        .detail_btn span i {
            display: inline-block;
            position: relative;
            font-size: 20px;
            margin-right: 3px;
        }

/*爱情急诊室*/
.chat_info_detail {
    width: 1200px;
    margin: 15px auto;
}

    .chat_info_detail .left_bd {
        background: #fff;
        width: 820px;
        float: left;
        padding: 20px 30px;
        border-radius: 0px;
    }

    .chat_info_detail .right_bd {
        background: #fff;
        float: right;
        width: 240px;
        padding: 20px 30px;
        border-radius: 0px;
    }

    .chat_info_detail .left_bd h1.title {
        font-size: 24px;
        padding-top: 20px;
        color: #ff0d53;
    }

    .chat_info_detail .left_bd .des {
        font-size: 14px;
        line-height: 30px;
        color: #999;
        padding-top: 10px;
    }

    .chat_info_detail .left_bd .chat_infocon {
        font-size: 14px;
        padding: 30px 0px;
    }

        .chat_info_detail .left_bd .chat_infocon img {
            max-width: 794px;
        }

    .chat_info_detail .left_bd .qalist {
       width:100%;
       display:inline-block;  
       margin-top:25px;
    }
        .chat_info_detail .left_bd .qalist ul li {
            display: inline-block;
            padding: 10px 0;
            margin-bottom: 20px;
            border-bottom: dashed 1px #dcdcdc;
        }
        .chat_info_detail .left_bd .qalist ul li .qa_left {
            float:left;
        }
            .chat_info_detail .left_bd .qalist ul li .qa_left .hd-img {
                width: 60px;
                height: 60px;
            }
            .chat_info_detail .left_bd .qalist ul li .qa_left .hd-img img {
                width:100%;
                border-radius:2rem;
            }
        .chat_info_detail .left_bd .qalist ul li .qa_right {
            float: right;
        }
            .chat_info_detail .left_bd .qalist ul li .qa_right .cnt {
                width: 95%;
                padding: 0 2%;
            }
                .chat_info_detail .left_bd .qalist ul li .qa_right .cnt p.qacnt {
                    color: #666;
                }
                .chat_info_detail .left_bd .qalist ul li .qa_right .cnt p.creatime {
                    font-size:12px;
                    color:#777;
                }
                    .chat_info_detail .left_bd .qalist ul li .qa_right .cnt p.creatime span.state {
                        font-size: 10px;
                        background-image: linear-gradient(160deg, #8BC34A 20%,#4CAF50 80%);
                        color: #fff;
                        padding: 4px 10px;
                        font-weight: normal;
                        border-radius: 2rem;
                        margin-left: 15px;
                    }

.teacher_detail_rightcase h3 {
    font-size: 16px;
    border-bottom: 3px solid #ebebeb;
    line-height: 40px;
    height: 40px;
    margin-bottom: 20px;
}

    .teacher_detail_rightcase h3 span {
        display: inline-block;
        border-bottom: 3px solid #fa5b7d;
    }

.teacher_detail_rightcase ul li {
    margin-bottom: 30px;
}
    .teacher_detail_rightcase ul li .items {
        width: 240px;
        display: inline-block;
        text-align: center;
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.18);
        padding-bottom: 10px;
    }

        .teacher_detail_rightcase ul li .items img {
            width: 240px;
            height:240px;
        }

        .teacher_detail_rightcase ul li .items h4 {
            text-align: center;
            padding-top: 10px;
            color: #000;
            font-size: 18px;
            font-weight: 400;
        }
    .teacher_detail_rightcase ul li .items p {
        color: #999999;
    }


.answertext {
    clear: both;
    margin-top: 20px;
    position: relative;
}
    .answertext textarea {
        width: 95%;
        height: 80px;
        padding: 12px;
        resize: none;
        outline: none;
        border: 1px solid #dcdcdc;
        border-radius: 5px;
    }
.section1_submit {
    display: inline-block;
    background: #ff0d53;
    color: #fff;
    border-radius: 3px;
    padding: 0px 30px;
    cursor: pointer;
    line-height: 42px;
    height: 42px;
    margin-right: 15px;
    font-size: 16px;
}

.problem_footer_null {
    height: 70px;
    margin-top: 30px;
}

.footer_null {
    background: #f8f8f8;
    height: 62px;
    text-align: center;
    border: solid 4px #fff;
}

    .footer_null p {
        padding-top: 18px;
        color: #a7a7a7;
        font-size: 18px;
    }