
/*  页面重置样式  */
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: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
body,
html {
  width: 100%;
  height: 100%;
}
.bg {
  background: url("../img/a0e4d1_1920x1080.jpg") center no-repeat;
  background-size: cover;
}
.page {
  width: 100%;
  /*height: 100vh;*/
}
.page .wid {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.page .logo {
  width: 100%;
  text-align: center;
}
.page .logo img {
  width: 360px;
}
.page .intrs {
  width: 100%;
  text-align: center;
  padding-top: 20px;
  letter-spacing: 1px;
}
.page .intrs .tits {
  font-size: 26px;
  line-height: 2;
  color: #ff4824;
  font-weight: bold;
}
.page .intrs .labs {
  width: 100%;
}
.page .intrs .labs h4 {
  font-size: 20px;
  line-height: 1.6;
  color: #ff4e1e;
  font-weight: bold;
}
.page .intrs .labs h4 em {
  font-weight: bold;
  color: #005aff;
}
.page .intrs .labs h4 lk {
  font-weight: bold;
  color: #00a52b;
}
.page .intrs .txts {
  width: 100%;
  /*padding: 12px 0;*/
  float: left;
}
.page .intrs .txts p {
  font-size: 16px;
  color: ##2b2b2b;
  line-height: 1.6;
}
.page .intrs .txts p span {
  color: #fe2727;
}
.page .join {
  width: 100%;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page .join a {
  display: inline-block;
  width: 220px;
  height: 72px;
  background-color: #f00;
  border-radius: 16px;
  color: #fff;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  line-height: 76px;
  margin: 0 48px;
  text-decoration: none;
  letter-spacing: 2px;
}

@media screen and (max-width: 1200px) {
  .page .intrs .tits {
    font-size: 36px;
  }
  .page .intrs .labs h4 {
    font-size: 26px;
  }
  .page .intrs .txts p {
    font-size: 20px;
  }
  .page .join a {
    width: 220px;
    height: 72px;
    font-size: 24px;
    line-height: 72px;
    margin: 0 36px;
  }
  .wid {
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .wid {
    padding-left: 3%;
    padding-right: 3%;
  }
  .page .logo img {
    width: 300px;
  }
  .page .intrs .tits {
    font-size: 28px;
  }
  .page .intrs .labs h4 {
    font-size: 22px;
  }
  .page .intrs .txts p {
    font-size: 16px;
  }
  .page .join a {
    width: 180px;
    height: 58px;
    font-size: 18px;
    line-height: 58px;
    margin: 0 24px;
  }
}
@media screen and (max-width: 415px) {
  .page .intrs .labs h4 {
    font-size: 18px;
  }
  .page .intrs .txts p {
    font-size: 16px;
    letter-spacing: 0px;
  }
  .page .join a {
    margin: 0 16px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 376px) {
  .page .intrs .labs h4 {
    font-size: 16px;
  }
  .page .intrs .txts p {
    font-size: 14px;
    letter-spacing: 0px;
  }
  .page .logo img {
    width: 220px;
  }
}
