.s_main {
    min-height: 100vh;
    /* padding-top: 0.3rem; */
    position: relative;
    padding-bottom: .6rem;
}

.s_padtop50 {
    padding-top: .5rem;
}

.s_Return {
    position: absolute;
    width: .24rem;
    height: .35rem;
    top: .15rem;
    left: .15rem;
    z-index: 99;
}

.s_Return img {
    width: 100%;
    float: left;
}

.s_video_det_mp4 {
    width: 100%;
    height: 204px;
    position: relative;
    overflow: hidden;
}

.s_video_det_mp4 img {
    width: auto;
    height: 100%;
}

.s_video_det_mp4_nowifi {
    position: absolute;
    height: .32rem;
    line-height: .32rem;
    width: 1.84rem;
    background: rgba(0, 0, 0, .5);
    border-radius: .16rem;
    color: #fff;
    font-size: .14rem;
    left: 50%;
    top: 50%;
    margin-left: -0.92rem;
    margin-top: -.16rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s_video_det_mp4_nowifi img {
    width: .115rem;
    height: .13rem;
    margin-right: .05rem;
}

.s_video_det_mp4_info {
    padding: 0 .15rem;
    height: .4rem;
    line-height: .4rem;
    font-size: .12rem;
    color: #494949;
    background: #fff;
}

.s_video_det_mp4_info span {
    float: right;
    font-size: .12rem;
    color: #b5b5b5;
    display: flex;
    align-items: center;
}

.s_video_det_mp4_info span img {
    width: .125rem;
    margin-right: .05rem;
}

.s_video_det_info {
    padding: 0 .15rem;
    background: #fff;
    overflow: hidden;
    padding-bottom: .1rem;
}

.s_video_det_info h1 {
    font-size: .22rem;
    color: #494949;
    line-height: .32rem;
}

.s_video_det_info>p {
    font-size: .15rem;
    line-height: .24rem;
    color: #494949;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}

.s_video_det_info_book {
    font-size: .12rem;
    color: #494949;
    margin-top: .15rem;
}

.s_video_det_info_book a {
    color: #47a6e9;
}

.s_video_det_more {
    padding: 0 .15rem;
    background: #f5f8f9;
}

.s_video_det_more_top {
    height: .5rem;
    /* line-height: .5rem; */
    border-bottom: 1px solid #c8c8c8;
    /* text-align: center; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.s_video_det_more_top.s_fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
}

.s_video_det_more_top_fix {
    display: none;
}

.s_video_det_more_top span {
    padding: .15rem .2rem;
    font-size: .16rem;
    color: #8c8c8c;
    position: relative;
    font-weight: bold;
}

.s_video_det_more_top a {
    padding: .15rem .2rem;
    font-size: .16rem;
    color: #8c8c8c;
    position: relative;
    font-weight: bold;
}

.s_video_det_more_top span.on {
    color: #242424;
}

.s_video_det_more_top a.on {
    color: #242424;
}

.s_video_det_more_top span.on::before {
    content: '';
    position: absolute;
    width: .21rem;
    height: 2px;
    background: #59adeb;
    bottom: 0;
    left: 50%;
    margin-left: -.105rem;
}

.s_video_det_more_top a.on::before {
    content: '';
    position: absolute;
    width: .21rem;
    height: 2px;
    background: #59adeb;
    bottom: 0;
    left: 50%;
    margin-left: -.105rem;
}

.s_video_det_Resources_top {
    font-size: .16rem;
    color: #242424;
    padding: .2rem 0 .15rem 0;
}

.s_video_det_Resources_con {
    background: #fff;
    border-radius: 5px;
    padding: 0 .1rem;
}

.s_video_det_Resources_li {
    /* height: .65rem; */
    border-bottom: 1px solid #e9e9e9;
    box-sizing: border-box;
    padding: .1rem 0;
}

.s_video_det_Resources_li:last-child {
    border: 0;
}

.s_video_det_Resources_li img {
    float: left;
    width: .22rem;
}

.s_video_det_Resources_li_con {
    padding-left: .12rem;
    float: left;
    width: calc(100% - .33rem);
}

.s_video_det_Resources_li_con a {
    font-size: 15px;
    font-weight: bold;
    color: #009ae0;
    display: block;
}

.s_video_det_Resources_li_con p {
    margin-top: .05rem;
    margin-bottom: 0;
}

.s_video_det_Relevant_li {
    box-sizing: border-box;
    padding: .1rem 0;
    border-radius: 5px;
    background: #fff;
    margin-bottom: .11rem;
}

.s_video_det_Relevant_li:last-child {
    margin-bottom: 0;
}

.s_video_det_Relevant_li img {
    float: left;
    width: .03rem;
    margin-left: .18rem;
    margin-top: .05rem;
}

.s_video_det_Relevant_li_con {
    float: right;
    width: calc(100% - .3rem);
}

.s_video_det_Relevant_li_con a {
    font-size: 15px;
    font-weight: bold;
    color: #009ae0;
    display: block;
}

.s_video_det_Relevant_li_con p {
    margin-top: .05rem;
    margin-bottom: 0;
    font-size: .13rem;
    color: #4a4a4a;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.s_video_det_comment {
    background: #fff;
    padding: 0 .15rem;
    border-top: .11rem solid #ebebeb;
    margin-left: -.15rem;
    margin-right: -.15rem;
}

.s_video_det_comment_top {
    font-size: .15rem;
    color: #242424;
    padding: .2rem 0 .13rem 0;
}

.s_video_det_comment_li {
    border-bottom: 1px solid #efefef;
    padding: .09rem 0;
}

.s_video_det_comment_li:last-of-type {
    border-bottom: 0;
}

.s_video_det_comment_li_img {
    float: left;
    width: .325rem;
    margin-right: .1rem;
}

.s_video_det_comment_li_img img {
    width: 100%;
    float: left;
}

.s_video_det_comment_li_con {
    float: left;
    /*width: calc(100% - 1.35rem);*/
    width: 72%;
}

.s_video_det_comment_li_tit {
    font-size: .13rem;
    font-weight: bold;
    color: #242424;
}

.s_video_det_comment_li_con>p {
    font-size: .15rem;
    color: #6c6c6c;
    margin-bottom: 0;
}

.s_video_det_comment_li_date {
    font-size: .11rem;
    color: #7c7c7c;
}

.s_video_det_comment_li_date a {
    font-size: .11rem;
    color: #333;
    background-color: #ddd;
    margin-left: 10px;
    padding: 4px 8px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.s_video_det_comment_li_operation {
    width: .325rem;
    float: right;
    margin-top: .17rem;
    line-height: .17rem;
    font-size: .14rem;
    color: #a8a9a9;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.s_video_det_comment_li_operation span {
    display: flex;
    align-items: center;
}

.s_video_det_comment_li_operation img {
    width: .165rem;
    margin-right: .06rem;
}

.s_write_comment {
    box-sizing: border-box;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    min-height: .6rem;
    border-top: 1px solid #d8d8d8;
    padding: 0 .15rem;
    background: #fff;
}

.s_write_comment_input {
    float: left;
    width: calc(100% - 1.65rem);
    display: flex;
    align-items: center;
    height: .59rem;
}

.s_write_comment_input textarea {
    height: .375rem;
    line-height: .25rem;
    background: url('../img/s_write_comment_input_icon.png') no-repeat .12rem .12rem;
    background-size: .11rem;
    padding-left: .3rem;
    border-radius: .1875rem;
    background-color: #f6f6f6;
    border: none;
    margin-bottom: 0;
}

.s_write_comment_operation {
    float: right;
    width: 1.5rem;
    align-items: center;
    display: flex;
    justify-content: space-between;
    height: .59rem;
}

.s_write_comment_operation img {
    width: .25rem;
    vertical-align: middle;
}

.s_det_top {
    height: .60rem;
    box-sizing: border-box;
    border-bottom: 1px solid #dedede;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 100;
    width: 100%;
    padding: 0 .15rem;
    font-size: .19rem;
    color: #000000;
    background: #fff;
}

.s_det_top>a.mui-pull-left,
.s_det_top>img {
    position: absolute;
    left: .15rem;
    top: 58%;
    width: auto;
    margin-top: -.1rem;
}

.s_det_top>a.mui-pull-left i {
    font-size: 26px;
    color: #555555;
}

.s_det_info_look {
    width: 1.41rem;
    height: .35rem;
    line-height: .35rem;
    text-align: center;
    background: #5dafeb;
    font-size: .15rem;
    color: #fff;
    margin: .1rem auto;
    border-radius: .17rem;
}

.s_slide {
    height: 2.6rem;
}

.s_slide .swiper-slide img {
    width: 100%;
    height: 2.6rem;
}

.s_slide .swiper-pagination-bullet {
    width: .12rem;
    height: .12rem;
    background: #606060;
    opacity: 1;
}

.s_slide .swiper-pagination {
    text-align: right;
    padding: 0 .15rem;
}

.s_slide .swiper-pagination-bullet-active {
    background: #fff;
}

.s_video_det_info_book span {
    float: right;
    font-size: .12rem;
    color: #b5b5b5;
    display: flex;
    align-items: center;
}

.s_video_det_info_book span img {
    width: .125rem;
    margin-right: .05rem;
}

.s_det_mp3 {
    height: 1.8rem;
    background: url('../img/s_det_mp3_bg.png') no-repeat center .1rem;
    background-size: 70% 1.1rem;
    /* text-align: center; */
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.s_det_more {
    position: absolute;
    top: 35%;
    right: .15rem;
    width: auto;
    height: .44rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.s_det_more a i {
    font-size: 26px;
    color: #555555;
}

.s_det_more img {
    width: .22rem;
    float: none;
}

.s_special {
    padding: .6rem .15rem 0 .15rem;
    background: #fff;
    overflow: hidden;
}

.s_special h1 {
    font-size: .22rem;
    font-weight: bold;
    color: #494949;
    line-height: .31rem;
    margin: .18rem 0;
}

.s_special_info {
    height: .18rem;
    display: flex;
    align-items: center;
    font-size: .12rem;
    color: #858585;
}

.s_special_info img {
    width: .18rem;
}

.s_special_info span {
    margin: 0 .07rem;
}

.s_special_con {
    padding: .10rem 0;
    font-size: .15rem;
    color: #494949;
    line-height: .26rem;
}

.s_special_con p {
    margin-bottom: 0;
}


/*专题*/

.x_det_topmenu {
    height: 44px;
    line-height: 44px;
    background-color: rgba(212, 212, 212, 0.1);
    font-size: .15rem;
}

.x_det_topmenu .swiper-slide {
    width: auto;
    padding: 0px .15rem;
}

.x_det_topmenu .swiper-slide a {
    display: inline-block;
    color: #494949;
}

.x_det_topmenu .swiper-slide a.active {
    color: #249df2;
}

.x_det_listrow {
    padding-top: 10px;
}

.x_det_listrow .x_time {
    text-align: center;
}

.x_det_listrow .x_cont {
    box-sizing: border-box;
    width: 90%;
    height: auto;
    background-color: #ffffff;
    box-shadow: 0px 0px 31px 3px rgba(208, 231, 244, 0.32);
    border-radius: 14px;
    margin: 0px auto;
    padding: 10px 15px 0px 15px;
    position: relative;
    overflow: hidden;
}

.x_det_listrow .x_cont h4 {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #000000;
    padding-right: 5px;
}

.x_det_listrow .x_cont p {
    font-size: 12px;
    line-height: 20px;
    color: #4a4a4a;
    padding-right: 8px;
}

.x_det_listrow .x_cont .rooftop {
    position: absolute;
    top: -4px;
    right: -2px;
    width: 47px;
    height: 50px;
    background: url(../img/roottop.png)no-repeat center;
    background-size: 100% 100%;
}

.x_det_listrow .x_cont_img {
    width: 100%;
}

.x_det_listrow .x_cont_img img {
    width: 100%;
    vertical-align: middle;
}

.x_usernamedata {
    line-height: 21px;
}

.x_usernamedata i {
    display: inline-block;
    width: 21px;
    height: 21px;
    line-height: 21px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}

.x_usernamedata i img {
    float: left;
    width: 100%;
    vertical-align: middle;
}

.x_usernamedata em {
    font-size: .14rem;
    vertical-align: middle;
    margin-left: 5px;
    color: #4a4a4a;
}

.x_usernamedata b {
    font-size: .14rem;
    vertical-align: middle;
    font-weight: normal;
    margin-left: 10px;
    color: #4a4a4a;
}

.x_tageblok {
    border-top: 1px solid #e9e9e9;
    margin: 0px -15px;
    line-height: 40px;
    padding: 0px 15px;
}

.x_tageblok span em {
    font-size: .12 rem;
    color: #b5b5b5;
    vertical-align: middle;
}

.x_tageblok span i {
    display: inline-block;
    width: 12.5px;
    height: 9.5px;
    margin-right: 3px;
    background: url(../img/icon_lok.png)no-repeat center;
    background-size: 100% 100%;
}

.x_tageblok a {
    font-size: .14rem;
    color: #3788c4;
}


/********************by xx********************/


/*专题详情*/

#topPopover {
    position: fixed;
    top: 16px;
    right: 6px;
}

#topPopover .mui-popover-arrow {
    left: auto;
    right: 6px;
}

#topPopover.mui-popover {
    width: 95px;
    /*height: 140px;*/
    z-index: 9999;
}

#topPopover.mui-popover .mui-table-view {
    background-color: #fff;
}

#topPopover.mui-popover .mui-popover-arrow {
    top: -20px;
    width: 20px;
    height: 20px;
}

#topPopover.mui-popover .mui-table-view-cell>a:not(.mui-btn) {
    display: block;
    padding-left: 5px;
    font-size: 14px;
    color: #333;
}

#topPopover.mui-popover .mui-table-view-cell>a:not(.mui-btn) i {
    margin: 0 10px 0 10px;
}

.xx_icon {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    background-image: url(../img/index-icon1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.xx_icon_home {
    background-image: url(../img/list-icon13.png);
}

.xx_icon_nav {
    background-image: url(../img/list-icon15.png);
}

.xx_icon_mine {
    background-image: url(../img/list-icon14.png);
}


/*分享弹框*/

.xy_mask_porover_row01 {
    width: 100%;
    height: 170px;
    background-color: #f5f5f5;
}

.xy_mask_title {
    padding: 12px 0px;
    text-align: center;
    font-size: 14px;
    color: #202020;
}

.share_img {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto;
}

.share_img img {
    vertical-align: top;
    margin-top: 10px;
}

.xy_mask_body>ul>li {
    float: left;
    width: 25vw;
    /*height: 60px;*/
    text-align: center;
    position: relative;
}

.xy_mask_body>ul>li a {
    display: block;
}

.xy_weixin img {
    width: 31px;
}

.xy_pengyouquan img {
    width: 27.5px;
}

.xy_weibo img {
    width: 30px;
}

.xy_qq img {
    width: 26.5px;
}

.xy_qqkongjian img {
    width: 31.5px;
}

.xy_mask_body>ul>li p {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    margin-bottom: 5px;
}

.xy_mask_btn {
    height: 42px;
    line-height: 42px;
    text-align: center;
    background-color: #ffffff;
}

.xy_mask_btn a {
    display: block;
    font-size: 14px;
    color: #999999;
    line-height: 42px;
}


/*更多弹框*/

#arrow.mui-popover.mui-popover-bottom.mui-popover-action {
    bottom: 60px;
}

.xy_mask_porover_row01.xx_row02 {
    height: 80px;
}

.xx_row02 .share_img {
    background-color: transparent;
}

.xy_mask_porover_row01.xx_row02 p {
    margin-top: 0;
    margin-bottom: 0;
}


/*评论弹框*/

.s_write_comment_operation a {
    position: relative;
}

.s_write_comment_operation a sup {
    position: absolute;
    right: -8px;
    top: 5px;
    display: inline-block;
    width: 17px;
    height: 11px;
    text-align: center;
    line-height: 11px;
    background-color: #f12d2d;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    font-size: 10px;
    color: #fff;
}

.xy_mask_porover_row02 {
    width: 100%;
    height: 165px;
    background-color: #ffffff;
}

.xy_mask_porover_row02 .xy_mask_body {
    padding: 0px 15px;
}

.xy_mask_porover_row02 textarea {
    height: 102.5px;
    box-sizing: border-box;
    font-size: 14px;
    color: #565656;
    padding: 13px 14px;
    background-color: #f6f6f6;
    border: none;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    -o-border-radius: 17px;
    border-radius: 17px;
}

.xy_mask_fonction {
    padding: 12px 15px;
}

.xy_mask_fonction .fl {
    font-size: 15px;
    color: #222222;
}

.xy_mask_fonction .fr {
    font-size: 15px;
    color: #5dafeb;
}


/*肿瘤化疗*/

.xx_tumor {
    padding: 0;
    margin-top: -0.1rem;
}

.xx_tumor .s_video_det_more_top {
    height: 60px;
    background-color: #fbfbfb;
}

.xx_tumor .s_video_det_more_top a {
    width: 25%;
    padding: .19rem 0;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #777777;
}

.xx_tumor .s_video_det_more_top a img {
    vertical-align: middle;
    margin-right: 8px;
}

.xx_tumor .s_video_det_more_top a:first-child img {
    width: 14px;
    height: 16px;
}

.xx_tumor .s_video_det_more_top a:nth-child(2) img {
    width: 18px;
    height: 16px;
}

.xx_tumor .s_video_det_more_top a:nth-child(3) img {
    width: 20px;
    height: 18px;
}

.xx_tumor .s_video_det_more_top a:nth-child(4) img {
    width: 18px;
    height: 18px;
}

.xx_tumor .s_video_det_more_top a.on {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

.xx_tumor .s_video_det_more_top a.on::before {
    width: 65px;
    left: 15px;
    margin-left: 0;
    background-color: #009ae0;
}

.xx_tumor .s_video_det_more_top a.on:first-child img {
    width: 21px;
    height: 24px;
}

.xx_tumor .s_video_det_more_top a.on:nth-child(2) img {
    width: 26px;
    height: 24px;
}

.xx_tumor .s_video_det_more_top a.on:nth-child(3) img {
    width: 26px;
    height: 23px;
}

.xx_tumor .s_video_det_more_top a.on:nth-child(4) img {
    width: 23px;
    height: 23px;
}

.xx_tumor .s_video_det_comment {
    display: none;
    margin-left: 0;
    margin-right: 0;
    border-top: 0 none;
    padding: 0;
}

.s_video_det_comment .mui-card {
    /*background-color: #ffffff;*/
    background-image: url(../img/xx_img18.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
    -webkit-box-shadow: 0px 0px 45px 5px rgba(175, 210, 229, 0.44);
    box-shadow: 0px 0px 45px 5px rgba(175, 210, 229, 0.44);
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    border-radius: 18px;
    margin: 15px;
    padding-bottom: 10px;
    overflow: visible;
}

.s_video_det_comment .mui-card-header {
    display: block;
    font-size: 15px;
    line-height: 30px;
    color: #333333;
    margin: 0 15px;
    padding: 10px 0;
}

.s_video_det_comment .mui-card-header:after {
    background-color: #dddddd;
}

.s_video_det_comment .mui-card-header>img:first-child {
    float: none;
    width: 3px;
    height: 12px;
    margin-right: 12px;
    vertical-align: middle;
}

.s_video_det_comment .mui-card-content {
    font-size: 13px;
    line-height: 22px;
    color: #666666;
    padding: 8px 10px;
}

.s_video_det_comment .xx_tag img {
    position: absolute;
    right: 17px;
    top: -5px;
    z-index: 1;
    width: 21px;
    height: 22px;
}

.xx_tumor .mui-table-view-cell,
.xx_tumor .mui-table-view-cell>a:not(.mui-btn) {
    font-size: 15px;
    font-weight: normal;
    line-height: 25px;
    color: #000000;
}

.xx_tumor .mui-table-view-cell.mui-active {
    background-color: #fff;
}

.xx_tumor .mui-indexed-list-group {
    font-size: 15px;
    font-weight: normal;
}

.xx_tumor .mui-indexed-list-bar a {
    height: 22px;
    line-height: 22px;
}

.xx_tumor .mui-table-view:after,
.xx_tumor .mui-table-view-cell:after,
.xx_tumor .mui-table-view-cell.mui-collapse .mui-table-view .mui-table-view-cell:after {
    background-color: #f1f1f1;
}

.xx_top {
    height: 121px;
}

.xx_top .xx_tumor {
    margin-top: 60px;
    border-top: 1px solid #b9b9b9;
}

.xx_tumor .s_video_det_Resources {
    padding-top: 60px;
}


/*显示点击是哪个字母*/

.showLetter {
    position: fixed;
    top: 50%;
    margin-top: -40px;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #7f7f7f;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: none;
}

.showLetter span {
    display: block;
    font-size: 35px;
    font-weight: bold;
    color: #ffffff;
}


/*城市弹层*/

.s_video_det_comment .container {
    width: 100%;
}

.s_video_det_comment .letter {
    position: fixed;
    top: 121px;
    right: 0;
    width: 23px;
    min-height: 100%;
    text-align: center;
    background-color: lightgrey;
}

.letter ul li a {
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 11px;
    padding: 0px;
    margin: 0px;
    color: #aaa;
}

.s_video_det_comment .city {
    width: 100%;
}

.city-list {
    width: 100%;
}

.city-list .city-letter {
    display: block;
    width: 100%;
    border-top: 1px solid #c8c7cc;
    border-bottom: 1px solid #c8c7cc;
    background-color: #f7f7f7;
    font-size: 15px;
    color: #999;
    padding-left: 15px;
}

.city-list p {
    width: 93%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #f1f1f1;
    font-size: 15px;
    color: #000;
    cursor: pointer;
    margin-left: 15px;
    margin-bottom: 0;
}

.UISelect {
    margin-top: 5px
}

.filterBox .mui-table-view {
    width: 100%;
    background-color: transparent;
}

.filterBox .mui-table-view:before,
.filterBox .mui-table-view:after {
    height: 0;
}

.filterBox .mui-table-view-cell:after {
    background-color: #dddddd;
}

.filterBox .mui-table-view-cell:last-child:before,
.filterBox .mui-table-view-cell:last-child:after {
    height: 1px;
}

.filterBox .mui-table-view-cell>a:not(.mui-btn) {
    font-size: 15px;
    color: #ffffff;
}

.filterBox .xx_li_locked>a:not(.mui-btn) {
    color: #ffffff;
    opacity: 0.5;
}

.filterBox .mui-table-view-cell>a:not(.mui-btn).mui-active {
    background-color: transparent;
}

.xx_locked {
    float: right;
    display: inline-block;
    width: 12px;
    height: 14px;
    background-image: url(../img/xx_img24.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    margin-top: 3px;
}

.filterBox .bd {
    padding: 20px 0 30px 15px;
}

.filterBox .bd span {
    font-size: 21px;
    font-weight: bold;
    line-height: 36px;
    color: #ffffff;
    margin-right: 15px;
}

.filterBox .bd a {
    font-size: 16px;
    line-height: 36px;
    color: #ffffff;
}

.filterBox .bd img {
    width: 14px;
    height: 14px;
    margin-left: 12px;
}

.xx_detail .mui-card {
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.xx_detail .mui-card-header {
    font-size: 20px;
    color: #494949;
}

.xx_detail .mui-card-header:after {
    left: 15px;
}

.xx_detail .mui-card-content p {
    font-size: 14px;
    line-height: 24px;
    color: #494949;
    margin-bottom: 0;
}

.xx_detail .mui-card-content p a {
    color: #47a6e9;
}

.xx_detail .mui-table-view:before,
.xx_detail .mui-table-view:after {
    height: 0;
}

.xx_detail .mui-table-view-cell.mui-active {
    background-color: transparent;
}

.xx_detail .mui-table-view-cell>a:not(.mui-btn) {
    font-size: 14px;
    line-height: 28px;
    color: #009ae0;
    /*border-bottom: 1px solid #dddddd;*/
}

.xx_detail .mui-table-view-cell>a:not(.mui-btn) img {
    width: 3px;
    height: 12px;
    vertical-align: middle;
    margin-right: 12px;
}

.xx_detail .mui-table-view-cell strong,
.xx_detail .mui-table-view-cell p {
    font-size: 14px;
    font-weight: normal;
    line-height: 28px;
    color: #494949;
    text-indent: 2em;
}

.xx_detail .mui-table-view-cell p img {
    width: 80%;
    max-width: 100%;
    margin: 0 auto;
}

.xx_detail .mui-table-view-cell p span {
    display: block;
    text-align: center;
}

.xx_detail .mui-table-view-cell.mui-collapse .mui-table-view {
    margin-top: 0;
}

.xx_detail .mui-table-view-cell.mui-collapse .mui-table-view .mui-table-view-cell {
    padding: 0 15px 11px;
}

.xx_detail .xx_next {
    padding: 10px 0;
}

.xx_detail .xx_next .mui-table-view-cell {
    padding: 0 15px;
}

.xx_detail .xx_next .mui-table-view-cell p {
    text-indent: 0;
    font-size: 14px;
    color: #333333;
}

.xx_detail .xx_next .mui-table-view-cell p a {
    color: #47a6e9;
}

.xx_detail .xx_next .mui-table-view-cell:after {
    height: 0;
}

#mode.mui-popover.mui-popover-bottom.mui-popover-action {
    bottom: 60px;
}

.mxx-mode {
    height: 49px;
    line-height: 49px;
    background-color: #f5f5f5;
}

.mxx-mode .mui-col-xs-4 {
    text-align: center;
}

.mxx-mode .mui-col-xs-4 a {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    margin-bottom: 5px;
    vertical-align: top;
}

.mxx-mode .mui-col-xs-4 a img {
    width: 24px;
    height: 24px;
    vertical-align: top;
    margin-right: 5px;
    margin-top: 12px;
}

.xy_mask_porover_row03 {
    /*height: 100vh;*/
    height: 100%;
    background: #ffffff;
}

.xy_mask_porover_row03 .mui-icon {
    color: #656565;
}

.mui-bar .xy_close {
    width: 44px;
    height: 44px;
    background: url(../images/modular/xx_img5.png)no-repeat center;
    background-size: 30%;
    margin-left: -10px;
}

.xy_mask_porover_row03 .s_video_det_comment {
    background: #fff;
    padding: 0 .15rem;
    border-top: 0 none;
    margin-left: 0;
    margin-right: 0;
}

.s_write_commentsr .s_write_comment_input,
.xy_mask_porover_row03 .s_write_comment_input {
    width: 100%;
    box-sizing: border-box;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    height: .6rem;
    border-top: 1px solid #d8d8d8;
    padding: 0 .15rem;
    background: #fff;
}

.s_write_commentsr .s_write_comment_input textarea,
.xy_mask_porover_row03 .s_write_comment_input textarea {
    width: 88%;
    min-height: .375rem !important;
}

.s_write_commentsr .s_write_comment_input>a,
.xy_mask_porover_row03 .s_write_comment_input>a {
    font-size: 15px;
    color: #007aff;
    margin-left: 5px;
}

.message {
    background: transparent;
    padding: 0.1rem;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 49px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px -1px 0px 0px #dddddd;
    box-shadow: 0px -1px 0px 0px #dddddd;
}

.footer input {
    position: absolute;
    left: 15px;
    top: 7px;
    width: 70%;
    height: 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #dddddd;
}

.footer p {
    float: right;
    width: 68px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #FFFFFF;
    background-color: #249df2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin-top: 7px;
    margin-right: 15px;
}

.send:after,
.show:after,
.msg:after {
    content: "";
    clear: both;
    display: table;
}

.msg>img {
    width: 43px;
    height: 43px;
    float: left;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.msg>div {
    float: left;
    position: relative;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 35px;
    color: #333333;
    background-color: #ffffff;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    border-radius: 18px;
    padding: 10px 15px;
    margin-left: 10px;
    margin-top: 10px;
    max-width: 82%;
}

.msg dl dt {
    font-size: 15px;
    font-weight: bold;
    line-height: 25px;
    color: #333333;
}

.msg dl dd {
    font-size: 15px;
    color: #333333;
    line-height: 1.8;
}

.msg dl dd a {
    color: #009ae0;
}

.msg_input {
    position: absolute;
    left: -5px;
    top: 0;
    width: 22px;
    height: 22px;
    background: url(../images/modular/xx_img14.png) no-repeat;
}

.show .msg img,
.show .msg div,
.show .msg {
    float: right;
}

.show .msg div {
    background-color: #009ae0;
    color: #fff;
    margin-right: 5px;
}

.show .msg dl dd {
    color: #fff;
}

.show .msg_input {
    left: auto;
    right: -5px;
    background: url(../images/modular/xx_img15.png) no-repeat;
}

.send,
.show {
    padding-bottom: 0.3rem;
}

.alert_novip,
.flower_num,
.give_flower {
    display: none;
    padding: 0.3rem 0.5rem;
    font-size: 0.28rem;
}

.alert_novip p,
.flower_num p {
    margin-bottom: 0.45rem;
}
.layui-layer-wrap button {
    font-size: 0.28rem;
    padding: 0.2rem 0.3rem;
    margin-top: 0.1rem;
    background: #f8f8f8;
    border-radius: 10px;
}

.flower_num button {
    padding: 0.2rem 0.5rem;
    border-radius: 10px;
}

.layui-layer-wrap button:first-child {
    float: left;
}

.layui-layer-wrap button:last-child {
    float: right;
    background: #FF7171;
    color: #fff;
}

.alert_novip button {
    padding: 0.2rem 0.3rem;
    border-radius: 10px
}

.flower {
    width: 0.8rem;
    margin: 0 auto;
}

.give_flower {
    text-align: center;
}

.give_flower p {
    text-align: center;
    line-height: 1.5;
}

.give_flower input {
    width: 1rem;
    margin-right: 0.1rem;
    margin-top: 0.2rem;
}

.give_flower button {
    display: block;
    width: 3rem;
    font-size: 0.28rem;
    margin: 0 auto;
    margin-top: 0.6rem;
    float: none!important;
    line-height: 0.65rem;
    border-radius: 10px;
}

.s_special_con h5 {
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    color: #494949;
    margin-top: 10px;
}

.s_special_con p>img {
    width: 45%;
    float: left;
    margin: 2%;
}

.s_write_commentsr .s_write_comment_input textarea,
.xy_mask_porover_row03 .s_write_comment_input textarea {
    width: 87%;
    height: .375rem !important;
}

.s_write_commentsr .s_write_comment_input>a,
.xy_mask_porover_row03 .s_write_comment_input>a {
    font-size: 15px;
    color: #007aff;
    margin-left: 2px;
}

.alert_novip,
.flower_num,
.give_flower {
    display: none;
    padding: 0.3rem 0.5rem;
    font-size: 0.28rem;
}

.alert_novip p,
.flower_num p {
    margin-bottom: 0.45rem;
}
.layui-layer-wrap button {
    font-size: 0.28rem;
    padding: 0.2rem 0.3rem;
    margin-top: 0.1rem;
    background: #f8f8f8;
    border-radius: 10px;
}

.flower_num button {
    padding: 0.2rem 0.5rem;
    border-radius: 10px;
}

.layui-layer-wrap button:first-child {
    float: left;
}

.layui-layer-wrap button:last-child {
    float: right;
    background: #FF7171;
    color: #fff;
}

.alert_novip button {
    padding: 0.2rem 0.3rem;
    border-radius: 10px
}

.flower {
    width: 0.8rem;
    margin: 0 auto;
}

.give_flower {
    text-align: center;
}

.give_flower p {
    text-align: center;
    line-height: 1.5;
}

.give_flower input {
    width: 1rem;
    margin-right: 0.1rem;
    margin-top: 0.2rem;
}

.give_flower button {
    display: block;
    width: 3rem;
    font-size: 0.28rem;
    margin: 0 auto;
    margin-top: 0.6rem;
    float: none!important;
    line-height: 0.65rem;
    border-radius: 10px;
}

.mui-navigate-right:after,
.mui-push-left:after,
.mui-push-right:after {
    font-size: 18px;
}

.playBoxTitle {
    font-size: 16px;
}


/*font-size*/

#fontSize.mui-popover.mui-popover-action {
    bottom: 0;
}

.xy_mask_porover_row04 {
    padding: 25px;
    background-color: #ffffff;
}

.xy_mask_porover_row04 .mui-input-row {
    float: left;
    width: 80%;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    left: 10%;
}

.mui-input-row001 {
    min-height: 28px;
    position: relative;
}

.mui-input-row001:before {
    content: ' ';
    display: block;
    border-top: 2px solid #e1e1e1;
    margin-top: 12px;
}

.mui-input-row001 li {
    display: inline-block;
    box-sizing: border-box;
    top: -10px;
    height: 60px;
    padding: 0 10px;
}

.mui-input-row001 li:nth-child(1) {
    position: absolute;
    left: -9px;
}

.mui-input-row001 li:nth-child(2) {
    position: absolute;
    left: 28%;
}

.mui-input-row001 li:nth-child(3) {
    position: absolute;
    left: 64%;
}

.mui-input-row001 li:nth-child(4) {
    position: absolute;
    right: -25px;
}

.mui-input-row001 li em {
    position: absolute;
    top: 2px;
    left: 5px;
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #e1e1e1;
    vertical-align: text-top;
    border-radius: 50%;
}

.mui-input-row001 li span {
    display: block;
    font-size: 15px;
    color: #ababab;
    margin-top: 24px;
    margin-left: -10px;
}

.mui-input-row001 li.active {
    color: #009999;
}

.mui-input-row001 li.active em {
    border: 4px solid #009ae0;
}

.mui-input-row001 li.active span {
    color: #009ae0;
}


/**********2-18**********/

.xx_line {
    height: 10px;
    background-color: #f5f8f9;
}

.xx_borrow {
    padding: .6rem 0 0 0;
}

.xx_borrow h4.mui-ellipsis {
    font-size: 16px;
    line-height: 25px;
    color: #494949;
}

.xx_borrow h4.mui-ellipsis~h5 {
    font-size: 14px;
    color: #494949;
}

.xx_borrow .mui-col-xs-8 h5 {
    font-size: 15px;
    color: #494949;
}

.xx_readtxt p,
.xx_borrow .mui-col-xs-4 p {
    font-size: 14px;
    color: #494949;
}

.xx_readtxt p span,
.xx_borrow .mui-col-xs-4 p span {
    font-size: 15px;
    font-weight: 550;
    color: #f70404;
}

.xx_readtxt p span strong,
.xx_borrow .mui-col-xs-4 p strong {
    font-size: 20px;
}

.xx_payway .mui-media-body {
    font-size: 14px;
    color: #494949;
}

.xx_payway p.mui-ellipsis {
    font-size: 12px;
    color: #bbbbbb;
}

.xx_payway .mui-radio input[type='radio'],
.xx_payway .mui-checkbox input[type='checkbox'] {
    top: -30px;
    right: 0;
}

.xx_bevip {
    width: 100%;
    font-size: 14px;
    line-height: 35px;
    color: #494949;
    text-align: center;
    margin-top: 50px;
}

.xx_bevip img {
    width: 27px;
    vertical-align: middle;
    margin-right: 10px;
}

.xx_bevip a {
    text-decoration: underline;
    color: #4599f7;
}

.xx_paybtn,
.xx_paybtnno {
    width: 84%;
    height: 44px;
    background-color: #4599f7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 44px;
    color: #ffffff;
    border: 0 none;
    padding: 0;
    margin: 40px 8% 0;
}

.xx_agree {
    font-size: 14px;
    line-height: 40px;
    color: #666666;
    margin-left: 8%;
}

.xx_agree span {
    margin-right: 30px;
}

.xx_payway .mui-radio input[type='radio']:before,
.xx_payway input[type='checkbox']:before,
.xx_agree input[type='checkbox']:before {
    font-size: 22px;
}

.xx_agree .mui-left input[type='checkbox'] {
    left: 0;
    top: -3px;
}

.xx_payway .mui-radio input[type='radio']:checked:before,
.xx_payway input[type='checkbox']:checked:before,
.xx_agree input[type='checkbox']:checked:before {
    color: #0aa3e9;
}

.xx_agree a {
    font-size: 14px;
    font-weight: light;
    color: #4599f7;
}

.xx_tryread {
    font-size: 20px;
    line-height: 25px;
    color: #494949;
    text-align: center;
    margin: 30px 0 0 0;
}

.xx_paybtnno {
    background-color: transparent;
    border: solid 1px #999999;
    color: #494949;
    margin-top: 18px;
}

.xx_paybtnno~.xx_bevip {
    margin-top: 30px;
}

.xx_readtry {
    padding: 11px;
}

.xx_readtry>.mui-pull-left {
    width: 90px;
    height: 120px;
    /*overflow: hidden;*/
}

.xx_readtry>.mui-pull-left img {
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 10px 10px 45px rgba(170, 170, 170, .32);
    box-shadow: 10px 10px 45px rgba(170, 170, 170, .32);
}

.xx_readtxt {
    margin-left: 105px;
}

.xx_readtxt h3 {
    font-size: 16px;
    line-height: 25px;
    color: #000000;
}

.xx_readtxt p.xx_zb {
    font-size: 11px;
    color: #666666;
}

.xx_payyes {
    padding-top: 80%;
}

.xx_payyes .xx_readtry {
    padding: 11px 50px;
}

.xx_payyes .xx_readtxt h3 {
    margin-top: 20px;
}

.xx_borrowyes .mui-table-view:before,
.xx_borrowyes .mui-table-view:after,
.xx_borrowyes .mui-table-view-cell:after {
    height: 0;
}

.xx_borrowyes .mui-table-view-cell {
    padding: 0 38px;
    margin: -15px 0;
}

@media screen and (max-width:1024px) {}

@media screen and (max-width:768px) {}

@media screen and (max-width:414px) {}

@media screen and (max-width:375px) {}

@media screen and (max-width:320px) {
    .xx_borrowyes .mui-table-view-cell {
        padding: 0 25px;
    }
    .xx_payyes .xx_readtxt h3 {
        margin-top: 10px;
    }
}

.xx_borrowyes .mui-table-cell h5 {
    font-size: 15px;
    color: #3d3d3d;
}

.xx_borrowyes .mui-table-cell span {
    font-size: 15px;
    color: #4599f7;
}

.xx_borrowyes .xx_readtry {
    margin-top: 60px;
}

.xx_borrowyes .xx_readtry>.mui-pull-left {
    width: 38px;
    height: 53px;
}

.xx_borrowyes .xx_readtry>.mui-pull-left img {
    -webkit-box-shadow: 0px 0px 44.1px 4.9px rgba(170, 170, 170, 0.32);
    box-shadow: 0px 0px 44.1px 4.9px rgba(170, 170, 170, 0.32);
}

.xx_borrowyes .xx_readtxt {
    margin-left: 58px;
}

.xx_borrowyes .xx_readtxt h3 {
    font-size: 20px;
    margin-top: 0;
}

/* 列表页-患者教育 */
/* .x_top_title{
	height: 0.5rem;
} */
/* .x_leftbnt {
	float: left;
	width: 0.5rem;
	height: 0.5rem;
	position: relative;
	z-index: 101;
	background: url(../img/s_det_top_fan.png) no-repeat center center;
	background-size: 25%;
} */
.s_huan_li{
    display: inline-block;
    margin: 0 .15rem;
    cursor: pointer;
}
.s_huan_li.on{
    color: #249df2;
}
/* .x_title_search{
	height: 0.5rem;
	background: url(../img/s_det_more_search.png) no-repeat center center;
	background-size: 50%;
} */
/* .x_toprig_search{
	height: 0.49rem;
} */
/* .x_toprig_search .x_title_more {
	height: 0.5rem;
	width: 0.35rem;
}
.x_toprig_search .x_title_search {
	height: 0.5rem;
	width: 0.35rem;
} */
/* .x_title_more{
	background: url(../img/s_det_more_icon.png) no-repeat center center;
	background-size: 50%;
} */
/* .x_toptit_cont{
	top: 0;
	line-height: .5rem;
} */
.s_huan_li.on{
    color: #249df2;
}
.s_huan_con{
    background: #fff;
}
.x_main_list {
    box-sizing: border-box;
    padding-top: 0.6rem;
    min-height: 100vh;
}
.s_huan_con_yin{
    padding-left: .15rem;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 29px;
    letter-spacing: 0px;
    color: #000000;
    opacity: 0.6;
    font-weight: bold;
}
.s_huan_user{
    padding-top: 0.1rem;
}
.s_huan_user_l{
    width: 20%;
    float: left;
    padding-left: .15rem;
}
.s_huan_user_l img{
    width: 0.48rem;
    height: 0.48rem;
    background-color: #ffffff;
    border: solid 1px #dddddd;
    border-radius: 50%;
    overflow: hidden;
}
.s_huan_user_r{
    width: 80%;
    float: left;
    border-bottom: solid 2px #f0f0f0;
    padding-bottom: .15rem;
    padding-top: .1rem;
}
.s_huan_user_r > a{
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #232323;
    line-height: 15px;
    float: left;
    margin-right: .07rem;
}
.s_huan_user_r > span{
    font-size: 11px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #707070;
    line-height: 15px;
    float: left;
}
.s_huan_user_key{
    float: left;
    line-height: 15px;
    /*margin-top: 0.05rem;*/
}
.s_huan_user_key span{
    font-size: 11px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #707070;
    margin-right: 5px;
    line-height: 15px;
    float: left;
}
.fix_yin{
    position: fixed;
    right: .13rem;
    top: .7rem;
}
.fix_yin ul li{
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #000000;
    opacity: 0.6;
    cursor: pointer;
    width: 12px;
    text-align: center;
    background: #ffffff;
}
.fix_yin ul li.on{
    color: #009999;
}
.s_huan_list{
    background: #fbfbfb;
}
.s_huan_list a{
    font-size: .15rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: .2rem;
    letter-spacing: 0px;
    color: #222222;
}
.s_huan_list_top{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 35px;
    letter-spacing: 0px;
    color: #494949;
    padding-left: .15rem;
    font-family: 'PingFangSC-Medium';
    font-weight: bold;
}
.s_huan_list .mui-table-view-cell > a:not(.mui-btn) {
    margin: -11px -15px -11px 0px;
}

/* 看视频 */
.seevideo_slide img{
    width: 100%;
}
.seevideo_slide .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffffff;
}
.seevideo_top{
    height: .43rem;
    line-height: .43rem;
    font-size: 16px;
    color: #333333;
    padding-left: .15rem;
}
.seevideo_top a{
    float: right;
    margin-right: .15rem;
    font-size: 14px;
    color: #666666;
}
.seevideo_swiper{
    padding: .1rem .15rem;
    background: #fff;
}
.seevideo_swiper .swiper-slide{
    width: 1.5rem;
}
.seevideo_swiper .seevideo_swiper_img{
    position: relative;
    border-radius: 5px;
    border: solid 1px #e0e0e0;
    height: .9rem;
}
.seevideo_swiper .seevideo_swiper_img img{
    width: 100%;
    height: 100%;
}
.seevideo_swiper .seevideo_swiper_img span{
    position: absolute;
    height: .15rem;
    background: rgba(0, 0, 0, .7);
    border-radius: 7px;
    font-size: 9px;
    color: #ffffff;
    padding: 0 .1rem;
    bottom: 5px;
    right: 5px;
    line-height: .17rem;
}
.seevideo_swiper .swiper-slide > a{
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #242424;
    margin-top: .07rem;
}
.seevideo_swiper_info{
    height: .3rem;
    line-height: .3rem;
}
.seevideo_swiper_info span{
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    line-height: .2rem;
    letter-spacing: 0px;
    color: #666666;
    margin-right: .07rem;
    float: left;
}
.seevideo_switch > ul{
    display: flex;
    height: .5rem;
    line-height: .5rem;
}
.seevideo_switch > ul li{
    flex: 1;
    font-size: .16rem;
    color: #494949;
    text-align: center;
}
.seevideo_switch > ul li.on{
    color: #249df2;
}
.seevideo_switch_li .mui-table-view-cell a{
    font-size: .15rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: .2rem;
    letter-spacing: 0px;
    color: #333333;
}
.seevideo_switch_li{
    position: relative;
}
.seevideo_switch_li .fix_yin{
    position: absolute;
    top: 10px;
}
.seevideo_switch_li .mui-table-view:before{
    background-color: #fbfbfb;
}
/* 患教视频详情页 */
.s_video_info_more{
    width: 0.2rem;
    height: 0.2rem;
    float: right;
    text-align: center;
    line-height: 0.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
}
.s_video_info_more img{
    width: 0.15rem;
}
.s_video_det_comment_li_con {
    width: calc(100% - 1.35rem);
    /* width: 72%; */
}
.s_video_det_comment_li_operation {
    width: .9rem;
}
.s_write_comment_input input{
    margin-bottom: 0;
    border-radius: .2rem;
    background-color: #f6f6f6;
    border: 0;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    /* line-height: 16px; */
    letter-spacing: 0px;
    color: #565656;
    background: url(../img/s_write_comment_input_icon.png) no-repeat #f6f6f6;
    background-size: .15rem;
    background-position: .1rem center;
    padding-left: .3rem;
}
.s_write_comment_operation {
    width: 1.25rem;
}
.s_write_comment_operation{
    position: relative;
}
.s_write_comment_operation em{
    background-color: #f12d2d;
    border-radius: 6px;
    position: absolute;
    font-size: 10px;
    color: #ffffff;
    padding: 2px 4px;
    height: auto;
    line-height: 10px;
    left: 14px;
    top: 12px;
}