@media screen and (min-width: 750px) {
}
body {
	min-width: 360px;
	max-width: 750px;
    font-size:12px;
	margin: 0 auto;
	overflow-x: hidden;
	background-color:#1980e1;
}
body * {
	outline-style: none;
	-moz-outline-style: none !important;
}
div, img, ul, ol, li, dl, dt, dd, p {
	border: none;
	padding: 0;
	margin: 0;
}
.warp {
	padding:0;
	margin:0;
}
.header {
	height: 18rem;
	background-color: #ffffff;
	position: relative;
	z-index: 8;
	width:auto;
	box-sizing:border-box;
	background:url(../images/header.jpg) 25px no-repeat;
	background-size:cover;
	background-position:center 20px;
	margin:0 auto;
	
}
.row {
	position:absolute;
	top:19rem;
	left:0.8rem;
	right:0.8rem;
	zoom:1;
	background-color: rgba(188, 218, 246, 0.8);
	border-radius:0.6rem;
	display:block;
	min-height:87rem;
	padding:1rem 0.8rem;

}
.row li {
	min-height:3rem;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius:0.2rem;
	list-style:none;
	padding:10px;
	zoom:1;
	float:left;
	margin-bottom:15px;
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
}
.row li img {
	width:65px;
	display: inline-block; 
	margin-right:10px;
	
}
.intro {
	display:inline-block;
	margin:0;
	width:75%;
	float:right;
	color:#0776d2;
	overflow:hidden;
}
.intro span {
	display:inline-block;
	text-indent:2rem;
	line-height:150%;
}
.intro a {
	text-decoration:none;
	float:left;
	margin-right:12px;
	margin-bottom:10px;
	display:inline-block;
	background:url(../images/btn.png) no-repeat;
	background-size:cover;
	line-height:30px;
	color:#fff;
	height:30px;
	padding-left:10px;
	padding-right:10px;
	min-width:85px;
	text-indent:0 !important;
}
.intro a:visited{
	color:#fff;
}
.intro a:active{

	color:#fff;
}
.intro a:hover{
	color:#fff;
}
.tip {
	text-indent:0;
	color:#ced8e1;
	display:block;
}
.notice {
	text-indent:0;
	display:block;
	line-height:150%;
	color:#0776d2;
	padding:10px;
}
body .demo-class .layui-layer-title {
	background:#c00;
	color:#fff;
	border: none;
}
body .demo-class .layui-layer-btn {
	border-top:1px solid #E9E7E7
}
body .demo-class .layui-layer-btn a {
	background:#333;
}

body .demo-class .layui-layer-btn .layui-layer-btn1 {
	background:#999;
}
.layui-layer-setwin .layui-layer-close2 {
    background-position: -179px -31px !important;
}
.clear{
  clear:both;	
}
.sign{
  width:200px;
  height:35px;
  background:#0776d2;
  display:block;
  margin:15px auto;
  text-align:center;
  color:#fff;	
  text-indent:0 !important;
  
}