/*****************************
* PHPwork官方网址： ruanjiesoft.com
* PHPwork应用官方QQ群： 317075601
* PHPwork应用开发者QQ： 1980572700
* 不得使用本软件用于非法用途，不得违反国家法律。
*************************************/
body{background-color: #f6f7f9;}

a{color: inherit;}
a:hover{color: inherit;text-decoration: none; }

/* 卡片式 */
.rj-card{margin:15px;border-radius:10px;overflow: hidden;box-shadow: 0 0 4px rgba(221, 221, 221,0.5);background-color:#fff;}

/* 顶部导航条 返回主页 按钮 */
.rj-top-title{padding: 0 10px;display: flex;background-color: rgb(62, 206, 181);height: 40px;align-items: center;justify-content: space-between;color:#fff}
.rj-top-title .rj-nav{display: flex;align-items: center;}
.rj-top-title .rj-nav img{width:20px}

/* 科室预订页 时间时段 */
.index_department_book{ margin-top:0;box-shadow: none;border-top-left-radius: 0;border-top-right-radius: 0;}
.index_department_book_title{ font-size: 16px;font-weight: 600;}
.index_department_book_time_list{ display:flex;flex-wrap: wrap;justify-content: space-between;}
.active{ color: #48ba96;background-color: #e6faee;border: 1px solid #48ba96;}
.index_department_book_time{ text-align: center;width: 30%;font-size: 13px;border: 1px solid #aaa;border-radius: 5px;margin-top:10px;padding: 5px 0;}
.index_department_book_time_interval_list{ display:flex;flex-wrap: wrap;justify-content: space-between;}
.index_department_book_time_interval{ text-align: center;width: 100%;font-size: 13px;border: 1px solid #aaa;border-radius: 5px;margin-top:10px;padding: 5px 0;}
.index_department_book_number_choice{ display:flex;margin-top: 15px;justify-content: space-between;align-items: center;}
.index_department_book_number_edit{ border: 1px solid #ccc;width: 35px;height: 35px;text-align: center;color: #ccc;font-weight: 600;font-size: 30px;line-height: 25px;}
.index_department_book_number{ border: 1px solid #ccc;width: 35px;height: 35px;text-align: center;line-height: 30px;border-right: none;border-left: none;}
/* 底部合计 */
.index_department_total{ display: flex;background-color: #fff;justify-content: space-between;font-size: 14px;padding: 10px;}
.index_department_total_button{ border: none;background-color: #f7524c;color: #fff;height: 35px;width: 130px;border-radius: 20px;outline: unset;}
/* 科室预订页 健康卡选择弹窗 */
.tips_pop{ display:none;position: fixed;top:0;left:0;width:100%;height: 100%;z-index: 9999;background-color: rgba(0,0,0,0.7);}
.tips{ background-color:#fff;width: 94%;margin-left: 3%;margin-top: 40%;padding: 12px;border: 2px solid #48ba96;border-radius: 5px;}
.tips_title{ font-size:17px;font-weight:600;text-align: center;margin-bottom: 10px;}
.tips_close{ margin-top:20px;display: flex;justify-content: center;}
.tips_close span{ display: block;background-color: #fff;color:#949494;width: 30px;height: 30px;border-radius:50%;text-align: center;font-size: 25px;font-weight: 600;line-height: 25px;}


/* 个人中心 */
.header-info{margin: 20px 10px;display: flex;justify-content: space-between;padding: 10px;border: 1px solid #609287;border-radius: 10px;background-color: #fff;}
.header-info .user-info{display: flex;align-items: center;}
.header-info .user-info .avatar img{width: 50px;}
.header-info .user-info .nickname{margin-left: 10px;}
.header-info .user-info .nickname .name{font-size:15px;font-weight: bold;}
.header-info .user-info .nickname .id_number{color:#8f8f8f;margin-top: 3px;}
.header-info .button{color:#16baaa;}
/* 类型选中 */
.login-active{color:#2879fe}
/* 登录输入款 */
.rj-input_search{width: 90%;height: 45px;font-size: 18px;border-radius: 5px;border: 1px solid #ddd;text-align: center;outline:none}
.rj-btn_search{width: 90%;height: 45px;font-size: 18px;border: none;background-color: #2879fe;color: #fff;border-radius:4px;}

/* 报告列表页 查询 */
.rj-report_search{background-color: #fff;margin: 10px;border-radius: 5px;padding:10px 10px;display: flex;justify-content: space-between;align-items: center;box-sizing:border-box;}
.rj-report_search .input-time{width: 30%;text-align: center;}
.rj-report_search .input-time input{width: 90%;height: 30px;border: none;border-bottom:1px solid #888;background: #fff;}
.rj-report_search .input-confim{font-size: 15px;color:#32c4c3;font-weight: bold;}

.rj-report_info {display: flex;justify-content: space-between;padding: 10px;}
.rj-report_info .name{color:#32c4c3;font-size: 16px;font-weight: bold;}
.rj-report_info .icon{color:#16baaa;}

.rj-report{padding:0 10px;}
.rj-report .list{margin-bottom:15px;background-color: #fff;border-radius: 10px;font-size: 15px;box-shadow: 0 0 4px rgba(221, 221, 221,0.8);}
.rj-report .list .title{background-color: #32c4c3;color: #fff;padding: 8px 10px;border-radius: 10px 10px 0 0;}
.rj-report .list .content{padding: 10px;}
.rj-report .list .content .item{display: flex;justify-content: space-between;margin-bottom: 5px;}
.rj-report .list .btn_pdf{padding:5px 10px;font-size: 14px;border-radius: 4px;background-color:#32c4c3;color: #fff;}

/*  版权区 */
.rj-copy{ clear: both; text-align:center;line-height: 150%;font-size: 13px;}

/* 底部导航 */
.rj-tabbar{position: fixed;z-index: 500;display: flex;bottom: 0;width: 100%;max-width:1080px !important;
    background-color: #fff;box-shadow:0 -4px 5px rgba(192, 191, 196, 0.2); }
.rj-tabbar a{ flex: 1;padding: 5px 0 0; }
.rj-tabbar .rj-foot-img{height: 27px;width: 27px; margin: 0 auto;}
.rj-tabbar .rj-foot-img img{width: 100%;}
.rj-tabbar .rj_tabbar_label{margin:0;text-align: center;   color: #000; font-size: 12px; line-height: 1.8;}

/* 单页 */
.rj-title{padding:10px;line-height:150%;margin-top:30px;font-size:18px;text-align:center;}
.rj-content{padding:10px; min-height:200px;background-color:rgba(255,255,255,0.8);}
.rj-content img{ max-width: 100% !important;height: auto !important;}

.visit_explain img{ max-width: 100% !important;height: auto !important;}	


/* 屏幕大于 800px */
@media screen and (min-width:800px) {
	.container,.rj-tabbar{max-width:677px !important;}
}
