@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "微软雅黑";
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    cursor: pointer;
    -webkit-text-size-adjust: none; /*禁止设备浏览器对文字大小做出适应调整*/
    -webkit-font-smoothing: antialiased; /*字体抗锯齿*/
    -moz-osx-font-smoothing: grayscale; /*字体抗锯齿*/
}

html {
    font-size: 100px;
    height: 100%;
    position: relative;
}

body {
    width: 100%;
    height: auto;
    min-width: 320px;
    min-height: 100%;
    font-size: 12px;
    background: #fff;
}

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

ul li {
    list-style: none;
}

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

a, button, input, optgroup, select, textarea, span {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

select {
    appearance: none; /*取消默认箭头*/
    -moz-appearance: none;
    -webkit-appearance: none;
}

div, p, span {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none; /*早期浏览器*/
    user-select: none;
}

input {
    border: none;
    background: none;
}

input[type="button"], input[type="submit"], input[type="reset"], input[type="text"] {
    -webkit-appearance: none;
}

button {
    appearance: none;
    -webkit-appearance: none;
    border: none;
}

textarea {
    resize: none;
    padding: 0 10px;
}

.clearfix {
    zoom: 1
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
    visibility: hidden;
}

.wrap1 {
    width: 92%;
    height: auto;
    margin: 0 auto;
}

.BoxRadios {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.large-box {
    width: 100%;
    height: auto;
    min-height: 100%;
}

/*首页*/
.large-boxPad30 {
    padding-bottom: 30px;
}

.home-top {
    position: relative;
}

.home-bg {
    width: 100%;
}

.home-top-main {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.home-nav-wrap {
    padding: 2% 6% 0 6%;
}

.home-nav {
    width: 70%;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    align-items: center;
    float: right;
}

.home-nav-li {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    -khtml-flex: 1;
    flex: 1;
    width: 100%;
    text-align: center;
}

.home-nav-img {
    width: 48px;
    height: 48px;
}

.home-nav-name {
    display: inline-block;
    width: 60px;
    height: 17px;
    margin-top: 5px;
    background: #AC956B;
    line-height: 17px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-size: 12px;
    color: #fff;
}

.home-bannerSwiper {
    height: auto;
    margin: 0 auto 0;
    padding: 3% 0;
    overflow-x: hidden;
}

.home-bannerSwiper .swiper-container {
    width: 92%;
    margin: 0 auto;
    overflow: visible;
}

.home-bannerSwiper img {
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}

.home-bannerSwiper .swiper-pagination {
    font-size: 0;
    bottom: 5px;
}

.home-bannerSwiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    opacity: 1;
    margin: 0 4px;
}

.home-bannerSwiper .swiper-pagination-bullet-active {
    width: 41px;
}

.list-wrap {
    background: #fff;
    -webkit-border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    border-radius: 15px 15px 0 0;
    position: relative;
    margin-top: -3%;
}

.page-title {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid #C8C8C8;
}

.page-title-icon {
    width: 15px;
    height: 19px;
    margin-right: 8px;
}

.page-title-name {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    -khtml-flex: 1;
    flex: 1;
    width: 100%;
    font-size: 18px;
    color: #4d4d4d;
}

.list-li {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #C8C8C8;
}

.list-li:last-child {
    border-bottom: 0;
}

.li-txt {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    -khtml-flex: 1;
    flex: 1;
    width: 100%;
    overflow: hidden;
}

.li-name {
    height: 42px;
    font-size: 16px;
    line-height: 21px;
    color: #222;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.li-btm {
    margin-top: 15px;
}

.li-date, .li-good {
    float: left;
    font-size: 12px;
    color: #222;
}

.li-good {
    float: right;
    background: url("../images/icon1.png") left no-repeat;
    background-size: 12px 13px;
    background-position: 0 50%;
    padding-left: 18px;
}

.li-img {
    width: 135px;
    height: 76px;
    margin-left: 18px;
    border: 1px solid #C8C8C8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/*会议频道*/
.page-null {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.nul-img {
    width: 102px;
    height: 85px;
}

.null-name {
    font-size: 15px;
    color: #4d4d4d;
    margin-top: 15px;
    text-align: center;
}

/*AML前沿详情*/
.detail-name {
    padding-top: 15px;
    font-size: 21px;
    color: #000;
}

.detail-date {
    font-size: 12px;
    color: #777;
    margin-top: 8px;
}

.detail-article {
    margin-top: 6px;
}

.detail-article * {
    max-width: 100% !important;
    font-size: 14px;
    color: #000;
    list-style: disc;
    word-break: break-all;
}

.detail-article ul, .detail-article ol {
    padding-left: 18px;
}

.detail-btm {
    margin-top: 24px;
    padding-bottom: 24px;
    text-align: center;
}

.detail-good, .detail-share {
    display: inline-block;
    width: 66px;
    height: 66px;
    border: 1px solid #73237f;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    vertical-align: middle;
    text-align: center;
}

.detail-good {
    border: 1px solid #666;
}

.good-icon {
    width: 27px;
    height: 27px;
    display: inline-block;
    background: url("../images/icon6.png") center no-repeat;
    background-size: 100% 100%;
    margin-top: 13px;
}

.good-yes {
    border: 1px solid #73237f;
}

.good-yes .good-icon {
    background: url("../images/icon3.png") center no-repeat;
    background-size: 100% 100%;
}

.good-num {
    height: 17px;
    line-height: 17px;
    margin-top: 0;
    font-size: 13px;
    color: #666;
}

.good-yes .good-num {
    color: #73237f;
}

.detail-share {
    margin-left: 65px;
}

.share-icon {
    width: 27px;
    height: 27px;
    margin-top: 18px;
}

.page-line {
    height: 5px;
    background: #eee;
}

.comment-list-top {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #C8C8C8;
}

.comment-list-title {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    -khtml-flex: 1;
    flex: 1;
    width: 100%;
    font-size: 18px;
    color: #4d4d4d;
}

.comment-openBtn {
    width: 80px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #73237f;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background: url("../images/icon5.png") left no-repeat;
    background-size: 12px 10px;
    background-position: 13px 50%;
    padding-left: 28px;
    font-size: 12px;
    color: #582887;
}

.comment-li {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    align-items: flex-start;
    padding: 15px 0;
    border-bottom: 1px solid #C8C8C8;
}

.comment-li-photo {
    width: 45px;
    height: 45px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin-right: 8px;
}

.comment-li-txt {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    -khtml-flex: 1;
    flex: 1;
    width: 100%;
    overflow: hidden;
}

.comment-li-userName {
    font-size: 14px;
    line-height: 19px;
    color: #010101;
}

.comment-li-date {
    font-size: 14px;
    line-height: 19px;
    color: #4d4d4d;
    margin-top: 6px;
}

.comment-li-text {
    font-size: 16px;
    line-height: 21px;
    color: #2f2f2f;
    margin-top: 12px;
}

/*专家说详情*/
.detail-video {
    width: 100%;
    height: 258px;
}

.page-lineTop16 {
    margin-top: 16px;
}

.detail-title {
    margin-top: 16px;
    font-size: 18px;
    color: #4d4d4d;
    line-height: 24px;
}

.detail-title .detail-title-icon {
    width: 4px;
    height: 24px;
    display: inline-block;
    background: #AC956B;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    vertical-align: middle;
    margin-right: 6px;
}

.detail-doctor {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    align-items: flex-start;
    margin-top: 7px;
}

.doctor-photo {
    width: 80px;
    height: 80px;
    border: 1px solid #CBCBCB;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin-right: 14px;
}

.doctor-txt {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    -khtml-flex: 1;
    flex: 1;
    width: 100%;
    overflow: hidden;
}

.doctor-desc {
    margin-top: 6px;
    font-size: 12px;
    color: #000;
}

.doctor-desc span {
    font-size: 14px;
    font-weight: bold;
    padding-right: 5px;
}

/*!*识别iphone x*!*/
/*@supports (bottom: env(safe-area-inset-bottom)) {*/
/*body { padding-bottom: env(safe-area-inset-bottom); }*/
/*.btm_box {*/
/*padding-bottom: env(safe-area-inset-bottom);*/
/*}*/
/*}*/
/*弹窗*/
.mask-box {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    /*filter:alpha(opacity=0.7);*/
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#b2000000, endcolorstr=#b2000000);
    display: none;
}

.mask-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.05);
}

.mask-cover {
    position: absolute;
    background: #fff;
    top: 50%;
    left: 50%;
}

.comment-mask .mask-cover {
    width: 100%;
    left: 0;
    top: auto;
    bottom: 0;
    padding: 0 4% 15px;
}

.commentMask-top {
    width: 100%;
    padding: 12px 0 14px;
}

.close-btn {
    float: left;
    width: 14px;
    height: 14px;
    background: url("../images/close.png") center no-repeat;
    background-size: 100% 100%;
}

.commentMask-submit {
    float: right;
    width: 60px;
    height: 18px;
    line-height: 16px;
    border: 1px solid #582887;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    font-size: 12px;
    color: #582887;
    text-align: center;
}

.comment-textarea {
    width: 100%;
    height: 166px;
    background: #EFEFEF;
    border: 0;
    padding: 13px;
}

/*@media screen and (max-width: 480px) {*/
/**/
/*}*/
/*@media screen and (max-width: 320px) {*/
/**/
/*}*/

.disable {
    pointer-events: none;
}

.shareMask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 4;
}

.shareImg {
    position: absolute;
    top: 5%;
    right: 8%;
    width: 2.5rem;
    height: 3.2rem;
}

.knonwIcon {
    width: 1.5rem;
    height: 0.6rem;
    background: url(../images/knowImg.png) left center no-repeat;
    background-size: 100% 100%;
    display: block;
    position: absolute;
    z-index: 5;
    top: 80%;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}