@charset "utf-8";


/*微信关注层*/
.subscribe{ position: fixed; left: 0; top: 36px; width: 100%; height: auto; background-color:rgba(0,0,0,0.6); z-index: 100; color: #fff; }
.subscribe dt{ height: 48px; position: relative; font-weight: normal;; }
.subscribe dt button{ display: block; position: absolute; float: right; right: 10px; top: 10px; height: 28px; line-height: 28px; padding: 0 10px; background: #03bd02; border:0; border-radius: 5px; color: #fff; }
.subscribe dt p{ padding: 7px 15px 0; line-height: 18px; font-size: 13px; }
.subscribe dt p span{ color: #26c841; }
.subscribe dd{ text-align: center; padding: 40px 0 0; display: none; }
.subscribe dd .p1{ padding: 0 0 5px; }
.subscribe dd .p1 img{ max-width: 90%; }
.subscribe dd .p2{ color: #cd451a; padding: 0; margin: 0; }
.subscribe dd .p3{ color: #9b9b9b; padding: 0; margin: 0; }
.subscribe_toggle{ background: #fff; color: #000; height: 100%; }
.subscribe_toggle dd{ display: block; }

/*广告层*/
.adver{ position: fixed; left: 0; top: 0px; width: 100%; height: 100%; background-color:rgba(0,0,0,0.6); z-index: 222; color: #fff; }
.adver dt{ height: 48px; position: relative; font-weight: normal; }
.adver dt button{ display: block; position: absolute; float: right; right: 10px; top: 10px; height: 28px; line-height: 28px; padding: 0 10px; background: #03bd02; border:0; border-radius: 5px; color: #fff; }
.adver dd{ text-align: center; padding: 65% 0 0;}
.adver dd .p1{ padding: 0 0 5px; }
.adver dd .p1 img{ max-width: 90%; }
.adver dd .p2{ color: #ec6734; padding: 0; margin: 0; }