@charset "utf-8";
/* CSS Document */

/*banner PC */
.bannerB {
	position: relative;
	z-index: 0;
	background: center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.bannerB .con {
	position: relative;
	z-index: 0;
	height: 665px;
	max-width: 1382px;
	margin: 0 auto;
}

.bannerB .txt {
	position: absolute;
	left: 0.5%;
	top: 60%;
	margin-top: -4em;
	text-align: right;
}

.bannerB .txt .t1 {
	font-size: 4.3em;
	letter-spacing: 0.1em;
	line-height: 1.2em;
	color: #fff;
	background-color: #dc808b;
	padding: 0 0.8em;
	text-align: center;
	font-weight: bold;
	position: relative;
	z-index: 0;
	left: -2em;
	transition: all 0.8s;
	opacity: 0;
}

.bannerB .txt .t2 {
	font-size: 2.4em;
	position: relative;
	z-index: 0;
	margin-right: -25%;
	display: inline-block;
	letter-spacing: 0.1em;
	font-weight: bold;
	line-height: 1.5em;
	background-color: #ebbec3;
	color: #000;
	padding: 0 2.2em;
	text-align: center;
	position: relative;
	z-index: 0;
	left: 2em;
	transition: all 0.8s;
	opacity: 0;
}

/*banner 手机  */
.bannerBM {
	position: relative;
	z-index: 0;
	padding-top: 150%;
	display: none;
	background: center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.bannerBM .txt {
	position: absolute;
	left: 8%;
	top: 40%;
	margin-top: -3em;
	display: block;
}

.bannerBM .txt .t1 {
	font-size: 10vw;
	letter-spacing: 0.1em;
	line-height: 1.2em;
	color: #fff;
	background-color: #dc808b;
	padding: 0 0.8em;
	text-align: center;
	position: relative;
	z-index: 0;
	left: -2em;
	transition: all 0.8s;
	opacity: 0;
}

.bannerBM .txt .t2 {
	font-size: 5vw;
	position: relative;
	z-index: 0;
	margin-right: -62%;
	display: inline-block;
	letter-spacing: 0.1em;
	font-weight: bold;
	line-height: 1.7em;
	background-color: #ebbec3;
	color: #000;
	padding: 0 2em 0 2em;
	text-align: center;
	position: relative;
	z-index: 0;
	left: 2em;
	transition: all 0.8s;
	opacity: 0;
}

.timerBox {
	padding: 2.1em 1em;
	background: url(../imgs/setTimerBgs.png) center center no-repeat;
	background-size: cover;
}

.timerBox .con {
	max-width: 509px;
	margin: 0 auto;
}

.timerBox .pic {
	position: relative;
	z-index: 0;
	opacity: 0;
	transition: all 2s;
}

.timerBox .pic img {
	margin: 0 auto;
	display: block;
	width: 60px;
	height: auto;
}

.timerBox .picz {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	opacity: 1;
}

.timerBox .tit {
	position: relative;
	z-index: 0;
	top: 2em;
	opacity: 0;
	transition: all 1.8s;
	margin-top: 0.8em;
	line-height: 1.3em;
	font-weight: bold;
	text-align: center;
	font-size: 1.5em;
	letter-spacing: 0.15em;
	color: #fff;
}

.timerBox .diaBox {
	margin-top: 1em;
	font-size: 1.4em;
	line-height: 1.5em;
}

.timerBox .diaBox .dia {
	position: relative;
	z-index: 0;
	top: 2em;
	opacity: 0;
	transition: all 1.8s;
}

.timerBox .diaBox .diaL {
	margin-top: 2px;
	margin-right: 50%;
	background-color: #fff;
	color: #000;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	padding: 0.35em 1em;
	text-align: left;

}

.timerBox .diaBox .diaR {
	margin-top: 2px;
	margin-left: 50%;
	background-color: #d5e6ba;
	color: #fff;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	padding: 0.35em 1em;
	text-align: right;

}

.timerBox .diaBox .diaL .arr {
	position: absolute;
	left: -0.15em;
	bottom: -0.4em;
	width: 0.8em;
	height: 0.8em;
	background: url(../imgs/arr8L.png) right top no-repeat;
	background-size: contain;
}

.timerBox .diaBox .diaR .arr {
	position: absolute;
	right: -0.15em;
	bottom: -0.4em;
	width: 0.8em;
	height: 0.8em;
	background: url(../imgs/arr8R0.png) right top no-repeat;
	background-size: contain;
}

.timerBox .diaBox .diaShow {
	top: 0;
	opacity: 1;
}

.timerBox .timer {
	position: relative;
	z-index: 0;
	top: 2em;
	opacity: 0;
	transition: all 1.8s;
	margin-top: 2em;
}

.timerBox .timer .btn {
	position: absolute;
	left: 0;
	top: 0;
}

.timerBox .timer .btn i {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border: 1px solid #fff;
	display: block;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	filter: alpha(opacity=30);
	-moz-opacity: .3;
	opacity: 0.3;
}

.timerBox .timer .btn:hover i {
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	opacity: 0.8;
}

.timerBox .timer .btn span {
	position: relative;
	z-index: 1;
	display: block;
	width: 4.6em;
	height: 4.6em;
	line-height: 4.6em;
	color: #fff;
	font-size: 1.1em;
	text-align: center;
	font-weight: normal;
	cursor: pointer;
	margin: 0.3em;
	background: #fff;
	filter: Alpha(opacity=30);
	background: rgba(255, 255, 255, 0.3);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.timerBox .timer .btn:hover span {
	background: #fff;
	color: #000;
	filter: Alpha(opacity=80);
	background: rgba(255, 255, 255, 0.8);
}

.timerBox .timer .btnStart {
	left: auto;
	right: 0;
}

.timerBox .timer .btnCancel {
	left: 0;
}

.timerBox .timer .time {
	text-align: center;
	color: #fff;
	line-height: 1.3em;
	margin: 0 1.3em;
	font-size: 4.4em;
}

.resultDBoxW {
	padding: 3.2em 1.4em 7em;
}

.resultDBox {
	max-width: 1382px;
	margin: 0 auto;
}

.resultDBox .tit {
	position: relative;
	z-index: 0;
	top: 2em;
	opacity: 0;
	transition: all 1.2s;
	display: inline-block;
	position: relative;
	z-index: 0;
	padding: 0 0.6em;
	line-height: 1.9em;
	font-size: 2em;
	font-weight: bold;
}

.resultDBox .tit .name {
	color: #feae76;
	position: relative;
	z-index: 1;
	letter-spacing: 0.1em;
}

.resultDBox .tit .line {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0.2em;
	height: 0.7em;
	
}

.resultDBox .titM {
	position: relative;
	z-index: 0;
	top: 2em;
	opacity: 0;
	transition: all 1.2s;
	display: none;
}

.resultDBox .txt {
	position: relative;
	z-index: 0;
	top: 2em;
	opacity: 0;
	transition: all 1.2s;
	margin-top: 1em;
	font-size: 1em;
	line-height: 1.7em;
	color: #666;
}

.resultDBox .list {
	margin-top: 4em;
}

.resultDBox .list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-around;
}

.resultDBox .list li {
	flex: 1;
}

.resultDBox .list .t1 {
	position: relative;
	z-index: 0;
	top: 2em;
	opacity: 0;
	transition: all 1.2s;
	margin-top: 1em;
	letter-spacing: 0.1em;
	font-size: 1.6em;
	line-height: 1.3em;
}

.resultDBox .list .t2 {
	position: relative;
	z-index: 0;
	top: 2em;
	opacity: 0;
	transition: all 1.2s;
	margin-top: 1em;
	font-size: 1em;
	line-height: 1.5em;
}

.resultDBox .tj {
	width: 160px;
	height: 160px;
	margin: 0 auto;
	position: relative;
}

.resultDBox .tj .num {
	position: absolute;
	left: 5%;
	top: 50%;
	margin-top: -0.6em;
	width: 90%;
	line-height: 1.2em;
	height: 1.2em;
	background-color: #fff;
	text-align: center;
	font-weight: bold;
	color: #000;
	font-size: 2.2em;
}

/*反弹*/
.ftBoxW {
	position: relative;
	z-index: 0;
}

.ftBoxW .redBg {
	position: absolute;
	z-index: 0;
	left: 0;
	right: 0;
	bottom: -3em;
	opacity: 0;
	transition: all 1.2s;
	height: 50%;
	background-color: #d6e9bc;
}

.ftBox {
	position: relative;
	z-index: 1;
	max-width: 1382px;
	margin: 0 auto;
}

.ftBox:after {
	clear: both;
	display: block;
	content: "";
}

.ftBoxL {
	width: 50%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	bottom: 0;
}

.ftBoxR {
	float: right;
	width: 50%;
	position: relative;
	z-index: 1;
}

.ftBoxR .picb {
	max-width: 960px;
	margin: 0 auto 0 0;
}

.ftBoxR .pic {
	position: relative;
	z-index: 0;
	right: 3em;
	opacity: 0;
	transition: all 1.2s;
	width: 100%;
	padding-top: 60%;
	height: 0;
	overflow: hidden;
	background: center center no-repeat;
	background-size: cover;
}

.ftBox .ftBoxL .box {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 86%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

.ftBox .ftBoxL .box .boxb {
	position: relative;
	right: -20%;
	opacity: 0;
	transition: all 1.2s;
	background-color: #fff;
	width: 100%;
	text-align: left;
}

.ftBox .ftBoxL .box .boxbAni {
	right: -10%;
	opacity: 1;
}

.ftBox .ftBoxL .box .boxc {
	padding: 10% 18%;
}

.ftBox .ftBoxL .box .boxc .circle {
	position: relative;
	z-index: 0;
	top: 3em;
	opacity: 0;
	transition: all 1.2s;
}

.ftBox .ftBoxL .box .tj {
	margin: 0 auto;
	position: relative;
	text-align: center;
}

.ftBox .ftBoxL .box .tj canvas {
	width: 100%;
}

.ftBox .ftBoxL .box .tj .num {
	position: absolute;
	left: 5%;
	top: 50%;
	margin-top: -0.6em;
	width: 90%;
	line-height: 1.2em;
	height: 1.2em;
	text-align: center;
	font-weight: bold;
	color: #000;
	font-size: 3.6em;
}

.ftBox .ftBoxL .box .t1 {
	position: relative;
	z-index: 0;
	top: 3rem;
	opacity: 0;
	transition: all 1.2s;
	margin-top: 1.5em;
	font-size: 1.5em;
	line-height: 1.3em;
}

.ftBox .ftBoxL .box .t2 {
	position: relative;
	z-index: 0;
	top: 3rem;
	opacity: 0;
	transition: all 1.2s;
	margin-top: 0.8em;
	font-size: 1em;
	line-height: 1.5em;
}

.ftBox .ftBoxL .box .btnPRe {
	position: relative;
	z-index: 0;
	top: 3em;
	opacity: 0;
	transition: all 1.2s;
	font-size: 0.9em;
	display: inline-block;
	margin-top: 2.2em;
	background-color: #ffae77;
	font-weight: bold;
	line-height: 2.9em;
	transition: all 1.2s;
}

.ftBox .ftBoxL .box .btnPRe span {
	position: relative;
	z-index: 0;
	left: -0.4em;
	top: -0.4em;
	display: block;
	padding: 0.1em 1.4em 0;
	background: #ffd6a7;
	color: #000;
	letter-spacing: 0.1em;
}

.ftBox .ftBoxL .box .btnPRe:hover {
	background-color: #ffd6a7;
}

.ftBox .ftBoxL .box .btnPRe:hover span {
	background-color: #ffae77;
	color: #fff;
}

.ftBox .ftBoxL .box .btnPRe:active {
	top: 0.5em !important;
}

.ftBox .ftBoxR .box {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: 690px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ftBox .ftBoxR .box .boxc {
	display: inline-block;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.7em;
}

.ftBox .ftBoxR .box .arr {
	position: relative;
	z-index: 0;
	top: 3em;
	opacity: 0;
	transition: all 1.2s;
	width: 3.4em;
	height: 1.7em;
	display: block;
	margin: 0 auto;
	background: url(../imgs/arr6.png) center center no-repeat;
	background-size: contain;
}

.ftBox .ftBoxR .box .t1 {
	position: relative;
	z-index: 0;
	top: 3em;
	opacity: 0;
	transition: all 1.2s;
	margin-top: 0.5em;
	display: block;
	padding: 0 1.2em;
	background-color: #fff;
	color: #000;
}

.ftBox .ftBoxR .box .t2 {
	position: relative;
	z-index: 0;
	top: 3em;
	opacity: 0;
	transition: all 1.2s;
	display: block;
	padding: 0 1.2em;
	background-color: #feae76;
	color: #fff;
}

.stepOneBox {
	max-width: 1382px;
	margin: 5.6em auto 0;
}

#stepThreeBox {
	margin-top: 9em;
}

.stepOneBox:after {
	display: block;
	content: "";
	clear: both;
}

.stepOneBox .conL {
	position: relative;
	z-index: 0;
	left: 4em;
	opacity: 0;
	transition: all 1.2s;
	float: left;
	width: 53%;
	padding-top: 62.5%;
	height: auto;
	position: relative;
	z-index: 0;
}

.stepOneBox .conL .pic {
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: center center no-repeat;
	background-size: cover;
	opacity: 0;
	transition: all 0.5s;
}

.stepOneBox .conL .pic.cur {
	z-index: 1;
	opacity: 1;
}

.stepOneBox .txtBoxM {
	display: none;
	z-index: 1;
	position: absolute;
	right: 7.4%;
	top: 40%;
	text-align: center;
}

.stepOneBox .txtBoxM .stepM {}

.stepOneBox .txtBoxM .stepM img {
	display: block;
	max-width: 542px;
	width: 62%;
	height: auto;
	margin: 0 0 0 auto;
}

.stepOneBox .txtBoxM .titM {
	margin-top: 0.3em;
	color: #d9d8d6;
	font-weight: bold;
	font-size: 7vw;
	line-height: 1.2em;
	text-align: right;
	padding-right: 3%;
}

.stepOneBox .conR {
	left: -3.4%;
	float: left;
	position: relative;
	z-index: 1;
	width: 42%;
	text-align: left;
}

.stepOneBox .step {
	position: relative;
	z-index: 0;
	right: 3em;
	opacity: 0;
	transition: all 1.2s;
	text-align: right;
}

.stepOneBox .step img {
	display: block;
	max-width: 388px;
	width: 66%;
	height: auto;
	margin: 0 0 0 auto;
}

.dsekFontStep{
	font-weight: 700;
	 text-align: center;
	color: #FFC56D;
	font-size: 100px;
	padding-top: 30px;
	padding-bottom: 50px;
}


.stepOneBox .tit {
	position: relative;
	z-index: 0;
	right: 1.5em;
	opacity: 0;
	transition: all 1.2s;
	transition-delay: 0.4s;
	margin-top: 0.2em;
	padding-right: 0.8em;
	color: #d9d8d6;
	font-weight: bold;
	font-size: 2.7em;
	line-height: 1.2em;
	text-align: right;
	letter-spacing: 0.1em;
}

.stepOneBox .arrM {
	position: relative;
	z-index: 0;
	top: 3em;
	opacity: 0;
	transition: all 1.2s;
	display: none;
	width: 3em;
	height: 3em;
	margin: 1.6em 28% -1.2em auto;
	background: url(../imgs/arr07.png) center center no-repeat;
	background-size: contain;
}

.stepOneBox .arr {
	position: relative;
	z-index: 1;
	top: 3em;
	left: 18%;
	opacity: 0;
	transition: all 1.2s;
	display: block;
	width: 5.2em;
	height: 5.2em;
	margin: -5.5em auto 0;
	background: url(../imgs/arr07.png) center center no-repeat;
	background-size: contain;
}

.stepOneBox .tit2,
.stepOneBox .tit3 {
	position: relative;
	z-index: 0;
	right: 3em;
	opacity: 0;
	transition: all 1.2s;
	transition-delay: 0.8s;
	margin-top: 2.4em;
	padding: 0 0.6em;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
	background-color: #d9d8d6;
	color: #fff;
	letter-spacing: 0.1em;
}

.stepOneBox .tit3 {
	transition-delay: 1.3s;
}

.stepOneBox .txt {
	position: relative;
	z-index: 0;
	right: 3em;
	opacity: 0;
	transition: all 1.2s;
	transition-delay: 1s;
	margin-top: 1.2em;
	padding: 0 8% 0 1em;
	line-height: 1.8em;
	font-size: 0.9em;
}

.stepOneBox .txt2 {
	position: relative;
	z-index: 0;
	right: 3em;
	opacity: 0;
	transition: all 1.2s;
	transition-delay: 1.5s;
	margin-top: 1em;
	min-height: 6.8em;
	font-size: 1.1em;
	line-height: 1.6em;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.stepOneBox .listPicS {
	position: relative;
	z-index: 0;
	right: 3em;
	opacity: 0;
	transition: all 1.2s;
	transition-delay: 1.8s;
	margin-top: 4em;
}

.stepOneBox .listPicS ul {
	margin: 0 -1%;
}

.stepOneBox .listPicS ul:after {
	display: block;
	clear: both;
	content: "";
}

.stepOneBox .listPicS li {
	cursor: pointer;
	float: left;
	width: 31.3%;
	margin: 0 1%;
	opacity: 1;
	transition: all 0.5s;
}

.stepOneBox .listPicS li.cur {
	opacity: 0.6;
}

.stepOneBox .listPicS .pic {
	width: 100%;
	padding-top: 122%;
	background: center center no-repeat;
	background-size: cover;
}

.stepOneBox .conR .btnPRe {
	position: relative;
	z-index: 0;
	right: 3em;
	opacity: 0;
	transition: all 1.2s;
	transition-delay: 2.1s;
	font-size: 1em;
	display: inline-block;
	margin-top: 3em;
	width: 16em;
	text-align: center;
	background-color: #ffd6a7;
	font-weight: bold;
	line-height: 3.1em;
	margin-left: 0.4em;
}

.stepOneBox .conR .btnPRe span {
	position: relative;
	z-index: 0;
	left: -0.4em;
	top: -0.4em;
	display: block;
	padding: 0.1em 0 0;
	background: #ffae77;
	color: #fff;
	letter-spacing: 0.1em;
}

.stepOneBox .conR.conRAni .btnPRe {
	transition-delay: 0s;
}

.stepOneBox .conR .btnPRe:hover {
	background-color: #ffae77;
}

.stepOneBox .conR .btnPRe:hover span {
	background-color: #ffd6a7;
	color: #000;
}

.stepOneBox .conR .btnPRe:active {
	top: 0.5em !important;
}

.stepOneBox .conRAni .arrM {
	opacity: 1;
	top: 0;
}

.stepOneBox .conRAni .arr {
	opacity: 1;
	top: 0;
}

.stepOneBox .conRAni .step {
	opacity: 1;
	right: 0;
}

.stepOneBox .conRAni .tit {
	opacity: 1;
	right: 0;
}

.stepOneBox .conRAni .tit2 {
	opacity: 1;
	right: 0;
}

.stepOneBox .conRAni .txt {
	opacity: 1;
	right: 0;
}

.stepOneBox .conRAni .tit3 {
	opacity: 1;
	right: 0;
}

.stepOneBox .conRAni .txt2 {
	opacity: 1;
	right: 0;
}

.stepOneBox .conRAni .listPicS {
	opacity: 1;
	right: 0;
}

.stepOneBox .conRAni .btnPRe {
	opacity: 1;
	right: 0;
}

.stepTwoBox {
	max-width: 1382px;
	margin: 8em auto 0;
}

.stepTwoBox:after {
	display: block;
	content: "";
	clear: both;
}

.stepTwoBox .conL {
	left: -4em;
	opacity: 0;
	transition: all 1.2s;
	float: right;
	width: 53%;
	padding-top: 62.5%;
	height: auto;
	position: relative;
	z-index: 0;
}

.stepTwoBox .conL .pic {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: center center no-repeat;
	background-size: cover;
	opacity: 0;
	transition: all 0.5s;
}

.stepTwoBox .conL .pic.cur {
	z-index: 1;
	opacity: 1;
}

.stepTwoBox .txtBoxM {
	display: none;
	position: absolute;
	z-index: 2;
	left: 7.4%;
	top: 40%;
	text-align: left;
}

.stepTwoBox .txtBoxM .stepM {}

.stepTwoBox .txtBoxM .stepM img {
	display: block;
	max-width: 542px;
	width: 62%;
	height: auto;
	margin: 0 auto 0 0;
}

.stepTwoBox .txtBoxM .titM {
	margin-top: 0.3em;
	color: #d9d8d6;
	font-weight: bold;
	font-size: 7vw;
	line-height: 1.2em;
	text-align: left;
	padding-right: 3%;
}

.stepTwoBox .conR {
	left: 12%;
	float: left;
	position: relative;
	z-index: 1;
	width: 42%;
	text-align: left;
}

.stepTwoBox .step {
	position: relative;
	z-index: 0;
	left: 0;
	opacity: 0;
	transition: all 1.2s;
	text-align: left;
	position: relative;
}

.stepTwoBox .step img {
	display: block;
	max-width: 388px;
	width: 66%;
	height: auto;
	margin: 0 auto 0 0;
}

.stepTwoBox .tit {
	position: relative;
	z-index: 0;
	right: -1.5em;
	opacity: 0;
	transition: all 1.2s;
	transition-delay: 0.4s;
	margin-top: 0.3em;
	color: #d9d8d6;
	font-weight: bold;
	font-size: 2.7em;
	line-height: 1.2em;
	text-align: left;
	letter-spacing: 0.1em;
}

.stepTwoBox .arr {
	position: relative;
	z-index: 1;
	top: 3em;
	left: 18%;
	opacity: 0;
	transition: all 1.2s;
	display: block;
	width: 5.2em;
	height: 5.2em;
	margin: -6.7em auto 1.4em;
	position: relative;
	left: -28%;
	background: url(../imgs/arr07.png) center center no-repeat;
	background-size: contain;
}

.stepTwoBox .tit2,
.stepTwoBox .tit3 {
	position: relative;
	z-index: 0;
	right: -3em;
	opacity: 0;
	transition: all 1.2s;
	transition-delay: 0.8s;
	margin-top: 2em;
	margin-right: 56%;
	padding: 0 0.6em;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
	background-color: #d9d8d6;
	color: #fff;
	letter-spacing: 0.1em;
}

.stepTwoBox .tit3 {
	transition-delay: 1.3s;
}

.stepTwoBox .txt {
	position: relative;
	z-index: 0;
	right: -3em;
	opacity: 0;
	transition: all 1.2s;
	transition-delay: 1s;
	margin-top: 1.2em;
	padding: 0 12% 1.5em 1em;
	line-height: 1.8em;
	font-size: 0.9em;
}

.stepTwoBox .txt2 {
	position: relative;
	z-index: 0;
	right: -3em;
	opacity: 0;
	transition: all 1.2s;
	transition-delay: 1.5s;
	margin-top: 1em;
	padding: 0 12% 0 0.3em;
	font-size: 1.1em;
	line-height: 1.7em;
	font-weight: bold;
}

.stepTwoBox .listPicS {
	position: relative;
	z-index: 0;
	right: -3em;
	opacity: 0;
	transition: all 1.2s;
	transition-delay: 1.8s;
	margin-top: 5.5em;
}

.stepTwoBox .listPicS ul {
	margin: 0 -1%;
}

.stepTwoBox .listPicS ul:after {
	display: block;
	clear: both;
	content: "";
}

.stepTwoBox .listPicS li {
	float: left;
	width: 31.3%;
	margin: 0 1%;
	opacity: 1;
	transition: all 0.5s;
}

.stepTwoBox .listPicS li.cur {
	opacity: 0.6;
}

.stepTwoBox .listPicS .pic {
	width: 100%;
	padding-top: 122%;
	background: center center no-repeat;
	background-size: cover;
}

.stepTwoBox .conR .btnPRe {
	position: relative;
	z-index: 0;
	right: -3em;
	opacity: 0;
	transition: all 1.2s;
	transition-delay: 2.1s;
	font-size: 1.1em;
	display: inline-block;
	margin-top: 3em;
	width: 16em;
	text-align: center;
	background-color: #edc0c5;
	font-weight: bold;
	line-height: 3.1em;
	margin-left: 0.4em;
}

.stepTwoBox .conR .btnPRe span {
	position: relative;
	z-index: 0;
	left: -0.4em;
	top: -0.4em;
	display: block;
	padding: 0.1em 0 0;
	background: #b95967;
	color: #fff;
	letter-spacing: 0.1em;
}

.stepTwoBox .conRAni .arr {
	opacity: 1;
	top: 0;
}

.stepTwoBox .conRAni .step {
	opacity: 1;
	left: -10%;
}

.stepTwoBox .conRAni .tit {
	opacity: 1;
	right: 0;
}

.stepTwoBox .conRAni .tit2 {
	opacity: 1;
	right: 0;
}

.stepTwoBox .conRAni .txt {
	opacity: 1;
	right: 0;
}

.stepTwoBox .conRAni .tit3 {
	opacity: 1;
	right: 0;
}

.stepTwoBox .conRAni .txt2 {
	opacity: 1;
	right: 0;
}

.stepTwoBox .conRAni .listPicS {
	opacity: 1;
	right: 0;
}

.stepTwoBox .conRAni .btnPRe {
	opacity: 1;
	right: 0;
}

.stepTwoSBox {
	max-width: 1382px;
	margin: 2.5em auto 0;
}

.stepTwoSBox:after {
	display: block;
	content: "";
	clear: both;
}

.stepTwoSBox .conL {
	left: -4em;
	opacity: 0;
	transition: all 1.2s;
	float: right;
	margin-right: 16%;
	width: 34%;
	padding-top: 47.3%;
	height: auto;
	position: relative;
	z-index: 0;
}

.stepTwoSBox .conL .pic {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: center center no-repeat;
	background-size: cover;
}

.stepTwoSBox .txtBoxM {
	display: none;
	position: absolute;
	right: 7.4%;
	top: 40%;
	text-align: center;
}

.stepTwoSBox .txtBoxM .stepM {}

.stepTwoSBox .txtBoxM .stepM img {
	display: block;
	max-width: 542px;
	width: 62%;
	height: auto;
	margin: 0 0 0 auto;
}

.stepTwoSBox .txtBoxM .titM {
	margin-top: 0.3em;
	color: #ba5a68;
	font-weight: bold;
	font-size: 7vw;
	line-height: 1.2em;
	text-align: right;
	padding-right: 3%;
}

.stepTwoSBox .conR {
	left: 11%;
	float: left;
	position: relative;
	z-index: 1;
	width: 39.1%;
	text-align: left;
}

.stepTwoSBox .step {
	text-align: left;
	position: relative;
	left: -10%;
}

.stepTwoSBox .step img {
	display: block;
	max-width: 542px;
	width: 66%;
	height: auto;
	margin: 0 auto 0 0;
}

.stepTwoSBox .tit {
	position: relative;
	z-index: 0;
	right: -3em;
	opacity: 0;
	transition: all 1.2s;
	margin-top: 0.3em;
	color: #ba5a68;
	font-weight: bold;
	font-size: 3.6em;
	line-height: 1.2em;
	text-align: left;
}

.stepTwoSBox .arr {
	display: block;
	width: 5.4em;
	height: 5.4em;
	margin: -8em auto 1.6em;
	position: relative;
	left: -28%;
	background: url(../imgs/arr07.png) center center no-repeat;
	background-size: contain;
}

.stepTwoSBox .tit2 {
	position: relative;
	z-index: 0;
	right: -3em;
	opacity: 0;
	transition: all 1.2s;
	margin-top: 22%;
	margin-left: -28%;
	padding: 0 0.6em 0 26%;
	font-size: 1.7em;
	line-height: 1.4em;
	font-weight: bold;
	background-color: #d9d8d6;
	color: #fff;
	letter-spacing: 0.1em;
}

.stepTwoSBox .tit3 {
	position: relative;
	z-index: 0;
	right: -3em;
	opacity: 0;
	transition: all 1.2s;
	transition-delay: 0.6s;
	margin-top: 2em;
	padding: 0 0.6em;
	font-size: 1.7em;
	line-height: 1.4em;
	font-weight: bold;
	background-color: #d9d8d6;
	color: #fff;
	letter-spacing: 0.1em;
}

.stepTwoSBox .txt {
	position: relative;
	z-index: 0;
	right: -3em;
	opacity: 0;
	transition: all 1.2s;
	transition-delay: 1.2s;
	margin-top: 1.4em;
	padding: 0 12% 0 1em;
	line-height: 1.8em;
}

.stepTwoSBox .txt21,
.stepTwoSBox .txt22 {
	position: relative;
	z-index: 0;
	right: -3em;
	opacity: 0;
	transition: all 1.2s;
	margin-top: 1.4em;
	padding: 0 12% 0 0.3em;
	font-size: 1.1em;
	line-height: 1.4em;
	font-weight: bold;
}

.stepTwoSBox .txt21 {
	transition-delay: 0.3s;
}

.stepTwoSBox .txt22 {
	transition-delay: 0.9s;
}

.stepTwoSBox .conR .btnPRe {
	position: relative;
	z-index: 0;
	right: -3em;
	opacity: 0;
	transition: all 1.2s;
	transition-delay: 1.6s;
	font-size: 0.9em;
	display: inline-block;
	margin-top: 3em;
	width: 16em;
	text-align: center;
	background-color: #ffd6a7;
	font-weight: bold;
	line-height: 3.1em;
	margin-left: 0.4em;
}

.stepTwoSBox .conR .btnPRe span {
	position: relative;
	z-index: 0;
	left: -0.4em;
	top: -0.4em;
	display: block;
	padding: 0.1em 0 0;
	background: #ffae77;
	color: #000;
	letter-spacing: 0.1em;
}

.stepTwoSBox .conR.conRAni .btnPRe {
	transition-delay: 0s;
}

.stepTwoSBox .conR .btnPRe:hover {
	background-color: #ffae77;
}

.stepTwoSBox .conR .btnPRe:hover span {
	background-color: #ffd6a7;
	color: #fff;
}

.stepTwoSBox .conR .btnPRe:active {
	top: 0.5em !important;
}

.stepTwoSBox .conRAni .tit {
	opacity: 1;
	right: 0;
}

.stepTwoSBox .conRAni .tit2 {
	opacity: 1;
	right: 0;
}

.stepTwoSBox .conRAni .txt {
	opacity: 1;
	right: 0;
}

.stepTwoSBox .conRAni .tit3 {
	opacity: 1;
	right: 0;
}

.stepTwoSBox .conRAni .txt21 {
	opacity: 1;
	right: 0;
}

.stepTwoSBox .conRAni .txt22 {
	opacity: 1;
	right: 0;
}

.stepTwoSBox .conRAni .btnPRe {
	opacity: 1;
	right: 0;
}

.videoBoxW {
	max-width: 1382px;
	margin: 0 auto;
	padding: 3.8em 0 0;
}

.videoBox {
	padding: 0 8%;
}

.videoBox img {
	width: 100%;
	height: auto;
}

/*#Results from  + clients*/
.resultSBoxW {
	margin-top: 4em;
	padding: 4em 0 5em;
	background-color: #d6e9bc;
}

.resultSBox {
	margin: 0 auto;
}

.resultSBox .tit {
	position: relative;
	z-index: 0;
	top: 2em;
	opacity: 0;
	transition: all 1.2s;
	display: inline-block;
	position: relative;
	z-index: 0;
	padding: 0 0.6em;
	line-height: 1.2em;
	font-size: 2.2em;
	font-weight: bold;
}

.resultSBox .tit .name {
	position: relative;
	z-index: 1;
	letter-spacing: 0.1em;
}

.resultSBox .tit .line {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0.2em;
	height: 0.5em;
	background-color: #fff;
}

.resultSBox .titM {
	position: relative;
	z-index: 0;
	top: 2em;
	opacity: 0;
	transition: all 1.2s;
	display: none;
}

.resultSBox .txt {
	position: relative;
	z-index: 0;
	top: 2em;
	opacity: 0;
	transition: all 1.2s;
	margin-top: 1em;
	font-size: 1em;
	line-height: 1.7em;
	color: #666;
}

.swiper_pro_w {
	margin-top: 2.4em;
	position: relative;
	z-index: 0;
	top: 2em;
	opacity: 0;
	transition: all 1.2s;
}

.swiper_pro_w .bg {
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	right: 0;
	padding-top: 345.5px;
	height: 0;
	overflow: hidden;
	background-color: #eec1c6;
}

.swiper_pro {
	position: relative;
	z-index: 1;
	height: auto;
	margin: 0 auto;
	max-width: 1382px;
}

.swiper_pro .swiper-slide {
	position: relative;
	z-index: 0;
	margin-top: 0 !important;
	display: block;
	width: 100%;
}

.swiper_pro .swiper-slide .con {
	position: relative;
	z-index: 0;
	padding-top: 50%;
	height: 0;
	overflow: hidden;
}

.swiper_pro .swiper-slide .pic {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	cursor: pointer;
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 50%;
	background: center center no-repeat;
	background-size: cover;
}

.swiper_pro .swiper-slide .re {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 50%;
	background-color: #eec1c6;
	color: #000;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	text-align: left;
	font-size: 1.4em;
	line-height: 1.5em;
	overflow: hidden;
}

.swiper_pro .swiper-slide .re .reTxt {
	display: block;
	margin: 2em 1em;
	max-height: 7.5em;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}

.swiper_pro .swiper-slide .re .reName {
	position: absolute;
	bottom: 1em;
	left: 0;
	display: block;
	padding: 0 1em;
}

.swiper_pro .swiper-slide .txt {
	background-color: #ebf7ff;
	color: #000;
	display: block;
	margin: 1.6em 30% 0;
	overflow: hidden;
	font-size: 1.5em;
	line-height: 1.3em;
	height: 1.3em;
}

.swiper_pro .button-prev,
.swiper_pro .button-next {
	z-index: 1;
	position: absolute;
	bottom: 0.4em;
	width: 30px;
	height: 15px;
	display: block;
	cursor: pointer;
	background: center center no-repeat;
	background-size: contain;
}

.swiper_pro .button-prev {
	left: 10%;
	background-image: url(../imgs/arrowL.png);
}

.swiper_pro .button-next {
	right: 10%;
	background-image: url(../imgs/arrowR.png);
}

.swiper_pro_w .txtd {
	
	color: #000;
	display: block;
	margin: 1.6em 30% 0;
	overflow: hidden;
	font-size: 1.5em;
	line-height: 1.3em;
	height: 1.3em;
}

.swiper_pro_w .propc {
	display: block;
}

.swiper_pro_w .prom {
	display: none;
}

.propc {
	max-width: none;
}

.propc .swiper-slide:nth-child(odd) {
	background-color: #ffeacb;
}

.propc .swiper-slide:nth-child(even) {
	background-color: #ffeacb;
}

.propc .swiper-slide:nth-child(odd) .re {
	color: #fff;
}

.propc .swiper-slide .conW {
	max-width: 1382px;
	margin: 0 auto;
}

.propc .swiper-slide .conW:after {
	display: block;
	clear: both;
	content: "";
}

.propc .swiper-slide .con {
	float: left;
	width: 50%;
	padding-top: 25%;
}

.propc .swiper-slide .re {
	background-color: transparent;
}

.propc .swiper-slide .con:nth-child(odd) .pic {
	left: auto;
	right: 0;
}

.propc .swiper-slide .con:nth-child(odd) .re {
	right: auto;
	left: 0;
}

.prom .swiper-slide:nth-child(odd) .re {
	background-color: #ffeacb;
	color: #fff;
}

.prom .swiper-slide:nth-child(even) .re {
	background-color: #ffeacb;
}

.resultSBox .btnPRe {
	position: relative;
	z-index: 0;
	top: 2em;
	opacity: 0;
	transition: all 1.2s;
	font-size: 1.4em;
	display: inline-block;
	margin-top: 2em;
	text-align: center;
	background-color: #ffd6a7;
	font-weight: bold;
	line-height: 3.4em;
	margin-left: 0.4em;
}

.resultSBox .btnPRe span {
	position: relative;
	z-index: 0;
	left: -0.4em;
	top: -0.4em;
	display: block;
	padding: 0.1em 4em 0;
	background: #ffae77;
	color: #fff;
	letter-spacing: 0.1em;
}

.resultSBox .btnPRe:hover {
	background-color: #ffae77;
}

.resultSBox .btnPRe:hover span {
	background-color: #ffd6a7;
	color: #000;
}

.resultSBox .btnPRe:active {
	top: 0.5em !important;
}

.priceBox {
	max-width: 1382px;
	margin: 0 auto 0;
	padding: 4.9em 0 5.1em;
}

.priceBox .list {
	margin: 0 4.3%;
	position: relative;
	z-index: 0;
}

.priceBox .list .label {
	transition: all 0.6s;
	right: 80%;
	opacity: 0;
	/* left: -8%; */
	margin-left: -100%;
	position: absolute;
	bottom: 2em;
	left: 0;
	background-color: #ffe5be;
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.5em;
	text-align: left;
	padding: 0.7em 0;
}

.priceBox .list .labelAni {
	right: 66.5%;
	opacity: 1;
}

.priceBox .list .labelc {
	width: 270px;
	margin: 0 1em 0 auto;
}

.priceBox .list ul:after {
	display: block;
	content: "";
	clear: both;
}

.priceBox .list li {
	left: -3em;
	opacity: 0;
	transition: all 1s;
	position: relative;
	z-index: 1;
	float: left;
	width: 33.3%;
	padding-bottom: 1em;
	background-color: #fff;
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .15);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .15);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .15);
}

.priceBox .list .tit {
	font-size: 1.3em;
	line-height: 1.7em;
	margin-bottom: 0.3em;
	padding: 1.1em 1em 1em;
	font-weight: bold;
	background-color: #dcdcdc;
}

.priceBox .list li:nth-child(2) .tit {
	background-color: #ffe5be;
}

.priceBox .list li:nth-child(3) .tit {
	background-color: #ffc56d;
	color: #fff;
}

.priceBox .list .price {
	font-size: 2.4em;
	line-height: 1.4em;
}

.priceBox .list .pink {
	color: #FFAE77;
}

.priceBox .list .del {
	margin-left: 0.3em;
	font-size: 0.7em;
	text-decoration: line-through;
}

.priceBox .list .txt {
	font-size: 1em;
	line-height: 1.7em;
}

.priceBox .list .txtb {
	padding: 1.2em 0 1.2em;
	margin: 0 8%;
}

.priceBox .list .txtb2 {
	border-top: 1px solid #000;
	padding: 1.2em 0 1.2em;
	margin: 0 8%;
}

.priceBox .list .txtb3 {
	border-top: 1px solid #000;
	padding: 2.2em 0 1.9em;
	margin: 0 8%;
}

.priceBox .btnPRe {
	position: relative;
	z-index: 0;
	top: 2em;
	opacity: 0;
	transition: all 0.6s;
	font-size: 1.5em;
	display: inline-block;
	margin-top: 3.4em;
	text-align: center;
	background-color: #ffd6a7;
	font-weight: bold;
	line-height: 3.3em;
	margin-left: 0.4em;
}

.priceBox .btnPRe span {
	position: relative;
	z-index: 0;
	left: -0.4em;
	top: -0.4em;
	display: block;
	padding: 0.1em 3em 0;
	background: #ffae77;
	color: #000;
	letter-spacing: 0.1em;
}

.priceBox .btnPRe:hover {
	background-color: #ffae77;
}

.priceBox .btnPRe:hover span {
	background-color: #ffd6a7;
	color: #fff;
}

.priceBox .btnPRe:active {
	top: 0.5em !important;
}

.priceBox .smx {
	position: relative;
	z-index: 0;
	top: 2rem;
	opacity: 0;
	transition: all 0.6s;
	margin: 3.3rem 1em 0;
	font-size: 11px;
	line-height: 1.6em;
}

@media only screen and (max-width:1382px) {
	.ftBoxU {
		width: 100%;
		left: 0;
		margin-left: 0;
	}

	.swiper_pro_w .bg {
		height: 0;
		padding-top: 25%;
	}

	.priceBox .list .label {
		margin-left: -4.8%;
	}

	.priceBox .list .labelc {
		width: 60%;
		margin: 0 5% 0 auto;
	}
}

@media only screen and (max-width:1440px) {

	.stepTwoSBox .tit2,
	.stepTwoSBox .tit3 {
		font-size: 1.8em;
	}
}

@media only screen and (max-width:1300px) {
	.stepOneBox .conR {
		font-size: 0.9em;
	}

	.stepTwoBox .conR {
		font-size: 0.9em;
	}

	.stepTwoSBox .conR {
		font-size: 0.9em;
	}

	.stepTwoSBox .tit2 {
		margin-top: 1em;
	}

	.stepTwoSBox .tit3 {
		margin-top: 1em;
	}
}

@media only screen and (max-width:1200px) {
	.ftBox .ftBoxL .box .tj .num {
		font-size: 3.2em;
	}
}

@media only screen and (max-width:1140px) {
	.swiper_pro .swiper-slide .re {
		font-size: 1.2em;
	}
}

@media only screen and (max-width:1080px) {

	.stepTwoSBox .tit2,
	.stepTwoSBox .tit3 {
		font-size: 1.5em;
	}

	.stepTwoSBox .conR .btnPRe {
		margin-top: 1.5em;
	}
}

@media only screen and (max-width:1000px) {
	.swiper_pro .swiper-slide .txt {
		font-size: 1.4em;
	}

	.swiper_pro .swiper-slide .re {
		font-size: 1em;
	}

	.swiper_pro_w .txtd {
		font-size: 1.4em;
	}

	.ftBox .ftBoxL .box .tj .num {
		font-size: 3em;
	}

	.priceBox .list .label {
		bottom: 4em;
	}
}

@media only screen and (max-width:828px) {
	.bannerB {
		display: none;
	}

	.bannerBM {
		display: block;
	}

	.timerBox {
		position: relative;
		z-index: 0;
	}

	.timerBox .pic img {
		width: 4em;
	}

	.timerBox .tit {
		font-size: 1.4em;
	}

	.timerBox .diaBox {
		font-size: 1.2em;
	}

	.timerBox .timer .time {
		font-size: 12vw;
	}

	.timerBox .timer .btn span {
		font-size: 3.2vw;
	}

	.resultDBoxW {
		position: relative;
		z-index: 0;
		background-color: #fff;
		padding-bottom: 5em;
	}

	.resultDBox .tit {
		font-size: 5.4vw;
	}

	.resultDBox .txt {
		margin-top: 0;
	}

	.resultDBox .tit .name {
		letter-spacing: 0.05em;
	}

	.resultDBox .list ul {
		display: block;
	}

	.resultDBox .list {
		margin-top: 0;
	}

	.resultDBox .list li {
		margin-top: 4em;
	}

	.resultSBox .btnPRe {
		display: block;
		font-size: 4.2vw;
		margin-top: 3em;
		margin-left: 8%;
		margin-right: 7%;
	}

	.resultSBox .btnPRe span {
		padding: 0;
	}

	.ftBoxW {
		background-color: #fff;
	}

	.ftBoxL {
		width: auto;
		position: relative;
		z-index: 1;
		top: 0;
		left: 0;
		bottom: 0;
	}

	.ftBoxR {
		float: none;
		width: auto;
		position: relative;
		z-index: 1;
	}

	.ftBox .ftBoxL .box {
		position: static;
		top: 0;
		bottom: 0;
		right: 0;
		max-width: auto;
		width: 84%;
		margin: 0 auto 0;
		padding-bottom: 8%;
	}

	.ftBox .ftBoxL .box .boxc {
		padding: 12%;
	}

	.ftBox .ftBoxR .box {
		width: 100%;
	}

	.ftBox .ftBoxR .box .boxc {
		font-size: 3.5vw;
		margin-top: 60%;
	}

	.ftBox .ftBoxL .box .boxb {
		right: 0;
		text-align: center;
	}

	.ftBoxW .redBg {
		height: 25%;
	}

	.ftBox .ftBoxL .box .t1 {
		margin-top: 2em;
		font-size: 1em;
	}

	.ftBox .ftBoxL .box .t2 {
		margin-top: 0;
		font-size: 1em;
	}

	.ftBox .ftBoxL .box .t2 span {
		display: block;
	}

	.ftBox .ftBoxL .box .t2 br {
		display: none;
	}

	.ftBox .ftBoxL .box .btnPRe {
		display: block;
		font-size: 3vw;
	}

	.ftBox .ftBoxL .box .btnPRe span {
		padding: 0;
	}

	.stepTBox {
		position: relative;
		z-index: 0;
		background-color: #fff;
		padding-top: 5em;
	}

	.stepOneBox {
		margin-top: 3em;
		padding-bottom: 0;
	}

	.stepOneBox .conL {
		float: none;
		width: auto;
		padding-top: 117%;
	}

	.stepOneBox .txtBoxM {
		display: block;
	}

	.stepOneBox .conR {
		padding-top: 23%;
		margin: 0 7%;
		float: none;
		width: auto;
		left: 0;
	}

	.stepOneBox .step {
		display: none;
	}

	.stepOneBox .arrM {
		display: block;
	}

	.stepOneBox .arr {
		display: block;
		width: 3em;
		height: 3em;
		margin: 1.6em 14% -1.2em auto;
		left: 0;
	}

	.stepOneBox .tit {
		display: none;
	}

	.stepOneBox .tit2,
	.stepOneBox .tit3 {
		font-size: 1.2em;
	}

	.stepOneBox .txt {
		padding: 0;
	}

	.stepOneBox .txt2 {
		font-size: 1.1em;
		min-height: auto;
	}

	.stepOneBox .conR .btnPRe {
		font-size: 1.1em;
		line-height: 3.1em;
		margin-top: 2em;
		width: auto;
		display: block;
	}

	.stepOneBox .conR .btnPRe span {
		padding-top: 0;
	}

	.stepOneBox .listPicS {
		position: absolute;
		right: -9%;
		top: -8em;
		z-index: 5;
		width: 98%;
		margin-top: 3.6em;
		transition-delay: 0s;
	}

	.stepTwoBox {
		margin-top: 4em;
		padding-bottom: 0;
	}

	.stepTwoBox .conL {
		float: none;
		width: auto;
		padding-top: 117%;
	}

	.stepTwoBox .txtBoxM {
		display: block;
	}

	.stepTwoBox .conR {
		padding-top: 23%;
		margin: 0 7%;
		float: none;
		width: auto;
		left: 0;
	}

	.stepTwoBox .step {
		display: none;
	}

	.stepTwoBox .arr {
		display: block;
		width: 3em;
		height: 3em;
		margin: 3em 0 -1.2em 14%;
		left: 0;
	}

	.stepTwoBox .tit {
		display: none;
	}

	.stepTwoBox .tit2,
	.stepTwoBox .tit3 {
		font-size: 1.2em;
		margin-right: 0;
	}

	.stepTwoBox .txt {
		padding: 0;
	}

	.stepTwoBox .txt2 {
		font-size: 1.1em;
	}

	.stepTwoBox .conR .btnPRe {
		margin-top: 3.6em;
		width: auto;
		display: block;
	}

	.stepTwoBox .listPicS {
		position: absolute;
		right: -9%;
		top: -8em;
		z-index: 5;
		width: 98%;
		margin-top: 3.6em;
		transition-delay: 0s;
	}

	.stepTwoSBox {
		margin: 3em 0 0;
		padding-bottom: 0;
	}

	.stepTwoSBox .conL {
		float: none;
		width: auto;
		margin: 0 7.6%;
		padding-top: 130%;
	}

	.stepTwoSBox .txtBoxM {
		display: block;
	}

	.stepTwoSBox .conR {
		padding-top: 1em;
		margin: 0 7.6%;
		float: none;
		width: auto;
		left: 0;
	}

	.stepTwoSBox .step {
		display: none;
	}

	.stepTwoSBox .arr {
		display: block;
		width: 3em;
		height: 3em;
		margin: 1.6em 0 -1.2em 14%;
		left: 0;
		background: url(../imgs/arr07.png) center center no-repeat;
		background-size: contain;
	}

	.stepTwoSBox .tit {
		display: none;
	}

	.stepTwoSBox .tit2,
	.stepTwoSBox .tit3 {
		font-size: 1.2em;
		margin-right: 0;
		margin-left: 0;
		padding-left: 0.6em;
	}

	.stepTwoSBox .txt {
		padding: 0;
	}

	.stepTwoSBox .txt21,
	.stepTwoSBox .txt22 {
		font-size: 1.1em;
	}

	.stepTwoSBox .conR .btnPRe {
		font-size: 1.1em;
		margin-top: 3em;
		width: auto;
		display: block;
	}

	.videoBoxW {
		padding-top: 3.6em;
	}

	.resultSBoxW {
		padding: 3.4em 1.4em;
	}

	.swiper_pro_w .bg {
		display: none;
	}

	.resultSBox .tit {
		display: none;
	}

	.resultSBox .titM {
		display: block;
		margin: 0 -1.4rem;
		text-align: left;
		font-size: 2em;
	}

	.resultSBox .reCon {
		display: block;
	}

	.resultSBox .txt {
		text-align: left;
	}

	.swiper_pro_w {
		margin: 1.6em -1.4em 0;
	}

	.swiper_pro .swiper-slide .txt {
		margin: 1em 3em 0;
		font-size: 1.3em;
		line-height: 1.2em;
		height: 1.2em;
		text-align: center;
	}

	.swiper_pro .swiper-slide .re {
		font-size: 1.2em;
	}

	.swiper_pro .button-prev {
		left: 0.6em;
	}

	.swiper_pro .button-next {
		right: 0.6em;
	}

	.swiper_pro .button-prev,
	.swiper_pro .button-next {
		bottom: 0.3em;
	}

	.swiper_pro_w .txtd {
		margin: 1em 3em 0;
		font-size: 1.3em;
		line-height: 1.2em;
		height: 1.2em;
		text-align: center;
	}

	.swiper_pro_w .propc {
		display: none;
	}

	.swiper_pro_w .prom {
		display: block;
	}

	.qaBoxW {
		padding-bottom: 3em;
	}

	.qaBox {
		display: block;
	}

	.qaBox .qaL {
		width: auto;
	}

	.qaBox .qaR {
		width: auto;
	}

	.qaBox .qaL .pic {
		width: auto;
		margin: 0 auto;
	}

	.qaBox .qaL .tit {
		font-size: 27vw;
	}

	.qaBox .qaL .tit {
		bottom: -0.05em;
	}

	.qaBox .qaR .list {
		width: auto;
		margin: 2em 2em 0;
	}

	.priceBox {
		padding: 3.6em 0;
	}

	.priceBox .list {
		margin: 0 8.5%;
	}

	.priceBox .list .label {
		display: none;
	}

	.priceBox .list li {
		float: none;
		width: auto;
	}

	.priceBox .list li:nth-child(1) {
		margin: 0 5%;
	}

	.priceBox .list li:nth-child(3) {
		margin-top: 2em;
	}

	.priceBox .list .tit {
		font-size: 1.1em;
		padding: 1.2em 1em 1.1em;
	}

	.priceBox .list .price {
		font-size: 2.2em;
	}

	.priceBox .list .txt {
		font-size: 1em;
	}

	.priceBox .btnPRe {
		margin-left: 8.5%;
		margin-right: 8.5%;
		font-size: 1.2em;
		display: block;
	}

	.priceBox .btnPRe span {
		padding-left: 0;
		padding-right: 0;
	}

	.priceBox .smx {
		font-size: 0.7em;
		line-height: 1.6em;
	}

	.priceBox .smx span {
		display: block;
	}

	.priceBox .smx br {
		display: none;
	}
}

@media only screen and (max-width:600px) {
	.qaBox .qaR .list .tit {
		font-size: 1em;
	}

	.swiper_pro .swiper-slide .re {
		font-size: 1em;
	}
}

@media only screen and (max-width:540px) {
	.stepOneBox .conR {
		padding-top: 17%;
	}

	.stepTwoBox .conR {
		padding-top: 17%;
	}
}

@media only screen and (max-width:450px) {
	.swiper_pro .swiper-slide .re {
		font-size: 0.9em;
	}
}

@media only screen and (max-width:380px) {
	.ftBox .ftBoxL .box .btnPRe {
		font-size: 2.8vw;
	}
}