
/* 提问窗口 */
#tiwen{
    width: 500px;
    padding: 20px 20px 30px 20px;
    display: none;
}
#tiwen .layui-input{
    margin-bottom: 20px;
}

.tjiao .yingdao{
    color: #06cc71;
    font-size: 14px;
    margin-left: 6px;
    margin-top: 12px;
}
.layui-layer .layui-layer-title{
    color: #06cc71;
    font-size: 16px;
    border-left: 4px solid #06cc71;
}
/* 医生评价 */
#xx_box{
    width: 500px;
    padding: 20px 20px 30px 20px;
    display: none;
}
#xx_box .sc_img img{
    width: 100px;
    height: 100px;
    margin-right: 15px;
    margin-bottom: 15px;
}
#xx_box .sc_box{
    margin-top: 10px;
}
.sc_img{
    position: relative;
}
.sc_img i{
    position: absolute;
    top: -6px;
    right: 8px;
    background: rgba(97, 97, 97, 0.3);
    border-radius: 1000px;
    color: white;
    cursor: pointer;
}
.file {
    width: 100px;
    height: 100px;
    background: #e8e8e8;
    position: relative;
}
.file::before {
    content: '';
    display: block;
    width: 55px;
    height: 2px;
    background: #b3b3b3;
    position: absolute;
    left:50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.file::after {
    content: '';
    display: block;
    width: 2px;
    height: 55px;
    background: #b3b3b3;
    position: absolute;
    left:50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.textarea_box{
    margin-top: 20px;
}
.layui-btn-normal {
    background-color: #06cc71;
    margin-top: 10px;
}