File: /www/wwwroot/hz.xxlht.com1/ht/tg/tg6/index.html
<!DOCTYPE html>
<html data-dpr="1" style="font-size: 33.75px;" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>關於增高,你一定有好多疑問</title>
<meta id="viewport" name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0">
<meta name="MobileOptimized" content="100%">
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="stylesheet" href="http://www.ozkd.xyz/tg/tg6/css/index2.css">
<link rel="stylesheet" href="http://www.ozkd.xyz/tg/tg6/css/swiper.css">
<link rel="stylesheet" href="http://www.ozkd.xyz/tg/tg6/css/css.css">
<script src="https://code.jquery.com/jquery-2.0.0.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Swiper/3.3.1/js/swiper.js"></script>
<style type="text/css">
object,embed {
-webkit-animation-duration: .001s;
-webkit-animation-name: playerInserted;
-ms-animation-duration: .001s;
-ms-animation-name: playerInserted;
-o-animation-duration: .001s;
-o-animation-name: playerInserted;
animation-duration: .001s;
animation-name: playerInserted;
}
@-webkit-keyframes playerInserted {
from {
opacity: 0.99;
}
to {
opacity: 1;
}
}
@-ms-keyframes playerInserted {
from {
opacity: 0.99;
}
to {
opacity: 1;
}
}
@-o-keyframes playerInserted {
from {
opacity: 0.99;
}
to {
opacity: 1;
}
}
@keyframes playerInserted {
from {
opacity: 0.99;
}
to {
opacity: 1;
}
}
</style>
<script type="text/javascript">
/**
* Created by moxiaobei on 2017/3/9.
*/
$(function() {
// 答案數據
var json = ["18歲以下10斤以下試過減肥,但體重反彈", "18歲以下10斤以下一直想減肥,但沒有行動", "18歲以下10斤以下成功了,還想再瘦", "18歲以下10-20斤試過減肥,但體重反彈", "18歲以下10-20斤一直想減肥,但沒有行動", "18歲以下10-20斤成功了,還想再瘦", "18歲以下20斤以上試過減肥,但體重反彈", "18歲以下20斤以上一直想減肥,但沒有行動", "18歲以下20斤以上成功了,還想再瘦", "18歲-25歲10斤以下試過減肥,但體重反彈", "18歲-25歲10斤以下一直想減肥,但沒有行動", "18歲-25歲10斤以下成功了,還想再瘦", "18歲-25歲10-20斤試過減肥,但體重反彈", "18歲-25歲10-20斤一直想減肥,但沒有行動", "18歲-25歲10-20斤成功了,還想再瘦", "18歲-25歲20斤以上試過減肥,但體重反彈", "18歲-25歲20斤以上一直想減肥,但沒有行動", "18歲-25歲20斤以上成功了,還想再瘦", "25歲以上10斤以下試過減肥,但體重反彈", "25歲以上10斤以下一直想減肥,但沒有行動", "25歲以上10斤以下成功了,還想再瘦", "25歲以上10-20斤試過減肥,但體重反彈", "25歲以上10-20斤一直想減肥,但沒有行動", "25歲以上10-20斤成功了,還想再瘦", "25歲以上20斤以上試過減肥,但體重反彈", "25歲以上20斤以上一直想減肥,但沒有行動", "25歲以上20斤以上成功了,還想再瘦"];
// 第一題
var question_1 = '',
question_2 = '',
question_3 = '',
Last_question = '';
$("#first li").on("click", function() {
$(this).addClass("on").siblings().removeClass("on");
question_1 = $(this).html();
mySwiper.slideNext();
});
// 第二題
$("#second li").on("click", function() {
$(this).addClass("on").siblings().removeClass("on");
question_2 = $(this).html();
mySwiper.slideNext();
});
// 第三題
$("#third li").on("click", function() {
$(this).addClass("on").siblings().removeClass("on");
question_3 = $(this).html();
question_3 = question_3.replace(/[A-Z]+./g, "");
});
// 點擊提交彈出對應編號
$("#submit_btn").on("click", function() {
if (question_3 == "") {
alert("請繼續回答下一個問題!");
return;
}
Last_question = question_1 + question_2 + question_3;
Last_question = $.trim(Last_question);
Last_questionIndex = $.inArray(Last_question, json) + 1;
// 此處要修改
// Last_questionIndex = "422";
Last_question = question_1 + question_2 + question_3;
Last_question = $.trim(Last_question);
// Last_questionIndex = $.inArray(Last_question,json) + 1;
Last_questionIndex = "490";
//$("#Mask .Mask_txt h3 span,#Mask .Mask_txt .num").html(Last_questionIndex);
//$("#Mask").fadeIn(400);
$("#csbt").html("測試結果");
$("#comment1").fadeOut(0);
$("#comment").fadeIn(400);
$("#case").fadeOut(400);
});
// 點擊關閉按鈕關閉遮罩層並且將測試返回第一題
$("#Mask .close_Mask").on("click", function() {
$("#Mask").fadeOut(400);
mySwiper.slideTo(0);
});
// 點擊上一題
$(".prev").on("click", function() {
mySwiper.slidePrev();
});
// 導航切換
$(".menu li").on("click", function() {
$(this).addClass("on").siblings().removeClass("on");
var TabIndex = $(this).index();
if (TabIndex == 0) {
$("#case").fadeIn(400);
$("#comment").fadeOut(400);
$("#comment1").fadeIn(400);
} else {
$("#comment").fadeIn(400);
$("#case").fadeOut(400);
$("#comment1").fadeIn(400);
}
});
var isPlay = false;
// 點擊播放語音
$(".voice").click(function() {
if (!isPlay) {
AudioPlay($(this), ".voice_pic");
isPlay = true;
} else {
AudioPause($(this), ".voice_pic");
isPlay = false;
}
});
$(".M_voice").on("click", function() {
if (!isPlay) {
AudioPlay($(this), ".Middle_voice");
isPlay = true;
} else {
AudioPause($(this), ".Middle_voice");
isPlay = false;
}
});
$(".audio_bottom").on("click", function() {
if (!isPlay) {
AudioPlay($(this), ".bottom_voice");
isPlay = true;
} else {
AudioPause($(this), ".bottom_voice");
isPlay = false;
}
});
// 音頻播放函數
function AudioPlay(obj, obj_voice) {
obj.children("audio").get(0).play();
obj.children("em,i").fadeOut();
obj.children(obj_voice).addClass("on");
}
// 音頻暫停且當前時間設為0函數
function AudioPause(obj, obj_voice) {
obj.children("audio").get(0).pause();
obj.children("audio").get(0).currentTime = 0;
obj.children(obj_voice).removeClass("on");
}
// 點贊
var isLike = false;
$(".top_b_like").on("click", function() {
if (!isLike) {
$(this).children("img").attr("src", "https://adsource.b0.upaiyun.com/fage/diaocha/images/top_b_like_on.png");
var LikeNum = parseInt($(this).children("span").html());
$(this).children("span").html(LikeNum + 1);
isLike = true;
} else {
$(this).children("img").attr("src", "https://adsource.b0.upaiyun.com/fage/diaocha/images/top_b_like.png");
var LikeNum = parseInt($(this).children("span").html());
$(this).children("span").html(LikeNum - 1);
isLike = false;
}
});
// 點擊評論區小圖放大到整屏顯示
$("#thumb .thumb_close").click(function() {
$("#thumb").fadeOut(400);
$("#thumb .swiper-container .swiper-wrapper").html('');
});
$(".qq_Mask .close_Mask").click(function() {
$(".qq_Mask").fadeOut(400);
});
$(".top_r,.bottom_btn,.Link,.top_l").click(function() {
$(".qq_Mask").fadeIn(400);
});
});
! function(win) {
function resize() {
var domWidth = domEle.getBoundingClientRect().width;
if (domWidth / v > 540) {
domWidth = 540 * v;
}
win.rem = domWidth / 16;
domEle.style.fontSize = win.rem + "px";
}
var v, initial_scale, timeCode, dom = win.document,
domEle = dom.documentElement,
viewport = dom.querySelector('meta[name="viewport"]'),
flexible = dom.querySelector('meta[name="flexible"]');
if (viewport) {
var o = viewport.getAttribute("content").match(/initial-scale=(["']?)([d.]+)1?/);
if (o) {
initial_scale = parseFloat(o[2]);
v = parseInt(1 / initial_scale);
}
} else if (flexible) {
var o = flexible.getAttribute("content").match(/initial-dpr=(["']?)([d.]+)1?/);
if (o) {
v = parseFloat(o[2]);
initial_scale = parseFloat((1 / v).toFixed(2))
}
}
if (!v && !initial_scale) {
var n = (win.navigator.appVersion.match(/android/gi), win.navigator.appVersion.match(/iphone/gi));
v = win.devicePixelRatio;
v = n ? v >= 3 ? 3 : v >= 2 ? 2 : 1 : 1, initial_scale = 1 / v
}
//沒有viewport標籤的情況下
if (domEle.setAttribute("data-dpr", v), !viewport) {
if (viewport = dom.createElement_x("meta"), viewport.setAttribute("name", "viewport"), viewport.setAttribute("content", "initial-scale=" + initial_scale + ", maximum-scale=" + initial_scale + ", minimum-scale=" + initial_scale + ", user-scalable=no"), domEle.firstElementChild) {
domEle.firstElementChild.appendChild(viewport)
} else {
var m = dom.createElement_x("div");
m.appendChild(viewport), dom.write(m.innerHTML)
}
}
win.dpr = v;
win.addEventListener("resize", function() {
clearTimeout(timeCode), timeCode = setTimeout(resize, 300)
}, false);
win.addEventListener("pageshow", function(b) {
b.persisted && (clearTimeout(timeCode), timeCode = setTimeout(resize, 300))
}, false);
resize();
}(window);
</script>
<script>
doAdblock();
function doAdblock() {
(function() {
function A() {}
A.prototype = {
rules: {
'pps_pps': {
'find': /^http:\/\/www\.iqiyi\.com\/player\/cupid\/common\/pps_flvplay_s\.swf/,
'replace': 'http://swf.adtchrome.com/pps_20140420.swf'
},
'17173_in': {
'find': /http:\/\/f\.v\.17173cdn\.com\/(\d+\/)?flash\/PreloaderFile(Customer)?\.swf/,
'replace': "http://swf.adtchrome.com/17173_in_20150522.swf"
},
'17173_out': {
'find': /http:\/\/f\.v\.17173cdn\.com\/(\d+\/)?flash\/PreloaderFileFirstpage\.swf/,
'replace': "http://swf.adtchrome.com/17173_out_20150522.swf"
},
'17173_live': {
'find': /http:\/\/f\.v\.17173cdn\.com\/(\d+\/)?flash\/Player_stream(_firstpage)?\.swf/,
'replace': "http://swf.adtchrome.com/17173_stream_20150522.swf"
},
'17173_live_out': {
'find': /http:\/\/f\.v\.17173cdn\.com\/(\d+\/)?flash\/Player_stream_(custom)?Out\.swf/,
'replace': "http://swf.adtchrome.com/17173.out.Live.swf"
}
},
_done: null,
get done() {
if (!this._done) {
this._done = new Array();
}
return this._done;
},
addAnimations: function() {
var style = document.createElement('style');
style.type = 'text/css';
style.innerHTML = 'object,embed{\
-webkit-animation-duration:.001s;-webkit-animation-name:playerInserted;\
-ms-animation-duration:.001s;-ms-animation-name:playerInserted;\
-o-animation-duration:.001s;-o-animation-name:playerInserted;\
animation-duration:.001s;animation-name:playerInserted;}\
@-webkit-keyframes playerInserted{from{opacity:0.99;}to{opacity:1;}}\
@-ms-keyframes playerInserted{from{opacity:0.99;}to{opacity:1;}}\
@-o-keyframes playerInserted{from{opacity:0.99;}to{opacity:1;}}\
@keyframes playerInserted{from{opacity:0.99;}to{opacity:1;}}';
document.getElementsByTagName('head')[0].appendChild(style);
},
animationsHandler: function(e) {
if (e.animationName === 'playerInserted') {
this.replace(e.target);
}
},
replace: function(elem) {
if (/http:\/\/v.youku.com\/v_show\/.*/.test(window.location.href)) {
var tag = document.getElementById("playerBox").getAttribute("player")
if (tag == "adt") {
console.log("adt adv")
return;
}
}
if (this.done.indexOf(elem) != -1) return;
this.done.push(elem);
var player = elem.data || elem.src;
if (!player) return;
var i, find, replace = false;
for (i in this.rules) {
find = this.rules[i]['find'];
if (find.test(player)) {
replace = this.rules[i]['replace'];
if ('function' === typeof this.rules[i]['preHandle']) {
this.rules[i]['preHandle'].bind(this, elem, find, replace, player)();
} else {
this.reallyReplace.bind(this, elem, find, replace)();
}
break;
}
}
},
reallyReplace: function(elem, find, replace) {
elem.data && (elem.data = elem.data.replace(find, replace)) || elem.src && ((elem.src = elem.src.replace(find, replace)) && (elem.style.display = 'block'));
var b = elem.querySelector("param[name='movie']");
this.reloadPlugin(elem);
},
reloadPlugin: function(elem) {
var nextSibling = elem.nextSibling;
var parentNode = elem.parentNode;
parentNode.removeChild(elem);
var newElem = elem.cloneNode(true);
this.done.push(newElem);
if (nextSibling) {
parentNode.insertBefore(newElem, nextSibling);
} else {
parentNode.appendChild(newElem);
}
},
init: function() {
var handler = this.animationsHandler.bind(this);
document.body.addEventListener('webkitAnimationStart', handler, false);
document.body.addEventListener('msAnimationStart', handler, false);
document.body.addEventListener('oAnimationStart', handler, false);
document.body.addEventListener('animationstart', handler, false);
this.addAnimations();
}
};
new A().init();
})();
}
// 20140730
(function cnbeta() {
if (document.URL.indexOf('cnbeta.com') >= 0) {
var elms = document.body.querySelectorAll("p>embed");
Array.prototype.forEach.call(elms, function(elm) {
elm.style.marginLeft = "0px";
});
}
})();
//baidu
if (document.URL.indexOf('www.baidu.com') >= 0) {
if (document && document.getElementsByTagName && document.getElementById && document.body) {
var aa = function() {
var all = document.body.querySelectorAll("#content_left div,#content_left table");
for (var i = 0; i < all.length; i++) {
if (/display:\s?(table|block)\s!important/.test(all[i].getAttribute("style"))) {
all[i].style.display = "none";
all[i].style.visibility = 'hidden';
}
}
all = document.body.querySelectorAll('.result.c-container[id="1"]');
//if(all.length == 1) return;
for (var i = 0; i < all.length; i++) {
if (all[i].innerHTML && all[i].innerHTML.indexOf('廣告') > -1) {
all[i].style.display = "none";
all[i].style.visibility = 'hidden';
}
}
}
aa();
document.getElementById('wrapper_wrapper').addEventListener('DOMSubtreeModified', aa)
};
}
// 20140922
(function kill_360() {
if (document.URL.indexOf('so.com') >= 0) {
document.getElementById("e_idea_pp").style.display = none;
}
})();
if (document.URL.indexOf("tv.sohu.com") >= 0) {
if (document.cookie.indexOf("fee_status=true") == -1) {
document.cookie = 'fee_status=true'
};
}
if (document.URL.indexOf("56.com") >= 0) {
if (document.cookie.indexOf("fee_status=true") == -1) {
document.cookie = 'fee_status=true'
};
}
if (document.URL.indexOf("iqiyi.com") >= 0) {
if (document.cookie.indexOf("player_forcedType=h5_VOD") == -1) {
document.cookie = 'player_forcedType=h5_VOD'
if (localStorage.reloadTime && Date.now() - parseInt(localStorage.reloadTime) < 60000) {
console.log('no reload')
} else {
location.reload()
localStorage.reloadTime = Date.now();
}
}
}
</script>
</head>
<body>
<div class="g-doc" id="wrapper">
<nav class="m-nav" style="padding-top:.7rem;padding-bottom:.5rem;">
<img src="https://img.alicdn.com/imgextra/i1/1593099316/O1CN01lcNjNJ2IgmKrZWFGx_!!1593099316.jpg">
</nav>
<div class="g-mm">
<div class="g-bd">
<ul class="m-message" style="color:#227446;">
<li>為什麼有的人父母並不高,依靠後天努力可以長高一大截,逆天改命,而有的人卻完美繼承了父母的矮小基因?</li>
<li>為什麼有的人在骨骺線閉合後三五年,依靠科學運動仍然可以刺激細胞分裂繼續長高,而有的人同樣做卻沒有效果?</li>
</ul>
<div class="m-img">
<img src="https://img.alicdn.com/imgextra/i2/1593099316/O1CN015Urthu2IgmKwFXaK7_!!1593099316.jpg" style="width:100%;">
</div>
<div class="m-title" style="font-size: 1.2rem;">矮小竟是體質出了問題?!</div>
<p class="text-indent">同樣是人,怎麼差距那麼大呢?科學最新發現:<strong>富激素體質和貧激素體質</strong>的差異</p>
<p class="text-indent">如果你長高難那一定是<strong>貧激素體質</strong>的問題,沒有長不高的個子,那怎麼辦?換句話說:擁有<strong>富激素體質</strong>自然就能長高!沒錯,就是這麼簡單。</p>
<p class="text-indent">眾所周知,娛樂圈有有一些明星,剛出道時和其他成名明星站在一起明顯矮半頭,身材比例也被完爆。出道幾年後你會神奇地發現他竟然長高了,女的靚麗迷人,男的高大帥氣 秘密就是在增高顧問的幫助下<strong>體質富激素化</strong>,也就從<strong>貧激素體質</strong>轉成<strong>富激素體質</strong>。</p>
<p class="text-indent" style="font-weight: 700;color: #fff;background: #227446;margin: .1rem auto;padding-top: .6rem;padding-bottom: .6rem;">也有人問:不是說很多明星是內增高嗎?在10年左右,個別明星的私人增高顧問圈發起了一聲抵制 "增高鞋"的活動,因為穿上「恨天高」的女明星和男明星們很容易被媒體拿來做文章,成為同行攻擊抹黑的對象。而且經常穿增高鞋和高跟鞋使他們在參加一些真人秀節目時會原形畢露,嚴重製約了星圖發展。從那時候開始, 富激素體質增高法開始被明星私人增高顧問廣泛推崇。</p>
<p class="text-indent">所謂富激素體質,<strong>是指人成年後生長激素分泌依然旺盛</strong>,所以生長發育得以延續,可以刺激骨骼二次生長發育的, 一般發育到26歲左右,有的人會更晚,長高還存在空間和機會。</p>
<p class=" text-indent m-tips" style="background:#227446; ">貧激素體質VS富激素體質,如下:</p>
<div class="m-img">
<img src="https://img.alicdn.com/imgextra/i2/1593099316/O1CN01Staf432IgmL0mvUbp_!!1593099316.jpg" style="width:100%;">
</div>
<div class="zs" style="border-bottom:1px dashed #bbb;">
<div class="zs-title"><span class="xh">1</span>(攝入/鈣質吸收)指數</div>
<div class="zs-info">如上圖,貧激素體質的攝入和鈣質吸收不成正比,鈣質攝入後會因為缺乏生長激素吸收而迅速流失,攝入越多流失越多;而富激素體質的人會在攝入有限的鈣質後迅速吸收。</div>
</div>
<div class="m-img">
<img src="https://img.alicdn.com/imgextra/i2/1593099316/O1CN01zFhi3C2IgmKzrBoIJ_!!1593099316.jpg" style="width:100%;">
</div>
<div class="zs" style="border-bottom:1px solid #227446;margin-bottom:.4rem;">
<div class="zs-title"><span class="xh">2</span>(睡眠時長/骨生長細胞分泌)指數</div>
<div class="zs-info">如上圖,貧激素體質的骨生長細胞分泌隨著睡眠時長增加得非常緩慢;而富激素體質卻在有限的睡眠時長下能迅速分泌,直到在進入深度睡眠時達到峰值,骨骼生長時間更長。</div>
</div>
<p class=" text-indent m-tips" style="text-indent: 0;background:#227446; text-align: center;color:#fff;font-size:1rem"> <span>貧激素體質</span>可轉化<span>富激素體質</span>嗎?
<br>答案是 <span>肯定的</span>
</p>
<div class="m-img">
<img src="https://img.alicdn.com/imgextra/i3/1593099316/O1CN01MlEctk2IgmL3e2Y5i_!!1593099316.png" style="width:100%;">
</div>
</div>
<p class="m-border text-indent">研究發現除了先天情況,富激素體質還可以通過後天專業調理從而達到。調理體質成為目前最有效的長高辦法。如今,本來極少數人知道的調理方法,明星之所以能悄悄長成模特般身高的秘密終於揭開。</p>
<p class=" text-indent m-tips" style="background:#227446;">如果你覺得自己無論怎麼補充營養,運動拉伸都沒法長高,那你應該是屬於貧激素體質了 <span>切記:只有改變貧激素體質,才是增高的王道。</span>
</p>
<div class="m-footer">獲取調理方法之前,首先做一個體質測試
<div style="padding: 0;margin: 0;line-height: 0;font-size: .55rem;color: #1d1d1d;margin-top: -.5rem;font-weight: 400;">(測試結果提供老師一對一免費諮詢名額)</div>
</div>
</div>
<style>
.content .menu li.on {
border-bottom-color: #227446;
}
</style>
<div class="content">
<div class="thame_pic top" id="lazy_img">
<div class="menu clf">
<ul>
<li class="on" id="csbt" style="width:100%">體質測試</li>
<!--<li class="">粉絲留言</li> -->
</ul>
</div>
<div class="change clf">
<div id="case" style="display: block;">
<div id="swiper_container">
<div class="swiper-container swiper-container-horizontal" style="height: 15rem;">
<div class="swiper-wrapper notmove">
<div class="swiper-slide swiper-slide-active" style="width: 592px;">
<img src="https://img.alicdn.com/imgextra/i2/1593099316/O1CN01PZAxGx2IgmKxDhyo3_!!1593099316.png" style="width:100%;">
<div class="first" id="first">
<div class="tips">剩7題</div>
<h3 style="margin-top:0;">1.你的年齡是?</h3>
<ul class="clf">
<li id="a-18">15歲以下</li>
<li class="G-18">16歲-20歲</li>
<li class="G-18">21歲-25歲</li>
<li class="G-18">26歲以上</li>
</ul>
</div>
</div>
<div class="swiper-slide swiper-slide-next" style="width: 592px;">
<img src="https://img.alicdn.com/imgextra/i2/1593099316/O1CN01PZAxGx2IgmKxDhyo3_!!1593099316.png" style="width:100%;">
<div class="first">
<div class="tips clf"><span class="fl prev">上一題</span>剩6題</div>
<h3 style="margin-top:0;">2.你的身高?</h3>
<ul class="clf" id="second">
<li>160cm以下</li>
<li>161cm-165cm</li>
<li>166-170cm</li>
<li>170cm以上</li>
</ul>
</div>
</div>
<div class="swiper-slide" style="width: 592px;">
<img src="https://img.alicdn.com/imgextra/i2/1593099316/O1CN01PZAxGx2IgmKxDhyo3_!!1593099316.png" style="width:100%;">
<div class="first">
<div class="tips clf"><span class="fl prev">上一題</span>剩5題</div>
<h3 style="margin-top:0;">3.你的體重範圍?</h3>
<ul class="clf" id="second">
<li>50kg以下</li>
<li>51kg-65kg</li>
<li>66kg-75kg</li>
<li>75kg以上</li>
</ul>
</div>
</div>
<div class="swiper-slide" style="width: 592px;">
<img src="https://img.alicdn.com/imgextra/i2/1593099316/O1CN01PZAxGx2IgmKxDhyo3_!!1593099316.png" style="width:100%;">
<div class="first">
<div class="tips clf"><span class="fl prev">上一題</span>剩4題</div>
<h3 style="margin-top:0;">4.常吃零食喝碳酸飲料?</h3>
<ul class="clf" id="second">
<li>是</li>
<li>否</li>
</ul>
</div>
</div>
<div class="swiper-slide" style="width: 592px;">
<img src="https://img.alicdn.com/imgextra/i2/1593099316/O1CN01PZAxGx2IgmKxDhyo3_!!1593099316.png" style="width:100%;">
<div class="first">
<div class="tips clf"><span class="fl prev">上一題</span>剩3題</div>
<h3 style="margin-top:0;">5.很挑食?</h3>
<ul class="clf" id="second">
<li>是</li>
<li>否</li>
</ul>
</div>
</div>
<div class="swiper-slide" style="width: 592px;">
<img src="https://img.alicdn.com/imgextra/i2/1593099316/O1CN01PZAxGx2IgmKxDhyo3_!!1593099316.png" style="width:100%;">
<div class="first">
<div class="tips clf"><span class="fl prev">上一題</span>剩2題</div>
<h3 style="margin-top:0;">6.喜歡運動嗎?</h3>
<ul class="clf" id="second">
<li>是</li>
<li>否</li>
</ul>
</div>
</div>
<div class="swiper-slide" style="width: 592px;">
<img src="https://img.alicdn.com/imgextra/i2/1593099316/O1CN01PZAxGx2IgmKxDhyo3_!!1593099316.png" style="width:100%;">
<div class="first">
<div class="tips clf"><span class="fl prev">上一題</span>剩1題</div>
<h3 style="margin-top:0;">7.熬夜嗎?</h3>
<ul class="clf" id="second">
<li>是</li>
<li>否</li>
</ul>
</div>
</div>
<div class="swiper-slide" style="width: 592px;">
<img src="https://img.alicdn.com/imgextra/i2/1593099316/O1CN01PZAxGx2IgmKxDhyo3_!!1593099316.png" style="width:100%;">
<div class="first" id="third">
<div class="tips clf"><span class="fl prev">上一題</span>
</div>
<h3 style="margin-top:0;">8.你想增高多少厘米?</h3>
<ul class="clf" id="second">
<li>3厘米</li>
<li>3-5厘米</li>
<li>5-8厘米</li>
<li>8-10厘米</li>
</ul>
<p><a id="submit_btn">提交</a>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="comment">
<ul>
<li>
<div class="user_txt clf"><font color="#ff5722"><span style="font-weight: 700;margin-bottom: .3rem;display: block;color: #ff3d00;">您這屬於貧激素體質,估算長高空間5-15厘米。</span>您目前體質極易因為鈣質吸收缺乏和骨生長細胞貧瘠導致頑固性矮小或停滯性矮小。只要經過老師專業指導,可調理改善為富激素體質,達到真正科學長高。可添加下面老師LINE ID,進行一對一免費諮詢:</font>
<div class="prx">
<div class="Mask_txtx">
<div class="Mask_wechat"><a href="javascript:{showline()}"><span style="color:#fff; font-weight:bold">點擊添加老師好友</span></a>
</div>
</div>
</div>
</div>
</li>
</ul>
</div>
<div id="ping">
<ul>
<li>
<div class="user">
<div class="user_Info clf">
<img src="https://img.alicdn.com/imgextra/i1/1593099316/O1CN01BTTyDL2IgmL3e4Yxt_!!1593099316.png" class="fl"><span class="fl">筱筱兔</span>
</div>
<div class="user_txt clf">
<p>從小就矮,讀小學時經常被人欺負,真的很難過,性格也變得自卑。認識老師後才下定決心增高。真的很感謝老師,增高了,身材好看,人也精神</p>
<p>
<img src="https://img.alicdn.com/imgextra/i2/1593099316/O1CN018gEgk22IgmKzrDYaz_!!1593099316.jpg">
</p>
</div>
</div>
</li>
<li>
<div class="user">
<div class="user_Info clf">
<img src="https://img.alicdn.com/imgextra/i1/1593099316/O1CN01hXeNH02IgmL3e6ylL_!!1593099316.png" class="fl"><span class="fl">秦先生</span>
</div>
<div class="user_txt clf">
<p>老師很熱情,跟她諮詢了很多問題,一直很耐心地回答我。增高前還很懷疑,但第一周小腿就有反應了,嚇了我一跳。1個月下來,高了5厘米,太棒了!</p>
<p>
<img src="https://img.alicdn.com/imgextra/i1/1593099316/O1CN01WWBGbQ2IgmKzLtclW_!!1593099316.jpg">
</p>
</div>
</div>
</li>
<li>
<div class="user">
<div class="user_Info clf">
<img src="https://img.alicdn.com/imgextra/i4/1593099316/O1CN01mZaCeB2IgmKzLvEcu_!!1593099316.png" class="fl"><span class="fl">冰封夕陽</span>
</div>
<div class="user_txt clf">
<p>用了老師的增高方法後,2個月高8厘米!!哈哈哈。現在和哥們在一起打籃球再也不用擔心被蓋帽了。</p>
<p>
<img src="https://img.alicdn.com/imgextra/i1/1593099316/O1CN01DBRPsF2IgmKxDmCwG_!!1593099316.jpg">
</p>
</div>
</div>
</li>
<li>
<div class="user">
<div class="user_Info clf">
<img src="https://img.alicdn.com/imgextra/i2/1593099316/O1CN01iDtGTb2IgmL1PjFsj_!!1593099316.png" class="fl"><span class="fl">超越極限</span>
</div>
<div class="user_txt clf">
<p>之前和女朋友一樣高,一直心裡有芥蒂。大家都在說她的增高方案不錯,是根據體質定製的。用了老師的增高方案,沒想到真的長高了6厘米,現在和女朋友站在一起更加自信了!</p>
<p>
<img src="https://img.alicdn.com/imgextra/i1/1593099316/O1CN01Jvvmsz2IgmL0n7Zgc_!!1593099316.jpg">
</p>
</div>
</div>
</li>
<li>
<div class="user">
<div class="user_Info clf">
<img src="https://img.alicdn.com/imgextra/i3/1593099316/O1CN01xav0wX2IgmL2z7fcG_!!1593099316.png" class="fl"><span class="fl">周彤</span>
</div>
<div class="user_txt clf">
<p>自從上大學後,身高就沒在高長過了,個子矮小真的令我很在意。所以我找老師幫忙,一個月的時間身高超過173了,真的太有效了!</p>
</div>
</div>
</li>
<li>
<div class="user">
<div class="user_Info clf">
<img src="https://img.alicdn.com/imgextra/i3/1593099316/O1CN01brSkEE2IgmKxDoDtV_!!1593099316.png" class="fl"><span class="fl">coco李</span>
</div>
<div class="user_txt clf">
<p>出來工作後,就不喜歡運動了。經常應酬,身高不夠在哪都吃虧。幸好認識了老師,通過一段時間的調理增高,身高長高了,工作幹勁也有了。</p>
</div>
<div class="user">
<div class="user_Info clf">
<img src="https://img.alicdn.com/imgextra/i3/1593099316/O1CN01sD7Fep2IgmKzrIaqh_!!1593099316.png" class="fl"><span class="fl">一葉菩提</span>
</div>
<div class="user_txt clf">
<p>老師的增高方案效果很不錯,半個月高了3厘米,3個月足足7厘米,很滿意。</p>
</div>
</div>
</div>
</li>
<li>
<div class="user">
<div class="user_Info clf">
<img src="https://img.alicdn.com/imgextra/i4/1593099316/O1CN019CH3cL2IgmKwFjwDG_!!1593099316.png" class="fl"><span class="fl">斯科爾茲尼</span>
</div>
<div class="user_txt clf">
<p>看到這裡大家覺得很不可思議吧,但是增高方法確實很神奇。</p>
</div>
</div>
</li>
<li>
<div class="user">
<div class="user_Info clf">
<img src="https://img.alicdn.com/imgextra/i3/1593099316/O1CN01AbuXzu2IgmKwFmgk5_!!1593099316.png" class="fl"><span class="fl">餘韻</span>
</div>
<div class="user_txt clf">
<p>正如老師:所說是安全有效的增高方案。老師的LINE是:<a href="javascript:{showline()}"><script>document.write(stxlwx);</script></a>,我會推薦給所有需要增高的朋友。
</p>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<script>
var mySwiper = new Swiper('#case .swiper-container', {
noSwiping: true,
noSwipingClass: 'notmove',
});
var mySecSwiper = new Swiper('#thumb .swiper-container', {
observer: true, //修改swiper自己或子元素時,自動初始化swiper
observeParents: true, //修改swiper的父元素時,自動初始化swiper
prevButton: '.swiper-button-prev',
nextButton: '.swiper-button-next',
initialSlide: 0,
});
</script>
<br>
<br>
<div class="bb">
<div style="font-size:18px;text-align: center; z-index:100001; color: #01c700; font-weight: bold;">LINE搜尋(長按複製):
<script>document.write(stxlwx);</script> 或</div>
<div class="b1">
<img class="img_2" src="https://img.alicdn.com/imgextra/i2/2290165564/TB2GSiDnm8YBeNkSnb4XXaevFXa_!!2290165564.gif">
<a href="javascript:{showline()}" class="aa">
<img src="https://img.alicdn.com/imgextra/i4/1593099316/O1CN01uYgtW72IgmEszMEzV_!!1593099316.png" class="img_1">
</a>
<img class="img_3" src="https://img.alicdn.com/imgextra/i2/2290165564/TB23DLqhrsrBKNjSZFpXXcXhFXa_!!2290165564.gif">
</div>
</div>
<style>
.bb {
max-width:640px;
position:fixed;
width:100%;
height:80px;
background: #ffffff;
z-index:100000;
border-top:1px solid #eaebec;
bottom: 0;
left: 0px;
right: 0px;
margin-left: auto;
margin-right: auto;
}
.b1 {
max-width:640px;
position:fixed;
width:100%;
height: 50px;
background: #ffffff;
z-index:100000;
border-top:1px solid #eaebec;
bottom: 0;
left: 0px;
right: 0px;
margin-left: auto;
margin-right: auto;
}
.aa {
display: block;
width: 200px;
margin: 0 auto;
text-align: center;
}
.img_1 {
width: 203px;
}
.img_2 {
position: absolute;
top:10px;
left: 38px;
}
.img_3 {
position: absolute;
top:10px;
right: 38px;
}
</style>
</body>
</html>