﻿@charset "utf-8";
/*2016-06-07*/
/*Clearfix ibw*/

.ad_closed {
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	background: #f00;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
/*弹出广告*/
.container_s {
  display: flex;
  width:100%;
  height:100%;
  align-items: center;
  justify-content: center; float:left;
}
.popup {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  overflow: hiden;
  transition: 0.64s ease-in-out;float:left;
}
.popup-inner {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 800px;
  max-height: 400px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: rotate(32deg);
  transition: 0.64s ease-in-out;float:left;
}
.popup__photo {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 40%;
  height: 100%;
  overflow: hidden;
}
.popup__photo img {
  width: auto;
  height: 100%;
}
.popup__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 60%;
  height: 100%;
  padding: 4rem;
}
.popup__text h1 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
  text-transform: uppercase;
  color: #0A0A0A;
}
.popup__text p {
  font-size: 16px;
  color: #686868;
  line-height:70px; text-align:right;
}
.popup__text input{
    display: inline-block;
    height: 42px;
    width: 271px;
    line-height: 42px;
    padding-left: 15px;
    border: 1px solid #e2e2e2;
    outline: none;
    font-size: 14px;
    color: #333;}
.popup__text .noticbtn{ width: 190px;
    height: 48px;
    line-height: 48px;
    background: #ff6c2a;
    border-radius: 6px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    box-shadow: 0 0 18px rgba(242,117,63,.3);
    margin-top: 20px;
    margin-left: 100px;
    cursor: pointer;
	}
.popup:target {
  visibility: visible;
  opacity: 1;
}
.popup:target .popup-inner {
  bottom: 0;
  right: 0;
  transform: rotate(0);
}
.popup__close {
  position: absolute;
  right: -1rem;
  top: -1rem;
  width: 3rem;
  height: 3rem;
  font-size: 0.875rem;
  font-weight: 300;
  border-radius: 100%;
  background-color: #0b79ea;
  z-index: 4;
  color: #fff;
  line-height: 3rem;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}
#popup {
	position: fixed;
	z-index: 9999;
}
#ad_shadow {
	width: 100%;
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9000;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
/*漂浮广告*/
#ad1 {
	position: absolute;
	z-index: 9999;
}
/*左侧门帘*/
#hangL {
	position: absolute;
	left: 0;
	z-index: 9999;
}
/*右侧门帘*/
#hangR {
	position: absolute;
	right: 0;
	z-index: 9999;
}
/*拉屏广告*/
#bigScreen {
	position: relative;
	left: 50%;
	top: 0;
	height: 0;
	overflow: hidden;
}
#bigScreen .ad_closed {
	top: 10px;
}
