* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	margin-bottom: constant(safe-area-inset-bottom);
    margin-bottom: env(safe-area-inset-bottom);
}
.page {
}
.content {
    /* min-height: 50rem; */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
}
.main {
    margin: 0 auto;
    text-align: center;
}

.logo, .divider, .activity_info {
    width: 100%;
    margin-top: 0.4rem;
}
.wto_info{
    width: 100%;
}
.riband {
    width: 46%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.image_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.p1, .p2 {
    font-size: .6rem;
    color: #595757;
    text-indent: 1.2rem;
    line-height: 1.8;
    padding-right: 0.3rem;
}
.p2 {
    padding-left: 0.3rem;
}
.doctor_words {
    width: 100%;
}
.slogan {
    width: 70%;
    padding-top: 2rem;
    padding-bottom: 3.5rem;
    padding-right: 0.3rem;
}
.display__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
/* 上传成果 */
.form_title {
    display: block;
    width: 37.6%;
    margin: 3.5rem auto 2.5rem;
    color: #dc4370;
    font-size: 1.5rem;
    font-weight: 800;
}
.upload_title {
    display: inline-block;
    margin-top: 7.5rem;
    margin-bottom: 1.5rem;
    color: #dc4370;
    font-size: 2.2rem;
    font-weight: 800;
}
.results_form {
    font-size: 0.8rem;
    color: #494fb4;
    width: 80%;
}
.results_form .photo1_block .layui-btn {
    background-color: #fff !important;
    color: #fff;
    border-radius: .5rem !important;
}
.small_btn {
    display: inline-block;
    width: 8rem;
    margin-left: 1rem;
}
.small_btn img {
    width: 100%;
}
.results_form .btn_item {
    text-align: center;
}
.btn_item .layui-input-block {
    margin-left: 100px !important;
}
.submit_item, .back_item {
    text-align: center;
}
.submit_item .layui-input-block, .back_item  .layui-input-block {
    margin-left: 55px !important;
}
.submit_btn {
    border: 0;
    margin-bottom: 1.2rem;
}
.back_btn {
    padding-top: 1.5rem;
}
.layui-input-block {
    min-height: 34px;
}
.gain_btn {
    border: 0;
    width: 3.5rem;
    padding-left: 0.3rem;
    padding-top: 2px;
}
.message_block input {
    width: 61%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.results_form .layui-input, .new_input {
    color: #666;
    border-radius: .5rem;
    border: 1px solid #eee;
    height: 1.5rem;
    line-height: 1.5rem;
}
.new_input {
    padding-left: 0.6rem;
    margin-left: 6.9rem;
    margin-bottom: 0.6rem;
    width: 48%;
}
 .layui-form-label {
    padding: 0 !important;
}
.layui-form-item {
    margin-bottom: 10px !important;
}
.a_btn {
    width: 11rem;
    margin-top: 0.8rem;
}
.data_info {
    color: #666;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .7rem;
    padding-left: 1.5rem;
    padding-top: 1rem;
}
.project_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin: 1rem auto 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
}
.project_info p {
    text-indent: 2em;
    color: #666;
    line-height: 1.5;
    font-size: .75rem;
}
.project_info img {
    width: 3rem;
    height: 3rem;
    margin: .5rem .5rem 0 0;
    border-radius: 100%; border:solid 1px #9e004d;
}
.block{ display:block; }
.introduce{height: 2rem; overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box; 
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;}

.introduce.show{ height:auto; overflow:initial; display:block }
.textcenter{ text-align:center; font-size:1rem }
.textcenter .layui-icon{  font-size:.9rem; color:#959cd9;  }
.textcenter .layui-icon:before{display: inline-block;transition-duration:400ms}
.introduce.show ~.textcenter .layui-icon:before{ display: inline-block; transform:rotate(180deg); transition-duration:400ms }
h2.title{ width: 90%; position: relative; margin:1rem auto 0; border-bottom: solid 1px #9e004d; font-size:.75rem; font-weight:bold; color:#9e004d }
h2.title span{ position:relative; display: inline-block; padding: .25rem 1rem .25rem 0;  }
h2.title span:after{ content:'';position:absolute; left: 0; bottom: -4px; width:4rem; border-bottom:4px solid #9e004d }
.vdlist{ width:90%; margin:.5rem auto; }
.vdlist .vdimg { position:relative; }
.vdlist .vdimg .layui-icon,.jyhead .layui-icon{ display:flex; align-items:center; justify-content:center; }
.vdlist .vdimg .layui-icon:before,.jyhead .layui-icon:before{ position:absolute; color:#fff; font-size:1.5rem; font-weight:bold;text-shadow:0px 0px 3px  rgba(0,0,0,.7); }
.vdlist .vdimg:active,.jyhead .layui-icon:active{ opacity:.8 }
.vdlist .vdimg img{ width:7rem; height:4.5rem }
.vdlist .vdinfo{ background-color:#fff; padding:.25rem .25rem .25rem .5rem}
.vdlist .vdinfo h2{ font-size:.7rem; color:#333 }
.vdlist .vdinfo p{ font-size:.6rem; margin-top:.25rem; color:#666 }

.videobox {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}
.videobox video {
    width: 100%;
    height: 100%;
    position: absolute; 
}
.ell2{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;-webkit-line-clamp: 2; }
.flexcell{ display:flex; margin:.5rem 0 }
.data_info span {
    color: #4850b4;
    font-weight: 800;
    background-color: #fff;
    border: 1px solid #555dba;
    padding: 2px;
    border-radius: 5px;
    font-size: .8rem;
}
.data_item {
    margin-right: 20px;
}
.province {
    padding-left: 0.5rem;
}
.videos {
    margin: 0 auto;
    width: 20.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.video_item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 0.3rem;
    width: 10rem;
    overflow: hidden;
}
.video_img{
    width: 10rem;
    height: 6.6rem;
}
.uploader {
    width: 100%;
    font-size: 0.45rem;
    background-color: #fff;
    padding: 0.2rem .4rem;
}
.more_videos {
    height: 15px;
    margin: 0 auto 3rem;
    background-image: url(../images/more_videos.png);
    background-size: 100% 100%;
    position: relative;
    box-shadow: 0 -24px 28px -1px #ffffff;	
}
img {
    width: 100%;
}
.upload_btn {
    width: 10rem;
    margin: 0 auto; 
	padding-bottom: 20%;
}
/* .upload_btn img {
    width: 100%;
} */
.hide {
    display: none;
}
.message_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.city_block {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.activity_btn {
    width: 11rem;
    height: 1.38rem;
    background-image: url(../images/activity_btn.png);
    background-size: 100% 100%;
	display: block;	
}

.health_red_a{
    background-image: url(../images/health_a.png);
}
.poster_grey_a {
    width: 11rem;
    height: 1.65rem;
    background-image: url(../images/poster_grey_a.png);
    background-size: 100% 100%;
	display: block;
}

.poster_red_a {
    background-image: url(../images/poster_a.png);
}
.others_btn {
    width: 11rem;
    height: 1.38rem;
    background-image: url(../images/others_btn.png);
    background-size: 100% 100%;
	display: block;	
}

.others_red_a {
    background-image: url(../images/others_a.png);
}
.results_form .layui-input-block {
    color: #666;
}
.square_btn {
    width: 5.5rem !important;
    height: 5.5rem !important;
    padding: 0 !important;
}
.photo_block .layui-btn {
    background-color: #fff !important;
}
.photo_item  .layui-input-block {
    margin-left: 46% !important;
}
/* .photo1_block {
    text-align: center;
    margin-left: 36px !important;
}
.photo2_block {
    text-align: center;
    margin-left: 51px !important;
} */
.square_btn img {
    width: 100%;
    height: 100%;
}
.hospital_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.operation_btn {
    width: 1.45rem;
    padding-left: 0.5rem;
}
.operation_btn img {
    width: 100%;
}
.upload_img {
    display: block;
    width: 15rem;
    height: 17rem;
    margin: 0 auto;
}
.medium_btn {
    width: 6rem;
    height: 1.63rem;
}
/* 排行榜 */
.top5 {
    margin: .3rem auto !important;
}
.top5 i {
    color: #666;
    font-size: 0.8rem;
    font-weight: 800;
}
.maptop li {
    color: #666;
    font-size: 0.78rem;
    line-height: 2;
    list-style: none;
}
.maptop li span {
    color: #4850b4 ;
}
.maptop ul {
    border: 1px solid #666;
    border-radius: .5rem;
    max-height: 8rem;
    overflow-y: auto;
}
.map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	position: relative;
}
.maptopbox {
    position: absolute;
    width: 30%;
    text-align: center;
    margin-top: -9rem;
}
.my_select{
	color: #666;
    border-radius: 0.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
}
.btn_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 15rem;
    margin: 0 auto;
}
.btn_group .index {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: left;
}

#container{
	width: 100%;
    height:18rem;
}
.isname{
    color: #41187e;float: left;font-size: 14px;
}
.dw{
    float: right;margin-right: 3%;position: absolute;right: 0;
    margin-top:2px;
}
.isum{
    color: #e3007f;
    font-size: 14px;
    border:1px solid #eee;
    padding:0 2px;
    border-radius: 3px;float: right;margin-right: 18px;
}
.zhanshi {
    overflow: hidden;
    width: 50%;
    float: left;
}
.flow-box {
    overflow: hidden;
}
.flow-box img{
   width:100%;
}
.flow-box li{
	margin: 3% 1.5%;
}
.zhanshibox {
    max-height: 50%;
    overflow: hidden;
	width: 90%;
    margin: 0 5%;
}
.flowdiv {
    background: #fff;
    overflow: hidden;
    padding: 0.05rem 0.15rem;
    border-bottom: 1px solid #efefef;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.uppeo {
    /* float: left; */
    color: #9fa0a0;
	font-size: 0.6rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.views {
    color: #666;
    font-size: .6rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.views img {
    width: 2rem !important;
}
.send-code{
	height: 1.5rem;
    background-color: #494fb4;
    color: #fff;
    border-radius: 0.5rem;
    width: 3rem;
    text-align: center;
    line-height: 1.5rem;
}
.gray-bg{
    background-color: #b1b1b1;	
}
#add_operation1, .delete_new {
    width: 1.45rem;
    padding-left: 0.5rem;
}
#add_operation1 img, .delete_new img {
    width: 100%;
}
/* tab设置 */
.layui-tab {
    margin: 0 !important;
}
.layui-tab-brief>.layui-tab-title .layui-this:after{ display:none }
.layui-tab-title {
    background: none; border:none;
    border-bottom: solid 1px #9e004d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* width: 90%;
    margin: 0 auto; */
    padding: 0;
    height: auto !important;
}
.layui-tab-title li {
    width: 100%;
    padding:.35rem .25rem;
    line-height: 1;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9e004d !important;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    font-size: .75rem;
    font-weight: bold;
    background-color: #fff;
    border-radius:.35rem .35rem 0 0; border-right:solid 2px #ddd;
}
.layui-tab-title li:first-child{border-radius:0 .35rem  0 0}
.layui-tab-title li:last-child{ border:none; border-radius:.35rem 0 0 0 }
.layui-tab-title li.layui-this:before{ border: none; background-color:#9e004d;z-index:9999 }
.layui-tab-title li:nth-child(2){ z-index:999 }
.layui-tab-title li span{ position:relative; z-index:9999 }
.layui-tab-title li:nth-child(3):before {
    right: -1rem;
}
.layui-tab-title .layui-unselect{ display:none }
/*.layui-tab-title li.layui-this:first-child{ background:url(../images/nav3on.png); background-size:100% 100% }
.layui-tab-title li:nth-child(2){ background:url(../images/nav2.png); background-size:100% 100%; background-position:-1px 0 }
.layui-tab-title li.layui-this:nth-child(2){ background:url(../images/nav2on.png); background-size:100% 100%; background-position:-1px 0 }
.layui-tab-title li:last-child{ background:url(../images/nav1on.png); background-size:100% 100% }*/
.layui-tab-title li img {
    width: 1.2rem;
    margin-right: .25rem;
}
.layui-tab-title .layui-this {
    color: #fff !important;
}
.layui-tab-brief>.layui-tab-title .layui-this{
    background-color: #9e004d;
    color: #fff;
}
.layui-tab-content {
    padding: 0 !important;
}
/* 科普大使 */
.stars_area {
    padding: 2.5rem 1rem;
    font-size: .5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.stars_box{
    width: 3.78rem;
    text-align: center;
    margin-right: 0.5rem;
    margin-bottom: 1rem;
}
.stars_box:last-child {
    margin-right: 0;
    margin-bottom: 0;
}
.stars_img{
    width: 90%;
    border-radius: 50%;
}
.stars_layer {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 99;
}
.stars_mask {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
    z-index: 99;
    /* background-image: url(../images/bg3.png);
    background-size: 100% 100%; */
}
.stars_mask .detail {
    width: 80%;
    font-size: .5rem;
    color: #333;
    line-height: 2;
    position: absolute;
    top: 2.2rem;
    left: 50%;
    transform: translateX(-50%);
}
.stars_mask .detail .brief {
    font-size: .6rem;
    color: #333;
    text-align: center;
}
.stars_mask .avatar {
    width: 4.5rem;
    height: 4.5rem;
    position: absolute;
    top: -2rem;
    left: 50%;
    transform: translateX(-50%);
}
.stars_mask .close {
    position: absolute;
    top: -2.5rem;
    right: 0.5rem;
    width: 0.9rem;
    height: 0.9rem;
}
.knowledge_area {
    position: relative;
}
.piece1 {
    position: absolute;
    right: 16.6rem;
    top: 12rem;
}
.star1 {
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    z-index: 9;
}
.piece_p1 {
    position: absolute;
    left: 1.2rem;
    top: 0;
}
.piece2 {
    position: absolute;
    left: 0;
    top: 3rem;
}
.piece p {
    background-color: #6a63dc;
    color: #fff;
    padding: 0.1rem 1.5rem;
    width: 13rem;
    border-radius: 0.5rem;
    opacity: 0.8;
}
.piece_p2 {
    position: absolute;
    left: 4rem;
    top: 0;
}
.star2 {
    width: 4rem;
    height: 4rem;
    position: absolute;
    left: 1rem;
    z-index: 9;
}
.hide {display: none;}
/* 活动集锦 */
.province_list {
    padding: 1.8rem 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; */
}
.province_btn{
    display: block;
    font-size: .7rem;
    width: 16%;
    /* width: 3.3rem; */
	height: 1.2rem;
    background-color: #aeb2eb;
    color: #fff;
    border-radius: 1rem;
    text-align: center;
    line-height: 1.2rem;
    margin-bottom: 1rem;
    margin-right: 0.1rem;
}
.province_btn:last-child {
    margin-right: 0;
    margin-bottom: 0;
}
.video_link .video_cover {
    display: block;
    width: 90%;
    margin: 2rem auto 1rem;
    /* height: 100%; */
    transition: all .25s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
.play_icon {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    /* width: 2rem;
    height: 2rem;
    background-image: url(../images/play_icon.png);
    background-size: 100% 100%; */
        /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99; */
    position: absolute;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 0;
}
.swiper-slide a {
    position: relative;
}
.forecast_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 88%;
}
.forecast_title img {
    min-width: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.forecast_title span {
    padding: 0 0.5rem;
    width: 10rem;
    color: #6482da;
    font-size: 0.8rem;
    font-weight: 800;
}
.rotate {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
/* 满天星视频详情和照片详情 */
.empty_cell {
    width: 9rem;
    height: 10rem;
    border-radius: 1rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.photolists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 86%;
    margin: 2rem auto 4rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.photolists .photo {
    /* width: 9rem; */
    width: 19%;
    height: 11rem;
    border: 1px solid #7d76e1;
    border-radius: 1rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    background-color: #fff;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.list-img img {
width: 100%;
height: 100%;
}
.videolist {
    width: 78%;
    margin: 0 auto 4.8rem;
}
.video {
    height: 27.3rem;
    margin-bottom: 4rem;
}
.listcell{ display:flex; width:90%; margin:.5rem auto; background-color:#fff; border-radius:.25rem; overflow:hidden; }
.jyhead{ flex:1 }
.listcell .jyhead img{ width: 100%; max-height:4rem;}
.listcell .jyinfo h2,.flexaround .jyinfo h2{ font-size:.7rem; color:#333 }
.listcell .jyinfo p,.flexaround .jyinfo p{ margin-top: .15rem; font-size:.6rem; color:#666 }
.flexaround{ width: 90%; margin:0 auto}
.cells{display: flex; margin: .5rem 0; flex-wrap: wrap; justify-content: space-between; margin-left:-.5rem }
.flexaround .cell{width: calc(50% - 0.5rem);padding:0 ; margin:.5rem 0 0 .5rem;}
.flexaround .cell .cellitem{height: 10.5rem; background-color:#fff }
.flexaround .jyhead img{ height:5rem; }
.cellfull .jyhead img{ height:9rem }
.cellfull .cell .cellitem{ height:auto }
.flexaround .cellfull .cell{ width:100% }
.flex-end { box-sizing: border-box; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-pack: justify; -webkit-justify-content: flex-end; justify-content: flex-end; -webkit-box-align: center; -webkit-align-items: flex-end; align-items: flex-end }
.flex-start { box-sizing: border-box; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-pack: justify; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: flex-start; align-items: flex-start }

.flexaround .jyinfo{ padding:.25rem .25rem .5rem}
.flexaround .jyinfo h2{ margin-bottom:.25rem }
.flexaround .jyinfo p{ margin-top:.25rem }
.flexaround .jyinfo p:last-child{ color:#999 }
.personinfo{ width: 90%; margin:1rem auto; display:flex; align-items:center; }
.personinfo .head{ position: relative; padding: .5rem; background:url(../images/personbg.png);  background-size: 100% 100%; z-index: 9}
.personinfo .head img{ width:4rem; height:4rem; border-radius:100% }
.personinfo .info h2{ position:relative; padding-left:1rem;height: 1.5rem;display: flex;align-items: center; }
.personinfo .info h2 span{ position:relative; z-index:9; color:#fff; font-size:.8rem }
.personinfo .info h2:after{ content:''; width: 8rem;
    height: 0px;
    position: absolute;
    top: -1.5rem;
    left: -3rem;
    border: 1.5rem solid transparent;
    border-bottom-color: #808dcb;}
    .personinfo .info  p{ margin-top:.5rem; padding-left: 1rem; font-size:.6rem; color:#666 }
    .idt{ width:90%; margin:1rem auto; text-indent:2em; color:#666; line-height:1.5 }
.pjimg img{ width: 3rem; height: 3rem; margin-right: .5rem; border-radius:100%; }
    .indent{text-indent:2em; font-size: .55rem; line-height: 1.5; color: #666}
    .formatimg{ width: 90%; margin: .5rem auto; padding: .5rem; border-radius:.5rem; background-color:#fff }
    .listcell{ width:100%; background:none }
    .jylist{ display:flex; flex-wrap:wrap; justify-content:space-between; }
    .jylist .vdimg{ width:48% }
    @media screen and (min-width:750px){
        .banner{ display:none }
        .pcbanner{ display:block; }
        .content .layui-tab{ width:800px; margin:auto !important; }
        .indent{ font-size:14px; }
        .pjimg img{ width:80px; height:80px; }
        .formatimg img{ display:block; width:400px; margin:auto; }
        h2.title,.vdlist{ width:auto; }
        .vdlist{display: flex;
    flex-wrap: wrap;
    width: auto;
    justify-content: space-between;}
    .flexcell{ display:block; width:46%; }
    .vdlist .vdimg img{ width:100%; height:180px; }
    .listcell .jyhead img{ max-height:200px; }
    .bg{ background:#f5faff }
    .layui-icon-play:hover{ opacity:.8; cursor:pointer; }
    } 