@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	font-style: normal;
	list-style: none;
	font-family: '微软雅黑';
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5 {
	margin: 0;
	font-weight: normal;
}
body {
	min-height: 100%;
	font-size: 0;
}
p,
ul,
li {
	margin: 0;
}
a:hover {
	color: #ee1f26;
	text-decoration: none;
}
dt,
.size-o {
	font-size: 0;
}
img {
	max-width: 100%;
	border: none;
}
input,
select,
option,
textarea {
	outline: none;
	resize: none;
	-webkit-appearance: none;
}
.btn:focus,
.btn:active:focus,
.btn:hover {
	outline: none;
	background: none;
	box-shadow: none;
}
label {
	cursor: pointer;
}
.left {
	float: left;
}
.right {
	float: right;
}
.w1200{
	width: 1200px;
	max-width: 1200px;
	margin: 0 auto;
}
.w1200::after,
.clear::after{
	content: '';
	display: block;
	clear: both;
}
@media screen and (max-width: 1260px) {
	/*.w1200{*/
	/*	width: 92%;*/
	/*	max-width: 100%;*/
	/*	margin: 0 4%;*/
	/*}*/
}


/* 移动端提示 */
.indexMobBlock{
    display: none;
    z-index: 10000;
}
.beian{
    display: none;
    z-index: 10000;
}
@media screen and (max-width: 996px){
    body{
        width: 100%;
        height: 100vh;
    }
    .indexMobBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  
}

.indexMobBlock .logo {
  text-align: center;
  width: 100%;
}

.indexMobBlock .logo img {
  width: calc(240/750*100%);
}

.indexMobBlock .title {
  text-align: center;
  background: url(../images/indexMobImg4.png) no-repeat center;
  background-size: 100% auto;
  font-size: 6.533vw;
  color: #222;
  line-height: 9.067vw;
  margin-top: 22.667vw;
}

.indexMobBlock .url {
  background: url(../images/indexMobImg.png) no-repeat center;
  width: 100%;
  background-size: calc(440/750*100%) auto;
  padding-top: 30px;
  padding-bottom: 40px;
  margin-top: 10.4vw;
}

.indexMobBlock .url a {
  line-height: 4.267vw;
  font-size: 4.267vw;
  text-align: center;
  display: block;
  color: #222;
}

.indexMobBlock .wechat {
  margin-top: 21.333vw;
}

.indexMobBlock .wechat .img {
  text-align: center;
}

.indexMobBlock .wechat .img img {
  width: calc(220/750*100%);
}

.indexMobBlock .wechat p {
  margin-top: 10px;
  text-align: center;
  font-size: 4vw;
  line-height: 1.5;
}

.beian {
    display: block;
  font-size: 3.067vw;
  color: #808080;
  position: fixed;
  bottom: 20px;
  width: 100%;
  text-align: center;
}

.beian a {
  font-size: 3.067vw;
  color: #808080;
}
}


@media (max-width: 750px) {
  .indexMobBlock .title {
    margin-top: 10vw;
  }
  .indexMobBlock .wechat {
    margin-top: 10vw;
  }
}

@media (max-width: 414px) {
  .title {
    margin-top: 22.667vw;
  }
  .wechat {
    margin-top: 21.333vw;
  }
}
/*# sourceMappingURL=mob.css.map */