
/*  页面重置样式  */
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%;
}
.containers {
  width: 100%;
  min-height: 100vh;
  background: url("../img/4ff417_31x1080.jpg") top repeat-x;
  background-image: linear-gradient(to bottom, #c9e2ff, #fbfcff);
  background-size: auto 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 10%;
}
.containers .image {
  width: 100%;
  text-align: center;
  padding: 45px 0;
}
.containers .image img {
  max-width: 70%;
}
.containers .title {
  width: 100%;
  text-align: center;
  position: relative;
  margin-top: -20px;
}
.containers .state {
  width: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 28px;
  color: #12b91a;
  margin: 15px 0;
  letter-spacing: 2px;
}
.containers .outBox {
  width: 390px;
  height: 66px;
  border: 1px solid #d1dce7;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  background-color: #e1f0ff;
  border-radius: 33px;
  opacity: 0;
}
.containers .outBox p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: 20px;
  color: #7bb8f5;
}
.containers .outBox .slider {
  width: 56px;
  height: 56px;
  background-image: linear-gradient(135deg, #2fa0f8, #3587f4);
  text-align: center;
  line-height: 56px;
  cursor: pointer;
  position: absolute;
  left: 5px;
  top: 4px;
  -webkit-user-select: none; /* Chrome, Safari, Opera */
  -moz-user-select: none; /* Firefox */ /* Internet Explorer/Edge */
  user-select: none; /* 标准语法 */
  border-radius: 50%;
  font-size: 28px;
  z-index: 99;
  color: #fff;
  font-weight: bold;
  touch-action: none;
}
.containers .outBox .slider_back {
  height: 66px;
  width: 0;
  background-color: #2f9ff8;
  position: absolute;
  top: -1px;
  z-index: 88;
  border-radius: 33px;
}
.containers .outBox #remind.acti {
  color: #fff;
  z-index: 100;
}

@media screen and (max-width: 768px) {
  .containers .title img {
    max-width: 70%;
  }
  .containers .outBox {
    width: 260px;
    height: 44px;
  }
  .containers .outBox p {
    font-size: 16px;
  }
  .containers .outBox .slider {
    width: 32px;
    height: 32px;
    top: 5px;
    left: 5px;
    line-height: 34px;
  }
  .containers .outBox .slider img {
    height: 12px;
    position: relative;
    top: -2px;
  }
  .containers .outBox .slider_back {
    height: 44px;
  }
  .containers .state {
    font-size: 20px;
  }
  .containers {
    padding-bottom: 20%;
  }
}
