﻿@charset "utf-8";
/* CSS Document */

/***
	*@author Youjingtian
	*@varsion 1.0	版本号
	*/

html {
    width: 100%;
    height: 100%
}

body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: "微软雅黑";
    /* 	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; */
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
    padding: 0 0;
    margin: 0 0;
}

thead>tr>th,
tbody>tr>td {
    padding: 3px;
}

td,
th {
    position: relative;
    /* border-bottom: 1px dotted rgba(163,163,163,1.00); */
    font-size: 1em;
}

textarea {
    resize: none;
    padding: 0 0;
}

.main {
    min-height: 492px;
}

.mx-box {
    width: 1200px;
    min-height: 65%;
    position: relative;
    margin: 20px auto;
    padding: 20px !important;
    margin-bottom: 150px;
}

/* 
tr:last-child>td{
	border:none;
	} */

.TelNo {
    background: rgba(186, 186, 186, 0.41);
    /* cursor: pointer; */
}

.icon {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
}

.icon-box {
    position: absolute;
    height: 150px;
    width: 150px;
    right: 20px;
    top: 20px;
}

.icon_button {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    cursor: pointer;
}

.icon_home {
    float: left;
    width: 25px;
    height: 25px;
    background-image: url(../../../../NetHos_public/bjHos/image/common/suboot-icon/home_button.png);
    position: relative;
    display: inline-block;
}

.icon_star {
    float: left;
    width: 25px;
    height: 25px;
    background-image: url(../../../../NetHos_public/bjHos/image/common/suboot-icon/star.png);
    position: relative;
    display: inline-block;
}

.icon_syn {
    float: left;
    width: 25px;
    height: 25px;
    background-image: url(../../../../NetHos_public/bjHos/image/common/suboot-icon/syn.png);
    position: relative;
    display: inline-block;
}

.icon_update {
    float: left;
    width: 25px;
    height: 25px;
    background-image: url(../../../../NetHos_public/bjHos/image/common/suboot-icon/update.png);
    position: relative;
    display: inline-block;
}

.icon_clear {
    float: left;
    width: 25px;
    height: 25px;
    background-image: url(../../../../NetHos_public/bjHos/image/common/suboot-icon/clear.png);
    position: relative;
    display: inline-block;
}

.icon_stop {
    float: left;
    width: 25px;
    height: 25px;
    background-image: url(../../../../NetHos_public/bjHos/image/common/suboot-icon/stop.png);
    position: relative;
    display: inline-block;
}

.icon-right {
    background: url(../../../../NetHos_public/bjHos/image/common/suboot-icon/right.png) 0px 8px;
    background-color: inherit;
    background-size: contain;
}

.icon-left {
    background: url(../../../../NetHos_public/bjHos/image/common/suboot-icon/left.png) 0px 8px;
    background-color: inherit;
    background-size: contain;
}

.icon_add {
    float: left;
    width: 25px;
    height: 25px;
    background-image: url(../../../../NetHos_public/bjHos/image/common/suboot-icon/add.png);
    position: relative;
    display: inline-block;
}

.icon_del {
    float: left;
    width: 25px;
    height: 25px;
    background-image: url(../../../../NetHos_public/bjHos/image/common/suboot-icon/del.png);
    position: relative;
    display: inline-block;
}

.icon_save {
    float: left;
    width: 25px;
    height: 25px;
    background-image: url(../../../../NetHos_public/bjHos/image/common/suboot-icon/save.png);
    position: relative;
    display: inline-block;
}

.icon-box-clinic {
    background-image: url(../../../../NetHos_public/bjHos/image/common/suboot-icon/clinic-max.png);
}

.icon-box-info {
    background-image: url(../../../../NetHos_public/bjHos/image/common/suboot-icon/info-max.png);
}

.icon-box-other {
    background-image: url(../../../../NetHos_public/bjHos/image/common/suboot-icon/other-max.png);
}

.icon-box-patient {
    background-image: url(../../../../NetHos_public/bjHos/image/common/suboot-icon/patient-max.png);
}

.show_button {
    width: 800px;
    background: aliceblue;
    height: 800px;
    display: inline-block;
    position: relative;
    margin-left: 320px;
    padding: 10px 20px;
}

.nowidth_center {
    display: table;
    margin: auto auto;
    position: relative;
    /* margin-top: -30px; */
}

.button {
    padding: 2px;
    border: none;
    width: 100%;
    position: relative;
    cursor: pointer;
}

.button_text {
    height: 25px;
    position: relative;
    padding: 0 10px 0 10px;
    display: flex;
    line-height: 25px;
    border-left: none;
    font-family: "微软雅黑";
    font-size: 16px;
}

.button-default {
    border: 2px solid rgba(197, 197, 197, 0.4);
    background-color: rgba(255, 255, 255, 0.2);
    color: rgba(17, 44, 77, 0.8);
    border-radius: 2px;
    min-width: 80px;
    line-height: 1.8em;
}

.button-default:hover {
    /* opacity: 1; */
    border: 2px solid rgba(197, 197, 197, 0.6);
    background-color: rgba(96, 175, 229, 0.6);
    color: rgb(17, 44, 77);
    transition: 0.3s;
}

.button-warning {
    border: 2px solid rgba(238, 89, 89, 0.2);
    background-color: rgba(255, 255, 255, 0.2);
    color: rgba(238, 89, 89, 0.8);
}

.button-warning:hover {
    background-color: rgba(238, 89, 89, 0.2);
}

/* 正文提交按钮button */

.button_submit {
    border: 1px solid rgb(215, 212, 220);
    background-color: rgba(3, 169, 244, 0.16);
    color: rgba(10, 10, 10, 0.8);
    border-radius: 3px;
    min-width: 100px;
    line-height: 1.6em;
    font-size: 16px;
    /* font-weight: bold; */
    font-family: 微软雅黑;
    cursor: pointer;
    padding: 4px;
}

.button-group {
    position: relative;
}

.button-group>.button {
    display: inline-block;
    width: auto;
}

.button_select {
    border: 1px solid rgb(185, 184, 185);
    background-color: hsl(199, 86%, 89%);
    color: rgba(10, 10, 10, 0.8);
    border-radius: 3px;
    min-width: 90px;
    line-height: 1.5em;
    font-family: 微软雅黑;
    cursor: pointer;
    padding: 5px;
}

.button_select:hover,
.button_submit:hover {
    border: 1px solid rgb(27, 77, 127);
    background-color: rgb(57, 124, 191);
    color: rgb(255, 255, 255);
    transition: 0.3s;
    cursor: pointer;
}

.button_select:active {
    border: 1px solid rgba(115, 191, 243, 0.92);
    background-color: rgb(86, 171, 228);
    color: rgb(255, 255, 255);
    transition: 0.3s;
    cursor: pointer;
}

span.separator_vertical {
    width: 2px;
    display: inline-block;
    height: 25px;
    background-color: #A2CBE6;
    position: relative;
    float: left;
    margin: 0 1px;
}

.side_bar {
    width: 200px;
    height: 100%;
    display: inline-block;
    background-color: #397cbf;
    position: fixed;
    float: left;
    z-index: 60;
}

.side_bar_ul>a {
    color: #fff;
    text-decoration: none;
    font-family: "黑体";
    float: left;
    margin-right: 10px;
    display: block;
    width: 100%;
}

.side_bar_UL {
    color: rgba(255, 255, 255, 1.00);
    margin-top: 20px;
    padding: 0 10px 3px 10px;
    list-style: none;
    height: 40px;
    overflow-y: auto;
}

.side_bar_UL>a {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    color: white;
}

.search_bar {
    padding: 5px 10px;
    position: relative;
}

.search_bar span {
    display: table;
    margin: 0 auto;
    color: rgba(255, 255, 255, 1.00);
    font-size: 18px;
    font-family: "微软雅黑";
    margin-top: 10px;
    margin-bottom: 20px;
    position: relative;
}

.input_search {
    padding: 2px 24px 2px 10px;
    background: rgb(255, 255, 255);
    position: relative;
}

.input_search:focus {
    box-shadow: 0 0 10px rgba(155, 241, 252, 1.00);
}

.input_search input {
    border: none;
    width: 92%;
    height: 24px;
    font-size: 14px;
    font-family: "微软雅黑";
    position: relative;
}

.input {
    border: none;
    /* width: 100%; */
    /* height: 30px; */
    font-size: 15px;
    font-family: "微软雅黑";
    position: relative;
    padding: 5px;
}

.input:focus {
    outline: none;
}

/* .dateInput{
	width:100px;
	}	 */

.input_search input:focus {
    outline: none;
}

.error {
    /* outline: #FF2C2C auto 5px; */
}

.error-info {
    position: relative;
    top: 0px;
    transition: 0.5s;
    padding: 5px 10px;
    color: #FF9696;
}

.input_search_icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    top: 50%;
    margin-top: -7px;
    right: 5px;
    position: absolute;
    background-image: url(../../../../NetHos_public/bjHos/image/common/suboot-icon/search.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
}

.side_bar_ul {
    color: rgba(255, 255, 255, 1.00);
    margin-top: 20px;
    padding: 0 10px 3px 10px;
    list-style: none;
    height: 600px;
    overflow-y: auto;
}

.side_bar_li {
    position: relative;
    line-height: 30px;
    font-size: 1.2em;
    width: auto;
    padding: 5px;
    transition: 0.5s;
}

.side_bar_li:hover {
    background-color: #8c79b9;
    ;
    font-size: 1.4em;
    transition: weights;
    cursor: pointer;
    transition: 0.5s;
}

.side_bar_li span {
    margin-left: 4px;
    white-space: nowrap;
    overflow: hidden;
    max-width: 125px;
    display: block;
    text-overflow: ellipsis;
}

.side_bar_setting {
    color: #ffffff;
    padding: 5px 10px;
}

.side_bar_setting span {
    display: inline-block;
    margin: 0px;
    font-size: 13px;
    position: absolute;
    width: 33px;
    top: 27px !important;
    left: -3px;
    padding: 0px;
}

.font-resize {
    position: absolute;
    font-size: 18px;
    bottom: 0;
    text-align: center;
    width: inherit;
    cursor: pointer;
    display: none;
}

.font-resize>div {
    display: inline-block;
    width: 50%;
    float: left;
    padding: 9px 0px;
    opacity: 0.8;
    background: #eee;
    transition: 0.3s;
    user-select: none;
}

.font-resize>div:hover {
    opacity: 0.6;
}

.font-resize>div:active {
    opacity: 0.4;
}

.button-icon-info {
    float: left;
    width: 20px;
    height: 20px;
    top: 5px;
    margin: auto 3px;
    position: relative;
    display: inline-block;
    background-image: url(../../../../NetHos_public/bjHos/image/common/suboot-icon/info.png);
}

.button-icon-rankwork {
    float: left;
    width: 20px;
    height: 20px;
    top: 5px;
    margin: auto 3px;
    position: relative;
    display: inline-block;
    background-image: url(../../../../NetHos_public/bjHos/image/common/suboot-icon/rankwork.png);
}

/*资源管理*/

.button-icon-resManager {
    float: left;
    width: 20px;
    height: 20px;
    top: 5px;
    margin: auto 3px;
    position: relative;
    display: inline-block;
    background-image: url(../../../../NetHos_public/bjHos/image/common/suboot-icon/comment.png);
}

.button-icon-registered {
    float: left;
    width: 20px;
    height: 20px;
    top: 5px;
    margin: auto 3px;
    position: relative;
    display: inline-block;
    background-image: url(../../../../NetHos_public/bjHos/image/common/suboot-icon/registered.png);
}

.button-icon-clinic {
    float: left;
    width: 20px;
    height: 20px;
    top: 5px;
    margin: auto 3px;
    position: relative;
    display: inline-block;
    background-image: url(../../../../NetHos_public/bjHos/image/common/suboot-icon/clinic.png);
}

.button-icon-patient {
    float: left;
    width: 20px;
    height: 20px;
    top: 5px;
    margin: auto 3px;
    position: relative;
    display: inline-block;
    background-image: url(../../../../NetHos_public/bjHos/image/common/suboot-icon/patient.png);
}

.button-icon-comment {
    float: left;
    width: 20px;
    height: 20px;
    top: 5px;
    margin: auto 3px;
    position: relative;
    display: inline-block;
    background-image: url(../../../../NetHos_public/bjHos/image/common/suboot-icon/comment.png);
}

.button-icon-setting {
    float: left;
    width: 20px;
    height: 20px;
    top: 5px;
    margin: auto 3px;
    position: relative;
    display: inline-block;
    background-image: url(../../../../NetHos_public/bjHos/image/common/suboot-icon/setting.png);
}

.button_icon_index {
    display: inline-block;
    width: 25px;
    height: 25px;
    position: relative;
    background-image: url(../../../../NetHos_public/bjHos/image/common/suboot-icon/home_button.png);
    /*  background-color: #ffffff; */
    margin: auto 3px;
    float: left;
}

.button_icon_setting {
    display: inline-block;
    width: 25px;
    height: 25px;
    position: relative;
    background-image: url(../../../../NetHos_public/bjHos/image/common/suboot-icon/set.png);
    background-color: inherit;
    margin: auto 5px;
    float: left;
}

.button_icon_userinfo {
    display: inline-block;
    width: 25px;
    height: 25px;
    position: relative;
    background-image: url(../../../../NetHos_public/bjHos/image/common/suboot-icon/user1.png);
    background-color: inherit;
    margin: auto 3px;
    float: left;
}

.button_icon_loginout {
    display: table;
    width: 25px;
    height: 25px;
    position: relative;
    background-image: url(../../../../NetHos_public/bjHos/image/common/suboot-icon/exit-up.png);
    background-color: inherit;
    margin: auto auto;
}

.button_icon_home {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    background-image: url(../../../../NetHos_public/bjHos/image/common/suboot-icon/home_button.png);
    background-color: inherit;
    margin: auto 3px;
    float: left;
}

.icon_home {
    float: left;
    width: 25px;
    height: 25px;
    background-image: url(ICON/home_button.png);
    position: relative;
    display: inline-block;
    background-color: #60AFE5;
}

.conten_box {
    display: inline-block;
    width: 800px;
    height: 100%;
    top: 0px;
    left: 400px;
    background: aliceblue;
    float: right;
    position: absolute;
    transition: 1s;
}

.conten_box_div {
    width: 100%;
    height: 100%;
    background-color: rgba(67, 228, 220, 1.00);
    position: relative;
    transition: 0.5s;
}

.side_bar_footer {
    width: 100%;
    /* min-width: 1200px; */
    height: 30px;
    /* margin-top: 20px; */
    position: absolute;
    /* z-index: 60; */
    bottom: 0px;
    padding: 10px 0;
    color: #ffffff;
}

.side_bar_footer span {
    margin: 0 auto;
    display: table;
    font-size: 10px;
    text-align: center;
}

.slide_down {
    margin: 0 0 0 0;
}

.slide_down_img {
    background-image: url(../../../../NetHos_public/bjHos/image/common/suboot-icon/switch.png);
    width: 25px;
    height: 20px;
    transition: 2s;
    top: 11px;
    right: 2px;
    position: absolute;
}

.user_icon {
    width: 80px;
    height: 80px;
    position: relative;
    background-image: url(../../../../NetHos_public/bjHos/image/common/suboot-icon/User.png);
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 1.00);
    margin: 20px auto;
}

.patient:hover {
    color: rgba(255, 255, 255, 1.00);
    height: 80px;
    transition: 0.5s;
    background-color: #005289;
}

.org {
    color: rgba(255, 255, 255, 1.00);
    height: 125px;
    transition: 0.5s;
}

.doctor:hover {
    color: rgba(255, 255, 255, 1.00);
    height: 125px;
    transition: 0.3s;
    background-color: #005289;
}

.content-div {
    padding: 10px 30px;
    margin-left: 200px;
    transition: 1s;
    /* position: absolute; */
    bottom: 0px;
    top: 0px;
    min-width: 1110px;
}

.table-list {
    margin: 0 auto;
    height: auto;
    font-family: "微软雅黑";
    position: relative;
    display: block;
    margin-top: 20px;
}

.table-title {
    display: block;
    font-size: 24px;
    color: #397cbf;
    padding: 6px 10px;
    line-height: 40px;
    background: rgb(246, 246, 246);
    border: 1px solid rgba(222, 222, 222, 0.58);
}

.table_console {
    text-align: center;
    position: relative;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid rgba(153, 153, 153, 0.32);
}

.table_console>thead,
.table_console>thead>tr>th {
    font-size: 14px;
    text-align: center;
    line-height: 31px;
    background-color: #2196f3;
    /* border-bottom: 1px solid #397CBF; */
    color: #fff;
    border: 1px solid #fff;
    font-weight: normal;
}

.table_console>thead>tr>th a {
    color: white !important;
}

.table_console>tbody {
    font-size: 1.05em;
}

.table_console>tbody>tr:nth-child(2n) {
    background: #ebf1ff;
}

.table_console>tbody>tr:nth-child(2n+1) {
    background: white;
}

.table_console1 {
    text-align: center;
    position: relative;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid rgba(153, 153, 153, 0.32);
}

.table_console1>thead,
.table_console1>thead>tr>th {
    font-size: 14px;
    text-align: center;
    line-height: 25px;
    background-color: #eceeef;
    border-bottom: 1px solid #d2d4d4;
    color: #397cbf;
    font-weight: 500;
    border: 1px solid rgba(57, 124, 191, 0.17);
    border-collapse: collapse;
}

.table_console1>tbody {
    font-size: 14px;
}

.table_console1>tbody>tr:nth-child(2n) {
    background: rgba(255, 234, 170, 0.23);
    border-top: 1px dotted #e2e2e2;
}

.table_console1>tbody>tr:nth-child(2n+1) {
    background: white;
}

.head-form-list {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    padding: 10px 12px;
    font-size: 14px;
    border: 1px solid #e8e8e8;
    border-top: none;
    min-width: 1080px;
}

.head-form-list input,
.search-data>input {
    border: 1px solid #2196F3;
    padding: 6px 3px;
    height: 28px;
    box-sizing: border-box;
    min-width: 100px;
    color: #666b6f;
    font-size: 12px;
    font-family: 微软雅黑;
    width: 160px;
}

.head-form-list>span,
.head-form-list>label,
.search-data>span,
.search-data>label {
    font-size: 12px;
    padding: 2px 5px;
    float: left;
    right: 0;
    display: inline-block;
    color: #ffffff;
    border: 1px solid #2196F3;
    background: #2196F3;
    line-height: 22px;
    font-family: 微软雅黑;
}

.search-data>select {
    width: 160px;
    box-sizing: border-box;
    padding: 5px;
    border: 1px solid #2196f3;
    height: 28px;
    font-family: 微软雅黑;
}

/* .head-form-list label{
	line-height: 21px;
} */

.operate-group {
    display: inline-block;
    height: 34px;
}

.operate-group input:hover {
    background-color: #56ABE4;
    color: #FFFFFF;
}

.operate-group input {
    height: inherit;
    padding: 5px 7px;
    background-color: white;
    border: 1px solid #C3C3C3;
    color: rgba(69, 69, 69, 1.00);
}

.search-data .input,
.input-search {
    max-width: 520px;
    display: inline-block;
    position: relative;
}

.search-data {
    display: inline-block;
    font-size: 12px;
    margin-right: 15px;
    vertical-align: middle;
}

.select {
    padding: 2px 10px;
    font-size: 15px;
    font-family: "微软雅黑";
    border: 1px solid #397cbf;
}

select {
    display: inline-block;
    outline: none;
}

.popup-leftside-bar {
    position: absolute;
    top: 50%;
    right: -24px;
    z-index: 60;
    width: 24px;
    height: 40px;
    cursor: pointer;
    background-repeat: no-repeat;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.show-side-bar {
    /*   animation:showSideBar 1s;   
	  animation-fill-mode: forwards;    
	  left:0px;*/
}

.hidden-side-bar {
    animation: hideSideBar 1s;
    animation-fill-mode: forwards;
    left: -200px;
}

.footer-fixed {
    width: 100%;
    /* min-width: 1200px; */
    height: 30px;
    text-align: center;
    background-color: #f5f5f5;
    position: fixed;
    /* z-index: 60; */
    bottom: 0px;
    padding: 10px 0;
}

/* */

.index-box {
    width: 360px;
    height: 240px;
    float: left;
    margin: 0px 40px 80px 40px;
    border-radius: 2px;
    position: relative;
}

.index-box-text {
    font-family: "微软雅黑";
    position: absolute;
    padding: 20px;
    bottom: 0px;
    color: #ffffff;
}

.index-box-text>div {
    font-size: 28px;
}

.index-box-text>span {
    font-size: 24px;
}

/* */

/* 首页搜索栏 */

.search-bar {
    width: 600px;
    float: right;
    margin-top: 20px;
    right: 5px;
    /*     margin: -95px 94px 88px 888px;
    padding-right: 104px; */
    position: relative;
}

.input-search-bar {
    padding: 7px 82px 7px 20px;
    background: rgba(255, 255, 255, 0.69);
    position: relative;
    border: 1px solid #118c3e;
}

.search-bar-button {
    width: 104px;
    height: 46px;
    top: 0px;
    right: 0px;
    line-height: 45px;
    background-color: #118c3e;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    font-family: "微软雅黑";
    color: #ffffff;
    position: absolute;
    cursor: pointer;
}

.search-bar-button:hover {
    background-color: #35a05c;
}

.input-serach-class {
    margin: 7px 3px;
    width: 70px;
    height: 30px;
    /* display: inline-block; */
    /* float: right; */
    right: 0px;
    top: 0px;
    cursor: pointer;
    position: absolute;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0);
    font-size: 14px;
    color: rgba(0, 0, 0, 0.4);
}

.input-serach-class:hover {
    z-index: 60;
    height: auto;
    background-color: #FFFFFF;
    border: 1px solid #9DD9C0;
}

.class-value {
    line-height: 30px;
    margin-bottom: 2px;
    position: relative;
}

.class-option {
    line-height: 30px;
    position: relative;
    text-align: center;
}

.class-option:hover {
    background-color: rgb(157, 217, 192);
    color: #ffffff;
}

span.separator-vertical {
    width: 2px;
    display: inline-block;
    height: 25px;
    background-color: #9DD9C0;
    position: absolute;
    /* margin: 0 1px; */
    top: 50%;
    right: 77px;
    margin-top: -12.5px;
}

div.separator-vertical {
    width: 2px;
    height: 25px;
    background-color: #dddddd;
    position: absolute;
    margin-top: -28.5px;
    margin-left: 42px;
    z-index: 1;
}

/* -------- */

/* 选项卡/带图标 */

.tab-bar {
    height: 150px;
    margin: auto auto;
}

.tab-option {
    float: left;
    display: inline-block;
    line-height: 40px;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
    color: #333333;
}

.tab-option:hover {
    color: #ffffff;
    background-color: #336adf;
}

.tab-option-onselect {
    color: #ffffff;
    background-color: #336adf;
}

.tab-option-icon {
    top: 50%;
    float: left;
    width: 16px;
    height: 20px;
    margin-top: -10px;
    position: absolute;
    display: inline-block;
}

.tab-option-text {
    margin-left: 21px;
    font-size: 18px;
    font-weight: 500;
}

.tab-pane {
    width: 100%;
}

.tab-content {
    border-bottom: 1px solid rgb(94, 187, 228);
    border-left: 1px solid rgb(94, 187, 228);
    border-right: 1px solid rgb(94, 187, 228);
    font-size: 13px;
    font-weight: 500;
    padding: 0px;
    /*  display: table; */
    min-height: 206px;
    overflow: hidden
}

.content-option {
    display: inline-block;
    line-height: 30px;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}

.content-option-icon {
    top: 50%;
    float: left;
    width: 13px;
    height: 16px;
    margin-top: -8px;
    position: absolute;
    display: inline-block;
}

.content-option-text {
    margin-left: 23px;
    font-size: 14px;
}

.content-option-text label {
    color: #FF9800;
    /* font-weight: bold; */
    font-style: italic;
}

/* -------- */

.client_tb {
    font-size: 12px;
    font-family: "微软雅黑";
    border: 1px solid #E7EAE9;
    border-top: none;
    border-collapse: collapse;
    text-align: left;
    width: 100%;
}

/* 页头---评分星星 */

header {
    width: 100%;
    background-color: #ffffff;
    height: auto;
}

.header_logo {
    margin: auto;
    width: 1200px;
    height: 125px;
}

.header_logo img {
    width: 140px;
}

header>.header_logo>ul {
    float: right;
    font-size: 18px;
    font-family: "微软雅黑";
}

header>div>ul>a>li {
    float: left;
    display: inline-block;
    line-height: 40px;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
    color: #333333;
}

/* 拓展部分 */

.header-bar {
    height: 45px;
    font-size: 0px;
    width: 100%;
    margin: auto;
    border-bottom: 1px solid #dcd9d9;
    background: #ffffff;
    margin-bottom: 10px;
}

.header-bar>ul {
    display: inline-block;
    color: #333;
}

.header-bar>ul>li {
    display: inline-block;
    font-size: 14px;
    line-height: 46px;
    margin: 0 10px;
}

.header-left-bar {
    position: relative;
}

.header-left-bar>li {
    position: relative;
    cursor: pointer;
}

.header-right-bar {
    float: right;
    position: relative;
}

.header-right-bar>li {
    position: relative;
    cursor: pointer;
    margin: 0 10px;
}

.header-hidden-list {
    width: 80px;
    text-align: center;
}

.header-hidden-list>ul {
    display: none;
    position: absolute;
}

.header-hidden-list:hover>ul {
    display: block;
    z-index: 1;
    transition: 0.5s;
    background-color: #Fff;
    line-height: 24px;
    padding: 0 10px;
    border: 1px solid #eee;
    border-top: none;
}

.header-hidden-list:hover>ul li {
    padding: 4px 0px;
}

.header-hidden-list>li {
    cursor: pointer;
}

.header-tab {
    background-color: #397CBF;
    width: 100%;
    position: relative;
}

.header-tab>ul {
    width: 1200px;
    margin: auto;
    position: relative;
}

.header-tab>ul>li {
    display: inline-block;
    float: left;
    line-height: 40px;
    position: relative;
    color: #fff;
    width: 120px;
    text-align: center;
}

.header-tab>ul>li:last-child {
    float: none;
}

.header-search-div {
    width: 1200px;
    height: 47px;
    margin: auto;
}

.header-search-div>.search_bar {
    width: 400px;
    float: right;
    top: 3px;
    padding-right: 60px;
}

.header-search-div>.search_bar>.input_search {
    border: 1px solid #397cbf;
}

.search_bar>em {
    font-style: normal;
    display: block;
    position: absolute;
    line-height: 30px;
    right: 0;
    top: 5px;
    width: 60px;
    background-color: #397cbf;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
}

/* --------------- */

/*--tab-title------*/

.head {
    color: #397CBF;
    font-size: 24px;
}

.tab-div {
    position: relative;
    font-size: 0px;
    margin-top: 20px;
}

.tab-title {
    position: relative;
    margin-bottom: 10px;
}

.tab-title>div {
    padding: 10px;
    cursor: pointer;
}

.tab-title-on {
    margin-top: 5px;
    font-size: 16px;
    /* font-weight: bold; */
    color: white;
    display: inline-block;
    background: #30a5da;
    border-bottom: 2px solid #30a5da;
}

.tab-title-off {
    font-size: 16px;
    color: #333;
    display: inline-block;
    border-bottom: 2px solid #30a5da;
}

/*--------*/

/* 拓展User用户功能div */

.User-card {
    font-size: 14px;
    z-index: 60;
    background-color: #fff;
    position: absolute;
    border: 1px solid #EEEEEE;
    border-top: none;
    width: 280px;
    padding: 20px;
    left: -50%;
    display: none;
    margin-left: -55px;
    line-height: initial;
}

.User-card-top {
    display: inline-block;
}

.User-card-top:hover>.User-card {
    display: block;
}

.User-card-content {
    border-bottom: 1px solid #eee;
}

.User-card-info {
    font-size: 0px;
    width: 180px;
    display: inline-block;
    margin-left: 20px;
    color: #333;
}

.User-card-info>div {
    margin-bottom: 5px;
}

.User-card img {
    width: 80px;
    height: 80px;
    float: left;
    position: relative;
    display: inline-block;
}

.User-card-name {
    font-size: 14px;
}

.User-card-info>div>div {
    display: inline-block;
    font-size: 14px;
}

.User-card-time {
    font-size: 0px;
    width: 180px;
    display: inline-block;
    margin-left: 20px;
    color: #999;
    margin-top: 10px;
}

.User-card-time>div {
    margin-bottom: 5px;
}

.User-card-time>div>div {
    display: inline-block;
    font-size: 14px;
}

.User-car-gn {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 0px;
    position: relative;
    border-bottom: 1px solid #eee;
}

.User-car-gn>div {
    font-size: 14px;
    width: 50%;
    text-align: center;
    padding: 5px 0px;
    display: inline-block;
    color: #397cbf;
    cursor: pointer;
}

/*-----------*/

/*----------------footer*/

.footer {
    width: auto;
    height: 100px;
    background-color: #ffffff;
    font-size: 12px;
    text-align: center;
    padding: 20px;
    position: relative;
    bottom: 0px;
}

.line {
    float: left;
    color: #bcbcbc;
    margin: 0 10px;
    font-size: 14px;
}

.footer-li {
    float: left;
    display: inline-block;
    position: relative;
    color: #333333;
    line-height: 20px;
}

.mx-box {
    padding: 0 0;
}

.Pxcook-star {
    top: 0px;
    color: #999999;
    height: 19px;
}

.Pxcook-star-on {
    color: #ffc807;
}

.Pxcook-star>span {
    font-size: 22px;
}

.Pxcook-star,
.dep-score {
    display: inline-block;
    position: relative;
}

.dep-score {
    top: -2px;
    ;
    font-size: 14px;
    color: #ffc807;
}

ul.ivu-page {
    text-align: center;
}

i.ivu-icon.ivu-icon-ios-arrow-left,
i.ivu-icon.ivu-icon-ios-arrow-right {
    margin-top: 24%;
}

/* -------------- */

/* 动画效果 */

/* youjingtian 基于CSS3编写 */

@keyframes hideSideBar {
    0% {
        left: 0;
    }
    100% {
        left: -200px;
    }
}

@-moz-keyframes hideSideBar
/* Firefox */

    {
    0% {
        left: 0;
    }
    100% {
        left: -200px;
    }
}

@-webkit-keyframes hideSideBar
/* Safari and Chrome */

    {
    0% {
        left: 0;
    }
    100% {
        left: -200px;
    }
}

@-o-keyframes hideSideBar
/* Opera */

    {
    0% {
        left: 0;
    }
    100% {
        left: -200px;
    }
}

@keyframes showSideBar {
    0% {
        left: -200px;
    }
    100% {
        left: 0px;
    }
}

@-moz-keyframes showSideBar
/* Firefox */

    {
    0% {
        left: -200px;
    }
    100% {
        left: 0px;
    }
}

@-webkit-keyframes showSideBar
/* Safari and Chrome */

    {
    0% {
        left: -200px;
    }
    100% {
        left: 0px;
    }
}

@-o-keyframes showSideBar
/* Opera */

    {
    0% {
        left: -200px;
    }
    100% {
        left: 0px;
    }
}