*, :before, :after {
  box-sizing: border-box;
  margin: 0;
  transition: 0.4s;
}
body {
  background: #eee  center/cover no-repeat;
  height: 100vh;
}
a{-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-ms-transition:all 0.3s linear;-o-transition:all 0.3s linear}
a{text-decoration:none;color:#871f16;outline:none}
.wrapper{
	padding-top: 3.4rem;
	overflow: hidden;
}
.header{
	height:3.4rem;
	width: 100%;
	background: #fff;
	position: fixed;
	top:0;left:0;
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
.Logo{
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 98;
	height: 100%;
	line-height: 3.4rem;
	font-size: 1.07rem;
	color: #333;
}
.BtnCont{
	margin:0.3rem 1rem;
	overflow: hidden;
}
.BigBtn{
	padding: 0.7rem 0;
	background: #871f16;
	border: none;
	border-radius: 5px;
	color: #fff;
	font-size: 1.3rem;
	text-align: center;
	margin:0.8rem 0 0;
	display: block;
	width: 100%;
	color: #EAEAAE;
}
.DeInfo_Inpet{
	padding: 0.5rem;
}
.DeInfoInput{
	height: 2.4rem;
	line-height: 2.4rem;
	padding: 0 0.5rem;
	border: 1px solid #ccc;
	border-radius: 7px;
	font-size: 0.9rem;
	margin-bottom: 0.5rem;
	background: #fff;
	clear: both;
}
.DeInfoInput label{
	padding: 0 0.4rem 0 0;
	color: #666;
	float: left;
}

.DeInfoInput .DeInfo_text{
	border: none;
	height: 100%;
	font-size: 0.9rem;
	color: #333;
	float: left;
}
.textarea_top{
    height: 6rem;
	line-height: 2.4rem;
	padding: 0 0.5rem;
	border-radius: 7px;
	font-size: 0.9rem;
	margin-bottom: 0.5rem;
	border: 1px solid #ccc;
	background: #fff;
	clear: both;
	color: #666;
}
.textarea_bottom{
    width: 70%;
    font-family:"Microsoft YaHei";
	font-size: 0.9rem;  
	padding: 0 0.5rem;
	line-height: 1.6rem;
    border: none;
	height: 100%;
	color: #666;
}
.modal {
  height: 100%;
  width: 100%;
  margin: auto;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: .4s, box-shadow .3s .4s;
}
.modal.hidden {
  box-shadow: none;
  transition: .4s, box-shadow 0s;
  opacity: 0;
  visibility: hidden;
}
.modal.hidden  {
  top: 100%;
}
.modal.hidden .invite {
  top: -100%;
}
.modal.hidden .invite .close {
  height: 0;
  width: 0;
  top: 0;
  right: 0;
}
.invite {
  background: rgba(71, 71, 71, 0.8);
  width: 100%;
  height: 100%;
  padding: 25px;
  position: absolute;
  top: 0;
  left: 0;
  
}
.invite {
  background: linear-gradient(-45deg, #ff5a5a, #871f16);
  opacity:0.95;
}
.nope {
  background: #474747;
  padding: 10px 15px;
  border-radius: 3px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  position: absolute;
  bottom: 20px;
  left: 50%;
  font-size: 12px;
  white-space: nowrap;
  cursor: pointer;
  transform: translateX(-50%);
}
.nope:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  transform: translateX(-50%);
}
.close {
  background: #474747;
  height: 30px;
  width: 30px;
  border: 3px solid #EAEAAE;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  transition: .4s .3s;
}
.close:before, .close:after {
  content: '';
  background: #EAEAAE;
  height: 80%;
  width: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.close:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.open {
  background: linear-gradient(-45deg,#871f16,#ff5a5a);
  height: 45px;
  width: 150px;
  padding: 10px 20px;
  margin: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 20px;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
}
.open.active {
  opacity: 1;
  visibility: visible;
}
.open:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}