
/*  页面重置样式  */
body,p,h1,h2,h3,h4,h5,li,span,i,ul,img,a,strong,input,button,textarea,select,dd,dl,dt,ol{
	margin:0;
	padding:0;
	word-wrap:break-word;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
body{
	font-family:"Arial","microsoft yahei";
	font-size:14px;
	line-height: 1;
	color:#333;
}
*{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
li{
	list-style-type:none;
	float:left;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
a,area{
	text-decoration:none;
	outline:none;
	color: #000;
}
img{
	border:none;
	vertical-align:middle;
}
i,var,em{
	font-style:normal;
}
button{
	font-family:"Arial","microsoft yahei";
	font-size: 14px;
	outline:none;
	cursor: pointer;
	border: none;
	line-height: 1;
}
input[type="submit"]{
	border: none;
}
iframe{
	border: none;
}
input,select,textarea{
	outline:none;
	font-family:"Arial","microsoft yahei";font-size: 14px;
}
textarea{
	resize:none;
	overflow-y:auto;
}
.at{
	margin:0 auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear{
	clear:both;
}
.dt{
	display: table;
	width: 100%;
}
.fl-w{
	float: left;
	width: 100%;
}
.hide{
	display: none;
}
.ver-container{
	display: table;
	width: 100%;
	text-align: center;
}
.ver-container > * {
	vertical-align: middle;
	display: table-cell;
}

.swiper-button-disabled{
	cursor: no-drop !important;
	opacity: .5;
}

[class*=icon]{
	font-family:"iconfont" !important;
	font-size:16px;
	font-style:normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class*=ico]{
	vertical-align: middle;
	display: inline-block;
}
.wid {
  width: 1200px;
  margin: 0 auto;
}
body,
html {
  width: 100%;
  height: 100%;
}
.pageCont {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  overflow-x: visible;
  position: absolute;
  left: 50%;
  top: 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
}
.pageCont:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: rgba(0,0,0,0.6);
}
.pageCont .pageList {
  width: 260px;
  height: 1000px;
  min-width: 260px;
  float: left;
}
.pageCont .pageList ul {
  width: 100%;
  transition-timing-function: linear;
}
.pageCont .pageList ul li {
  width: 100%;
  background-color: #fff;
  padding: 10px 12px;
  height: auto;
  float: left;
  transform: translate3d(0, 0, 0);
}
.pageCont .pageList ul li .box {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  float: left;
  border-radius: 30px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  padding: 10px;
}
.pageCont .pageList ul li .box img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  float: left;
}
.container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 99;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.container .logo {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .webs {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ccc;
  font-size: 16px;
  position: relative;
  margin-top: -20px;
}
.container .webs em {
  margin: 0 5px;
}
.container .button {
  width: 100%;
  text-align: center;
  padding: 10px 0;
}
.container .button button {
  width: 504px;
  height: 148px;
  background: url("../img/37d18c_504x148.png") center no-repeat;
  background-size: 100% 100%;
  transform: scale(0.9);
}

@media screen and (max-width: 1200px) {
  .pageCont .pageList {
    width: 200px;
    min-width: 200px;
    height: 1000px;
  }
}
@media screen and (max-width: 993px) {
  .pageCont .pageList {
    width: 160px;
    min-width: 160px;
    height: 900px;
  }
}
@media screen and (max-width: 768px) {
  .wid {
    padding-left: 3%;
    padding-right: 3%;
  }
  .pageCont .pageList {
    width: 120px;
    height: 100vh;
  }
  .pageCont .pageList ul li .box img {
    height: auto;
  }
  .pageCont .pageList ul li {
    padding: 5px 6px;
  }
  .container .webs {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .container .webs .lines {
    padding: 10px 0;
  }
  .container .button button {
    width: 252px;
    height: 74px;
    background-size: cover;
  }
  body,
  html {
    overflow: hidden;
  }
  .pageCont {
    overflow: hidden;
  }
}
