@charset "utf-8";

/* CSS Document */
body {
    font: 14px/24px "microsoft yahei", "微软雅黑";
    color: #222;
    background-color: #FFFFFF;
    margin: 0 auto;
    word-wrap: break-word;
    position: relative;
}

* {
    margin: 0 auto;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-overflow-scrolling: touch;
}

ul,
ol,
li {
    list-style: none outside;
}

.nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

a {
    color: #262626;
    text-decoration: none;
}

a:hover {
    color: #99cc56;
    text-decoration: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    text-align: center;
}

.tx_l {
    text-align: left;
}

.tx_r {
    text-align: right;
}

.tx_2 {
    text-indent: 2em;
}

.bold {
    font-weight: bold;
}

img {
    border: medium none;
    vertical-align: top;
}

textarea {
    resize: none;
    vertical-align: middle;
}

input,
button,
textarea {
    border: medium none;
    background: none;
    outline: none;
}

input[type="button"] {
    cursor: pointer;
}

.clear {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

h1,
h2,
h3,
h4 {
    font-weight: normal;
}

/*多行省略*/
.overflow-normal {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.overflow-two {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.overflow-three {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/*图片放大*/
.scaleBig {
    transition: all 1s;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.scaleBig:hover {
    transform: translate3d(-50%, -50%, 0) scale(1.12);
    border-radius: 2px;
}

/*医脉通-首页*/
/*header*/
.page-header {
    background: #FFFFFF;
    height: 74px;
    position: relative;
    z-index: 60;
}

.page-header-body {
    background: #FFFFFF;
    width: 1200px;
    height: 74px;
    /* padding: 11px 0; */
    margin: 0 auto;
    position: fixed;
    left: 50%;
    top: 0;
    margin-left: -600px;
}

.medlive-logo {
    height: 75px;
    float: left;
}

.medlive-logo img:nth-child(1) {
    width: 170px;
    height: 75px;
}

.medlive-logo img:nth-child(2) {
    width: 326px;
    height: 75px;
    margin-left: 5px;
}

.header-right {
    /* padding-top: 6px; */
    float: right;
}

.info-box {
    height: 74px;
    font-size: 0;
    float: right;
    position: relative;
}

.info-box a {
    float: left;
    vertical-align: middle;
    margin: 20px 0 21px 29px;
}

.icon-vip {
    background: url(../images/vip.png) no-repeat;
    width: 28px;
    height: 28px;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    position: relative;
}

.icon-vip-gray {
    background: url(../images/vip_gray.png) no-repeat;
    width: 28px;
    height: 28px;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
}

.vip-info {
    background: url(../images/youxiaoqi.png) no-repeat;
    width: 194px;
    height: 30px;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    position: absolute;
    top: 30px;
    left: -87px;
    font-size: 12px;
    color: #7B5D41;
    line-height: 32px;
    text-align: center;
    display: none;
}

.icon-vip:hover .vip-info {
    display: block;
}

.icon-msg {
    display: inline-block;
    background: url(../images/tongzhi.png) no-repeat;
    width: 28px;
    height: 28px;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    position: relative;
}

.icon-msg:hover {
    background: url(../images/tongzhi01.png) no-repeat;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
}

.icon-msg:hover::after {
    content: attr(data-title);
    background: url(../images/title.png) no-repeat;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    width: 44px;
    height: 22px;
    position: absolute;
    top: 30px;
    left: -6px;
    font-size: 12px;
    color: #fff;
    line-height: 24px;
    text-align: center;
}

.msg-num {
    height: 12px;
    padding: 0 3px;
    background: #F44C4C;
    font-size: 9px;
    color: #FFFFFF;
    line-height: 12px;
    border-radius: 6px;
    position: absolute;
    top: 0;
    left: 12px;
    -webkit-transform-origin-x: 0;
    -webkit-transform: scale(0.75);
    /*谷歌浏览器默认最小字号为12px*/
}

.info-box a.icon-sign {
    background: url(../images/qiandao.png) no-repeat;
    width: 28px;
    height: 28px;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    margin: 20px 0 0 29px;
    padding: 0 0 26px 0;
    position: relative;
}

.info-box a.icon-sign:hover {
    background: url(../images/qiandao01.png) no-repeat;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
}

.icon-sign:hover::after {
    content: attr(data-title);
    background: url(../images/title.png) no-repeat;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    width: 44px;
    height: 22px;
    position: absolute;
    top: 30px;
    left: -6px;
    font-size: 12px;
    color: #fff;
    line-height: 24px;
    text-align: center;
}

.info-box a.signed {
    background: url(../images/yiqiandao.png) no-repeat;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
}

.info-box a.signed:hover::after {
    display: none;
}

.icon-store {
    background: url(../images/mailishangcheng.png) no-repeat;
    width: 28px;
    height: 28px;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    position: relative;
}

.icon-store:hover {
    background: url(../images/mailishangcheng01.png) no-repeat;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
}

.icon-store:hover::after {
    content: attr(data-title);
    background: url(../images/title_long.png) no-repeat;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    width: 58px;
    height: 22px;
    position: absolute;
    top: 30px;
    left: -11px;
    font-size: 12px;
    color: #fff;
    line-height: 24px;
    text-align: center;
}

.icon-login {
    width: 46px;
    height: 26px;
    background: #99cc56;
    border-radius: 2px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 26px;
    text-align: center;
    margin-top: 5px;
}

.icon-login:hover {
    color: #FFFFFF;
    background: #044CA3;
}

.info-box a.default-user-photo {
    background: url(../images/wode_moren.png) no-repeat;
    width: 36px;
    height: 36px;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
}

.default-user-photo:hover {
    background: url(../images/wode_moren01.png) no-repeat;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
}

/* .user-info{
	height: 36px;
	font-size: 14px;
	color: #999999;
	line-height: 36px;
} */
.info-box a.user-photo {
    /* float: left; */
    width: 36px;
    height: 36px;
    margin: 15px 0 0 31px;
    padding: 0 0 21px 0;
    position: relative;
}

.user-photo img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-bottom: 21px;
}

.icon-approve {
    background: url(../images/renzheng.png) no-repeat;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0;
    top: 23px;
}

.icon-noApprove {
    background: url(../images/renzhengno.png) no-repeat;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0;
    top: 23px;
}

/* .username{
	background: url(../images/gengduo.png) no-repeat right center;
	background-size: 12px 12px;
	-webkit-background-size: 12px 12px;
	padding: 0 16px 0 8px;
	float: right;
	cursor: pointer;
} */
.user-set-box {
    width: 242px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    position: absolute;
    top: 74px;
    right: 0;
    z-index: 20;
}

.user-info-box {
    border-bottom: 1px solid #E1E3E7;
    padding: 16px 11px 21px 24px;
}

.basic-info {
    margin-bottom: 11px;
}

.left-user-photo {
    width: 46px;
    height: 46px;
    float: left;
    margin-right: 9px;
}

.left-user-photo img {
    width: 46px;
    height: 46px;
    border-radius: 50%;
}

.right-user-info {
    width: 145px;
    float: left;
    font-size: 14px;
    color: #444444;
    line-height: 20px;
}

.right-user-info p {
    margin: 2px 0;
}

.info-box .user-set-box a {
    margin: 0;
}

.not-approve {
    float: left;
    width: 78px;
    height: 22px;
    background: #FFFFFF;
    border-radius: 12px;
    border: 1px solid #E1E3E7;
}

.not-approve label {
    margin: 1px 2px;
    background: url(../images/renzheng00.png) no-repeat left center;
    background-size: 20px 20px;
    -webkit-background-size: 20px 20px;
    padding-left: 23px;
    font-size: 14px;
    color: #A9ACB4;
    line-height: 24px;
    cursor: pointer;
}

.had-approve {
    float: left;
    width: 78px;
    height: 22px;
    background: #FFFFFF;
    border-radius: 12px;
    border: 1px solid #F3DCC8;
}

.had-approve label {
    background: url(../images/renzheng01.png) no-repeat left center;
    background-size: 20px 20px;
    -webkit-background-size: 20px 20px;
    padding-left: 23px;
    font-size: 14px;
    color: #D49058;
    line-height: 24px;
    cursor: pointer;
}

.user-ml {
    float: left;
    background: url(../images/maili.png) no-repeat left center;
    background-size: 22px 22px;
    -webkit-background-size: 22px 22px;
    padding-left: 24px;
    margin-left: 17px;
    font-size: 14px;
    color: #444444;
    line-height: 24px;
}

.user-option-list {
    margin: 0 24px;
}

.user-option-list li {
    height: 51px;
    border-bottom: 1px solid #E1E3E7;
}

.user-option-list li:last-child {
    border-bottom: none;
}

.user-option-list .one-option {
    display: block;
    background: url(../images/chakan.png) no-repeat right center;
    background-size: 12px 12px;
    -webkit-background-size: 12px 12px;
    display: block;
}

.one-option:hover {
    background: url(../images/chakan01.png) no-repeat right center;
    background-size: 12px 12px;
    -webkit-background-size: 12px 12px;
}

.one-option span {
    padding-left: 26px;
    font-size: 16px;
    line-height: 51px;
}

.account-set {
    background: url(../images/shezhi.png) no-repeat left center;
    background-size: 24px 24px;
    -webkit-background-size: 24px 24px;
}

.one-option:hover .account-set {
    background: url(../images/shezhi01.png) no-repeat left center;
    background-size: 24px 24px;
    -webkit-background-size: 24px 24px;
}

.ml-account {
    background: url(../images/mailizhanghu.png) no-repeat left center;
    background-size: 24px 24px;
    -webkit-background-size: 24px 24px;
}

.one-option:hover .ml-account {
    background: url(../images/mailizhanghu01.png) no-repeat left center;
    background-size: 24px 24px;
    -webkit-background-size: 24px 24px;
}

.ml-store {
    background: url(../images/mailishangcheng.png) no-repeat left center;
    background-size: 24px 24px;
    -webkit-background-size: 24px 24px;
}

.invoice-center {
    background: url(../images/faone2.png) no-repeat left center;
    background-size: 24px 24px;
    -webkit-background-size: 24px 24px;
}

.one-option:hover .invoice-center {
    background: url(../images/faone1.png) no-repeat left center;
    background-size: 24px 24px;
    -webkit-background-size: 24px 24px;
}

.one-option:hover .ml-store {
    background: url(../images/mailishangcheng01.png) no-repeat left center;
    background-size: 24px 24px;
    -webkit-background-size: 24px 24px;
}

.system-note {
    background: url(../images/xitongtongzhi.png) no-repeat left center;
    background-size: 24px 24px;
    -webkit-background-size: 24px 24px;
}

.one-option:hover .system-note {
    background: url(../images/xitongtongzhi01.png) no-repeat left center;
    background-size: 24px 24px;
    -webkit-background-size: 24px 24px;
}

.log-out {
    background: url(../images/tuichu.png) no-repeat left center;
    background-size: 24px 24px;
    -webkit-background-size: 24px 24px;
}

.one-option:hover .log-out {
    background: url(../images/tuichu01.png) no-repeat left center;
    background-size: 24px 24px;
    -webkit-background-size: 24px 24px;
}

/*下拉页面搜索*/
.info-box .icon-search {
    background: url(../images/sousuo.png) no-repeat;
    width: 28px;
    height: 28px;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    margin-left: 0;
    position: relative;
}

.icon-search:hover {
    background: url(../images/sousuo01.png) no-repeat;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
}

.icon-search:hover::after {
    content: attr(data-title);
    background: url(../images/title.png) no-repeat;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    width: 44px;
    height: 22px;
    position: absolute;
    top: 30px;
    left: -6px;
    font-size: 12px;
    color: #fff;
    line-height: 24px;
    text-align: center;
}

.info-box .icon-search-clicked {
    background: url(../images/close.png) no-repeat;
    width: 28px;
    height: 28px;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
}

.info-box .icon-search-clicked:hover {
    background: url(../images/close01.png) no-repeat;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
}

.info-box .icon-search-clicked:hover::after {
    background: none;
}


.searchBg {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    z-index: 10000;
    overflow: hidden;
}

.big-search-box {
    background: #fff;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.big-search-box.opacity0 {
    opacity: 0;
}

.logo-close-box {
    height: 74px;
    margin-bottom: 90px;
}

.logo-close-box .info-box {
    margin-right: 42px;
}

.search-content {
    width: 924px;
    margin: 0 auto;
}

.search-input-box {
    width: 884px;
    padding: 14px 0;
}

.search-wrapper {
    position: relative;
}

.search-wrapper input {
    max-width: 812px;
    font-size: 28px;
    line-height: 28px;
    width: 100%;
}

/* .search-id{
	position: absolute;
	top: 0;
	left: 2px;
	font-size: 18px;
	color: #999999;
	line-height: 25px;
} */
.search-btns {
    position: absolute;
    top: 2px;
    right: 20px;
    font-size: 18px;
    line-height: 25px;
}

.search-btn {
    background: url(../images/search.png) no-repeat left center;
    background-size: 24px 24px;
    -webkit-background-size: 24px 24px;
    padding-left: 26px;
}

.search-btn:hover {
    background: url(../images/search01.png) no-repeat left center;
    background-size: 24px 24px;
    -webkit-background-size: 24px 24px;
}

.justOneLine {
    background: #E1E3E7;
    width: 864px;
    height: 1px;
    margin-left: 20px;
}

.hot-words-box {
    margin-top: 34px;
}

.hot-words-box h1 {
    font-size: 24px;
    font-weight: 400;
    color: #444444;
    line-height: 33px;
    margin: 0 0 20px 20px;
}

.hot-word-item {
    max-width: 108px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    background: #F6F7FA;
    padding: 11px 40px 10px 40px;
    margin: 0 20px 30px 20px;
    font-size: 18px;
    color: #A9ACB4;
    line-height: 25px;
}

.hot-word-item:hover {
    background: #99cc56;
    color: #FFFFFF;
}


/*下拉页面搜索end*/

.page-main {
    width: 1200px;
    margin: 0 auto;
    /* position: relative; */
}

.page-left-nav {
    width: 170px;
    background: #FFFFFF;
    float: left;
    position: fixed;
    top: 74px;
    z-index: 50;
    /* height: calc(100% - 74px);
    -webkit-height: calc(100% - 74px);
    -moz-height: calc(100% - 74px); */
    overflow-y: hidden;
    overflow-x: hidden;
    /*滚动到页面底部时*/
    /* bottom: 580px; */
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.page-left-nav:hover {
    overflow-y: scroll;
}

.page-right-content {
    width: 1028px;
    float: right;
    /* position: relative; */
}

.one-nav {
    padding: 12px 0 7px 0;
    margin: 0;
    cursor: default;
    border-top: 1px solid #E1E3E7;
    position: relative;
}

.one-nav:first-child {
    background: none;
    padding-top: 0;
    margin-bottom: 8px;
    border-top: none;
}

.one-nav:first-child.current .nav-title {
    background: url(../images/nav_shouye_xuanzhong.png) no-repeat left center;
    background-size: 26px 26px;
    padding-left: 26px;
    margin: 2px 0 2px 6px;
}

.one-nav.current,
.one-nav.current:hover {
    background: #99cc56;
    border-radius: 2px;
    padding: 4px 0 4px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.one-nav:hover {
    background: #F6F7FA;
    border-radius: 2px;
    color: #99cc56;
    font-weight: bold;
}

.nav-title {
    font-size: 16px;
    color: #262626;
    line-height: 22px;
    font-weight: bold;
    padding-left: 26px;
    margin: 0 0 4px 6px;
    position: relative;
}

/* .check-icon {
	width: 12px;
	height: 12px;
	display: block;
	background: url(../images/nav_chakan_moren.png) no-repeat;
	background-size: 12px 12px;
	position: absolute;
	top: 4px;
	right: 0;
}

.nav-title:hover .check-icon {
	background: url(../images/nav_chakan_xuanzhong.png) no-repeat;
	background-size: 12px 12px;
} */

.one-nav:nth-child(2) .nav-title {
    background: url(../images/nav_keshi_moren.png) no-repeat left center;
    background-size: 26px 26px;
}

.one-nav:nth-child(3) .nav-title {
    background: url(../images/nav_yixueqianyan_moren.png) no-repeat left center;
    background-size: 26px 26px;
}

.one-nav:nth-child(4) .nav-title {
    background: url(../images/nav_yimaixiangtong_moren.png) no-repeat left center;
    background-size: 26px 26px;
}

.one-nav:nth-child(5) .nav-title {
    background: url(../images/nav_zhishiku_moren.png) no-repeat left center;
    background-size: 26px 26px;
}

.one-nav:nth-child(6) .nav-title {
    background: url(../images/nav_keyanfuwu_moren.png) no-repeat left center;
    background-size: 26px 26px;
}

.one-nav:nth-child(7) .nav-title {
    background: url(../images/nav_xuexi_moren.png) no-repeat left center;
    background-size: 26px 26px;
}

.one-nav:nth-child(8) .nav-title {
    background: url(../images/nav_ruanjian_moren.png) no-repeat left center;
    background-size: 26px 26px;
}

.nav-item {
    height: 20px;
    display: block;
    font-size: 14px;
    color: #262626;
    line-height: 20px;
    padding: 7px 0 7px 32px;
}

.one-nav:last-child .nav-item:nth-child(1) {
    margin: 0 4px;
}

.nav-item:hover {
    background: #F6F7FA;
    border-radius: 2px;
    color: #99cc56;
    font-weight: bold;
}

.current .nav-title,
.current:hover .nav-title,
.current .nav-item,
.current:hover .nav-item {
    color: #FFFFFF;
}

.detail-list-box {
    position: absolute;
    width: 303px;
    padding: 20px 15px 6px 15px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    z-index: 20;
    left: 0;
    top: 0;
}

.department-list-box {
    width: 409px;
}

.detail-list a {
    float: left;
    margin: 0 15px 14px 15px;
    width: 71px;
    font-size: 14px;
    color: #262626;
    line-height: 20px;
}

.detail-list a:hover {
    color: #99cc56;
    font-weight: bold;
}

/*内容区*/
/*banner*/
.banner-box {
    width: 565px;
    height: 300px;
    float: left;
}

.superslideBox {
    position: relative;
}

.banner-box .superslideBox {
    width: 546px;
}

.superslideBox .prev,
.superslideBox .next {
    width: 20px;
    height: 38px;
    position: absolute;
    top: 131px;
    z-index: 10;
}

.superslideBox .prev {
    background: url(../images/shangyiye.png) no-repeat;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    left: 12px;
}

.superslideBox .next {
    background: url(../images/xiayiye.png) no-repeat;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    right: 12px;
}

.superslideBox .hd ul {
    height: 2px;
    position: absolute;
    bottom: 15px;
    left: 24px;
    z-index: 10;
}

.superslideBox .hd ul li {
    width: 32px;
    height: 2px;
    float: left;
    margin-right: 5px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.5);
}

.superslideBox .hd ul li.on {
    background: #fff;
}

.one-banner {
    width: 546px;
    height: 300px;
    float: left;
}

.one-banner a {
    width: 546px;
    height: 300px;
    display: block;
    position: relative;
}

.banner-img {
    width: 546px;
    height: 300px;
    display: block;
    overflow: hidden;
    border-radius: 2px;
}

.banner-img img {
    width: 546px;
    height: 300px;
}

.banner-title-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 546px;
    height: 87px;
    background: linear-gradient(180deg, rgba(51, 51, 51, 0) 0%, #333333 100%);
    border-radius: 0px 0px 2px 2px;
    opacity: 0.5;
}

.banner-title {
    position: absolute;
    bottom: 30px;
    left: 24px;
    width: 498px;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 28px;
}

/*推荐文章*/
.article-list-box {
    width: 444px;
    float: right;
}

.one-article {
    margin-bottom: 25px;
}

.article-title span {
    background-color: #E2E3E7;
    width: 4px;
    height: 20px;
    float: left;
    margin: 1px 10px 1px 0;
}

.article-title a {
    width: 430px;
    float: left;
    font-size: 16px;
    line-height: 22px;
}

.current-article .article-title span {
    background-color: #99cc56;
    margin: 4px 10px 4px 0;
}

.current-article .article-title a {
    font-size: 20px;
    line-height: 28px;
}

.article-detail {
    height: 48px;
    font-size: 16px;
    color: #999999;
    line-height: 24px;
    padding: 10px 0 20px 0;
    margin: 0 0 20px 14px;
    border-bottom: 1px solid #E1E3E7;
    display: none;
}

.article-detail:hover {
    color: #999999;
}

.current-article .article-detail {
    display: block;
    animation: myshow 1.5s;
    -webkit-animation: myshow 1.5s;
    -moz-animation: myshow 1.5s;
    -ms-animation: myshow 1.5s;
}

@keyframes myshow {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes myshow {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes myshow {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-ms-keyframes myshow {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.one-article:last-child,
.one-article:last-child .article-detail {
    border-bottom: none;
    margin-bottom: 0;
}

.detail-txt {
    float: right;
    background: url(../images/xiangqing.png) no-repeat right center;
    background-size: 12px 12px;
    -webkit-background-size: 12px 12px;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    padding-right: 13px;
}

.article-detail:hover .detail-txt {
    background: url(../images/xiangqing01.png) no-repeat right center;
    background-size: 12px 12px;
    -webkit-background-size: 12px 12px;
    color: #99cc56;
}

.content-left {
    width: 703px;
    float: left;
}

.content-right {
    width: 300px;
    float: right;
}

.content-left-box {
    width: 684px;
    margin-top: 40px;
}

.newest-article-content {
    width: 703px;
}

.newest-article-content .box-top {
    width: 684px;
}

.box-top {
    height: 34px;
    margin-bottom: 20px;
    position: relative;
}

.box-top h1 {
    font-size: 24px;
    color: #262626;
    line-height: 34px;
    float: left;
}

.top-right-btn {
    float: right;
    height: 30px;
    background: #F6F7FA;
    border-radius: 2px;
    text-align: center;
    margin-top: 2px;
}

.top-right-btn a {
    display: inline-block;
    height: 30px;
    font-size: 14px;
    color: #A9ACB4;
    line-height: 30px;
}

.top-right-btn a:hover {
    color: #99cc56;
}

.refresh-btn {
    width: 73px;
    text-align: center;
}

.refresh-btn a {
    background: url(../images/huanyipi.png) no-repeat right center;
    background-size: 14px 14px;
    -webkit-background-size: 14px 14px;
    padding-right: 18px;
}

.refresh-btn a:hover {
    background: url(../images/huanyipi01.png) no-repeat right center;
    background-size: 14px 14px;
    -webkit-background-size: 14px 14px;
}

.one-recommend {
    width: 221px;
    float: left;
    margin-right: 10px;
}

.one-recommend:last-child {
    margin-right: 0;
}

.recommend-img {
    width: 221px;
    height: 131px;
    margin-bottom: 10px;
    position: relative;
}

.recommend-img a {
    width: 221px;
    height: 131px;
    overflow: hidden;
    display: block;
    border-radius: 2px;
    position: relative;
}

.recommend-img img {
    width: 221px;
    height: 131px;
}

.icon-play {
    background: url(../images/shipin.png) no-repeat;
    width: 42px;
    height: 42px;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    position: absolute;
    top: 45px;
    left: 90px;
}

.recommend-title {
    font-size: 16px;
    color: #444444;
    line-height: 22px;
    padding: 0 8px 0 7px;
}

.left-ad-img {
    width: 684px;
    height: 110px;
    display: block;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}

.one-adList .left-ad-img {
    margin-left: 9.5px;
}

.left-ad-img img {
    width: 684px;
    height: 110px;
}

.box-top-nav {
    width: 684px;
    height: 38px;
    margin-bottom: 23px;
    position: relative;
}

.box-nav {
    max-width: 616px;
    overflow: hidden;
    float: left;
}

.navSlideBox {
    position: relative;
}

.navSlideBox .prev,
.navSlideBox .next {
    width: 20px;
    height: 38px;
    position: absolute;
    top: 0;
}

.navSlideBox .prev {
    background: url(../images/shangyige.png) no-repeat;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    left: 0;
}

.navSlideBox .next {
    background: url(../images/xiayige.png) no-repeat;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    right: 0;
}

.navSlideBox .prevStop {
    background: url(../images/shangyigestop.png) no-repeat;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    left: 0;
}

.navSlideBox .nextStop {
    background: url(../images/xiayigestop.png) no-repeat;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    right: 0;
}

.navSlideBox .bd {
    padding: 0 35px;
}

.one-page-nav {
    float: left;
}

.nav-list {
    height: 42px;
    white-space: nowrap;
    overflow: hidden;
}

.nav-list a {
    float: left;
    margin-right: 30px;
    font-size: 16px;
    color: #999999;
    line-height: 34px;
    border-bottom: 4px solid #FFFFFF;
    position: relative;
}

.nav-list a:last-child {
    margin-right: 0;
}

.nav-list a.selected-nav {
    color: #99cc56;
    font-weight: bold;
}

.nav-list a.selected-nav::after {
    width: 36px;
    height: 4px;
    background: #99cc56;
    content: "";
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}

.subscribe-btn {
    width: 62px;
    height: 28px;
    margin-top: 3px;
}

.subscribe-btn a {
    height: 28px;
    background: url(../images/dingyue.png) no-repeat right center;
    background-size: 14px 14px;
    -webkit-background-size: 14px 14px;
    padding-right: 16px;
    font-size: 14px;
    color: #333;
    line-height: 28px;
}

.subscribe-btn a:hover,
.subscribe-btn-clicked a {
    background: url(../images/dingyue01.png) no-repeat right center;
    background-size: 14px 14px;
    -webkit-background-size: 14px 14px;
    color: #99cc56;
}

/*订阅科室下拉框*/
.subscribe-department-box {
    width: 684px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    position: absolute;
    top: 43px;
    right: 0;
    z-index: 20;
}

.subscribe-list {
    padding: 0 18px 17px 18px;
}

.had-subscribed {
    width: 632px;
    margin: 0 auto;
    border-bottom: 1px solid #E1E3E7;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.subscribe-list h4 {
    font-size: 18px;

    color: #444;
    line-height: 25px;
}

/*未订阅科室列表*/
.three-part {
    margin-top: 22px;
}

.not-subscribe h4 {
    margin-left: 8px;
}

.not-subscribe h5 {
    font-size: 16px;

    color: #444;
    line-height: 22px;
    margin: 0 0 11px 8px;
}

.one-part {
    float: left;
    margin-right: 11px;
}

.one-part:last-child {
    margin-right: 0;
}

.depart-list {}

.one-depart-list {
    width: 110px;
    float: left;
    margin-right: 15px;
}

.one-depart {
    display: block;
    width: 110px;
    height: 36px;
    background: #F6F7FA;
    font-size: 16px;
    color: #444444;
    line-height: 36px;
    text-align: center;
    margin-bottom: 10px;
}






.one-newest-article {
    width: 703px;
    height: 170px;
    margin-bottom: 15px;
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.one-newest-article:hover {
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1000);
}

.article-img {
    width: 200px;
    height: 150px;
    float: left;
    position: relative;
    overflow: hidden;
}

.article-img a {
    width: 200px;
    height: 150px;
    display: block;
    overflow: hidden;
    border-radius: 2px;
}

.article-img img {
    /* max-width: 100%; */
    /* max-height: 100%; */
    /* width: 200px; */
    /* height: 150px; */
}

.article-content {
    width: 468px;
    float: right;
}

.article-content h4 a {
    height: 50px;
    font-size: 18px;
    line-height: 25px;
}

.had-readed .article-content h4 a {
    color: #999999;
}

.article-content p {
    height: 40px;
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    margin: 10px 0 26px 0;
}

.article-info {
    height: 24px;
    font-size: 12px;
    color: #A9ACB4;
    line-height: 24px;
}

.article-info span {
    margin-left: 27px;
}

.article-class {
    float: left;
    padding: 0 13px;
    height: 24px;
    background: #F6F7FA;
    border-radius: 2px;
}

.article-comment {
    float: right;
    background: url(../images/pinglun.png) no-repeat left center;
    background-size: 18px 18px;
    -webkit-background-size: 18px 18px;
    padding-left: 23px;
}

.article-time {
    float: right;
    background: url(../images/shijian.png) no-repeat left center;
    background-size: 18px 18px;
    -webkit-background-size: 18px 18px;
    padding-left: 23px;
}

.ad-box {
    width: 684px;
    height: 112px;
    padding-top: 10px;
    margin: 0 auto;
    margin-bottom: 25px;
}

.ad-box a {
    width: 684px;
    height: 112px;
    display: block;
    position: relative;
}

.ad-left-img {
    width: 200px;
    height: 112px;
    overflow: hidden;
    float: left;
    border-radius: 2px;
    position: relative;
}

.ad-left-img img {
    max-width: 200px;
    /* max-height: 112px; */
}

.ad-left-img .icon-play {
    top: 35px;
    left: 79px;
}

.award-ml {
    width: 48px;
    height: 33px;
    position: absolute;
    top: 3px;
    padding-left: 2px;
}

.left-award {
    background: url(../images/xinxiliu_maili.png) no-repeat;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    left: -5px;
}

.ml-num {
    background: url(../images/maili.png) no-repeat 0 -1px;
    background-size: 22px 22px;
    -webkit-background-size: 22px 22px;
    padding-left: 19px;
    font-size: 12px;
    color: #FFA81A;
    line-height: 17px;
    word-spacing: 0;
}

.ad-title {
    background-color: #F9FAFC;
    width: 484px;
    height: 112px;
    float: right;
    position: relative;
}

.ad-title h4 {
    padding: 0 15px;
    max-height: 50px;
    font-size: 18px;

    line-height: 25px;
    position: absolute;
    top: 50%;
    left: 15px;
    right: 5px;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.ad-span {
    display: inline-block;
    position: absolute;
    bottom: 10px;
    right: 15px;
    width: 44px;
    height: 21px;
    background: #D1D2D7;
    border-radius: 2px;
    font-size: 12px;
    color: #F6F7FA;
    line-height: 21px;
    text-align: center;
}

.loading-more {
    padding: 25px 0 39px;
}

.loading-more a {
    display: block;
    width: 684px;
    height: 44px;
    background: #F6F7FA;
    border-radius: 4px;
    font-size: 16px;
    color: #A9ACB4;
    line-height: 44px;
    text-align: center;
}

.loading-more a:hover {
    color: #99cc56;
}

/*右侧块级内容*/
.content-right-box {
    width: 300px;
    margin-top: 40px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}


.emr-box-top {
    height: 54px;
    margin-bottom: 0;
}

.emr-box-top h1 {
    margin-bottom: 20px;
}

.all-btn {
    width: 54px;
}

.emr-box-top .all-btn {
    margin-bottom: 20px;
}

.all-btn a {
    background: url(../images/quanbu.png) no-repeat right center;
    background-size: 12px 12px;
    -webkit-background-size: 12px 12px;
    padding-right: 14px;
}

.all-btn a:hover {
    background: url(../images/quanbu01.png) no-repeat right center;
    background-size: 12px 12px;
    -webkit-background-size: 12px 12px;
}

#departmentBtn {
    padding-bottom: 22px;
}

.department-btn {
    padding: 0 8px;
    margin-right: 15px;
}

.department-btn a {
    background: url(../images/keshi.png) no-repeat right center;
    background-size: 12px 12px;
    -webkit-background-size: 12px 12px;
    padding-right: 14px;
    font-size: 16px;
    color: #444;
    margin-bottom: 20px;
}

.department-btn.dep-bnt-clicked a {
    background: url(../images/keshi01.png) no-repeat right center;
    background-size: 14px 14px;
    -webkit-background-size: 14px 14px;
    padding-right: 14px;
    color: #99cc56;
}

.department-box {
    display: none;
    width: 375px;
    padding: 30px 15px 15px 30px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    position: absolute;
    top: 54px;
    right: 0;
    z-index: 20;
}

.department-input {
    width: 358px;
    height: 40px;
    margin: 0;
    margin-bottom: 30px;
    position: relative;
}

.department-input input {
    width: 328px;
    height: 22px;
    margin: 0;
    padding: 9px 15px;
    background: #F6F7FA;
    border-radius: 2px;
    font-size: 16px;
    color: #444;
    line-height: 22px;
}

.department-input label {
    font-size: 16px;
    color: #A9ACB4;
    line-height: 22px;
    position: absolute;
    top: 9px;
    left: 15px;
}

.associate-list {
    background: #FFFFFF;
    width: 100%;
    min-height: 230px;
    padding-bottom: 15px;
    position: absolute;
    top: 72px;
    left: 0;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.associate-list li {
    margin-top: 15px;
    padding: 0 45px;
    font-size: 16px;
    line-height: 22px;
}

.associate-list li a {
    color: #444444;
}

.input-word {
    color: #99cc56;
}

.hot-department-refresh {
    margin-bottom: 30px;
    padding-right: 15px;
}

.hot-department {
    background: url(../images/remen.png) no-repeat left center;
    background-size: 22px 22px;
    -webkit-background-size: 22px 22px;
    padding-left: 24px;
    font-size: 18px;
    color: #333333;
    line-height: 32px;
}

.department-list a {
    float: left;
    margin: 0 15px 15px 0;
    width: 110px;
    height: 36px;
    background: #F6F7FA;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*e信使列表*/
.emr-list-box {
    background: url(../images/exinshi_beijing.png) no-repeat;
    width: 300px;
    height: 420px;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
}

.emr-list {
    padding: 20px 10px;
}

.one-emr {
    width: 260px;
    height: 90px;
    padding: 20px 10px 10px;
    background: #FFFFFF;
    border-radius: 4px;
    margin-bottom: 10px;
    position: relative;
}

.one-emr:last-child {
    margin-bottom: 0;
}

.right-award {
    background: url(../images/maili_beijing.png) no-repeat;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    right: -6px;
}

.emr-left {
    width: 52px;
    float: left;
}

.emr-photo {
    width: 52px;
    height: 52px;
    display: block;
    position: relative;
}

.emr-photo-box {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: block;
    position: relative;
    overflow: hidden;
}

.emr-photo .emr-msg {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #F44C4C;
    border: 1px solid #FFFFFF;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 14px;
    position: absolute;
    top: 0;
    right: 0;
    transform-origin-x: 0;
    transform: scale(0.75);
    -ms-transform-origin-x: 0;
    -ms-transform: scale(0.75);
    -webkit-transform-origin-x: 0;
    -webkit-transform: scale(0.75);
}

.emr-photo img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
}

.icon-emr-state {
    width: 40px;
    height: 16px;
    margin: 0 auto;
    margin-top: 9px;
    background: #EBF1FF;
    border-radius: 9px;
}

.state-img {
    width: 14px;
    height: 14px;
    margin: 1px;
    float: left;
}

.icon-state-unread .state-img {
    background: url(../images/weidu.png) no-repeat;
    background-size: 14px 14px;
    -webkit-background-size: 14px 14px;
    margin-right: 1px;
}

.icon-state-new .state-img {
    background: url(../images/xin.png) no-repeat;
    background-size: 14px 14px;
    -webkit-background-size: 14px 14px;
    margin-right: 5px;
}

.state-txt {
    margin-top: -1px;
    float: left;
    font-size: 9px;
    color: #99cc56;
    line-height: 16px;
    -webkit-transform-origin-x: 0;
    -webkit-transform: scale(0.75);
}

.emr-right {
    width: 198px;
    float: right;
}

.emr-info {
    font-size: 13px;
    color: #262626;
    line-height: 18px;
    margin-bottom: 14px;
}

.emr-info .emr-name {
    display: block;
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 5px;
    font-weight: bold;
}

.emr-title {
    font-size: 11px;
    color: #999999;
    line-height: 18px;
    -webkit-transform-origin-x: 0;
    -webkit-transform: scale(0.92);
}

.state-fans-read {
    height: 35px;
}

.state-fans-read .emr-title {
    line-height: 16px;
}

.num-body {
    font-size: 13px;
    color: #444444;
    line-height: 18px;
}

.state-num {
    width: 31px;
    float: left;
    text-align: center;
    margin-left: -4px;
}

.emr-line {
    background: #E1E3E7;
    width: 1px;
    height: 28px;
    float: left;
    margin: 4px 18px 0 18px;
}

.fans-num {
    width: 47px;
    float: left;
    text-align: center;
}

.read-num {
    width: 47px;
    float: left;
    text-align: center;
}





.right-ad-img {
    width: 300px;
    height: 80px;
    display: block;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}

.right-ad-img img {
    width: 300px;
    height: 80px;
}

.big-living-img {
    width: 300px;
    height: 225px;
    margin-bottom: 15px;
}

.one-living {
    width: 300px;
    height: 225px;
    overflow: hidden;
}

.living-img {
    width: 300px;
    height: 225px;
    overflow: hidden;
    display: block;
    position: relative;
    border-radius: 2px;
}

.living-img img {
    width: 300px;
    height: 225px;
}

.live-state-box {
    padding: 0 10px;
    height: 24px;
    background: rgba(0, 0, 0, 0.46);
    border-radius: 2px;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: center;
    position: absolute;
}

.living-state {
    top: 11px;
    left: 10px;
}

.living-state label {
    background: url(../images/living.gif) no-repeat left center;
    background-size: 14px 14px;
    -webkit-background-size: 14px 14px;
    padding-left: 18px;
}

.one-living .banner-title-box {
    width: 300px;
    height: 52px;
}

.big-live-state {
    top: 11px;
    left: 10px;
}

.big-live-title {
    width: 270px;
    padding: 0 15px;
    height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
    position: absolute;
    bottom: 15px;
    left: 0;
}

.livingSlideBox .superslideBox .prev,
.livingSlideBox .superslideBox .next {
    top: 94px;
}

.livingSlideBox .superslideBox .hd ul {
    left: 97px;
    bottom: 5px;
}

.one-recent-live {
    width: 146px;
    height: 190px;
    float: left;
    margin-right: 8px;
}

.one-recent-live:last-child {
    margin-right: 0;
}

.live-img {
    display: block;
    width: 146px;
    height: 110px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    border-radius: 2px;
}

.live-img img {
    width: 146px;
    height: 110px;
}

.live-state {
    top: 5px;
    left: 5px;
}

.live-title {
    padding: 0 5px;
    width: 136px;
    height: 40px;
    font-size: 14px;
    line-height: 20px;
}

.live-info {
    height: 24px;
    margin-top: 6px;
}

.live-speaker {
    /* float: left;
    width: 60px;
    padding-left: 5px; */
    padding: 0 5px;
    font-size: 12px;
    color: #A9ACB4;
    line-height: 24px;
}

.live-time {
    float: right;
    width: 78px;
    height: 24px;
    border: 1px solid #99cc56;
    border-radius: 2px;
    font-size: 12px;
    color: #99cc56;
    line-height: 24px;
    text-align: center;
}

.big-course-box {
    border-bottom: 1px solid #E1E3E7;
    /* padding-bottom: 23px; */
}

.big-course-img {
    display: block;
    width: 300px;
    height: 173px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    border-radius: 2px;
}

.big-course-img img {
    width: 300px;
    height: 173px;
}

.try-watch-box {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    border-radius: 2px 0px 0px 0px;
    color: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.big-course-img .try-watch-box {
    width: 61px;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    padding-left: 11px;
}

.course-title {
    font-size: 18px;

    line-height: 25px;
}

.course-info {
    height: 24px;
    margin-top: 15px;
}

.course-teacher {
    float: left;
    font-size: 13px;
    color: #A9ACB4;
    line-height: 24px;
}

.course-price {
    float: right;
    text-align: right;
    font-size: 0;
}

.price-red {
    font-size: 22px;
    color: #F44C4C;
    line-height: 24px;
    margin-left: 10px;
}

.price-gray {
    font-size: 13px;
    color: #A9ACB4;
    line-height: 24px;
    text-decoration: line-through;
}

.one-course {
    width: 300px;
    height: 83px;
    margin-top: 30px;
}

.course-left-img {
    width: 144px;
    height: 83px;
    overflow: hidden;
    float: left;
    position: relative;
    border-radius: 2px;
}

.course-left-img img {
    width: 144px;
    height: 83px;
}

.course-left-img .try-watch-box {
    width: 46px;
    height: 18px;
    font-size: 12px;
    line-height: 18px;
    padding-left: 5px;
}

.course-right-info {
    width: 146px;
    float: right;
}

.course-right-info .course-title {
    height: 44px;
    font-size: 16px;
    line-height: 22px;
}

.course-right-info .course-teacher {
    max-width: 100px;
    font-size: 12px;
    color: #A9ACB4;
}

.course-right-info .price-red {
    font-size: 18px;
}

.one-meeting {
    width: 300px;
    height: 110px;
    margin-bottom: 30px;
}

.meeting-img {
    float: left;
    width: 146px;
    height: 110px;
    overflow: hidden;
    border-radius: 2px;
    position: relative;
}

.meeting-img img {
    width: 146px;
    height: 110px;
}

.meeting-info {
    float: right;
    width: 146px;
    height: 110px;
    font-size: 12px;
    color: #A9ACB4;
    line-height: 17px;
}

.meeting-info a {
    height: 44px;
    display: block;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 42px;
}

.meeting-place {
    width: 60px;
    float: left;
    background: url(../images/dizhi.png) no-repeat left center;
    background-size: 18px 18px;
    -webkit-background-size: 18px 18px;
    padding-left: 21px;
}

.meeting-time {
    float: right;
}

/*底部*/
.page-footer {
    width: 100%;
    margin-top: 30px;
}

.about-medlive {
    background: #F6F7FA;
}

.about-medlive-body {
    background: #F6F7FA;
    width: 1200px;
    padding: 25px 0;
    margin: 0 auto;
}

.about-box01 {
    float: left;
    width: 172px;
}

.box-title {
    height: 25px;
    position: relative;
    margin-bottom: 11px;
}

.box-title h4 {
    font-size: 16px;
    color: #444;
    line-height: 22px;
    font-weight: bold;
}

.link-list-box a {
    float: left;
    margin-top: 12px;
    font-size: 14px;
    color: #999999;
    line-height: 20px;
}

.link-list-box a:hover {
    color: #99cc56;
}

.about-box01 .link-list-box a {
    margin-right: 30px;
}

.just-line {
    float: left;
    width: 1px;
    height: 143px;
    background: #CBCED5;
    margin-top: 50px;
    margin-right: 30px;
}

.about-box02 {
    float: left;
    width: 418px;
}

.website-list01,
.website-list02,
.website-list03 {
    float: left;
}

.website-list01 {
    width: 121px;
    margin-right: 24px;
}

.website-list02 {
    width: 135px;
    margin-right: 24px;
}

.website-list03 {
    width: 84px;
    margin-right: 30px;
}

.about-box03 {
    float: left;
    width: 272px;
}

.about-box03 .box-title {
    height: 36px;
    margin-bottom: 0;
}

.total-wx {
    background: url(../images/quanbuweixin.png) no-repeat 91px 1px;
    background-size: 18px 18px;
    -webkit-background-size: 18px 18px;
    padding-right: 20px;
    font-size: 14px;
    color: #777C8A;
    line-height: 22px;
    padding: 0 55px 14px 35px;
    float: right;
}

.total-wx:hover,
.total-wx-clicked {
    background: url(../images/quanbuweixin01.png) no-repeat 91px 1px;
    background-size: 18px 18px;
    -webkit-background-size: 18px 18px;
    color: #99cc56;
}

.about-box03 .link-list-box {
    float: left;
    width: 56px;
    margin-right: 39px;
}

.code-box {
    background: #FFFFFF;
    float: right;
    width: 97px;
    height: 97px;
    padding: 2px;
    margin-top: 14px;
    margin-right: 40px;
}

.code-box img {
    width: 97px;
    height: 97px;
}

/*全部微信弹框*/
.total-wx-box {
    display: none;
    width: 304px;
    padding: 14px 10px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    position: absolute;
    right: -304px;
    top: 4px;
    z-index: 20;
}

.total-wx-box a {
    float: left;
    margin: 6px 10px;
    font-size: 14px;
    line-height: 20px;
}


.about-box04 {
    float: left;
    width: 228px;
    padding-left: 9px;
}

.about-box04 .total-wx {
    padding: 0 50px 14px 33px;
}

.about-box04 .link-list-box {
    float: left;
    width: 84px;
    margin-right: 38px;
}

.about-box04 .code-box {
    margin-right: 0;
}

.friendly-link {
    background: #333;
}

.friendly-link-body {
    background: #333;
    width: 1200px;
    padding: 25px 0;
    margin: 0 auto;
}

.friendly-link-body h4 {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
    margin-bottom: 11px;
}

.friendly-link-list a {
    float: left;
    margin-right: 25px;
    font-size: 13px;
    color: #CDCDCD;
    line-height: 18px;
}

.friendly-link-list a:hover {
    color: #F6F7FA;
}

.friendly-link-list .marginR0 {
    margin-right: 0;
}

.more-link {
    background: url(../images/gengduoxinxi.png) no-repeat right center;
    background-size: 18px 18px;
    -webkit-background-size: 18px 18px;
    padding-right: 20px;
}

.more-link:hover {
    background: url(../images/gengduoxinxi01.png) no-repeat right center;
    background-size: 18px 18px;
    -webkit-background-size: 18px 18px;
}

.page-copyright {
    width: 100%;
    height: 56px;
    background: #121212;
}

.page-copyright-body {
    background: #121212;
    padding: 18px 0;
    margin: 0 auto;
    font-size: 14px;
    color: #989CA6;
    line-height: 20px;
    text-align: center;
}

.page-copyright-body a {
    color: #989CA6;
}

.page-copyright-body a:hover {
    color: #989CA6;
}

.page-copyright-body span {
    padding: 0 5px;
}

/*窗口右侧工具飘窗*/
.page-tools-box {
    position: fixed;
    right: 0;
    bottom: 10%;
}

.one-tool {
    width: 43px;
    height: 32px;
    background: #F6F7FA;
    border-radius: 100px 0px 0px 100px;
    margin-bottom: 5px;
}

.one-tool a {
    width: 43px;
    height: 32px;
    display: block;
    text-align: center;
}

.icon-code {
    background: url(../images/weiwema.png) no-repeat center center;
    background-size: 24px 24px;
    -webkit-background-size: 24px 24px;
}

.icon-code:hover {
    background: url(../images/weiwema01.png) no-repeat center center;
    background-size: 24px 24px;
    -webkit-background-size: 24px 24px;
}

.icon-feedback {
    background: url(../images/wentifankui.png) no-repeat center center;
    background-size: 24px 24px;
    -webkit-background-size: 24px 24px;
}

.icon-feedback:hover {
    background: none;
}

.icon-feedback span {
    display: none;
    padding: 2px 0;
    font-size: 12px;
    color: #99cc56;
    line-height: 14px;
    text-align: center;
}

.icon-feedback:hover span {
    display: block;
    width: 28px;
    height: 36px;
    margin: 0 auto;
}

.icon-back-top {
    background: url(../images/zhiding.png) no-repeat center center;
    background-size: 24px 24px;
    -webkit-background-size: 24px 24px;
}

.icon-back-top:hover {
    background: none;
}

.icon-back-top span {
    display: none;
    padding: 2px 0;
    font-size: 12px;
    color: #99cc56;
    line-height: 14px;
    text-align: center;
}

/* .icon-back-top:hover{
	background: url(../images/zhiding01.png) no-repeat center center;
	background-size: 24px 24px;
	-webkit-background-size: 24px 24px;
} */
.icon-back-top:hover span {
    display: block;
    width: 28px;
    height: 36px;
    margin: 0 auto;
}

.two-medlive-code {
    width: 234px;
    height: 132px;
    padding: 15px 0;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    position: absolute;
    top: 0;
    right: 43px;
}

.one-medlive-code {
    width: 86px;
    float: left;
    margin: 0 15px;
    font-size: 14px;
    color: #444;
    line-height: 20px;
    text-align: center;
}

.one-medlive-code img {
    width: 86px;
    height: 86px;
}

.one-medlive-code p {
    padding: 10px 8px 0;
}

.box-line {
    float: left;
    width: 1px;
    height: 83px;
    background: #E1E3E7;
}

#backTop {
    display: none;
}

/*吸顶部分*/
.fixed-header {
    width: 100%;
    height: 74px;
    background: #FFFFFF;
    /* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); */
    position: fixed;
    top: -74px;
    left: 0;
    z-index: 100;
    transition: all .1s;
    -webkit-transition: all .1s;
}

.fixed-header-body {
    width: 1200px;
    height: 74px;
    /* padding: 11px 0 2px 0; */
    margin: 0 auto;
}

.medlive-logo01 {
    /* padding: 11px 0; */
    width: 121px;
    height: 75px;
    float: left;
}

.medlive-logo01 img {
    width: 121px;
    height: 75px;
}

.fixed-header .box-top-nav {
    width: 684px;
    height: 46px;
    float: left;
    margin: 0 0 0 52px;
    padding: 17px 0 0 0;
}

.fixed-header .nav-list {
    height: 38px;
}

.fixed-header .nav-list a.selected-nav::after {
    bottom: -3px;
}

/* .fixed-header .top-right-btn{
	float: left;
} */
.fixed-header .subscribe-department-box {
    top: 52px;
}

/* .fixed-header-body .header-right{
	padding-top: 9px;
} */

/*签到*/
.sign-in-box {
    width: 458px;
    height: 311px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    position: absolute;
    top: 74px;
    right: 0;
    z-index: 2;
    display: none;
}

.sign-in-body {
    background: url(../images/signbg.png) no-repeat center top;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    width: 100%;
}

.sign-logo-box {
    height: 80px;
    margin-bottom: 8px;
    padding-right: 12px;
}

.signLogo {
    float: left;
    background: url(../images/signlogo.png) no-repeat;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    width: 80px;
    height: 80px;
}

.helloBox {
    float: left;
    background: url(../images/hellobox.png) no-repeat;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    width: 150px;
    height: 31px;
    margin-top: 28px;
    padding-left: 15px;
    font-size: 22px;
    color: #262626;
    line-height: 31px;
}

.helloBox label {
    width: 84px;
    height: 31px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}

.sign-in-box .checkMore {
    float: right;
    margin: 33px 0 0 0;
    padding-right: 18px;
    background: url(../images/chakanrenwu.png) no-repeat right center;
    background-size: 16px 16px;
    -webkit-background-size: 16px 16px;
    font-size: 14px;
    color: #A9ACB4;
    line-height: 20px;
}

.checkMore:hover {
    background: url(../images/chakanrenwu01.png) no-repeat right center;
    background-size: 16px 16px;
    -webkit-background-size: 16px 16px;
    color: #99cc56;
}

.sign-in-box .explainIcon {
    float: right;
    margin: 34px 0 0 16px;
    background: url(../images/shuoming.png) no-repeat;
    background-size: 18px 18px;
    -webkit-background-size: 18px 18px;
    width: 18px;
    height: 18px;
}

.explainIcon:hover {
    background: url(../images/shuoming01.png) no-repeat;
    background-size: 18px 18px;
    -webkit-background-size: 18px 18px;
}

.sign-tip-box {
    font-size: 14px;
    color: #262626;
    line-height: 20px;
    padding: 0 43px 0 39px;
}

.sign-day-num {
    position: relative;
}

.signTitle {
    font-size: 18px;
    color: #262626;
    line-height: 25px;
    margin-bottom: 15px;
}

.signTitle span {
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
    width: 2px;
    height: 16px;
    background: #262626;
    margin-right: 6px;
}

.signIconList {
    margin: 0 0 19px 5px;
    padding: 5px 0 20px 0;
    border-bottom: 1px solid #E1E3E7;
    position: relative;
}

.signIconList ul {
    padding-left: 16px;
    margin-bottom: 10px;
}

.one-sign {
    float: left;
}

.one-sign span {
    display: block;
    width: 15px;
    height: 15px;
    background: #FFECC2;
    border-radius: 50%;
}

.signed-icon span,
.signing-icon span {
    background: #FFBF36;
}

.signing-icon {
    width: 15px;
    height: 15px;
    background: #FFFFFF;
    border: 1px solid #FFBF36;
    border-radius: 50%;
    padding: 4px;
    margin-top: -5px;
}

.sign-line {
    float: left;
    margin-top: 7px;
    width: 38px;
    height: 1px;
    background: #FFEBC1;
}

.signed-line {
    background: #FFD336;
}

.firstThirty {
    padding-left: 7px;
}

.firstThirty img {
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
}


/*广告轮播图*/
.adList-box {
    padding-bottom: 30px;
}

.adList-box .superslideBox .prev {
    display: none;
}

.adList-box .superslideBox .next {
    display: none;
}

.adList-box .superslideBox .hd ul {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    bottom: -29px;
}

.adList-box .superslideBox .hd ul li {
    background: #CECFD2;
}

.adList-box .superslideBox .hd ul li.on {
    background: #99cc56;
}

/*2022-07-28修改*/
.new-icon {
    background: url(../images/nav_xin.png) no-repeat;
    background-size: 13px 16px;
    width: 13px;
    height: 16px;
    display: inline-block;
    vertical-align: top;
    margin: 3px 0 0 6px;
}

.about-box04 .total-wx {
    padding-right: 18px;
}

.icon-old-version span {
    font-size: 13px;
    line-height: 32px;
}

.nav-popbox {
    position: fixed;
    left: 150px;
    z-index: 99;
}

.pop_nav {
    position: absolute;
    top: 0;
    left: 100%;
}

/*2022-08-29*/
.nav-list a:hover {
    color: #99cc56;
    font-weight: bold;
}

/* .nav-list a:hover::after{
	width: 36px;
	height: 4px;
	background: #99cc56;
	content: "";
	position: absolute;
	bottom: -4px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
} */
.info-box a.icon-sign {
    padding: 0;
}

.icon-sign:hover::after {
    content: "点击签到";
    background: #99cc56;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    width: 70px;
    height: 28px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -35px;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    text-align: center;
    border-radius: 4px;
}

/* .superslideBox .prev, .superslideBox .next {
	display: none;
}
.superslideBox:hover .prev, .superslideBox:hover .next {
	display: block;
} */
.one-tool .icon-old-version {
    background: url(../images/old.png) no-repeat;
    width: 43px;
    height: 32px;
    background-size: 100% 100%;
}

.one-tool .icon-old-version span {
    display: none;
    padding: 2px 0;
    font-size: 12px;
    color: #99cc56;
    line-height: 14px;
    text-align: center;
    width: 30px;
    margin: 0 auto;
}

.one-tool .icon-old-version:hover {
    background: none;
}

.one-tool .icon-old-version:hover span {
    display: block;
}

.info-box a.signed {
    background: url(../images/sign.png) no-repeat;
    background-size: 100% 100%;
}

.info-box a.signed:hover {
    background: url(../images/sign.png) no-repeat;
    background-size: 100% 100%;
}

.superslideBox .prev {
    background: url(../images/pre.png) no-repeat;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
}

.superslideBox .next {
    background: url(../images/next.png) no-repeat;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    right: 12px;
}

.superslideBox .prev:hover {
    background: url(../images/shangyiye.png) no-repeat;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
}

.superslideBox .next:hover {
    background: url(../images/xiayiye.png) no-repeat;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    right: 12px;
}

.sign_succeed {
    background-color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    line-height: 30px;
    color: #fff;
    border-radius: 4px;
    width: 150px;
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
}

/*自定义滚动条，滚动条变细*/
.page-left-nav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0);
    background-color: #f1f1f1;
}

/*定义滚动条整体的样式*/
.page-left-nav::-webkit-scrollbar {
    width: 6px;
    background-color: #f1f1f1;
}

/*滚动条的样式*/
.page-left-nav::-webkit-scrollbar-thumb {
    height: 20px;
    background-color: #c1c1c1;
}

/*自定义滚动条，滚动条变细*/
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0);
    background-color: #f1f1f1;
}

/*定义滚动条整体的样式*/
body::-webkit-scrollbar {
    width: 6px;
    background-color: #f1f1f1;
}

/*滚动条的样式*/
body::-webkit-scrollbar-thumb {
    height: 20px;
    background-color: #c1c1c1;
}

.history-words-box {
    margin-top: 0;
}

.history-words-del {
    font-size: 14px;
    color: #A9ACB4;
}

.history-words-del:hover {
    color: #A9ACB4;
}

.clear-text {
    position: absolute;
    display: none;
    width: 22px;
    height: 22px;
    background: url(../images/del-icon.png) no-repeat left center;
    background-size: 100%;
    right: 60px;
    top: 50%;
    transform: translate(-50%, -50%);
}


/*2025-06-12*/
.home_case_box {
    background: linear-gradient(180deg, #EDF5FF 0%, #F6F7FA 114.68%);
    padding: 20px 12px;
    margin-top: 15px;
}

.home_case_box .home_case_top {
    padding: 10px 0;
    text-align: center;
    display: block;
}

.home_case_box .pic_case_tit {
    width: 198px;
    margin: 0 auto 11px;
}

.home_case_box .pic_case_tit-2 {
    width: 226px;
    margin: 0 auto;

}

.home_case_box .home_case_cont {
    background-color: #fff;
    padding: 0 16px;
    position: relative;
}

.home_case_box .case_block {
    border-bottom: 1px solid #E1E3E7;
    padding: 20px 0 5px;
    display: block;
}

.home_case_box .case_block:hover .case_tit {
    color: #99cc56;
}

.home_case_box .case_block:last-child {
    border-bottom: medium none;
}

.home_case_box .case_tit {
    font-size: 16px;
    line-height: 22px;
    color: #262626;
    margin-bottom: 16px;
}

.home_case_box .case_infor {}

.home_case_box .case_sign {
    background-color: #F6F7FA;
    font-size: 12px;
    line-height: 20px;
    color: #A9ACB4;
    margin: 0 10px 10px 0;
    display: inline-block;
    padding: 0 6px;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 5px;
}

.home_case_box .case_triangle {
    border: 10px solid #fff;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    left: 43px;
    top: -18px;
}

.firstThirty .juan_icon {
    width: 20px;
    height: auto;
    margin: 0 0 0 5px;
}

.info-box .blue {
    color: #5297ff;
    text-decoration: underline;
    float: none;
    margin: 0;
}

.yellow_color {
    color: #FF9A21;
}

.info-box .yellow_underline {
    text-decoration: underline;
    float: none;
    margin: 0;
    color: #FF9A21;
}

.medseeker_box {
    background: linear-gradient(180deg, #EDF5FF 0%, #FFFFFF 33.24%);
    width: 300px;
    box-sizing: border-box;
    border: 1px solid #E2E3E7;
    border-radius: 20px 12px 0 0;
    margin-top: 42px;
}

.medseeker_top {
    padding: 15px 20px 25px;
    position: relative;

}

.medseeker_logo {
    width: 194px;
}

.medseeker_icon {
    width: 76px;
    position: absolute;
    right: -10px;
    bottom: 5px;
}

.medseeker_cover {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(247, 250, 255, 0.8) 49.34%, #FAFCFF 92.65%);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 28px;
}

.medseeker_cont {
    padding: 0 12px;
}

.medseeker_line {
    background: #F6F7FA;
    border-radius: 10px;
    padding: 14px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    line-height: 22px;
    color: #262626;
    margin-bottom: 8px;
}

.medseeker_line:last-child {
    margin: 0;
}

.medseeker_tit {
    font-size: 15px;
    line-height: 22px;
    color: #8A8E9D;
}

.medseeker_line .m_icon {
    width: 16px;
    margin-left: 10px;
}

.medseeker_line .m_sign {
    color: #262626;
}

.medseeker_btm {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 12px;
    color: #9B9EA5;
    font-size: 12px;
    line-height: 20px;
    cursor: pointer;
}

.medseeker_btm .m_icon2 {
    margin: 0 5px;
    width: 14px;
}

.medseeker_btm .m_txt {
    margin: 0;
}

.noWrap-two {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.medseeker_line:hover .medseeker_tit,
.medseeker_line:hover .m_sign {
    color: #99cc56;
}