/*整个页面的背景颜色*/
body{ background-color: #36a6f0; }
/*头图*/
.head{ background: url(../images/jsxf/head.jpg) no-repeat center; background-size: contain; }
/*每个部分的背景颜色和透明度以及字体颜色*/
.container{ background-color: rgba(242,229,208,0.7); color: #0576c1; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#36a6f0,endColorstr=#4cf2e5d0) }

/*精彩剧照*/
/*精彩剧照左右按钮对应的图片  大小18*38*/
.swipe-before{ background: url(../images/jsxf/left_arrow.png) no-repeat left center; /*background-size: contain;*/ }
.swipe-after{ background: url(../images/jsxf/right_arrow.png) no-repeat right center; /*background-size: contain;*/ }
/*精彩剧照滚动图片对应的外边框的颜色*/
.swipe-wrap > .swipe-item > a{ border: 0.04rem solid #36a6f0; }

/*往期回顾*/
/*往期回顾列表的字体颜色*/
.reviewList li a{ color: #0576c1; }
/*往期回顾列表的箭头图片*/
.reviewList li a .reviewArrow{ background: url(../images/jsxf/review_arrow.png) no-repeat center; background-size: contain; }
/*往期回顾列表下划线颜色*/
.borderB{ border-bottom: 1px solid #0576c1; }

/*下载*/
/*下载按钮的背景图片*/
.down .top .downIntro .download{ background: url(../images/jsxf/download_btn.png) no-repeat center; background-size: contain; }
/*下载按钮鼠标滑过的背景图片*/
.down .top .downIntro .download:hover{ background: url(../images/jsxf/download_btn_hover.png) no-repeat center; }

/*直播云商务合作小手的图片*/
.down .bottom{ background: url(../images/jsxf/coop_icon.png) no-repeat left 0.05rem; }
.pc .down .bottom{ background: url(../images/jsxf/coop_icon.png) no-repeat left 7px; }

/*返回顶部和分享*/
/*分享的图片*/
.shareTop .top,.shareTop .bdshare_b a.img,.shareTop .tecentWeiXin a{ background: url(../images/jsxf/share_icon.png) no-repeat center; }
/*返回顶部图片的定位*/
.shareTop a.top{ background-position: -16px -8px; }
/*返回顶部鼠标滑过图片的定位*/
.shareTop a.top:hover{ background-position: -79px -8px;}
/*分享按钮图片的定位*/
#bdsharemore{ background: url(../images/jsxf/share_icon.png) no-repeat; background-position: -16px -64px; }
/*分享按钮鼠标滑过图片的定位*/
#bdsharemore:hover{ background-position: -79px -64px;}
/*关注公众号图片的定位*/
.shareTop .tecentWeiXin a{ background-position: -16px -159px; }
/*关注公众号鼠标滑过图片的定位*/
.shareTop .tecentWeiXin a:hover{ background-position: -79px -159px;}
/*侧边栏二维码图片*/
.shareTop .tecentWeiXin i { background: url(../images/jsxf/side_code.png) no-repeat; }

/*往期回顾隐藏  不想隐藏注释掉该句即可*/
/*.review,.pc .review{ display: none; }*/
/*视频隐藏*/
.videoTitle,.playerWrap{ display: none; }