@import url(617a9648a9d04537a259d3a6f776cd81.css);
/* \\\\\\\\\\\\\\\\\    DEMO CODE   ///////////////////////////////// */


.modal p {
  font-size: 14px;
  text-align: left;
  margin: 10px 0 0;
}
.modal p:hover {
  cursor: pointer;
}
.centerUp{
	overflow:hidden;
}
.centerUp a {
  display: block;
  width: 110px;
  height: 34px;
  line-height:34px;
  text-align:center;
  color: #fff;
  background: #0092d8;
  border-radius:5px;
  float:right;
}
/* \\\\\\\\\\\\\\\\\    END DEMO CODE   ///////////////////////////////// */
/* \\\\\\\\\\\\\\\\\    MODAL CODE   ///////////////////////////////// */
.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}

.modal {
  display: none;
  background:rgba(255,255,255,0.8);
  padding: 0 20px 20px;
  overflow: auto;
  z-index: 1001;
  position:absolute;
  width: 75%;
  text-align:center;
}
#modal1 .modal-tel{
	font-size:18px;
	line-height:30px;
}
#modal1 h2{
	font-size:36px;
	line-height:50px;
	font-family:"宋体";
}
#modal1 p{
	text-align:center;
	font-size:24px;
	line-height:40px;
	font-family:"宋体";
}
#modal1 .closeBtn{
	display:block;
	font-size:18px;
	width:80px;
	line-height:34px;
	background:rgba(0,0,0,0.7);
	color:#fff;
	text-align:center;
	border-radius:5px;
}

/* \\\\\\\\\\\\\\\\\    END MODAL CODE   ///////////////////////////////// */
