* { box-sizing: border-box; }
.container { padding: 50px 0; }
/**/
body { position: absolute; top: 0; right: 0; bottom: 0; left: 0; }

.page { position: absolute; width: 100%; height: 100%; background: #f3f3f3; }
.page-content { position: relative; padding: 50px 15px 15px; height: 100%; } 
/* //overflow: scroll; */
.fixed-bottom { position: fixed; bottom: 0; background: #fff; width: 100%; min-height: 50px; padding: 10px 15px; box-shadow: 0 -5px 10px rgba(0, 0, 0, .05) }
.topbar { position: absolute; z-index: 300; left: 0; top: 0; width: 100%; height: 50px; padding: 0 8px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; background: #fff; color: #000; border-bottom: 1px solid #eee; }
.topbar .left { -webkit-flex-shrink: 0; -ms-flex: 0 0 auto; flex-shrink: 0; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.topbar .center { position: absolute; width: 100%; z-index: -1; font-size: .85rem; font-weight: 500; text-align: center; margin: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; line-height: 44px; }
.topbar .right { -webkit-flex-shrink: 0; -ms-flex: 0 0 auto; flex-shrink: 0; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.topbar .left .icon-back { font-size: 1.2rem;    /* margin-left: 10px;*/ }
.topbar .btn { border-color: #fff; }
.topbar .btn:hover { background: #fff; color: #0265c1 }
.topbar .brand { max-height: 32px; }
.topbar a { color: #000; }
.tabbar { position: absolute; z-index: 200; left: 0; bottom: 0; width: 100%; height: 50px; background: #f5f5f5; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background: #fff; }
.tabbar:before { content: ""; position: absolute; left: 0; top: 0; bottom: auto; right: auto; height: 1px; width: 100%; background-color: #CBC9D3; display: block; z-index: 15; -webkit-transform-origin: 100% 0; transform-origin: 100% 0; -webkit-transform: scaleY(0.5); transform: scaleY(0.5); }
.tabbar a { height: 100%; width: 100%; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; overflow: visible; -webkit-box-flex: 1; -ms-flex: 1; -webkit-box-orient: vertical; -ms-flex-direction: column; flex-direction: column; -webkit-flex-shrink: 1; -ms-flex: 0 1 auto; flex-shrink: 1; position: relative; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; color: #666; }
.tabbar i { position: relative; top: -2px; display: block; font-size: 1.2rem }
.tabbar .tabbar-label { position: relative; top: 2px; line-height: 1; display: block; margin: 0; letter-spacing: .01em; font-size: .5rem; position: relative; text-overflow: ellipsis; white-space: nowrap; }
.tabbar .active { color: #0265c1; }
.section-header { position: relative; display: flex; justify-content: space-between; align-items: center; line-height: 50px; padding: 5px 15px 0 10px; }
.section-header h4 { font-size: .8rem; font-weight: bold; color: rgba(0, 0, 0, .8); }
.section-header:before { position: absolute; top: 22px; left: 0; width: 6px; height: 16px; background: #09a7b5; content: "" }
.section-header i { font-size: 1rem; color: #0265c1 }
.page-title { padding: 30px 15px 0; }
.page-title h2 { font-size: 20px; font-weight: bold; color: rgba(255, 255, 255, 1); }
.page-title small { color: rgba(255, 255, 255, .8); font-size: .6rem; }
.section-title { position: relative; line-height: 40px; }
.section-title h4 { display: inline-block; font-size: 0.85rem; font-weight: bold; margin-left: 5px; }
.section-title.dot { padding-left: 10px; }
.section-title.dot:before { position: absolute; top: 17px; left: 0; width: 6px; height: 6px; border-radius: 6px; background: #09a7b5; content: "" }
.patient-list { }
.patient-list .item { position: relative; display: flex; background: rgba(255, 255, 255, .98);padding: 6px 17px 6px 17px;; margin-bottom: 10px; border-radius: 3px; box-shadow: 0 3px 10px rgba(0, 0, 0, .02); }
.patient-list .item h4:before { position: absolute; top: 24px; left: 30px; width: 8px; height: 8px; border-radius: 12px;
     /* background: #09a7b5;  */
     content: ""; }
.patient-list .item h4 { padding-left: 0px; margin-bottom: 5px; font-size: 0.85rem; color: #09a7b5; font-weight: normal; }
.patient-list .item i { opacity: 0.6 }
.patient-list .item:hover i { opacity: 1 }
.patient-list .item .info { display: inline-flex; flex-wrap: wrap; }
.patient-list .item .info>div { width: 50%; flex-shrink: 0; padding: 3px 0; opacity: 0.8 }
.patient-list .item .info .w-block { width: 100%; }
.patient-list .item i { font-size: 1rem; color: rgba(0, 0, 0, .4); }
.patient-list a { display: flex; justify-content: space-between; align-items: center; }
.patient-list .item:hover { background: rgba(255, 255, 255, .9); }
.patient-list .item:hover i { color: #09a7b5 }
.patient-info { display: flex; justify-content: space-between; padding: 15px 0; margin: 0 15px; flex-wrap: wrap; text-align: left; border-top: 1px solid rgba(255, 255, 255, .4); }
.patient-info>div { width: 50%; flex-shrink: 0; font-size: .65rem; line-height: 1.5 }
.patient-info>div:nth-child(even) { text-align: right; }
.pay-header { background: #5ddcd3 url(../images/doctor-bg.jpg) no-repeat; background-size: cover; color: #fff; margin: 0 -15px; padding-top: 20px; }
.pay-header h2 { font-size: 1.2rem; line-height: 3; }
.pay-style { margin: -10px; }
.pay-style .item { padding: 10px; padding: 10px; text-align: center; }
.pay-style .item>div { background: #fff; border: 1px solid #09a7b5; padding: 15px; border-radius: 3px; font-weight: bold; font-size: .7rem; color: #09a7b5; }
.pay-style .item>div.active { background: #09a7b5; color: #fff; }
.pay-sum { display: inline-flex; align-items: center; justify-content: center; text-align: center; min-width: 160px; }
.pay-sum em { font-size: 1.2rem; font-style: normal; padding-right: 10px; color: #09a7b5; }
.fixed-bottom .btn { border-radius: 0; padding: 0; }
.fixed-bottom.pay { display: flex; justify-content: space-between; align-items: center; left: 0; padding: 0; min-height: auto }
.layout-menu { position: fixed; z-index: 999; width: 100%; display: flex; justify-content: space-between; margin: 0; padding: 0; list-style: none; border-bottom: 1px solid #09a7b5; }
.layout-menu li { position: relative; background: #fff; width: 33.33333333%; text-align: center; color: #09a7b5; font-size: .7rem; font-weight: bold; line-height: 1.4rem; }
.layout-menu li:nth-child(2) { border-left: 1px solid #f3f3f3; border-right: 1px solid #f3f3f3; }
.layout-menu li.active { background:#11b3b9; }
.layout-menu li.active a { color: #fff; }
.layout-menu li a { color: #09a7b5; }
.layout-body { }
.report { position: relative;  margin: 27px 0 10px 0; padding: 15px;
    
    background:url('../images/report_bg2.png') no-repeat;background-size: 100%;  }
.report-info {  margin: 10px 10px; border-bottom: 1px solid #eee; font-size: .65rem; line-height: 1.5; opacity: 0.8 }
.report-info ul { list-style: none; margin: 0; padding: 0; }
.report-info ul li { line-height: 1.8 }
.report-info>div { }
.report-header h2 { font-size: 1.1rem; line-height: 2; text-align: center; color: black; }
.report-title { }
.report h5 { margin-bottom: 5px; color:#F8B62D; }
.report .mark { position: relative; color: #09a7b5; background: transparent; }
.report .mark-tip { position: absolute; top: -4px; left: 50px; background: #8dfa69; width: 160px; font-size: .6rem; font-weight: normal; color: #000; padding: 10px; }
.report .mark-tip:before { position: absolute; top: 10px; left: -8px; border-right: 8px solid #8dfa69; border-top: 6px solid transparent; border-bottom: 6px solid transparent; content: ""; }
.ai-report.report { }
.ai-report { margin: 50px 0px 15px; }
.ai-report .report-info { margin: 0; opacity: 1; padding: 0; border: 0 }
.ai-report .report-info table { width: 100%; }
.ai-report .report-info th, td { border-bottom: 1px solid #eee; text-align: left; padding: 4px 0 6px; }
.ai-report .report-info th { background: #fff; color: #09a7b5; font-weight: normal; width: 80px; }
.ai-report .item { padding: 10px 0; border-radius: 3px; }
.ai-report-fixed-bottom { position: fixed; bottom: 0; background: #fff; width: 100%; height: 40px; line-height: 40px; font-size: .6rem; color: rgba(0, 0, 0, .6); border-top: 1px solid #eee; text-align: center; }
.medical-record { margin: 15px 0px; padding: 15px; background: #fff; border-radius: 6px; }
.medical-record .content { display: flex; margin: 10px -10px 0; }
.medical-record .item { width: 33.33%;position: relative; margin: 0 10px; text-align: center; font-size: .6rem; color: #09a7b5; border-radius: 8px; }
.medical-record .item img {height: 120px; width: 100%; border-radius: 6px; }
.medical-record .item h4 { position: absolute; bottom: 0; padding-bottom: 3px; background: rgba(0, 0, 0, 0.8); width: 100%; color: #09a7b5; font-size: .6rem; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; }
.medical-record .item.active { border: 2px solid #09a7b5; }
.medical-record .item.active h4 { background: #09a7b5; color: #fff; }
.medical-record h5 { color: #09a7b5; }
.medical-record .tab{}
.record-report {margin-bottom:50px; }
.record-report .img img { width: 100%; border-radius: 6px; }
.record-report .content { background: #fff; padding:0px; border-radius:6px; margin-top:10px; }
.record-report .content  h3{font-size:.95rem; padding:10px 20px;}
.record-report .content  h4{ }
.record-report .item { padding:10px 20px;}
/*margin-top: 20px; */
.content .item.active{ color: #09a7b5 ! important; font-size: 0.9rem;font-weight: 700;}
/*
.record-report .t1 .content .item:nth-of-type(1) { color: #09a7b5 }
.record-report .t1 .content .item:nth-of-type(1) p{color: #09a7b5}
.record-report .t2 .content .item:nth-of-type(2) p{color: #09a7b5}
.record-report .t3 .content .item:nth-of-type(3) { color: #09a7b5 }
.record-report .t3 .content .item:nth-of-type(3) p{color: #09a7b5}
*/
.record-report .item h4 { font-size: .75rem; margin-bottom: 5px; }
.cornerMarker { display: inline-block; text-align: center; border-radius: 16px; top: -0.2rem; right: -0.4rem; height: 16px; min-width: 16px; position: relative; left: 1px; font-size: 12px; line-height: 14px; padding: 1px; color: #fff; }
.modal-fill .medical-record { padding: 0; margin: 0 }
.modal-fill .modal-body { background: #f3f3f3 }
.report-filter { display: flex; background: #fff; }
.report-filter .item { position: relative; width: 50%; display: inline-flex; justify-content: center; }
.report-filter .item:first-child:after { position: absolute; right: 0; width: 1px; height: 30px; background: #f3f3f3; content: ""; }
.report-filter select { width: auto; border: 0; height: 30px; line-height: 30px; text-align: center; padding: 0 20px; }
.report-filter select:focus { outline: 0; box-shadow: none; }
.card-list { padding: 0 15px; }
.card-list .item a { display: flex; justify-content: space-between; align-items: center; }
.card-list .item { background: rgba(255, 255, 255, .8); border: 1px solid #fff; padding: 20px 15px 20px 20px; border-radius: 6px; box-shadow: 0 5px 10px rgba(0, 0, 0, .05); margin-top: 15px; }
.card-list .item h4 { font-size: .8rem; display: inline-flex; align-items: center; margin-bottom: 10px; }
.card-list .item h4 small { display: inline-block; padding: 2px; border-radius: 2px; margin-left: 5px; background: #1bc9ce; color: #fff; font-size: .5rem; }
.card-list .item h5 { font-size: .7rem; font-weight: normal; margin-top: 5px; }
.card-list .item .info { display: flex; align-items: center; }
.card-list .item .info small { font-size: .65rem; opacity: .6 }
.card-list .item:hover { background: rgba(255, 255, 255, 1); }
.card-list .content-header { display: flex; align-items: center; justify-content: space-between; }
.card-list .content-header h4 { font-size: .8rem; color: #1bc9ce; }
.card-list .content-header small { background: #1bc9ce; color: #fff; border-radius: 3px; padding: 3px 5px; }
/*.report .item>div{ opacity: 0.8 }*/
.report-bar { padding: 0 15px; font-size: .4rem; opacity: 0.6 }
.report-other { }
.report-other .item { border: 1px solid #eee; margin: 15px; padding: 15px; background: #fff; border-radius: 6px; }
.report-other h5 { margin-bottom: 10px; color: #09a7b5; }
.repor-action { position: fixed; z-index: 200; width: 50px; right: 10px; bottom: 20px; }
.repor-action a { display: inline-flex; justify-content: center; align-items: center; margin: 5px 0; width: 50px; height: 50px; border-radius: 50px; background: #09a7b5; color: #fff; font-size: .5rem; text-align: center; line-height: 1.4; box-shadow: 0 5px 10px rgba(9, 167, 181, .6) }
.repor-action a:hover { background: #09818c }
.repor-action i { font-style: normal; }
.doctor-avatar { display: flex; margin: 0 -10px; }
.doctor-avatar .feeds { width: 120px; height: 120px; padding: 0 10px; text-align: center; font-size: .6rem; color: #09a7b5; }
.doctor-avatar .feeds img { width: 100%; border-radius: 6px; }
.modal .qrcode img { width: 100%; border: 1px solid #eee; margin-bottom: 20px; }
.bg-img { background: url(../images/bg.jpg); background-size: cover; }
.qrcode-wrap { padding: 0; width: 240px; }
.slogan { position: relative; top: 100px; text-align: center; color: #fff; font-size: .9rem; margin: -40px -50px 0; }
.qrcode { background: #fff; text-align: center; padding: 30px; border-radius: 10px; box-shadow: 0 -5px 20px rgba(0, 0, 0, .2) }
.qrcode img { width: 100%; padding: 10px; }
.qrcode small { font-size: .6rem; color: rgba(0, 0, 0, .4); }
.qrcode p { font-size: .75rem; color: #09a7b5; }
.error { text-align: center; }
.error img { width: 120px; }
.error p { color: #09a7b5; }
.year { margin-top: 10px; width: 100%; padding: 10px 15px; background: rgba(255, 255, 255, .8); text-align: center; color: #09a7b5; font-size: .8rem; font-weight: bold; }
.year:after { position: relative; margin-left: 10px; top: -2px; display: inline-block; width: 8px; height: 8px; border-top: 8px solid rgba(9, 167, 181, 1); border-left: 5px solid transparent; border-right: 5px solid transparent; content: "" }
.year select { width: 100%; height: 40px; padding: 5px; line-height: 40px; font-size: .8rem; text-align: center; text-align-last: center; background: transparent; border-radius: 0; border: 1px solid #fff; color: #fff; }
.year select:focus { outline: 0; }
.date { position: relative; width: 100%; height: 40px; line-height: 40px; color: #fff; display: flex; justify-content: space-between; align-items: center; margin: 5px 0; }
.date h4 { font-size: .8rem; }
.date-caret:before { display: inline-block; width: 8px; height: 8px; border-top: 8px solid rgba(255, 255, 255, 1); border-left: 5px solid transparent; border-right: 5px solid transparent; content: "" }
.record-section .table { min-width: 100%; font-size: .6rem; }
.table thead { border-top: 1px solid #eee; }
.table th, .table td { text-align: left; padding: 10px 0; min-width: 40px; border-bottom: 1px solid #eee; }
.table.compact { }
.table.no-border { border: 0; }
.block-list .item { display: flex; justify-content: space-between; margin-bottom: 1px; }
.block-list .item .arrow { position: relative; top: 2px; width: 20px; height: 20px; font-size: 1.2em; color: #999 }
.block-list .item { background: #fff; position: relative; padding: 5px 15px; height: auto; overflow: hidden; }
.block-list .item .title { font-size: 1.2em; margin: 3px 0 5px -3px }
.block-list .item .title span { padding: 0 3px }
.block-list .item .title span i { position: relative; top: -1px; font-size: .8em; font-style: normal }
.block-list .item p { font-size: .9em; margin: 0 0 5px; }
.block-list-line .item { display: flex; justify-content: space-between; align-items: center; width: 100%; font-size: 1em; }
.block-list-line .label { width: 84px; flex-shrink: 0; background: #fff; color: rgba(0, 0, 0, .6); text-align: left; font-size: .8rem; font-weight: normal; padding: 0; line-height: 40px; }
.block-list-line .content { display: inline-flex; align-items: center; text-align: right; position: relative; }
.block-list-line .content.form-textarea { vertical-align: top }
.block-list-line .content.form .textarea { border: 1px solid #000; min-height: 40px; height: auto; margin: 0; padding: 10px 0; overflow: hidden; word-wrap: break-word; overflow-x: hidden; overflow-y: auto; -webkit-user-modify: read-write-plaintext-only; -moz-user-modify: read-write-plaintext-only; -ms-user-modify: read-write-plaintext-only; user-modify: read-write-plaintext-only; border: none; line-height: 1.2; text-align: left }
.block-list-line .form .textarea:focus { outline: 0 }
.block-list-line input, .block-list-line select { display: block; width: 100%; flex-shrink: 0; border: none; padding: 0; height: 40px; line-height: 40px; font-size: .8rem; text-align: left }
.block-list-line input:focus, .block-list-line select:focus { outline: 0 !important; box-shadow: none !important }
.block-list-line select { background: transparent !important; }
.timeline-title { margin-top: 10px; line-height: 3; font-size: .7rem; text-align: center; color: rgba(0, 0, 0, .4); font-size: .6rem; }
.timeline-section { position: relative; height: 100%; clear: both; }
.timeline-record .timeline-section:last-child .item:last-child { margin-bottom: 0; }
.timeline-record:after { display: block; clear: both; content: ""; }
.timeline-record { position: relative; margin-bottom: 20px; }
.timeline-record:before { content: ''; position: absolute; display: block; width: 2px; background: rgba(64, 210, 197, 1); left: 20px; top: 20px; bottom: 0; margin-left: -4px; }
.timeline-record .item { position: relative; float: right; margin-bottom: 20px; clear: both; width: -webkit-calc(100%); width: calc(100%); background: #fff; box-shadow: 0 5px 20px rgba(0, 0, 0, .02); padding: 20px 20px 20px 40px; border-radius: 3px; }
.timeline-record .item:before { position: absolute; z-index: 120; top: 20px; left: 9px; width: 16px; height: 16px; background: #40D2C5; border-radius: 16px; border: 3px solid #fff; content: ""; }
.timeline-record .item .record-info { font-size: .6rem; color: rgba(0, 0, 0, .8); line-height: 1.5 }
.timeline-record .item .record-info h4 { font-size: .7rem; margin-bottom: 5px; margin-top: 10px; }
.timeline-record .item .record-info .record-bar { color: rgba(0, 0, 0, .4); }
.timeline-record .item .record-info .record-bar .date-year { color: #40D2C5; }
.timeline-record .item:before, .timeline-record .item:after { content: " "; display: table; }
.timeline-record .item:before, .timeline-record .item:after { content: " "; display: table; }
.timeline-record .item:after { content: ''; position: absolute; display: block; width: 2px; background: rgba(64, 210, 197, 1); left: 20px; top: 0; bottom: 0; margin-left: -4px; }
.timeline-record .reacord-year { display: inline-block; position: relative; left: 38px; margin-bottom: 20px; letter-spacing: 1px; font-size: .8rem; line-height: 1.4; color: #40D2C5; }
.timeline-record .reacord-year:before { position: absolute; top: 15px; left: -26px; z-index: 100; width: 10px; height: 10px; background: #fff; border-radius: 20px; content: ""; }
.timeline-record .reacord-year span { position: relative; left: -38px; display: inline-block; line-height: 40px; height: 40px; background: #40D2C5; border-radius: 40px; padding: 0 20px 0 30px; color: #fff; }
.timeline-record .records-list .feeds { background: #f3f3f3; padding: 5px 10px; border-radius: 3px; margin: 10px 0; display: flex; justify-content: space-between; }
.record { position: relative; top: 15px; padding: 15px; margin-bottom: 15px; background: #fff; min-height: calc(100% - 20px); min-height: -webkit-calc(100% - 20px); }
.record-heard { }
.record-heard .record-info { color: #40D2C5; padding: 15px 15px 30px; text-align: center; }
.record-heard .record-info div { color: rgba(0, 0, 0, .6); font-size: .6rem; margin-top: 5px; }
.record-heard .record-info b { font-size: 1rem; }
.record-content { }
.record-content .record-section { border-top: 1px solid #eee; padding: 30px 0; margin: 0 10px; }
.record-content .record-section h5 { margin-bottom: 10px; color: #000; }
.record-content .record-section .block-bar { display: flex; justify-content: space-between; font-size: 0.6rem; color: rgba(0, 0, 0, .6); }
.record-img img { width: 100%; }

.splash{ position: absolute; top: 0; bottom: 0; z-index: 2000; width: 100%; height:100vh; background:url(../images/splash-bg1.png) no-repeat; background-size:cover;  }
.splash-footer{ position: absolute; width: 189px; height: 69px; bottom: 40px; left:50%; margin-left:-95px;}
.splash-footer img,.splash-header img{width:100%;}
.splash-header{ position:absolute; top: 0; right: 0; width:100%; height: 288px;  }
.splash-content{position:absolute; top:50%; width:240px; height:79px; left:50%; margin-left:-120px; margin-top:-100px; }
.splash-content img{ width:100%; }

.modal-footer:before {
    content: '';
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    height: 1px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.modal-footer button {
    background: #09a7b5;
}
.modal-footer button:after{
	position: absolute;
	right: 0;
	height: 100%;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	content: "";
}
.modal-footer button{border-radius: 0;}
.modal-footer button:hover {
    background: #007d88;
    color: #fff;
}

.modal-footer button+button:hover {
    background: #007d88;
    color: #fff;
}

.report-theme{ position:absolute; width: 100%; display: flex; justify-content: flex-end; align-items: center; right:10px; top: 0px; }
/*.report-theme span{ position:relative; top: -2px; padding-right:10px; }*/
.report-theme span{
    position:relative;
    top: -2px;
    padding-right:10px;
    background: -webkit-linear-gradient(45deg, #01f1fd, #fd5404, #fad005, #4306fa, #046bfa);
    -moz-linear-gradient(45deg, #70f7fe, #fbd7c6, #fdefac, #bfb5dd, #bed5f5);
    -ms-linear-gradient(45deg, #70f7fe, #fbd7c6, #fdefac, #bfb5dd, #bed5f5);
    color: transparent;
    /*设置字体颜色透明*/
    -webkit-background-clip: text;
    font-weight: 700;
    /*背景裁剪为文本形式*/
    animation: ran 10s linear infinite;
    }

.tabs li a:after {
    content: "";
    height: 3px;
    position: absolute;
    width: 30px;
    left: 50%;
    margin-left: -15px;
    bottom: 0;
    background: #09a7b5;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}


.tab-content{}

.diagnosis .star { height: 20px; }
.diagnosis .star i { font-size: .9rem; line-height: 12px; color: #f00; font-style: normal }
.diagnosis em { position: absolute; display: inline-block; text-align: center; border-radius: 16px; top:0px; left: -24px;  height: 20px; width: 20px; background: #f00; font-size: 12px; line-height: 18px; padding: 1px; color: #fff; font-style:normal }

.diagnosis .accordion-header{ padding: 6px 15px;height: auto;min-height:40px; line-height:25px; }
/* border-bottom: 2px solid #09a7b5;*/
.diagnosis .accordion-header.active{text-decoration: underline;padding: 6px 15px;height: auto;min-height:40px; line-height:20px; }


.diagnosis .accordion-content{ padding-top: 0; }

.contrast{text-indent: 2em;}
