body {font-family: Arial, Helvetica, sans-serif;}

        .text1 {
			font-size: 12px;
			text-align: left;
		}
		.title {
			font-family: Georgia;
			font-size: 32px;
			text-align:left;
		}
		.text3 {
			font-size: 15px;
			text-align:justify;
			line-height:22px;
		}
        .sub-title {
			text-align: left;
			font:bold 15px/22px Georgia;
		}

		.steps {
			color: #991258;
			text-align: left;
			font:bold 14px Georgia;
		}
		.conclusion {font-size:20px;font-family:georgia;}
		.question {text-align:left;font-size:20px;font-family:georgia;}
        .text7 {
			text-align: justify;
			font-size: 15px;
			line-height:22px;
		}
		.text7 ul li {line-height:24px;font-size: 11px;text-align: left;}
		.text7 > a {color: #29a7d9;font-weight: bold;}
		.exclusive {
			text-align: justify;
			font-size: 13px;
			line-height:22px;
		}
		.exclusivelink{text-align: justify;font-size: 12px;line-height:22px;margin-top:5px;margin-bottom:5px;}
		
        .text9 {
			background-color: #FFFF00;
		}
        .limited{text-align:left;font-family:arial;font-size:18px;}
		.footer {margin: 0 auto;padding: 30px 0;text-align: center;}
		.footer a {
			color: #000000;
			font-weight: normal;
			padding: 0 8px;
			text-decoration: none;
		}
		.footer .pink {
			color: #E00552;
			font-size: 15px;
		}
		.footer .disclamer {
			color: #888888;
			font-size: 12px;
			font-weight: normal;
			padding: 0 8px;
			text-decoration: none;
		}
		
		

.device {
 height:100%;
  /*border-radius: 20px;
	border: 3px solid white;
	box-shadow: 0px 0px 5px #000;*/
  margin: 5px auto;
  position: relative;
  background: #fff;
}
.device .arrow-left {
  background: url(../images/arrowl.png) no-repeat left top;
  position: absolute;
  left: -15px;
  top: 25%;
  width: 64px;
  height: 64px;
  margin-top:-15px
}
.device .arrow-right {
  background: url(../images/arrowr.png) no-repeat left bottom;
  position: absolute;
  right: -15px;
  top: 25%;
  width: 64px;
  height: 64px;
  margin-top:-15px
}
.swiper-container {
 height:100%;
  width: 100%;
}
.content-slide {
  padding: 20px;
  color: #fff;
}
.title {
  font-size: 25px;
  margin-bottom: 10px;
}
.pagination {
  position: absolute;
  left: 0;
  text-align: center;
  top:536px;
  width: 100%;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #999;
  box-shadow: 0px 1px 2px #555 inset;
  margin: 0 3px;
  cursor: pointer;
}
.swiper-active-switch {
  background: #fff;
}