/*个人中心侧边栏 开始*/
.side-nav {
    width: 150px;
    background: #f9f9f9;
}

.side-nav ul li {
    width: 150px;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
}

.side-nav ul li:hover,
.side-nav ul li.active {
    background: #52bf86;

}

.side-nav ul li:hover a,
.side-nav ul li.active a {
    color: #ffffff;
}

.side-nav ul li a {
    font-size: 14px;
    color: #666666;
    text-align: center;
    display: block;
}

/*.side-nav ul li a.active{*/
/*    background: red;*/
/*}*/
.side-nav ul .nav-head {
    font-size: 16px;
    color: #333333;
}

.side-nav ul .nav-head:hover {
    background: none;
}

.el-upload-list__item {
    width: 30% !important;
}

/*个人中心侧边栏 结束*/


/*个人中心公共样式 开始*/
.pcenter,
.order-details,
.order-list {
    width: 1038px;
}

button:hover,
.order-list .content .el-button:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    opacity: 0.8;
    -moz-opacity: 0.8;
    cursor: pointer;
}

.pcenter .content .p-item .button a:hover,
.pcenter .title a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    opacity: 0.8;
    -moz-opacity: 0.8;
}

/*.el-input {*/
/*    width: 300px !important;*/
/*}*/

/*个人中心公共样式 结束*/


/*病人信息管理 开始*/
.pcenter {
    background: #f9f9f9;
    padding: 24px;
}

.pcenter .title {
    height: 48px;
    color: #333333;
    font-size: 16px;
    border-bottom: 1px solid #e3e3e3;
}

.pcenter .title a {
    font-size: 16px;
    color: #52bf86;
    float: right;
}

.pcenter .content .p-search {
    height: 64px;
    padding-top: 24px;
}

.pcenter .content .p-search input {
    width: 180px;
    height: 40px;
    font-size: 14px;
    border: 1px solid #e3e3e3;
    background: #ffffff;
    margin-right: 25px;
    padding-left: 24px;
}

.pcenter .content .p-search button {
    width: 100px;
    line-height: 40px;
    background: #fd781d;
    font-size: 16px;
    border-radius: 20px;
    color: #fff;
}

.pcenter .content .p-item {
    width: 990px;
    height: 176px;
    border: 1px solid #e3e3e3;
    background: #ffffff;
    color: #666666;
    margin-top: 24px;
    padding: 16px 24px;
    position: relative;
}

.pcenter .content .p-item p {
    font-size: 14px;
    line-height: 36px;
}

.pcenter .content .p-btn {
    width: 76px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    background: #ff7f39;
    border-radius: 25px;
    color: #ffffff;
    margin-left: 64px;
    cursor: pointer;
}

.pcenter .content .p-btn:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    opacity: 0.8;
    -moz-opacity: 0.8;
}

.pcenter .p-item p span {
    font-size: 14px;
    color: #eb7f39;
    margin-left: 14px;
}

.pcenter .content .p-item .button {
    position: absolute;
    right: 24px;
    bottom: 16px;
}

.pcenter .content .p-item .button a {
    font-size: 16px;
    color: #52bf86;
    margin-left: 40px;
}

/*病人信息管理 结束*/


/*个人信息 开始*/
.i-mation .title li {
    width: 180px;
    height: 48px;
    float: left;
    margin-right: 50px;
    text-align: center;
    cursor: pointer;
}

.i-mation .title li.active {
    border-bottom: 2px solid #52bf86;
}

.i-mation .content {
    padding: 52px 25px;
}

.i-mation .content .item {
    overflow: hidden;
    font-size: 14px;
    color: #333333;
    margin-bottom: 20px;
}

.i-mation .content .item label {
    width: 76px;
    float: left;
    text-align: right;
    margin-right: 38px;
}

.i-mation .content .item img {
    width: 70px;
    /*height: 70px;*/
}

.i-mation .content .item p {
    float: left;
}

.i-mation .content .el-button--primary {
    background-color: #fd771c !important;
    border-color: #fd771c !important;
}

.i-mation .content .el-button--primary:hover {
    background-color: #eb6911 !important;
}

.el-form-item p {
    font-size: 14px;
    color: #52bf86;
}

.avatar-uploader .el-upload {
    border: 1px dashed #d9d9d9;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.avatar-uploader .el-upload:hover {
    border-color: #409EFF;
}

.avatar-uploader-icon {
    font-size: 28px;
    color: #8c939d;
    width: 70px;
    height: 70px;
    line-height: 178px;
    text-align: center;
}

.avatar {
    width: 70px;
    height: 70px;
    display: block;
}

/*个人信息 结束*/


/*订单列表 开始*/
.order-list {
    background: #f9f9f9;
}

.order-list .title {
    height: 60px;
    border-bottom: 2px solid #52bf86;
}

.order-list .title li {
    width: 259.5px;
    line-height: 60px;
    font-size: 16px;
    color: #333333;
    float: left;
    text-align: center;
    cursor: pointer;
}

.order-list .title li.active,
.order-list .title li:hover {
    background: #52bf86;
    color: #ffffff;
}

.order-list .content {
    padding: 24px;
}

.order-list .content .select .el-input {
    width: 180px !important;
}

.order-list .content .order-item {
    width: 990px;
    /*height: 203px;*/
    background: #fff;
    border: 1px solid #e3e3e3;
    margin-top: 24px;
}

.order-list .content .order-item table tr th,
.order-list .content .order-item table tr td {
    width: 165px;
    text-align: center;
}

.order-list .content .order-item table tr th {
    line-height: 46px;
    background: #f3f3f3;
    font-size: 16px;
}

.order-list .content .order-item table tr td {
    height: 95px;
    font-size: 14px;
}

.order-list .content .order-item table tr td:nth-child(5) {
    color: #fd781d;
}

.order-list .content .order-item a {
    color: #333333;
    display: block;
}

.order-list .content .order-item a:hover {
    background: #fafafa;
}

.order-list .content .order-item div {
    line-height: 60px;
    background: #f3f3f3;
    text-align: right;
}

.order-list .content .order-item div span {
    font-size: 14px;
    color: #666666;
}

.order-list .content .order-item div button {
    width: 120px;
    height: 40px;
    border-radius: 20px;
    font-size: 14px;
    color: #ffffff;
}

.order-list .content .order-item div .cancl {
    background: #fd781d;
}

.order-list .content .order-item div .payment {
    background: #52bf86;
}

.order-list .content .order-item div span,
.order-list .content .order-item div button {
    margin-right: 24px;
}

.order-list .content .el-button {
    width: 100px !important;
    height: 40px !important;
    background: #fd781d;
    font-size: 14px !important;
    margin-left: 24px;
}

.order-list .content .el-select {
    margin-right: 24px;
}

/*.content .block {*/
/*    margin: 0 auto;*/
/*    width: 700px;*/
/*    margin-top: 24px;*/
/*}*/

.content .no-order {
    width: 149px;
    height: 118px;
    text-align: center;
    margin: 50px auto;
}

.content .no-order img {
    width: 120px;
    height: 80px;
}

.content .no-order p {
    font-size: 18px;
    color: #999999;
    margin-top: 5px;

}

/*患者评论*/
.star-box {
    width: 428px;
    height: 62px;
    margin: 0 auto;
}

.star-box .on {
    width: 50px;
    height: 50px;
    background: url(/static/image/on.png) no-repeat;
    background-size: 100% 100%;
}

.star-box div {
    width: 50px;
    height: 50px;
    float: left;
    background: url(/static/image/off.png) no-repeat;
    margin-left: 22px;
    cursor: pointer;
    background-size: 100% 100%;
}

.comment {
    border-top: 1px solid #e3e3e3;
    overflow: hidden;
    /* padding: 15px 0; */
    margin-top: 20px;
    padding-left: 70px;
}

.comment li {
    float: left;
    width: 120px;
    line-height: 40px;
    border: 1px solid #999999;
    border-radius: 25px;
    font-size: 16px;
    color: #999999;
    margin: 20px 32px 0 0;
    text-align: center;
    cursor: pointer;
}

.comment li.active,
.comment li:hover {
    border-color: #52bf86;
    color: #52bf86;
}

/*订单列表 结束*/


/*订单详情 开始*/
.order-details .od-title {
    line-height: 58px;
    background: #d1ebdb;
    font-size: 16px;
    color: #333333;
    border: 1px solid #c1e2ce;
    padding: 0 24px;
}

.order-details .od-title span {
    line-height: 36px;
    font-size: 14px;
    background: #ffffff;
    color: #52bf86;
    border: 1px solid #52bf86;
    border-radius: 25px;
    text-align: center;
    float: right;
    margin-top: 10px;
    padding: 0px 9px;
}

.order-details .od-content {
    margin-top: 24px;
    border: 1px solid #e3e3e3;
    padding: 24px;
}

.order-details .od-content ul li {
    width: 494px;
    font-size: 14px;
    line-height: 42px;
    float: left;
}

.order-details .od-content ul li label {
    width: 100px;
    display: inline-block;
}

.order-details .od-content ul li .state {
    color: #52bf86;
}

.order-details .od-content ul li .money {
    color: #fd781d;
}

.order-details .od-content div {
    text-align: right;
}

.order-details .od-content p {
    font-size: 14px;
    color: #52bf86;
    margin-top: 20px;
}

.order-details .od-content .or-paymen {
    width: 120px;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    margin-top: 8px;
    border-radius: 25px;
}

.green-btn {
    background: #52bf86;
}

.red-btn {
    background-color: #fd781d;
}

/*订单详情 结束*/


/*医生订单管理 开始*/
.do-list .title li {
    width: 346px;
}

.qr-title {
    font-size: 16px;
    margin-bottom: 40px;
}

.qr-content {
    border-top: 1px solid #e3e3e3;
    padding: 40px 0;
    margin-top: 40px;
}

.qr-time,
.qr-content,
.qr-title {
    text-align: center;
}

.qr-time span {
    margin: 0 20px;
}

.qr-content .el-input {
    width: 160px !important;
}

.qr-content .el-date-editor {
    margin-right: 40px;
}

/*医生订单管理 结束*/

.far-item {
    color: #666666;
    font-size: 14px;
    margin-bottom: 20px;
}

.far-item label {
    display: inline-block;
    width: 100px;
    vertical-align: top;
    margin-right: 10px;
    text-align: right;
}

.far-item p {
    display: inline-block;
    width: 700px;
    vertical-align: top;
    line-height: 28px;
}


/*视频诊疗*/
.sv-box .el-dialog {
    width: 74% !important;
}
/*.sv-box .el-dialog .el-dialog__header{*/
/*    display: none;*/
/*}*/
.s-name {
    border-bottom: 1px solid #59d98f;
    margin: 0 auto;
    width: 120px;
    text-align: center;
    padding-bottom: 10px;
}

.s-video {
    margin-top: 20px;
}

.s-video div {
    border: 1px solid #c2c2c2;
}
.s-video .v-other{
    width: 650px;
    height: 600px;
}
.s-video .v-own{
    width: 240px;
    height: 240px;
}

/*接听挂断*/
.operate {
    width: 340px;
    height: 150px;
    text-align: center;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 2px 2px 10px #909090;
    display: none;
}

.operate button {
    width: 120px;
    line-height: 40px;
    border-radius: 25px;
    margin: 5px;
    color: #ffffff;
    font-size: 14px;
}

.operate .answer {
    background-color: #52bf86;
}

.operate .end {
    background-color: #fd781d;
}
.operate p{
    margin: 25px 0;
}

/*语音诊疗*/
.yd-box{
    text-align: center;
}
.yd-box>div{
    width: 120px;
    height: 120px;
    border: 1px solid #52bf86;
    margin: 25px auto;
    padding-top: 7px;
}
.yd-box>p{
    color: #52bf86;
}