.header {
    width: 100%;
    height: 119px;
    border-bottom: 1px solid #e3e3e3; }
.header .login {
    width: 100%;
    height: 32px;
    line-height: 32px;
    background-color: #f6f6f6; }
.header .login .welcome-text {
    font-size: 12px;
    color: #292929; }
.header .login .login-btn {
    float: right;
    font-size: 12px; }
.header .login .login-btn a, .header .login .login-btn span {
    color: #000000; }
.header .login .login-btn a:first-child {
    color: #00baff; }
.header .login .user-info {
    float: right;
    font-size: 12px; }
.header .login .user-info a, .header .login .user-info span {
    color: #000000; }
.header .login .user-info a img {
    margin-top: 6px;
    margin-right: 6px;
    width: 20px;
    height: 20px; }
.header .nav {
    width: 100%;
    height: 87px;
    line-height: 87px;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 6px rgba(183, 235, 255, 0.16); }
.header .nav .logo {
    float: left;
    margin-top: 19px;
    width: 110px;
    height: 50px; }
.header .nav .search-bar {
    float: left;
    position: relative;
    margin-top: 28px;
    margin-left: 108px;
    width: 240px;
    height: 34px; }
.header .nav .search-bar input {
    float: left;
    width: 238px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #d8d8d8;
    border-radius: 30px;
    background-color: #f6f6f6;
    text-indent: 12px;
    font-size: 14px;
    color: #cccccc; }
.header .nav .search-bar .btn {
    position: absolute;
    margin-top: 9.5px;
    width: 15px;
    height: 15px;
    right: 15px; }
.header .nav .nav-wrap {
    float: left;
    font-size: 18px;
    text-align: center;
    line-height: 90px; }
.header .nav .nav-wrap .nav-item {
    float: left;
    height: 84px;
    margin-left: 38px; }
.header .nav .nav-wrap .nav-item a {
    display: block;
    color: #333333;
    height: 84px; }
.header .nav .nav-wrap .active {
    border-bottom: 4px solid #00baff; }
.header .nav .nav-wrap .active a {
    color: #00baff; }
.header .nav .ask-doctor {
    float: right;
    margin-top: 28px;
    width: 80px; }
.header .nav .ask-doctor img {
    display: block;
    width: 80px; }

.footer {
    margin-top: 40px;
    width: 100%;
    height: 72px;
    padding: 44px 0;
    background: #f6f6f6; }
.footer img {
    float: left;
    width: 160px;
    height: 72px; }
.footer .copyright {
    float: right; }
.footer .copyright p {
    margin-bottom: 9px;
    height: 19px;
    line-height: 19px;
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
    text-align: right; }

.header-login {
    width: 100%;
    height: 88px;
    line-height: 88px;
    background: #FFFFFF;
    font-size: 18px;
    color: #eeeeee; }
.header-login .logo {
    margin-top: 19px;
    width: 110px;
    height: 50px; }
.header-login .flag {
    margin-left: 40px;
    color: #eeeeee; }
.header-login .page-name {
    margin-left: 40px;
    font-size: 18px;
    color: #2a2a2a; }

.footer-login p {
    padding-top: 30px;
    padding-bottom: 343px;
    height: 19px;
    line-height: 19px;
    font-size: 14px;
    color: #999999;
    text-align: center; }

.load-more {
    display: inline-block;
    width: 160px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #eeeeee;
    font-size: 16px;
    color: #999999; }

/*分页*/
.page {
    float: left; }
.page .page-wrap {
    margin: 20px auto 40px;
    width: 600px;
    height: 40px; }
.page .page-wrap li {
    float: left;
    height: 40px;
    margin-right: 10px; }
.page .page-wrap li a, .page .page-wrap li span {
    display: block;
    padding: 9px 13px;
    height: 20px;
    border: 1px solid #e8e8e8;
    line-height: 20px;
    font-size: 14px;
    color: #999999; }
.page .page-wrap .active {
    background: #00baff; }
.page .page-wrap .active span {
    color: #FFFFFF;
    border: 1px solid #00baff; }


.department {
    margin-top: 24px;
    width: 1200px;
    height: 122px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee; }
.department .department-list_wrap {
    float: left;
    height: 122px; }
.department .department-list_wrap .department-list_item {
    float: left;
    margin-top: 23px;
    width: 401px;
    height: 77px;
    border-left: 1px solid #eeeeee; }
.department .department-list_wrap .department-list_item .department-name {
    float: left;
    margin-top: 25px;
    width: 106px;
    height: 24px;
    line-height: 24px;
    text-align: right;
    font-size: 18px;
    color: #333333; }
.department .department-list_wrap .department-list_item .list {
    float: left;
    margin-left: 36px;
    width: 220px;
    height: 77px; }
.department .department-list_wrap .department-list_item .list .list-item {
    margin-bottom: 10px;
    margin-right: 10px;
    float: left;
    /* width: 64px; */
    max-width: 80px;
    height: 19px;
    line-height: 19px;
    text-align: left;
    font-size: 14px; }
.department .department-list_wrap .department-list_item .list .list-item a {
    color: #666666; }
.department .department-list_wrap .department-list_item .list .list-item:nth-child(3n+3) {
    margin-right: 0; }
.department .department-list_wrap .department-list_item .list .list-item:hover a {
    color: #00baff; }
.department .department-list_wrap .department-list_item:first-child {
    width: 332px;
    border-left: 0; }
.department .department-list_wrap .department-list_item:first-child .department-name {
    width: 36px; }
.department .more {
    margin-top: 30px;
    float: right;
    display: inline-block;
    width: 32px;
    height: 42px;
    padding: 10px 15px;
    font-size: 16px;
    color: #999999;
    border-radius: 4px;
    border: 1px solid #eee; }

.department-all {
    margin-top: 24px;
    width: 1200px; }
.department-all .department-all_wrap {
    float: left;
    width: 1200px;
    padding-bottom: 13px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee; }
.department-all .department-all_wrap .one, .department-all .department-all_wrap .two, .department-all .department-all_wrap .detail {
    float: left;
    width: 1200px; }
.department-all .department-all_wrap .one .left, .department-all .department-all_wrap .two .left, .department-all .department-all_wrap .detail .left {
    margin-top: 25px;
    margin-right: 32px;
    float: left;
    width: 70px;
    height: 19px;
    line-height: 19px;
    font-size: 14px;
    color: #999999;
    text-align: right; }
.department-all .department-all_wrap .one .right, .department-all .department-all_wrap .two .right, .department-all .department-all_wrap .detail .right {
    margin-top: 19px;
    float: left;
    width: 1098px;
    height: auto;
    /*height: 78px;*/
    overflow-y: hidden;
}
.department-all .department-all_wrap .one .right li, .department-all .department-all_wrap .two .right li, .department-all .department-all_wrap .detail .right li {
    margin-bottom: 6px;
    margin-right: 10px;
    float: left;
    font-size: 14px;
    color: #333333;
    padding: 7px 10px;
    height: 19px;
    line-height: 19px;
    border-radius: 2px;
    cursor: pointer; }
.department-all .department-all_wrap .one .right .more, .department-all .department-all_wrap .two .right .more, .department-all .department-all_wrap .detail .right .more {
    color: #00baff; }
.department-all .department-all_wrap .one .right .more span, .department-all .department-all_wrap .two .right .more span, .department-all .department-all_wrap .detail .right .more span {
    display: inline-block;
    transform: rotate(180deg); }
.department-all .department-all_wrap .one .right .active, .department-all .department-all_wrap .two .right .active, .department-all .department-all_wrap .detail .right .active {
    background: #00baff;
    color: #FFFFFF; }
.department-all .department-all_wrap .two .left, .department-all .department-all_wrap .detail .left {
    margin-top: 16px; }
.department-all .department-all_wrap .two .right, .department-all .department-all_wrap .detail .right {
    margin-top: 10px; }

.video-list_item {
    float: left;
    width: 285px;
    height: 225px;
    margin-right: 20px;
    margin-bottom: 26px; }
.video-list_item .background-img_wrap {
    float: left;
    position: relative;
    width: 285px;
    height: 160px; }
.video-list_item .background-img_wrap .background {
    width: 285px;
    height: 160px; }
.video-list_item .background-img_wrap .play {
    display: none;
    position: absolute;
    top: 64px;
    left: 127px;
    width: 32px;
    height: 32px;
    z-index: 999; }
.video-list_item .background-img_wrap .shade {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 285px;
    height: 160px;
    background: rgba(51, 51, 51, 0.6);
    z-index: 888; }
.video-list_item .background-img_wrap .len {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background: #494949;
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 0;
    font-family: PingFangSC-Regular; }
.video-list_item .background-img_wrap:hover .play {
    display: block; }
.video-list_item .background-img_wrap:hover .shade {
    display: block; }
.video-list_item .background-img_wrap:hover .len {
    display: none; }
.video-list_item .data-info {
    float: left;
    margin-top: 10px;
    width: 285px;
    height: 55px; }
.video-list_item .data-info .title {
    width: 285px;
    height: 21px;
    line-height: 21px;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0; }
.video-list_item .data-info .doctor-info {
    display: flex;
    margin-top: 10px;
    width: 285px;
    height: 24px;
    line-height: 24px; }
.video-list_item .data-info .doctor-info .doctor-photo {
    width: 24px;
    height: 24px;
    border-radius: 24px;}
.video-list_item .data-info .doctor-info .doctor-name {
    margin-left: 10px;
    font-size: 14px;
    color: #999999;
    letter-spacing: 0; }
.video-list_item .data-info .doctor-info .doctor-level {
    display: block;
    margin-top: 2px;
    margin-left: 10px;
    line-height: 20px;
    padding: 0 4px;
    background: rgba(0, 186, 255, 0.1);
    border-radius: 2px;
    font-size: 12px;
    color: #00baff; }

.video-list_item:nth-child(4n+4) {
    margin-right: 0; }

.data-list_item {
    margin-bottom: 32px;
    height: 101px; }
.data-list_item .data-img_wrap {
    float: left;
    position: relative;
    width: 179px;
    height: 101px; }
.data-list_item .data-img_wrap .data-img {
    float: left;
    width: 179px;
    height: 101px; }
.data-list_item .data-img_wrap .play {
    display: none;
    position: absolute;
    top: 35px;
    left: 74px;
    width: 32px;
    height: 32px;
    z-index: 999; }
.data-list_item .data-img_wrap .shade {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 179px;
    height: 101px;
    background: rgba(51, 51, 51, 0.6);
    z-index: 888; }
.data-list_item .data-img_wrap:hover .play {
    display: block; }
.data-list_item .data-img_wrap:hover .shade {
    display: block; }
.data-list_item .data-info {
    float: left;
    margin-left: 17px;
    width: 672px;
    height: 101px; }
.data-list_item .data-info .title {
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    color: #333333;
    letter-spacing: 0; }
.data-list_item .data-info .desc {
    margin-top: 10px;
    height: 38px;
    line-height: 19px;
    font-size: 14px;
    color: #666666; }
.data-list_item .data-info .doctor-info {
    margin-top: 15px;
    height: 12px;
    font-size: 14px;
    color: #adadad;
    line-height: 12px;
    letter-spacing: 0; }
.data-list_item .data-info .doctor-info .flag {
    opacity: 0.3; }
.data-list_item .data-info .doctor-info .hospital-name {
    margin-left: 16px; }
.data-list_item .data-info .doctor-info .time {
    float: right; }

.right-video {
    float: left;
    width: 278px;
    padding: 18px 10px;
    border: 1px solid #eeeeee;
    border-radius: 4px; }
.right-video .title {
    float: left;
    width: 100%;
    height: 24px;
    font-size: 18px;
    color: #333333;
    line-height: 18px; }
.right-video .title h3 {
    float: left; }
.right-video .right-video_wrap {
    width: 278px;
    height: auto; }
.right-video .right-video_wrap .right-video_item {
    float: left;
    margin-top: 15px; }
.right-video .right-video_wrap .right-video_item .background-img_wrap {
    float: left;
    position: relative;
    width: 80px;
    height: 45px; }
.right-video .right-video_wrap .right-video_item .background-img_wrap .background {
    width: 80px;
    height: 45px; }
.right-video .right-video_wrap .right-video_item .background-img_wrap .shade {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 45px;
    background: rgba(51, 51, 51, 0.6);
    z-index: 888; }
.right-video .right-video_wrap .right-video_item .background-img_wrap .play {
    display: none;
    position: absolute;
    top: 14px;
    left: 32px;
    width: 16px;
    height: 16px;
    z-index: 999; }
.right-video .right-video_wrap .right-video_item .video-info {
    margin-left: 10px;
    float: left;
    width: 188px;
    height: 45px; }
.right-video .right-video_wrap .right-video_item .video-info .title {
    float: left;
    height: 19px;
    line-height: 19px;
    font-size: 14px;
    color: #333333; }
.right-video .right-video_wrap .right-video_item .video-info .doctor-info {
    float: left;
    margin-top: 14px;
    height: 12px;
    line-height: 12px;
    font-size: 12px;
    color: #adadad; }
.right-video .right-video_wrap .right-video_item .video-info .doctor-info .doctor-level {
    margin-left: 5px; }
.right-video .right-video_wrap .right-video_item:hover .play {
    display: block; }
.right-video .right-video_wrap .right-video_item:hover .shade {
    display: block; }
.right-video .right-video_wrap .right-video_item:hover .title {
    color: #00baff; }

.right-data {
    margin-top: 16px;
    float: left;
    width: 280px;
    padding: 16px 10px;
    border: 1px solid #eeeeee;
    border-radius: 4px; }
.right-data .title {
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    color: #333333; }
.right-data .right-data_wrap {
    margin-top: 16px;
    width: 280px; }
.right-data .right-data_wrap .right-data_item {
    margin-top: 16px;
    height: 19px;
    line-height: 19px; }
.right-data .right-data_wrap .right-data_item a {
    float: left;
    font-size: 14px;
    color: #333333; }
.right-data .right-data_wrap .right-data_item a .voice-img {
    float: left;
    margin-top: 2.5px;
    margin-right: 10px;
    width: 19px;
    height: 14px; }
.right-data .right-data_wrap .right-data_item a .point-img {
    float: left;
    margin-top: 7.5px;
    margin-right: 10px;
    width: 4px;
    height: 4px; }
.right-data .right-data_wrap .right-data_item a span {
    float: left;
    width: 251px; }


.answer-list {
    float: left;
    width: 872px; }
.answer-list .answer-list_item {
    float: left;
    margin-bottom: 24px;
    width: 392px;
    height: 139px;
    padding: 16px;
    border: 1px solid #f3f3f3; }
.answer-list .answer-list_item .title {
    width: 392px;
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    color: #292929;
    letter-spacing: 0; }
.answer-list .answer-list_item .desc {
    margin-top: 10.5px;
    width: 392px;
    height: 72px;
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
    line-height: 24px; }
.answer-list .answer-list_item .doctor-info {
    margin-top: 10px;
    width: 392px;
    height: 24px;
    line-height: 24px; }
.answer-list .answer-list_item .doctor-info .doctor-photo {
    float: left;
    width: 24px;
    height: 24px;
    border-radius: 24px;}
.answer-list .answer-list_item .doctor-info .doctor-name {
    float: left;
    margin-left: 10px;
    font-size: 14px;
    color: #999999;
    letter-spacing: 0; }
.answer-list .answer-list_item .doctor-info .doctor-level {
    float: left;
    margin-left: 10px;
    margin-top: 3px;
    line-height: 19px;
    font-size: 12px;
    color: #00baff;
    padding: 0 4px;
    border-radius: 2px;
    background: rgba(0, 186, 255, 0.1);
    letter-spacing: 0; }
.answer-list .answer-list_item .doctor-info .hospital-name {
    float: left;
    margin-left: 10px;
    max-width: 230px;
    font-size: 14px;
    color: #999999;
    letter-spacing: 0; }
.answer-list .answer-list_item:hover {
    margin-top: -10px;
    margin-bottom: 34px;
    box-shadow: 0px 4px 5px rgba(183, 235, 255, 0.16); }
.answer-list .answer-list_item:hover .title {
    color: #00baff; }
.answer-list .answer-list_item:nth-child(2n+2) {
    margin-left: 20px; }


.specialist {
    float: right;
    margin-top: 16px;
    width: 278px;
    padding: 16px 10px;
    border: 1px solid #eeeeee;
    margin-bottom: 16px; }
.specialist h3 {
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    color: #333333; }
.specialist .specialist-wrap {
    float: left;
    margin-top: 16px;
    width: 278px; }
.specialist .specialist-wrap .specialist-item {
    float: left;
    width: 278px;
    height: 64px;
    margin-bottom: 16px; }
.specialist .specialist-wrap .specialist-item:last-child {
    margin-bottom: 0; }
.specialist .specialist-wrap .specialist-item .doctor-photo {
    float: left;
    width: 64px;
    height: 64px; }
.specialist .specialist-wrap .specialist-item .doctor-info {
    float: left;
    margin-left: 10px;
    width: 204px;
    height: 64px; }
.specialist .specialist-wrap .specialist-item .doctor-info div {
    margin-top: 10px;
    height: 19px;
    line-height: 19px;
    color: #999999;
    font-size: 14px; }
.specialist .specialist-wrap .specialist-item .doctor-info div .doctor-name {
    margin-right: 4px;
    font-size: 16px;
    color: #292929; }
.specialist .specialist-wrap .specialist-item .doctor-info div .hospital-name {
    float: left;
    width: 204px; }


.doctor-voice_wrap {
    float: left;
    margin: 24px auto;
    width: 1200px; }
.doctor-voice_wrap h3 {
    height: 18px;
    line-height: 18px;
    margin-bottom: 24px;
    padding-left: 15px;
    border-left: 4px solid #00baff;
    font-size: 24px;
    color: #333333; }
.doctor-voice_wrap h3 .more {
    margin-top: -4px;
    float: right;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    color: #00baff;
    padding: 4px 8px;
    border: 1px solid #00baff;
    border-radius: 5px; }
.doctor-voice_wrap .voice-list_wrap {
    float: left;
    width: 1200px;
    border-top: 1px solid #eeeeee; }
.doctor-voice_wrap .voice-list_wrap .voice-list_item {
    margin-top: 24px;
    float: left;
    width: 1200px; }
.doctor-voice_wrap .voice-list_wrap .voice-list_item .title {
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    color: #333333; }
.doctor-voice_wrap .voice-list_wrap .voice-list_item .content {
    margin-top: 10px;
    font-size: 14px;
    color: #666666; }
.doctor-voice_wrap .voice-list_wrap .voice-list_item .voice-info {
    margin-top: 10px;
    height: 32px;
    line-height: 32px; }
.doctor-voice_wrap .voice-list_wrap .voice-list_item .voice-info .voice-length {
    float: left;
    width: 140px;
    height: 32px;
    line-height: 32px;
    background: #f6f6f6;
    border-radius: 20px; }
.doctor-voice_wrap .voice-list_wrap .voice-list_item .voice-info .voice-length img {
    float: left;
    margin-left: 10px;
    margin-top: 9px;
    width: 19px;
    height: 14px; }
.doctor-voice_wrap .voice-list_wrap .voice-list_item .voice-info .voice-length span {
    float: right;
    margin-right: 10px;
    font-size: 14px;
    color: #bbbbbb; }
.doctor-voice_wrap .voice-list_wrap .voice-list_item .voice-info .date {
    margin-left: 16px;
    font-size: 14px;
    color: #d8d8d8; }


.main {
    clear: both;
    width: 1200px;
    margin: 24px auto;}
.main .answer-list_wrap {
    float: left;
    margin-top: 24px;
    width: 872px;
    min-height: 300px;}
.main .page {
    width: 872px;
    margin: 0 auto; }


.doctor-ranking {
    margin-top: 24px;
    float: right;
    width: 250px;
    height: 227px;
    padding: 24px;
    border: 1px solid #eeeeee;
    border-radius: 4px; }
.doctor-ranking .swiper-wrapper {
    width: 250px;
    height: 227px;
    cursor: pointer; }
.doctor-ranking .swiper-wrapper .swiper-slide {
    position: relative; }
.doctor-ranking .swiper-wrapper .swiper-slide .doctor-img {
    width: 100%;
    height: 80px;
    text-align: center; }
.doctor-ranking .swiper-wrapper .swiper-slide .doctor-img img {
    width: 80px;
    height: 80px;
    border-radius: 80px;}
.doctor-ranking .swiper-wrapper .swiper-slide .doctor-info {
    display: flex;
    margin-top: 12px;
    width: 100%;
    height: 31px;
    line-height: 31px;
    text-align: center; }
.doctor-ranking .swiper-wrapper .swiper-slide .doctor-info .doctor-name {
    margin-left: 58px;
    font-size: 24px;
    color: #333333; }
.doctor-ranking .swiper-wrapper .swiper-slide .doctor-info .doctor-level {
    margin-top: 6px;
    margin-left: 8px;
    height: 16px;
    line-height: 15px;
    padding: 2.5px 4px;
    font-size: 12px;
    color: #00baff;
    background: rgba(0, 186, 255, 0.1);
    border-radius: 2px; }
.doctor-ranking .swiper-wrapper .swiper-slide .hospital-info {
    margin-top: 8px;
    width: 250px;
    height: 19px;
    line-height: 13px;
    text-align: center;
    color: #666666;
    font-size: 14px; }
.doctor-ranking .swiper-wrapper .swiper-slide .hospital-info .hospital-name {
    display: inline-block;
    max-width: 150px;
}
.doctor-ranking .swiper-wrapper .swiper-slide .hospital-info .decorate {
    color: #eeeeee; }
.doctor-ranking .swiper-wrapper .swiper-slide .answer-num {
    margin-top: 8px;
    height: 21px;
    line-height: 21px;
    font-size: 16px;
    color: #333333;
    text-align: center; }
.doctor-ranking .swiper-wrapper .swiper-slide .answer-num span {
    color: #ff391c; }
.doctor-ranking .swiper-wrapper .swiper-slide .advisory {
    position: relative;
    margin-top: 16px;
    text-align: center; }
.doctor-ranking .swiper-wrapper .swiper-slide .advisory img {
    width: 90px; }
.doctor-ranking .swiper-wrapper .swiper-slide .advisory span {
    position: absolute;
    top: 5px;
    left: 98px;
    font-size: 14px;
    color: #FFFFFF; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev, .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    top: 40px; }

.swiper-button-next::after, .swiper-button-prev::after {
    content: none; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0.7; }

/*answer_advisory*/
.answer-banner {
    width: 100%;
    height: 200px;
    margin-bottom: 24px; }
.answer-banner img {
    width: 100%;
    height: 200px; }
.main > form {
    margin: 24px auto;
    width: 636px; }
.main > form .question-wrap {
    display: flex;
    width: 636px;
    height: 40px;
    line-height: 40px; }
.main > form .question-wrap label {
    width: 56px;
    height: 19px;
    text-align: right;
    font-size: 14px;
    color: #333333; }
.main > form .question-wrap input {
    margin-left: 10px;
    width: 550px;
    height: 19px;
    padding: 9px;
    border: 1px solid #eeeeee; }
.main > form .desc-wrap {
    margin-top: 20px;
    display: flex;
    width: 636px;
    line-height: 40px; }
.main > form .desc-wrap label {
    width: 56px;
    height: 19px;
    text-align: right;
    font-size: 14px;
    color: #333333; }
.main > form .desc-wrap textarea {
    margin-left: 10px;
    width: 550px;
    padding: 9px;
    border: 1px solid #eeeeee; }
.main > form .upload-wrap {
    margin-top: 20px;
    margin-left: 66px;
    width: 570px; }
.main > form .upload-wrap #upload-img-wrap {
    width: 570px; }
.main > form .upload-wrap #upload-img-wrap .upload-img {
    float: left;
    position: relative;
    margin-right: 10px;
    width: 154px;
    height: 87px; }
.main > form .upload-wrap #upload-img-wrap .upload-img img {
    width: 154px;
    height: 87px; }
.main > form .upload-wrap #upload-img-wrap .upload-img .close-img {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 18px;
    height: 18px;
    cursor: pointer; }
.main > form .upload-wrap .tips {
    margin-top: 10px;
    font-size: 14px;
    color: #bbbbbb; }
.main > form .gender-wrap {
    display: flex;
    width: 636px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #333333; }
.main > form .gender-wrap label {
    width: 56px;
    height: 19px;
    text-align: right;
    font-size: 14px;
    color: #333333; }
.main > form .gender-wrap input {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    height: 19px;
    padding: 9px; }
.main > form .age-wrap {
    display: flex;
    width: 636px;
    height: 40px;
    line-height: 40px; }
.main > form .age-wrap label {
    width: 56px;
    height: 19px;
    text-align: right;
    font-size: 14px;
    color: #333333; }
.main > form .age-wrap input {
    margin-left: 10px;
    width: 120px;
    height: 19px;
    padding: 9px;
    text-align: right;
    border: 1px solid #eeeeee; }
.main > form .code-wrap {
    margin-top: 20px;
    display: flex;
    width: 636px;
    height: 40px;
    line-height: 40px; }
.main > form .code-wrap label {
    width: 56px;
    height: 19px;
    text-align: right;
    font-size: 14px;
    color: #333333; }
.main > form .code-wrap input {
    margin-left: 10px;
    width: 120px;
    height: 19px;
    padding: 9px;
    text-align: right;
    border: 1px solid #eeeeee; }
.main > form .code-wrap img {
    margin-left: 10px;
    width: 120px;
    height: 39px; }
.main > form #submit {
    margin-top: 20px;
    margin-left: 66px;
    width: 320px;
    height: 46px;
    background: #00baff;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 18px; }

/*access_msg*/
.access-msg {
    width: 980px;
    height: 265px;
    margin: 140px auto 394px;
    text-align: center; }
.access-msg img {
    width: 60px;
    height: 60px; }
.access-msg h2 {
    margin-top: 20px;
    height: 35px;
    line-height: 35px;
    font-size: 26px;
    color: #333333;
    letter-spacing: 0; }
.access-msg p {
    margin-top: 20px;
    width: 980px;
    height: 44px;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    line-height: 27px; }
.access-msg .action-bar {
    margin-top: 40px;
    width: 980px;
    height: 46px;
    text-align: center; }
.access-msg .action-bar a {
    display: inline-block;
    margin-left: 10px;
    width: 147px;
    height: 46px;
    line-height: 46px;
    background: #FFFFFF;
    color: #666666;
    font-size: 16px;
    border-radius: 2px;
    border: 1px solid #e8e8e8; }
.access-msg .action-bar a:first-child {
    background: #00baff;
    color: #FFFFFF;
    margin-left: 0; }

/*answer_detail*/
.main .left {
    float: left;
    width: 870px; }
.main .left .question-wrap {
    float: left;
    position: relative;
    width: 868px;
    border: 1px solid #eeeeee; }
.main .left .question-wrap .question-img {
    position: absolute;
    top: 0;
    left: 16px;
    width: 40px;
    height: 40px; }
.main .left .question-wrap .title {
    float: left;
    margin-top: 16px;
    margin-left: 78px;
    width: 712px;
    font-size: 28px;
    color: #333333; }
.main .left .question-wrap .question-info {
    float: left;
    margin-top: 10px;
    margin-left: 78px;
    width: 792px;
    height: 24px;
    line-height: 24px;
    font-size: 14px; }
.main .left .question-wrap .question-info .photo {
    float: left;
    width: 24px;
    height: 24px;
    border-radius: 24px;}
.main .left .question-wrap .question-info span {
    float: left;
    margin-left: 10px; }
.main .left .question-wrap .question-info .time {
    float: right;
    margin-right: 16px; }
.main .left .question-wrap .desc-wrap {
    margin-top: 23.5px;
    float: left;
    width: 868px; }
.main .left .question-wrap .desc-wrap .desc {
    margin: 0 auto;
    width: 838px;
    border-top: 1px solid #eeeeee; }
.main .left .question-wrap .desc-wrap .desc span {
    margin-top: 15.5px;
    float: left;
    height: 21px;
    line-height: 21px;
    font-size: 16px;
    color: #999999;
    text-align: center; }
.main .left .question-wrap .desc-wrap .desc p {
    margin-top: 16px;
    margin-bottom: 24px;
    float: left;
    width: 838px;
    word-wrap: break-word;
    /*height: 21px;*/
    line-height: 21px;
    color: #333333;
    font-size: 16px; }
.main .left .answer-wrap {
    margin-top: 16px;
    float: left;
    width: 868px;
    border: 1px solid #eeeeee;
    border-top: 3px solid #00baff; }
.main .left .answer-wrap .answer-num {
    width: 836px;
    height: 31px;
    line-height: 31px;
    padding: 24px 16px;
    border-bottom: 1px solid #eeeeee; }
.main .left .answer-wrap .answer-num .num {
    float: left;
    font-size: 24px;
    color: #333333; }
.main .left .answer-wrap .answer-num .tip {
    float: right;
    font-size: 14px;
    color: #999999; }
.main .left .answer-wrap .answer-list_wrap {
    float: left;
    width: 836px;
    padding: 23px 16px; }
.main .left .answer-wrap .answer-list_wrap .answer-list_item {
    padding-top: 23px;
    margin-bottom: 23px;
    float: left;
    width: 836px;
    border-top: 1px dashed #eeeeee; }
.main .left .answer-wrap .answer-list_wrap .answer-list_item:first-child {
    border-top: 0;
    padding-top: 0; }
.main .left .answer-wrap .answer-list_wrap .answer-list_item:last-child {
    margin-bottom: 0; }
.main .left .answer-wrap .answer-list_wrap .answer-list_item .doctor-wrap {
    width: 836px;
    height: 60px; }
.main .left .answer-wrap .answer-list_wrap .answer-list_item .doctor-wrap .doctor-photo {
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 60px;}
.main .left .answer-wrap .answer-list_wrap .answer-list_item .doctor-wrap .doctor-info_wrap {
    float: left;
    width: 670px;
    height: 60px;
    margin-left: 10px; }
.main .left .answer-wrap .answer-list_wrap .answer-list_item .doctor-wrap .doctor-info_wrap .doctor-info {
    margin-top: 6px;
    height: 18px;
    line-height: 18px; }
.main .left .answer-wrap .answer-list_wrap .answer-list_item .doctor-wrap .doctor-info_wrap .doctor-info .doctor-name {
    float: left;
    font-size: 18px;
    color: #333333; }
.main .left .answer-wrap .answer-list_wrap .answer-list_item .doctor-wrap .doctor-info_wrap .doctor-info .doctor-level {
    margin-left: 10px;
    float: left;
    height: 16px;
    line-height: 15px;
    font-size: 12px;
    padding: 2.5px 4px;
    color: #00baff;
    background: rgba(183, 235, 255, 0.2);
    border-radius: 2px; }
.main .left .answer-wrap .answer-list_wrap .answer-list_item .doctor-wrap .doctor-info_wrap .hospital-info {
    margin-top: 10px;
    height: 19px;
    line-height: 19px; }
.main .left .answer-wrap .answer-list_wrap .answer-list_item .doctor-wrap .doctor-info_wrap .hospital-info span {
    margin-right: 10px;
    font-size: 14px;
    color: #999999; }
.main .left .answer-wrap .answer-list_wrap .answer-list_item .doctor-wrap .doctor-info_wrap .hospital-info img {
    margin-top: 2px;
    margin-right: 10px; }
.main .left .answer-wrap .answer-list_wrap .answer-list_item .doctor-wrap .free-charge {
    margin-top: 14px;
    float: right;
    width: 90px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 16px;
    background-image: linear-gradient(191deg, #D2F3FF 0%, #00BAFF 95%);
    font-size: 14px;
    color: #FFFFFF; }
.main .left .answer-wrap .answer-list_wrap .answer-list_item .content-wrap {
    position: relative;
    margin-top: 30px;
    width: 804px;
    padding: 18px 16px;
    border: 1px solid #FFDACE;
    background: #FFFCFB; }
.main .left .answer-wrap .answer-list_wrap .answer-list_item .content-wrap span {
    width: 0;
    height: 0;
    font-size: 0;
    overflow: hidden;
    position: absolute; }
.main .left .answer-wrap .answer-list_wrap .answer-list_item .content-wrap .top {
    border-width: 14px;
    border-style: solid dashed dashed;
    border-color: transparent transparent #FFFCFB;
    left: 18px;
    top: -24.5px;
    z-index: 88; }
.main .left .answer-wrap .answer-list_wrap .answer-list_item .content-wrap .bot {
    border-width: 12px;
    border-style: solid dashed dashed;
    border-color: transparent transparent #FFDACE;
    left: 20px;
    top: -24.5px;
    z-index: 77; }
.main .left .answer-wrap .answer-list_wrap .answer-list_item .content-wrap p {
    font-size: 16px;
    color: #333333;
    line-height: 24px; }
.main .left .answer-wrap .answer-list_wrap .answer-list_item .btn-wrap {
    margin: 24px auto 0;
    width: 196px;
    height: 32px; }
.main .left .answer-wrap .answer-list_wrap .answer-list_item .btn-wrap button {
    position: relative;
    margin-left: 10px;
    width: 90px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    text-indent: 25px;
    font-size: 14px;
    color: #bbbbbb; }
.main .left .answer-wrap .answer-list_wrap .answer-list_item .btn-wrap button:first-child {
    margin-left: 0; }
.main .left .answer-wrap .answer-list_wrap .answer-list_item .btn-wrap button .img-background_ok {
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 18px;
    width: 16px;
    height: 16px;
    background: url(../images/pic44.png) no-repeat 0 0;
    background-size: 16px 16px; }
.main .left .answer-wrap .answer-list_wrap .answer-list_item .btn-wrap button .img-background_no {
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 18px;
    width: 16px;
    height: 16px;
    background: url(../images/pic44-1.png) no-repeat 0 0;
    background-size: 16px 16px; }
.main .left .answer-wrap .answer-list_wrap .answer-list_item .btn-wrap button.active {
    border: 0;
    color: #FFFFFF;
    background: #00baff; }
.main .left .answer-wrap .answer-list_wrap .answer-list_item .btn-wrap button.active .img-background_ok {
    background: url(../images/pic43.png) no-repeat 0 0;
    background-size: 16px 16px; }
.main .left .answer-wrap .answer-list_wrap .answer-list_item .btn-wrap button.active .img-background_no {
    background: url(../images/pic43-1.png) no-repeat 0 0;
    background-size: 16px 16px; }
.main .left .recommend-answer_wrap {
    margin-top: 26px;
    float: left;
    width: 870px; }
.main .left .recommend-answer_wrap .recommend-answer {
    height: 20px;
    line-height: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #eeeeee;
    font-size: 24px;
    color: #333333; }
.main .left .recommend-answer_wrap .recommend-answer h3 {
    padding-left: 10px;
    border-left: 4px solid #00baff; }
.main .left .recommend-answer_wrap .recommend-answer .answer-list_wrap {
    margin-top: 24.5px;
    float: left;
    width: 870px; }
.main .right {
    float: right;
    width: 300px; }
.main .right .advisory {
    width: 300px;
    height: 210px; }
.main .right .advisory img {
    width: 300px;
    height: 210px; }

.recommend-answer_item {
    margin-top: 32px;
    width: 870px;
    height: auto;
    padding-bottom: 25px;
    border-bottom: 1px solid #eeeeee; }
.recommend-answer_item .question {
    height: 25px;
    line-height: 25px; }
.recommend-answer_item .question .question-icon {
    float: left;
    width: 24px;
    height: 25px;
    text-align: center;
    font-size: 14px;
    background: #00baff;
    border-radius: 3px;
    color: #FFFFFF; }
.recommend-answer_item .question .title {
    float: left;
    margin-left: 10px;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    color: #333333; }
.recommend-answer_item .answer {
    display: flex;
    margin-top: 14px;
    width: 100%; }
.recommend-answer_item .answer .answer-icon {
    display: inline-block;
    width: 24px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
    background: #95D460;
    border-radius: 3px;
    color: #FFFFFF; }
.recommend-answer_item .answer .content {
    width: 836px;
    margin-left: 10px;
    margin-top: 3px;
    line-height: 20px;
    font-size: 16px;
    color: #666666; }
.recommend-answer_item .doctor-info_wrap {
    position: relative;
    margin-top: 12.5px;
    margin-left: 32px;
    width: 838px;
    height: 54.6px; }
.recommend-answer_item .doctor-info_wrap .background-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 838px;
    height: 54.6px; }
.recommend-answer_item .doctor-info_wrap .doctor-info {
    position: absolute;
    top: 18.6px;
    left: 20px;
    width: 798px;
    height: 24px;
    line-height: 24px;
    z-index: 999;
    font-size: 14px;
    color: #999999; }
.recommend-answer_item .doctor-info_wrap .doctor-info .doctor-img {
    width: 24px;
    height: 24px;
    border-radius: 24px;}
.recommend-answer_item .doctor-info_wrap .doctor-info .doctor-name {
    margin-left: 10px; }
.recommend-answer_item .doctor-info_wrap .doctor-info .doctor-level {
    margin-left: 10px;
    display: inline-block;
    padding: 2.5px 4px;
    line-height: 14px;
    font-size: 12px;
    color: #00baff;
    background: rgba(0, 186, 255, 0.1); }
.recommend-answer_item .doctor-info_wrap .doctor-info .hospital-name {
    margin-left: 10px;
    color: #999999; }
.recommend-answer_item .doctor-info_wrap .doctor-info .time {
    float: right;
    font-size: 14px;
    color: #999999; }

/*article*/
.main .swiper-container {
    float: left;
    width: 870px;
    height: 360px;
    margin-left: 0;
    margin-right: 0; }
.main .swiper-container .swiper-slide {
    width: 870px;
    height: 360px; }
.main .swiper-container .swiper-slide a img {
    width: 870px;
    height: 360px; }
.main .article-wrap {
    margin-top: 24px;
    float: left;
    width: 870px; }
.main .article-wrap .page {
    width: 870px;
    margin: 0 auto; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%; }

.swiper-pagination-bullet {
    width: 32px;
    height: 4px;
    display: inline-block;
    border-radius: 2px;
    background: #FFFFFF; }

.swiper-pagination-bullet-active {
    background: #00baff; }


/*article_detail*/

/*change_info*/


.th_item {
    overflow: hidden;
    width: 427px;
    overflow: hidden;
    margin: 0 auto 20px auto; }
.th_item label {
    line-height: 40px;
    float: left;
    text-align: right;
    font-size: 14px;
    color: #151515;
    width: 80px; }
.th_item label span {
    color: #FF8D32;
    line-height: 40px; }

.hide_select {
    overflow: hidden;
    float: left;
    margin-left: 1px; }

.hide_edit_all {
    overflow: hidden; }

.hide_edit {
    border-right: none;
    width: 145px;
    line-height: 38px;
    padding: 0 10px;
    height: 38px;
    float: left;
    border: 1px solid #e8e8e8;
    margin-left: 10px;
    border-right: none; }

.ed_a {
    width: 82px !important; }

.hide_edit_img {
    float: left;
    width: 40px;
    height: 40px; }

.hide_select_option {
    background: #fff;
    z-index: 55;
    position: absolute;
    z-index: 2;
    width: 141px;
    height: 185px;
    display: none;
    margin-left: 10px;
    overflow-y: scroll;
    border: 1px solid #e8e8e8; }

.hide_select_option li {
    padding: 0 20px;
    line-height: 30px; }

.hide_select_option li:hover {
    background: #F9F9F9; }

/*doctor*/
.doctor-banner {
    width: 100%;
    height: 300px; }
.doctor-banner img {
    width: 100%;
    height: 300px; }

.famous-doctors {
    margin-bottom: 22px;
    height: 18px;
    padding-left: 10px;
    border-left: 4px solid #00baff;
    line-height: 18px;
    font-size: 24px;
    color: #333333; }

.doctor-full {
    margin-top: 40px;
    width: 1200px;
    height: auto; }
.doctor-full .doctor-list_wrap {
    width: 1200px;
    float: left; }
.doctor-full .doctor-list_wrap .doctor-list_item {
    float: left;
    margin-top: 28px;
    margin-right: 28px;
    width: 277px;
    height: 257px;
    border: 1px solid #eeeeee; }
.doctor-full .doctor-list_wrap .doctor-list_item .doctor-photo {
    margin-top: 24px;
    height: 80px;
    text-align: center; }
.doctor-full .doctor-list_wrap .doctor-list_item .doctor-photo img {
    width: 80px;
    height: 80px;
    border-radius: 80px;}
.doctor-full .doctor-list_wrap .doctor-list_item .doctor-name {
    margin-top: 10px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    font-size: 24px;
    color: #333333; }
.doctor-full .doctor-list_wrap .doctor-list_item .doctor-level {
    margin-top: 10px;
    height: 20px;
    text-align: center; }
.doctor-full .doctor-list_wrap .doctor-list_item .doctor-level span {
    display: inline-block;
    height: 16px;
    padding: 2px 4px;
    border-radius: 2px;
    line-height: 16px;
    background: rgba(0, 186, 255, 0.11);
    color: #00baff;
    font-size: 12px; }
.doctor-full .doctor-list_wrap .doctor-list_item .hospital-info {
    margin: 10px auto;
    width: 260px;
    height: 19px;
    line-height: 19px;
    text-align: center; }
.doctor-full .doctor-list_wrap .doctor-list_item .hospital-info span {
    font-size: 14px;
    color: #666666; }
.doctor-full .doctor-list_wrap .doctor-list_item .hospital-info .decorate {
    color: #eeeeee;
    margin: 0 3px; }
.doctor-full .doctor-list_wrap .doctor-list_item .good {
    margin: 10px auto;
    width: 260px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    font-size: 16px;
    color: #333333; }
.doctor-full .doctor-list_wrap .doctor-list_item:nth-child(4n + 4) {
    margin-right: 0; }
.doctor-full .doctor-list_wrap .doctor-list_item:hover {
    margin-top: 20px;
    border: 1px solid #00baff;
    box-shadow: 0px 4px 5px rgba(183, 235, 255, 0.16); }


/*doctor_detail*/
.doctor-banner {
    background: url(../images/pic53.jpg) no-repeat 0 0; }

/*index*/
.main .hot-video {
    float: right;
    width: 278px;
    height: 322px;
    padding: 18px 10px;
    border: 1px solid #eeeeee;
    border-radius: 4px; }
.main .hot-video .title {
    float: left;
    width: 100%;
    height: 24px;
    font-size: 18px;
    color: #333333;
    line-height: 18px; }
.main .hot-video .title h3 {
    float: left; }
.main .hot-video .title a {
    float: right;
    font-size: 14px;
    color: #c6c6c6; }
.main .hot-video .top1 {
    float: left;
    margin-top: 15px;
    height: 66px; }
.main .hot-video .top1 img {
    float: left;
    width: 117px;
    height: 66px; }
.main .hot-video .top1 .detail {
    float: left;
    margin-left: 12px;
    width: 149px;
    height: 66px; }
.main .hot-video .top1 .detail .title {
    display: flex;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    color: #333333; }
.main .hot-video .top1 .detail .title img {
    width: 30px;
    height: 14px; }
.main .hot-video .top1 .detail .title a {
    margin-left: 5px;
    max-width: 114px;
    line-height: 14px;
    font-size: 14px;
    color: #333333; }
.main .hot-video .top1 .detail .doctor-msg {
    float: left;
    width: 130px;
    margin-top: 11.5px;
    font-size: 12px;
    color: #adadad;
    letter-spacing: 0;
    line-height: 12px; }
.main .hot-video .top1 .detail .doctor-msg span:last-child {
    margin-left: 8px; }
.main .hot-video .top1 .detail .play-num {
    margin-top: 11.5px;
    width: 130px;
    float: left;
    font-size: 12px;
    color: #adadad;
    line-height: 12px;
    letter-spacing: 0; }
.main .hot-video .top2, .main .hot-video .top3 {
    margin-top: 23px;
    float: left;
    height: 19px;
    line-height: 19px;
    color: #333333; }
.main .hot-video .top2 .top-img, .main .hot-video .top3 .top-img {
    float: left;
    margin-top: 3px;
    width: 30px;
    height: 14px; }
.main .hot-video .top2 .title, .main .hot-video .top3 .title {
    float: left;
    margin-left: 5px;
    width: 168px;
    height: 19px;
    line-height: 19px;
    font-size: 14px; }
.main .hot-video .top2 .img-play, .main .hot-video .top3 .img-play {
    float: left;
    margin-top: 1px;
    margin-left: 16px;
    width: 16px;
    height: 16px; }
.main .hot-video .top2 .play-num, .main .hot-video .top3 .play-num {
    float: left;
    margin-left: 6px;
    height: 19px;
    line-height: 19px;
    text-align: right;
    font-size: 12px;
    color: #adadad;
    letter-spacing: 0; }
.main .hot-video .top3 {
    margin-top: 16px; }
.main .hot-video .ranking-other {
    margin-top: 16px;
    height: 19px;
    line-height: 19px;
    float: left; }
.main .hot-video .ranking-other .title {
    width: 204px;
    height: 19px;
    line-height: 19px;
    font-size: 14px;
    color: #333333; }
.main .hot-video .ranking-other .img-play {
    float: left;
    margin-top: 1px;
    margin-left: 16px;
    width: 16px;
    height: 16px; }
.main .hot-video .ranking-other .play-num {
    float: left;
    margin-left: 6px;
    height: 19px;
    line-height: 19px;
    text-align: right;
    font-size: 12px;
    color: #adadad;
    letter-spacing: 0; }
.science-video {
    margin-top: 48px;
    width: 1200px;
    height: 544px; }
.science-video .science-video_img {
    width: 1200px;
    height: 122px; }
.science-video .hot-department {
    float: left;
    margin-top: 40px;
    margin-left: 30px;
    width: 298px;
    height: auto; }
.science-video .hot-department .title {
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    color: #292929;
    letter-spacing: 0; }
.science-video .hot-department .hot-department_item {
    float: left;
    width: 298px;
    height: auto; }
.science-video .hot-department .hot-department_item .department-name {
    margin-top: 24px;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0;
    color: #adadad; }
.science-video .hot-department .hot-department_item ul {
    float: left; }
.science-video .hot-department .hot-department_item ul li {
    float: left;
    margin-top: 16px;
    width: 99px;
    height: 19px;
    line-height: 19px; }
.science-video .hot-department .hot-department_item ul li a {
    color: #292929;
    font-size: 14px; }
.science-video .hot-department .hot-department_item ul li a:hover {
    color: #00baff; }
.science-video .hot-department .hot-department_item ul li img {
    margin-top: 8px;
    margin-right: 8px; }


.data-layout_left {
    float: left;
    margin-top: 40px;
    width: 872px;
    height: 382px; }
.data-layout_left .data-list_wrap {
    width: 872px;
    height: 382px; }
.data-layout_left .data-list_wrap .data-list_item {
    float: left;
    width: 203px;
    height: 179px;
    margin-right: 20px;
    margin-bottom: 24px; }
.data-layout_left .data-list_wrap .data-list_item .background-img_wrap {
    position: relative;
    width: 203px;
    height: 114px; }
.data-layout_left .data-list_wrap .data-list_item .background-img_wrap .background {
    width: 203px;
    height: 114px; }
.data-layout_left .data-list_wrap .data-list_item .background-img_wrap .play {
    display: none;
    position: absolute;
    top: 41px;
    left: 86px;
    width: 32px;
    height: 32px;
    z-index: 999; }
.data-layout_left .data-list_wrap .data-list_item .background-img_wrap .shade {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 203px;
    height: 114px;
    background: rgba(51, 51, 51, 0.6);
    z-index: 888; }
.data-layout_left .data-list_wrap .data-list_item .background-img_wrap .len {
    position: absolute;
    bottom: 8px;
    right: 8px;
    width: 40px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background: #494949;
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 0;
    font-family: PingFangSC-Regular; }
.data-layout_left .data-list_wrap .data-list_item .background-img_wrap:hover .play {
    display: block; }
.data-layout_left .data-list_wrap .data-list_item .background-img_wrap:hover .shade {
    display: block; }
.data-layout_left .data-list_wrap .data-list_item .background-img_wrap:hover .len {
    display: none; }
.data-layout_left .data-list_wrap .data-list_item .data-info {
    margin-top: 10px;
    width: 203px;
    height: 55px; }
.data-layout_left .data-list_wrap .data-list_item .data-info .title {
    width: 203px;
    height: 21px;
    line-height: 21px;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0; }
.data-layout_left .data-list_wrap .data-list_item .data-info .doctor-info {
    display: flex;
    margin-top: 10px;
    width: 203px;
    height: 24px;
    line-height: 24px; }
.data-layout_left .data-list_wrap .data-list_item .data-info .doctor-info .doctor-photo {
    width: 24px;
    height: 24px;
    border-radius: 24px;}
.data-layout_left .data-list_wrap .data-list_item .data-info .doctor-info .doctor-name {
    margin-left: 10px;
    font-size: 14px;
    color: #999999;
    letter-spacing: 0; }
.data-layout_left .data-list_wrap .data-list_item .data-info .doctor-info .doctor-level {
    display: block;
    margin-top: 2px;
    margin-left: 10px;
    line-height: 20px;
    padding: 0 4px;
    background: rgba(0, 186, 255, 0.1);
    border-radius: 2px;
    font-size: 12px;
    color: #00baff; }
.data-layout_left .data-list_wrap .data-list_item:nth-child(4n+4) {
    margin-right: 0; }

.doctor-voice {
    margin-top: 48px;
    width: 1200px;
    height: 544px; }
.doctor-voice .doctor-voice_img {
    width: 1200px;
    height: 122px; }
.doctor-voice .authority-doctor {
    float: left;
    margin-top: 40px;
    margin-left: 30px;
    width: 298px;
    height: auto; }
.doctor-voice .authority-doctor .title {
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    color: #292929;
    letter-spacing: 0; }
.doctor-voice .authority-doctor .doctor-list {
    margin-top: 24px;
    width: 298px;
    height: auto; }
.doctor-voice .authority-doctor .doctor-list .doctor-item {
    margin-top: 16px;
    width: 298px;
    height: 64px; }
.doctor-voice .authority-doctor .doctor-list .doctor-item .doctor-photo {
    float: left;
    width: 64px;
    height: 64px; }
.doctor-voice .authority-doctor .doctor-list .doctor-item .doctor-into {
    float: left;
    margin-left: 10px;
    width: 224px;
    height: 64px; }
.doctor-voice .authority-doctor .doctor-list .doctor-item .doctor-into .doctor {
    width: 224px;
    height: 21px;
    line-height: 21px; }
.doctor-voice .authority-doctor .doctor-list .doctor-item .doctor-into .doctor .doctor-name {
    font-size: 16px;
    color: #292929;
    letter-spacing: 0; }
.doctor-voice .authority-doctor .doctor-list .doctor-item .doctor-into .doctor .doctor-level {
    margin-left: 10px;
    font-size: 14px;
    color: #999999;
    letter-spacing: 0; }
.doctor-voice .authority-doctor .doctor-list .doctor-item .doctor-into .hospital-name {
    margin-top: 3px;
    width: 224px;
    height: 19px;
    line-height: 19px;
    letter-spacing: 0;
    font-size: 14px;
    color: #999999; }
.doctor-voice .authority-doctor .doctor-list .doctor-item .doctor-into .department-name {
    margin-top: 2px;
    height: 19px;
    line-height: 19px;
    font-size: 14px;
    color: #999999;
    letter-spacing: 0; }

.healthy-answer {
    margin-top: 48px;
    width: 1200px;
    height: 532px; }
.healthy-answer .healthy-answer_img {
    width: 1200px;
    height: 122px; }
.healthy-answer .healthy-answer_left {
    float: left;
    margin-top: 40px;
    width: 872px;
    height: 370px; }
.healthy-answer .science-article {
    margin-top: 40px;
    float: right;
    width: 300px;
    height: 370px; }
.healthy-answer .science-article .title {
    width: 300px;
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    color: #292929;
    letter-spacing: 0; }
.healthy-answer .science-article .article-list {
    margin-top: 24px;
    width: 300px;
    height: 322px; }
.healthy-answer .science-article .article-list .article-list_item {
    width: 285px;
    height: 19px;
    line-height: 19px;
    margin-bottom: 16px; }
.healthy-answer .science-article .article-list .article-list_item a {
    font-size: 14px;
    color: #292929;
    letter-spacing: 0; }
.healthy-answer .science-article .article-list .article-list_item a img {
    margin-top: 10px;
    margin-right: 12px;
}
.healthy-answer .science-article .article-list .article-list_item a .first-article {
    margin: 0;
    width: 300px;
    height: 172px; }
/*  科普文章 第一篇文章 带图*/
.healthy-answer .science-article .article-list .first-article {
    width: 300px;
    height: 172px;
    margin-bottom: 24px;
    position: relative;
}
/*第一个文章的标题*/
.healthy-answer .science-article .article-list .first-article .title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 300px;
    height: 28px;
    line-height: 28px;
    background: rgba(0,0,0,0.6);
    font-size: 14px;
    color: #FFF;
    text-indent: 15px;
}
.healthy-answer .science-article .article-list .article-list_item:first-child img {
    width: 300px;
    height: 172px;}

/*mine*/
.mine-banner {
    width: 100%;
    height: 240px;
    background: url(../images/pic54.jpg) no-repeat 0 0; }
.mine-banner .mine {
    margin: 0 auto;
    width: 1200px;
    height: 240px; }
.mine-banner .mine .user-photo {
    margin-top: 77px;
    float: left;
    width: 80px;
    height: 80px; }
.mine-banner .mine .user-info {
    margin-top: 77px;
    margin-left: 16px;
    float: left;
    width: 1000px;
    height: 80px; }
.mine-banner .mine .user-info .username {
    height: 31px;
    line-height: 31px;
    color: #333333;
    font-size: 24px; }
.mine-banner .mine .user-info .active-bar {
    margin-top: 12px;
    display: flex;
    height: 34px; }
.mine-banner .mine .user-info .active-bar .btn {
    margin-right: 20px;
    padding: 0 10px;
    height: 34px;
    line-height: 34px;
    background: #00baff;
    color: #FFFFFF;
    font-size: 16px;
    border-radius: 4px; }

.my-question_wrap {
    float: left;
    width: 1200px;
    border-top: 1px solid #eeeeee; }
.my-question_wrap .my-question_item {
    margin-top: 24px;
    float: left;
    width: 1200px; }
.my-question_wrap .my-question_item .title {
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    color: #333333; }
.my-question_wrap .my-question_item .content {
    margin-top: 10px;
    font-size: 14px;
    color: #666666; }
.my-question_wrap .my-question_item .question-info {
    display: flex;
    margin-top: 18px;
    height: 14px;
    line-height: 14px; }
.my-question_wrap .my-question_item .question-info .answer-num {
    font-size: 14px;
    color: #666666; }
.my-question_wrap .my-question_item .question-info .answer-num span {
    color: #00baff; }
.my-question_wrap .my-question_item .question-info .date {
    margin-left: 16px;
    font-size: 14px;
    color: #d8d8d8; }
/*not_found*/
.not-found {
    position: relative;
    min-width: 1200px;
    height: 800px;
    overflow-x: hidden; }
.not-found .not-found_img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 888; }
.not-found .not-found_wrap {
    position: absolute;
    top: 140px;
    left: 781px;
    width: 358px;
    height: 225px;
    z-index: 999; }
.not-found .not-found_wrap h2 {
    font-family: PingFangSC-Regular;
    height: 84px;
    font-size: 84px;
    line-height: 84px;
    text-align: center;
    color: #333333;
    letter-spacing: 0; }
.not-found .not-found_wrap p {
    margin-top: 20px;
    height: 35px;
    line-height: 35px;
    font-size: 26px;
    color: #333333;
    letter-spacing: 0;
    text-align: center; }
.not-found .not-found_wrap .action-bar {
    margin-top: 40px;
    width: 358px;
    height: 46px;
    text-align: center; }
.not-found .not-found_wrap .action-bar a {
    display: inline-block;
    margin-left: 10px;
    width: 147px;
    height: 46px;
    line-height: 46px;
    background: #FFFFFF;
    color: #666666;
    font-size: 16px;
    border-radius: 2px; }
.not-found .not-found_wrap .action-bar a:first-child {
    background: #00baff;
    color: #FFFFFF;
    margin-left: 0; }


/*video*/
.video-wrap {
    margin-top: 40px;
    width: 1200px;
    height: auto; }
.video-wrap .video-tab_wrap {
    margin: 0 auto;
    width: 289px;
    height: 31px;
    line-height: 31px;
    text-align: center; }
.video-wrap .video-tab_wrap .video-tab_item {
    float: left;
    width: 96px;
    padding: 0 24px;
    font-size: 24px;
    color: #666666;
    border-left: 1px solid #eeeeee;
    cursor: pointer; }
.video-wrap .video-tab_wrap .video-tab_item:first-child {
    border-left: 0; }
.video-wrap .video-tab_wrap .active {
    color: #00baff; }
.video-wrap .video-content_wrap {
    margin-top: 40px;
    width: 1200px;
    height: auto; }
.video-wrap .video-content_wrap .video-content_item {
    display: none;
    float: left;
    width: 1200px;
    height: auto; }

.load-more_wrap {
    float: left;
    margin: 40px 0;
    width: 1200px;
    height: 50px;
    text-align: center; }

/*video_full*/
.video-full {
    margin-top: 40px;
    width: 1200px;
    height: auto; }
.video-full .video-full_wrap {
    width: 1200px;
    float: left; }
.video-full .video-full_wrap .video-select_wrap {
    margin-top: 24px;
    height: 24px;
    line-height: 24px; }
.video-full .video-full_wrap .video-select_wrap .video-tab_item {
    float: left;
    margin-right: 40px;
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    color: #333333;
    cursor: pointer; }
.video-full .video-full_wrap .video-select_wrap .video-tab_item img {
    margin-top: 4.5px;
    margin-right: 10px;
    width: 16px;
    height: 16px; }
.video-full .video-full_wrap .video-content {
    margin-top: 24px;
    width: 1200px;
    height: auto; }
.video-full .video-full_wrap .video-content .video-content_wrap {
    float: left;
    width: 1200px;
    height: auto; }

    /* 疾病分类 展开 样式 */
    .more-wrap {
        float: left;
        width: 1200px;
        height: 33px;
        line-height: 33px;
        text-align: right;
    }
    .more-wrap .more {
        color: #00baff;
        cursor: pointer;
    }
    .more-wrap .more .arrows {
        display: inline-block;
        transform: rotate(180deg);
    }