
/*弹出层样式*/
.theme-buy{ display:block;}
.theme-popover-mask{z-index:999;position:fixed;top:0;left:0;width:100%;height:100%;background:#000;opacity:0.8;filter:alpha(opacity=80);display:none}
.theme-popover{z-index:9999;position:fixed;top:50%;left:50%;width:878px;height:526px;margin:-263px 0 0 -439px;display:none; background:none; padding:10px; border:1px solid #838383;}
.theme-popover1{z-index:9999;position:fixed;top:0;left:50%;width:840px;height:100%;margin:0 0 0 -420px;display:none; background:#fff;
color:#000; font-family:"微软雅黑";}
.closex1{position:absolute; width:59px; height:60px; right:-59px; top:0px;}
#mediaplayer{width:878px; height:526px; }
.closex{ }
.videoM{width:878px; height:526px; background-color:#838383; padding:1px; margin:0 auto; position:relative;  }
.theme-main{ width:80%; margin:50px auto; line-height:24px;color:#3a2410; height:100%}
.theme-main h1{ margin-bottom:20px; font-size:18px; text-align:center;}
/*.theme-main p{ height:700px; padding-right:20px; overflow: auto}*/
.theme-scroll{overflow:hidden; height:700px;padding-right:20px; overflow: auto}
@media screen and (max-width: 1025px) and (max-height: 768px) 
{  
   .theme-main p{height:435px;}
}
.modal_close{ width:46px; height:46px; background-image:url(../images/n_close.png); background-position:0 0; overflow:hidden; position:absolute; right:-47px; top:-1px; cursor:pointer;  transition:.5s; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s;	}
.modal_close:hover{ background-position:0 -46px; }