html {
	overflow-x: auto;
	overflow-y: scroll;
}

body, dl, dt, dd, ul, ol, li, pre, form, fieldset, input, p, blockquote, th, td {
	font-weight: 400;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h4, h5 {
	margin: 0;
	padding: 0;
}
html{
  font-size:625%;  
}

body {
	
	color: #666666;
	font-family: Helvetica,Arial,sans-serif;
	text-align: left;
	 max-width: 768px; 
  margin: 0 auto;
	padding: 0 0.16rem 0.17rem;
  font-size: 0.17rem;
	background: url(../img/bg.png) no-repeat #FEF2C9;
	background-size: 100%;
	border-bottom: 0.05rem solid #CB7A12;;
}



select {
	font-size: 0.12rem;
}

table {
	border-collapse: collapse;
}

fieldset, img {
	border: 0 none;
}

fieldset {
	margin: 0;
	padding: 0;
}

fieldset p {
	margin: 0;
	padding: 0 0 0 0.08rem;
}

legend {
	display: none;
}

address, caption, em, strong, th, i {
	font-style: normal;
	font-weight: 400;
}

table caption {
	margin-left: -1px;
}

hr {
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #E4E4E4;
	border-width: 1px 0;
	clear: both;
	height: 0.02rem;
	margin: 0.05rem 0;
	overflow: hidden;
}

ol, ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

caption, th {
	text-align: left;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: ””;
}
img {
  vertical-align: middle;
}
p {
  line-height: 1.5;
}

a {
	color: #333333;
	text-decoration: none;
}

.logo-img {
  padding: 0.18rem 0 0.14rem;
}
.logo-img img {
	height: 0.16rem;
}

.img-step {
  text-align: center;
  margin-bottom: 0.10rem;
}
.img-step img {
  width: 70%;
}

.bold {
  font-weight: bold;
}

.big-title {
  text-align: center;
	
}

.big-title img {
	height: 0.625rem;
	
}

.method {
	font-size: 0.24rem;
	color: #B16203;
	text-align: center;
	-webkit-mask-image:-webkit-gradient(linear, 0 0, 0 bottom, from(#B16203), to(rgba(0, 0, 255, 0)));
}

.sub-method {
	color: #B16203;
	text-align: center;
	font-size: 0.22rem;
}

.sub-method i {
	display: inline-block;
	width: 0.39rem;
	height: 0.01rem;
	background: linear-gradient(to right, #B16203, rgba(0, 0, 255, 0));
	vertical-align: middle;
	margin: 0 0.16rem;
}

.sub-method i:last-child {
	background: linear-gradient(to left, #B16203, rgba(0, 0, 255, 0));
}

.main-param {
	background: #FFFDFA;
	box-shadow: 0 0 0.30rem 0 rgba(187,129,59,0.40), inset 0 0 20px 0 rgba(253,223,172,0.50);
	border-radius: 0.20rem;
	border-radius: 0.20rem;
	padding: 0.13rem 0.12rem;
	font-size: 0.17rem;
}

.main-param .sub-method{
	color: #DC8C00;
	font-size: 0.17rem;
}

.main-param .sub-method i {
	background: linear-gradient(to right, #DC8C00, rgba(0, 0, 255, 0));
	width: 0.27rem;
	margin: 0 0.10rem;
}

.main-param .sub-method i:last-child {
	background: linear-gradient(to left, #DC8C00, rgba(0, 0, 255, 0));
}

.tel_bg {
	text-align: center;
	color: #fff;
	font-weight: bold;
	/* background: url(../img/tel-bg.png) no-repeat; */
	font-size: 0.17rem;
	line-height: 0.31rem;
	background-image: linear-gradient(129deg, #CB7A12 0%, #E7B229 100%);
	border-radius: 0.31rem;
	border-radius: 0.31rem;
	margin-top: 0.25rem;
	/* float: left; */
	position: relative;
	padding-left: 0.40rem;
	margin: 0.25rem auto 0.09rem;
	display: inline-block;
}
.tel_bg i {
	display: inline-block;
	width: 0.38rem;
	height: 0.38rem;
	background: url(../img/tel-bg.png) no-repeat #E7B128;
	background-size: 100%;
	border-radius: 50%;
	vertical-align: middle;
	position: absolute;
	top: -0.03rem;
	left: 0;
}

.tel_bg a {
	color: #fff;
}

.tel_more {
	clear: both;
	text-align: center;
	color:#B16203 ;
	font-size: 0.17rem;
}

.img-step-inner {
  position: relative;margin-bottom: 30px;display: inline-block;
}

@media screen and ( min-width: 768px ){
  .img-step-inner {
    cursor: pointer;
   }
}

.param {
	word-break: break-all;
}

.img_suffix_btn {
	position: absolute;
	width: 271px;
	height: 56px;
	background: url(../img/btn_bg.png) no-repeat;
	background-size: 100% 100%;
	left: 0;
	bottom: -28px;
	color: #fff;
	font-size: 16px;
	line-height: 48px;
}

.hand-icon {
	position: absolute;
	width: 50px;
	height: 50px;
	bottom: -37px;
	right: 4px;
	background: url(../img/hand.png) no-repeat;
	background-size: 100% 100%;
	animation:handclick 1s infinite;
}

@keyframes handclick {
	0%   {bottom: -37px;right: 4px;}
	/* 25%  {bottom: -37px;right: 6px;} */
	50%  {bottom: -42px;right: -1px;}
	/* 75%  {bottom: -39px;right: 4px;} */
	100% {bottom: -37px;right: 4px;}
}


.video-wrapper {
  /* position: relative; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.stop-btn {
  position: absolute;
  z-index: 10;
  cursor: pointer;
}

.video-main {
  width: 100%;
}