
/*  页面重置样式  */
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: 1470px;
  margin: 0 auto;
}
body,
html {
  width: 100%;
  height: 100%;
}
.page {
  width: 100%;
  height: 100%;
  background: url("../img/5ce82f_1920x970.jpg") center no-repeat;
  background-size: cover;
  overflow: hidden;
}
.page .image {
  width: 100%;
  text-align: center;
  padding-top: 12px;
}
.page .image img {
  max-width: 90%;
}
.page .logos {
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
}
.page .logos .wid {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.fix-footer {
  width: 100%;
  height: 110px;
  background-image: linear-gradient(to bottom, #76150c, #b5281b);
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99;
}
.fix-footer .wid {
  max-width: 1400px;
}
.fix-footer .wid .logo {
  height: 110px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  position: relative;
}
.fix-footer .wid .logo img {
  max-width: 80%;
}
.fix-footer .wid .list {
  width: 100%;
}
.fix-footer .wid .list ul {
  width: 100%;
}
.fix-footer .wid .list ul li {
  width: 25%;
  height: 110px;
  display: flex;
  justify-content: center;
  cursor: pointer;
  align-items: center;
  position: relative;
}
.fix-footer .wid .list ul li.li-rege:before {
  content: "注册送8888元";
  position: absolute;
  left: 100px;
  top: 6px;
  width: 132px;
  height: 38px;
  background: url("../img/9428ed_132x38.png") center no-repeat;
  background-size: 132px 38px;
  text-align: center;
  line-height: 30px;
  color: #d52312;
  font-weight: bold;
  font-size: 18px;
}
.fix-footer .wid .list ul li.li-rege.active:before {
  background: url("../img/63e49e_132x38.png") center no-repeat;
  background-size: 132px 38px;
  color: #fff;
}
.fix-footer .wid .list ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
.fix-footer .wid .list ul li .ico {
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fix-footer .wid .list ul li .ico img {
  width: 48px;
}
.fix-footer .wid .list ul li .txt {
  line-height: 1.4;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 10px;
}
.fix-footer .wid .list ul li .txt strong {
  font-size: 20px;
  color: #fff;
  display: block;
  font-weight: normal;
}
.fix-footer .wid .list ul li .txt i {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
}
.fix-footer .wid .list ul li .slide-browser {
  width: 282px;
  height: 220px;
  background-color: #1a0e07;
  border: 1px solid #b7a06d;
  position: absolute;
  left: 0;
  top: -230px;
  border-radius: 10px;
  padding: 30px 0;
  padding-left: 30px;
  display: none;
}
.fix-footer .wid .list ul li .slide-browser:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #b7a06d;
}
.fix-footer .wid .list ul li .slide-browser .item {
  width: 100%;
  height: 54px;
}
.fix-footer .wid .list ul li .slide-browser .item .ico {
  width: 48px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fix-footer .wid .list ul li .slide-browser .item .txts {
  width: calc(100% - 48px);
  line-height: 54px;
  font-size: 18px;
  color: #fff;
  height: 54px;
  display: initial;
  padding-left: 10px;
}
.fix-footer .wid .list ul li .slide-browser .item .txts em {
  font-size: 12px;
  padding-left: 10px;
  color: #9f7d40;
}
.fix-footer .wid .list ul li .lines-slide {
  width: 720px;
  height: 520px;
  background-color: rgba(255,255,255,0.9);
  border: 2px solid #c4ad92;
  position: absolute;
  left: 0;
  border-radius: 20px;
  bottom: 126px;
  background-color: #621b0b;
  z-index: 99;
  padding: 20px 28px;
  display: none;
}
.fix-footer .wid .list ul li .lines-slide:after {
  content: "";
  position: absolute;
  left: 50px;
  bottom: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #c4ad92;
}
.fix-footer .wid .list ul li .lines-slide .conts {
  width: 100%;
}
.fix-footer .wid .list ul li .lines-slide .conts .item {
  width: 100%;
  margin: 10px 0;
  float: left;
}
.fix-footer .wid .list ul li .lines-slide .conts .item .tits {
  width: 100%;
  line-height: 40px;
  font-size: 14px;
  color: #adadb6;
}
.fix-footer .wid .list ul li .lines-slide .conts .item .tits em {
  color: #fff79d;
}
.fix-footer .wid .list ul li .lines-slide .conts .item .btns {
  width: 156px;
  height: 60px;
}
.fix-footer .wid .list ul li .lines-slide .conts .item .btns a {
  display: inline-block;
  width: 166px;
  height: 60px;
  background: url("../img/4a63c3_166x64.png") center no-repeat;
  background-size: 166px 60px;
  text-align: center;
  line-height: 60px;
  font-size: 24px;
  color: #aa2a14;
  letter-spacing: 2px;
  font-weight: bold;
}
.fix-footer .wid .list ul li .lines-slide .conts .item .webs {
  width: calc(100% - 166px);
  height: 54px;
  border-radius: 29px;
  background-color: #fff;
  padding: 5px;
}
.fix-footer .wid .list ul li .lines-slide .conts .item .webs .labs {
  width: 86px;
  height: 44px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  border-radius: 22px;
  color: #fff;
  position: relative;
  background-color: #fa2b2b;
}
.fix-footer .wid .list ul li .lines-slide .conts .item .webs .labs:after {
  content: "";
  position: absolute;
  right: -30px;
  top: 50%;
  margin-top: -6px;
  width: 20px;
  height: 12px;
  background: url("../img/f6a32d_20x12.png") center no-repeat;
}
.fix-footer .wid .list ul li .lines-slide .conts .item .webs .www {
  width: calc(100% - 86px);
  line-height: 44px;
  text-align: center;
  font-size: 24px;
  height: 60px;
  color: #404147;
}
.fix-footer .wid .list ul li .lines-slide .conts .item.item-color .webs .labs {
  background-image: linear-gradient(to right, #a222db, #8903c8);
  border: 2px solid #bb06df;
}
.fix-footer .wid .list ul li .lines-slide .conts .item.item-color .btns a {
  background: url("../img/btn1.png") center no-repeat;
  background-size: 166px 60px;
  color: #fff;
}
.websAddr {
  width: 100%;
  position: relative;
  margin-top: -120px;
}
.websAddr .box {
  width: 426px;
  height: 64px;
  background: url("../img/6ac20d_546x82.png") center no-repeat;
  background-size: cover;
  text-align: center;
  margin: 10px auto;
  text-align: center;
  line-height: 64px;
  font-size: 28px;
  font-weight: bold;
  color: #faf1eb;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.websAddr .box em {
  color: #fcd63f;
  padding: 0 10px;
  display: inline-block;
}
.websAddr .box em.webtxt {
  width: 96px;
  display: inline-block;
  text-transform: uppercase;
}

@media screen and (max-width: 1366px) {
  .fix-footer .wid .list ul li .txt strong {
    font-size: 18px;
  }
  .fix-footer .wid .list ul li .txt i {
    font-size: 13px;
  }
  .page .image img {
    max-width: 100%;
  }
  .wid {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1200px) {
  .fix-footer .wid .list ul li.li-rege:before {
    left: 40px;
  }
  .fix-footer .wid .list ul li.li-slide {
    position: initial;
  }
  .fix-footer .wid .list ul li .ico {
    width: 46px;
    height: 46px;
  }
  .fix-footer .wid .list ul li .ico img {
    width: 32px;
  }
  .fix-footer .wid .list ul li .txt {
    padding-left: 0;
  }
  .fix-footer .wid .list ul li .txt strong {
    font-size: 16px;
  }
  .fix-footer .wid .list ul li .txt i {
    font-size: 12px;
  }
  .fix-footer .wid .list ul li .lines-slide {
    left: initial;
    right: 10px;
  }
  .page .logos .wid img {
    width: 240px;
  }
}
@media screen and (max-width: 768px) {
  .page {
    background: url("../img/2e62ea_750x1350.jpg") center no-repeat;
    background-size: cover;
    overflow: initial;
  }
  .page .image {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page .image img {
    max-width: 80%;
  }
  .page .logos {
    position: relative;
    inset: 0;
    margin: 0;
  }
  .page .logos .wid {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
  }
  body,
  html {
    overflow: initial;
  }
  .wid {
    padding-left: 3%;
    padding-right: 3%;
  }
  .fix-footer .wid .list ul li a {
    display: flex;
    flex-direction: column;
  }
  .fix-footer .wid {
    padding: 0;
  }
  .fix-footer {
    height: 100px;
    border-top: 2px solid #f2d5a8;
  }
  .fix-footer .wid .list ul li {
    height: 90px;
    width: 25%;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .fix-footer .wid .list ul li .ico {
    width: 100%;
    height: 36px;
  }
  .fix-footer .wid .list ul li .ico img {
    height: 26px;
    width: auto;
  }
  .fix-footer .wid .list ul li .txt {
    width: 100%;
    height: 24px;
    font-size: 16px;
    text-align: center;
  }
  .fix-footer .wid .list ul li .lines-slide {
    bottom: 16px;
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 436px) {
  .websAddr {
    margin-top: -30px;
  }
  .websAddr .box {
    width: 80%;
    background-size: 100% 100%;
    font-size: 20px;
    height: 48px;
    line-height: 48px;
  }
  .websAddr .box em {
    padding: 0 4px;
  }
  .websAddr .box em.webtxt {
    width: 64px;
  }
  .fix-footer .wid .list ul li .lines-slide {
    bottom: 10px;
    width: 90%;
    right: 5%;
  }
  .fix-footer .wid .list ul li .lines-slide:after {
    left: 14%;
  }
  .fix-footer .wid .list ul li .lines-slide .conts .item {
    margin: 6px 0;
  }
  .fix-footer .wid .list ul li .lines-slide .conts .item .btns {
    width: 84px;
    height: 34px;
  }
  .fix-footer .wid .list ul li .lines-slide .conts .item .btns a {
    width: 84px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    font-weight: normal;
    background-size: cover;
  }
  .fix-footer .wid .list ul li .lines-slide .conts .item .webs {
    width: calc(100% - 94px);
    height: 34px;
    padding: 2px;
  }
  .fix-footer .wid .list ul li .lines-slide .conts .item .webs .labs {
    width: 62px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .fix-footer .wid .list ul li .lines-slide .conts .item .webs .www {
    width: calc(100% - 62px);
    height: 34px;
    line-height: 32px;
    font-size: 14px;
  }
  .fix-footer .wid .list ul li .lines-slide .conts .item.item-color .webs .labs {
    line-height: 28px;
  }
  .fix-footer .wid .list ul li .lines-slide {
    padding: 10px;
    height: auto;
  }
  .fix-footer .wid .list ul li.li-rege:before {
    width: 90px;
    height: 26px;
    font-size: 13px;
    left: 6px;
    top: 36px;
    background-size: cover;
    line-height: 22px;
  }
  .fix-footer .wid .list ul li.li-rege.active:before {
    width: 90px;
    height: 26px;
    line-height: 22px;
    background-size: 90px 26px;
  }
}
@media screen and (max-width: 376px) {
  .head .logo {
    padding-top: 20px;
  }
  .head .logo img {
    width: 216px;
  }
}
