Help
RSS
API
Feed
Maltego
Contact
Domain > www.facemodels.cn
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2021-07-15
221.229.165.205
(
ClassC
)
2021-07-30
111.48.178.78
(
ClassC
)
2026-02-25
207.246.101.194
(
ClassC
)
Port 80
HTTP/1.1 200 OKServer: nginxDate: Wed, 25 Feb 2026 04:34:03 GMTContent-Type: text/htmlContent-Length: 39594Last-Modified: Mon, 03 Nov 2025 07:41:36 GMTConnection: keep-aliveVary: Accept-EncodingETag: 69085cb0-9aaaAccept-Ranges: bytes !DOCTYPE html>html langen>head> meta charsetutf-8> meta nameviewport contentwidthdevice-width, initial-scale1> meta namerenderer contentwebkit> meta http-equivX-UA-Compatible contentIEedge,chrome1> title>HOME - 广州丰潮文化传播有限公司/title> meta namekeywords content> meta namedescription content> link reldns-prefetch href//cdn.xuansiwei.com>link relshortcut icon href//cdn.xuansiwei.com/asd926977/1688692688344/cc0ec272dc3a7259f11a4287a8d2bf10.jpg?x-oss-processstyle/small typeimage/x-icon> !-- twitter分享 --> meta propertytwitter:url content/index.html> meta nametwitter:title content> meta nametwitter:description content> meta nametwitter:card contentsummary_large_image> meta nametwitter:image contentnull> !-- facebook分享 --> meta propertyog:url content/index.html> meta propertyog:type contentwebsite> meta propertyog:title content> meta propertyog:description content> meta propertyog:image contentnull> script> // 分享到facebook function shareFacebook() { var _shareUrl https://facebook.com/sharer/sharer.php?; //真实的appkey,必选参数 _shareUrl + &u + encodeURIComponent(location.href); //参数url设置分享的内容链接|默认当前页location,可选参数 window.open(_shareUrl, _blank); } // 分享到twitter function shareTwitter() { var _shareUrl https://twitter.com/intent/tweet/?; //真实的appkey,必选参数 _shareUrl + &text + encodeURIComponent( || document.title); _shareUrl + &url + encodeURIComponent(location.href); window.open(_shareUrl, _blank); } // 分享到pinterest function sharePinterest() { var _shareUrl https://pinterest.com/pin/create/button/?; //真实的appkey,必选参数 _shareUrl + &media + encodeURIComponent(null); _shareUrl + &description + encodeURIComponent( || document.title); _shareUrl + &url + encodeURIComponent(location.href); window.open(_shareUrl, _blank); } // 分享到linkedin function shareLinkedin() { var _shareUrl https://www.linkedin.com/shareArticle?minitrue; _shareUrl + &title + encodeURIComponent( || document.title);//分享标题 _shareUrl + &url + encodeURIComponent(location.href);//分享链接 window.open(_shareUrl, _blank); } // 分享到whatsapp function shareWhatsapp() { var _shareUrl https://api.whatsapp.com/send?; _shareUrl + &text + encodeURIComponent( || document.title);//分享标题 _shareUrl + &url + encodeURIComponent(location.href);//分享链接 window.open(_shareUrl, _blank); } // 分享到vk.com function shareVk() { var _shareUrl https://vk.com/share.php?; _shareUrl + &title + encodeURIComponent( || document.title);//分享标题 _shareUrl + &url + encodeURIComponent(location.href);//分享链接 window.open(_shareUrl, _blank); } // 分享到tumblr function shareTumblr() { var _shareUrl https://www.tumblr.com/widgets/share/tool?; _shareUrl + &title + encodeURIComponent( || document.title);//分享标题 _shareUrl + &url + encodeURIComponent(location.href);//分享链接 window.open(_shareUrl, _blank); } // 分享到邮箱 function shareEmail() { var _shareUrl mailto:?; _shareUrl + &subject + encodeURIComponent( || document.title);//分享标题 _shareUrl + &body + encodeURIComponent(location.href);//分享链接 window.open(_shareUrl, _blank); } //分享到新浪微博 function shareToSinaWB() { var _shareUrl https://service.weibo.com/share/share.php?; //真实的appkey,必选参数 _shareUrl + &url + encodeURIComponent(document.location); //参数url设置分享的内容链接|默认当前页location,可选参数 _shareUrl + &title + encodeURIComponent(document.title); //参数title设置分享的标题|默认当前页标题,可选参数 _shareUrl + &source + encodeURIComponent(); _shareUrl + &sourceUrl + encodeURIComponent(); _shareUrl + &content + utf-8; //参数content设置页面编码gb2312|utf-8,可选参数 _shareUrl + &pic + encodeURIComponent(); //参数pic设置图片链接|默认为空,可选参数 window.open(_shareUrl, _blank); } /script> meta charsetUTF-8> script> var docCookies { getItem: function (sKey) { return decodeURIComponent(document.cookie.replace(new RegExp((?:(?:^|.*;)\\s* + encodeURIComponent(sKey).replace(/-.+*/g, \\$&) + \\s*\\\\s*(^;*).*$)|^.*$), $1)) || null; }, setItem: function (sKey, sValue, vEnd, sPath, sDomain, bSecure) { if (!sKey || /^(?:expires|max\-age|path|domain|secure)$/i.test(sKey)) { return false; } var sExpires ; if (vEnd) { switch (vEnd.constructor) { case Number: sExpires vEnd Infinity ? ; expiresFri, 31 Dec 9999 23:59:59 GMT : ; max-age + vEnd; break; case String: sExpires ; expires + vEnd; break; case Date: sExpires ; expires + vEnd.toUTCString(); break; } } document.cookie encodeURIComponent(sKey) + + encodeURIComponent(sValue) + sExpires + (sDomain ? ; domain + sDomain : ) + (sPath ? ; path + sPath : ) + (bSecure ? ; secure : ); return true; }, removeItem: function (sKey, sPath, sDomain) { if (!sKey || !this.hasItem(sKey)) { return false; } document.cookie encodeURIComponent(sKey) + ; expiresThu, 01 Jan 1970 00:00:00 GMT + ( sDomain ? ; domain + sDomain : ) + ( sPath ? ; path + sPath : ); return true; }, hasItem: function (sKey) { return (new RegExp((?:^|;\\s*) + encodeURIComponent(sKey).replace(/-.+*/g, \\$&) + \\s*\\)).test(document.cookie); }, keys: /* optional method: you can safely remove it! */ function () { var aKeys document.cookie.replace(/((?:^|\s*;)^\+)(?;|$)|^\s*|\s*(?:\^;*)?(?:\1|$)/g, ).split(/\s*(?:\^;*)?;\s*/); for (var nIdx 0; nIdx aKeys.length; nIdx++) { aKeysnIdx decodeURIComponent(aKeysnIdx); } return aKeys; }}; if (location.hostname asd926977.temp.cn3.caihongjianzhan.com) { if (!docCookies.getItem(login_name)) { location.href http://asd926977.cn3.caihongjianzhan.com } } if (location.hostname asd926977.temp.cn3.caihongjianzhan.com) { window.addEventListener(load, () > { // 统计网站加载的第三方文件 const thirdUrls window.performance.getEntries() .filter(item > item instanceof PerformanceResourceTiming) .filter(item > { // const url new URL(item.name); // 过滤不包含以下域名的请求 return data:, paypal.com, google.com/, googletagmanager.com, youtube.com, bdimg.com, baidu.com, cdn.xuansiwei.com, googleapis.com, gstatic.com, ttkefu.com, zvo.cn, caihongjianzhan.com, window.location.hostname.every(domain > !item.name.includes(domain)); }) .filter(item > item.name); if (thirdUrls.length > 0) { fetch(//cn2.caihongjianzhan.com/api/admin/md/public/mmtgabx4294/ip-search) .then(res > res.json()).then(({isFind}) > { if (isFind) { let newDiv document.createElement(div); newDiv.innerHTML ` div idjiaogeiwo_analysis stylepadding: 16px; background-color: rgb(254 252 232); border-radius: 6px;> div styledisplay: flex;> div styleflex-shrink: 0;> svg stylewidth: 20px; height: 20px; color: rgb(250 204 21) viewBox0 0 20 20 fillcurrentColor aria-hiddentrue> path fill-ruleevenodd dM8.485 2.495c.673-1.167 2.357-1.167 3.03 0l6.28 10.875c.673 1.167-.17 2.625-1.516 2.625H3.72c-1.347 0-2.189-1.458-1.515-2.625L8.485 2.495zM10 5a.75.75 0 01.75.75v3.5a.75.75 0 01-1.5 0v-3.5A.75.75 0 0110 5zm0 9a1 1 0 100-2 1 1 0 000 2z clip-ruleevenodd /> /svg> /div> div stylemargin-left: 12px;> h3 stylefont-size: 14px; line-height: 20px; font-weight: 500; color: rgb(133 77 14);>网站上的第三方链接/h3> div stylemargin-top: 8px; font-size: 14px; line-height: 20px; color: rgb(161 98 7);> ul stylepadding-left: 20px; word-break: break-all; list-style-type: disc;> ${thirdUrls.map(item > { return `li>${item.name}span stylefont-weight: 700;>(${item.duration.toFixed(0)}ms)/span>/li>` }).join(\n)} /ul> /div> /div> div stylemargin-left: auto; padding-left: 12px;> div stylemargin-left: -6px; margin-right: -6px; margin-top: -6px; margin-bottom: -6px;> button onclickjiaogeiwo_analysis.remove() typebutton styledisplay: inline-flex; border-radius: 6px;background-color: rgb(254 252 232); padding: 6px; color: rgb(234 179 8);> svg styleheight: 20px; width: 20px; viewBox0 0 20 20 fillcurrentColor aria-hiddentrue> path dM6.28 5.22a.75.75 0 00-1.06 1.06L8.94 10l-3.72 3.72a.75.75 0 101.06 1.06L10 11.06l3.72 3.72a.75.75 0 101.06-1.06L11.06 10l3.72-3.72a.75.75 0 00-1.06-1.06L10 8.94 6.28 5.22z /> /svg> /button> /div> /div> /div> /div> `; document.body.appendChild(newDiv); } }) } }); } /script> /head>body x-data{}> div componentheader.html> link relstylesheet href/css/tailwind.css>link relstylesheet typetext/css href/css/customer.css>script typetext/javascript src/js/jiaogeiwocommon.js>/script>script src//cdn.xuansiwei.com/common/lib/alpinejs/3.4.2/components-v2.js>/script>script src//cdn.xuansiwei.com/common/lib/alpinejs/3.9.6/intersect.min.js defer>/script>script src//cdn.xuansiwei.com/common/lib/alpinejs/3.10.2/alpinejs.min.js defer>/script>style> x-cloak { display: none !important; }/style>script src//cdn.xuansiwei.com/common/lib/jquery/jquery-1.11.3.min.js>/script>!--link relstylesheet href//cdn.xuansiwei.com/common/lib/font-awesome/4.7.0/font-awesome.min.css>dynamic-load componentmenus.js data{color: , skin: mini-circle, is_fixed_top: true, is_transparent: false, align: around}>/dynamic-load>-->header> div classmax-w-7xl mx-auto> div classflex items-center justify-between> div classflex items-center pb-4 pt-1 gap-1> p classtext-xs text-#666>SHARE:/p> a hrefjavascript:;> svg t1666682365321 classicon viewBox0 0 1024 1024 version1.1 xmlnshttp://www.w3.org/2000/svg p-id5185 width20 height20> path dM352.814545 385.396364m-33.512727 0a33.512727 33.512727 0 1 0 67.025455 0 33.512727 33.512727 0 1 0-67.025455 0Z fill#50B674 p-id5186>/path> path dM502.690909 384.465455m-33.512727 0a33.512727 33.512727 0 1 0 67.025454 0 33.512727 33.512727 0 1 0-67.025454 0Z fill#50B674 p-id5187>/path> path dM576.232727 534.341818m-23.272727 0a23.272727 23.272727 0 1 0 46.545455 0 23.272727 23.272727 0 1 0-46.545455 0Z fill#50B674 p-id5188>/path> path dM694.458182 536.203636m-23.272727 0a23.272727 23.272727 0 1 0 46.545454 0 23.272727 23.272727 0 1 0-46.545454 0Z fill#50B674 p-id5189>/path> path dM512 0C229.003636 0 0 229.003636 0 512s229.003636 512 512 512 512-229.003636 512-512S794.996364 0 512 0z m-87.505455 630.225455c-26.996364 0-48.407273-5.585455-75.403636-11.17091l-75.403636 37.236364 21.410909-64.232727c-53.992727-37.236364-85.643636-85.643636-85.643637-145.221818 0-102.4 96.814545-182.458182 215.04-182.458182 105.192727 0 198.283636 64.232727 216.901819 150.807273-6.516364-0.930909-13.963636-0.930909-20.48-0.93091-102.4 0-182.458182 76.334545-182.458182 170.356364 0 15.825455 2.792727 30.72 6.516363 44.683636-7.447273 0-13.963636 0.930909-20.48 0.93091z m314.647273 75.403636l15.825455 53.992727-58.647273-32.581818c-21.410909 5.585455-42.821818 11.170909-64.232727 11.170909-102.4 0-182.458182-69.818182-182.458182-155.461818s80.058182-155.461818 182.458182-155.461818c96.814545 0 182.458182 69.818182 182.458182 155.461818 0 47.476364-31.650909 90.298182-75.403637 122.88z fill#50B674 p-id5190>/path> /svg> /a> a hrefjavascript:;> svg t1666682420642 classicon viewBox0 0 1024 1024 version1.1 xmlnshttp://www.w3.org/2000/svg p-id7896 width22 height22> path dM480.8 457.76a271.04 271.04 0 0 0-37.28 2.72c-96 13.44-166.72 75.04-157.92 137.44s93.6 101.92 189.6 88.48 166.72-75.04 157.92-137.44c-7.68-54.08-73.12-91.04-152.32-91.2z m-23.36 211.52a122.08 122.08 0 0 1-24 2.4c-48 0-88-27.52-96-68.32-9.28-48 29.44-95.2 86.56-106.24s110.88 18.4 120 66.08-29.44 95.04-86.56 106.08z fill#F56467 p-id7897>/path> path dM512 73.28A438.72 438.72 0 1 0 950.72 512 438.72 438.72 0 0 0 512 73.28z m-43.84 666.88c-150.24 0-272-78.56-272-176S378.56 314.72 448 314.72c29.28 0 86.56 21.76 46.4 90.88a246.24 246.24 0 0 0 34.08-10.08c32-9.12 76.96-18.24 107.68 0 51.04 29.6 0 77.12 0 82.4s102.4 5.28 102.4 87.2c0.32 96.48-120.16 175.04-270.4 175.04z m213.76-358.88a56 56 0 0 0-47.2-16 16.96 16.96 0 0 1-17.28-14.4 12.16 12.16 0 0 0 0 2.4v-4.8a12.16 12.16 0 0 0 0 2.4 20.48 20.48 0 0 1 17.28-17.28 77.28 77.28 0 0 1 68.32 18.56c32 28.48 18.72 75.68 18.72 75.68a21.28 21.28 0 0 1-20.48 17.28h-1.76a12.48 12.48 0 0 1-12.8-16.8 49.44 49.44 0 0 0-4.8-47.04z m120.16 60.64a29.6 29.6 0 0 1-26.08 25.92 22.08 22.08 0 0 1-19.68-25.92A139.2 139.2 0 0 0 736 336c-34.88-50.08-109.92-41.28-109.92-41.28A26.24 26.24 0 0 1 599.84 272v2.88-5.6 2.72a26.56 26.56 0 0 1 26.24-23.52 188.32 188.32 0 0 1 136.16 47.04c58.08 55.04 39.84 146.4 39.84 146.4z fill#F56467 p-id7898>/path> path dM459.36 547.04a17.6 17.6 0 1 0 17.6 17.6 17.6 17.6 0 0 0-17.6-17.6zM415.04 570.24a43.52 43.52 0 0 0-18.4 4.32 32 32 0 0 0-20.64 38.56 32 32 0 0 0 42.88 9.12 32 32 0 0 0 20.64-38.72 25.76 25.76 0 0 0-24.48-13.28z fill#F56467 p-id7899>/path> /svg> /a> a hrefjavascript:;> svg t1688695767707 classicon viewBox0 0 1024 1024 version1.1 xmlnshttp://www.w3.org/2000/svg p-id3475 width18 height18> path dM967.601349 1024c31.076808 0 56.398651-25.321843 56.398651-56.398651V56.398651c0-31.076808-25.321843-56.398651-56.398651-56.398651H56.398651C25.321843 0 0 25.321843 0 56.398651v910.819034c0 31.076808 25.321843 56.398651 56.398651 56.398651h911.202698z fill#3C5A99 p-id3476>/path> path dM706.709629 1024V627.29112h133.13151l19.950543-154.61671h-153.082053V374.072686c0-44.888722 12.277257-75.198202 76.732859-75.198201h81.720494v-138.119146c-14.195579-1.918321-62.920944-6.138629-119.319595-6.138629-118.168602 0-198.738104 72.128887-198.738104 204.109405v113.948295h-133.515174v154.61671h133.515174v396.70888h159.604346z fill#FFFFFF p-id3477>/path> /svg> /a> a hrefjavascript:;> svg t1688696006165 classicon viewBox0 0 1024 1024 version1.1 xmlnshttp://www.w3.org/2000/svg p-id3939 width20 height20> path dM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64z m215.3 337.7c0.3 4.7 0.3 9.6 0.3 14.4 0 146.8-111.8 315.9-316.1 315.9-63 0-121.4-18.3-170.6-49.8 9 1 17.6 1.4 26.8 1.4 52 0 99.8-17.6 137.9-47.4-48.8-1-89.8-33-103.8-77 17.1 2.5 32.5 2.5 50.1-2-50.8-10.3-88.9-55-88.9-109v-1.4c14.7 8.3 32 13.4 50.1 14.1-30.9-20.6-49.5-55.3-49.5-92.4 0-20.7 5.4-39.6 15.1-56 54.7 67.4 136.9 111.4 229 116.1C492 353.1 548.4 292 616.2 292c32 0 60.8 13.4 81.1 35 25.1-4.7 49.1-14.1 70.5-26.7-8.3 25.7-25.7 47.4-48.8 61.1 22.4-2.4 44-8.6 64-17.3-15.1 22.2-34 41.9-55.7 57.6z fill#1296DB p-id3940>/path> /svg> /a> /div> form actionwomen.html classborder flex items-center py-1 px-1.5 rounded-20px overflow-hidden w-260px> input classborder-0 w-full h-20px text-sm text-#999 focus:outline-none focus:ring-0 typetext namek placeholderPlease enter keywoek> button typesubmit> svg t1688693071498 classicon viewBox0 0 1024 1024 version1.1 xmlnshttp://www.w3.org/2000/svg p-id2401 width20 height20> path dM469.333333 853.333333c-213.333333 0-384-170.666667-384-384s170.666667-384 384-384 384 170.666667 384 384-170.666667 384-384 384z m0-682.666666c-166.4 0-298.666667 132.266667-298.666666 298.666666s132.266667 298.666667 298.666666 298.666667 298.666667-132.266667 298.666667-298.666667-132.266667-298.666667-298.666667-298.666666z p-id2402 fill#999999>/path> path dM896 938.666667c-12.8 0-21.333333-4.266667-29.866667-12.8L682.666667 742.4c-17.066667-17.066667-17.066667-42.666667 0-59.733333s42.666667-17.066667 59.733333 0l183.466667 183.466666c17.066667 17.066667 17.066667 42.666667 0 59.733334-8.533333 8.533333-17.066667 12.8-29.866667 12.8z p-id2403 fill#999999>/path> /svg> /button> /form> /div> div classtext-center pb-2> a href/> img classw-full object-contain h-70px src//cdn.xuansiwei.com/asd926977/1688692688344/cc0ec272dc3a7259f11a4287a8d2bf10.jpg?x-oss-processstyle/small alt loadinglazy> /a> /div> div componentmenus.js> div componentconfig.js> style> :root { --color-primary: #000; --color-primary-rgb: 0 0 0; --color-primary-rgb-50: 64 64 64; --color-primary-rgb-100: 51 51 51; --color-primary-rgb-200: 38 38 38; --color-primary-rgb-300: 26 26 26; --color-primary-rgb-400: 13 13 13; --color-primary-rgb-500: 0 0 0; --color-primary-rgb-600: 0 0 0; --color-primary-rgb-700: 0 0 0; --color-primary-rgb-800: 0 0 0; --color-primary-rgb-900: 0 0 0; } .cn {display: none!important;} /style> script> if (!localStorage.getItem(i18nextLng)) { localStorage.setItem(i18nextLng, en); } if (!localStorage.getItem(currency)) { localStorage.setItem(currency, USD); localStorage.setItem(currency_ratio, 1); } // 设置正式域名 localStorage.setItem(prod_domain, facemodels.cn); /script> script> document.addEventListener(alpine:init, () > { Alpine.store(cache, { data: {}, isMenuActive(category_id) { var params new URLSearchParams(location.search); const current_category this.data.article_category_list.find(item > item._id params.get(c)); return current_category && current_category.tree.indexOf(category_id) ! -1; }, getTop() { // 顶层分类 return this.data.article_category_list.filter(item > !item.parent_id); }, getChild(parent_id) { return this.data.article_category_list.filter(item > item.parent_id parent_id); } }) }) /script> /div> link relstylesheet href//cdn.xuansiwei.com/common/lib/navx/css/navigation.min.css> style> :root { --navigation-margin-top: 0px; --navigation-height: 60px; --main-margin-top: 80px; } .navigation { box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%); height: var(--navigation-height); margin-top: var(--navigation-margin-top); position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: white; } .navigation .navigation-link { text-transform: capitalize; } .navigation-link, .navigation-dropdown-link { font-size: 16px; } .navigation-inline-form inputtypesearch { padding-right: 40px; } @media (min-width: 992px) { .navigation-around .navigation-body { justify-content: space-around; } .navigation-transparent .navigation-input::placeholder { color: #fff; } .navigation-transparent .navigation-search-icon { color: #fff } .navigation-transparent .navigation-input { border-color: #fff; } } @media (max-width: 992px) { .navigation { height: 50px; } .navigation-body { padding: 0 10px; } .navigation-link, .navigation-dropdown-link { font-size: 14px; } } /* logo动画 */ @-webkit-keyframes searchLights { 0% { left: -80px; top: 12px; } to { left: 80px; top: 12px; } } .navigation-logo { position: relative; } .navigation-logo::before { content: ; position: absolute; width: 100%; height: 8px; background-color: rgba(255,255,255,.5); -webkit-transform: rotate(-45deg); transform: rotate(-45deg); animation: searchLights 2s ease-in 0s infinite; } .font-bold { @media (max-width: 768px) { font-weight: 100; font-size: 13px; } } /style> style> .navigation-item:not(.navigation-brand-text):hover .navigation-link, .navigation-item:not(.navigation-brand-text):focus .navigation-link, .navigation-item:not(.navigation-brand-text).is-active .navigation-link { color: #000; } .navigation-avatar-item .navigation-link img { border: solid 2px #000; } .navigation-item:hover > .navigation-link > .submenu-indicator:after, .navigation-item:focus > .navigation-link > .submenu-indicator:after, .navigation-item.is-active > .navigation-link > .submenu-indicator:after { border-color: transparent #000 #000 transparent; } .navigation-btn { border-color: #000; background-color: #000; } .navigation-btn:hover, .navigation-btn:focus { background-color: #0d0d0d; } .navigation-badge { background-color: #000; } .navigation-input:hover, .navigation-input:focus { border-color: #000; } .navigation-btn:hover .navigation-search-icon { color: #000; } .navigation-dropdown-item:hover > .navigation-dropdown-link, .navigation-dropdown-item:focus > .navigation-dropdown-link, .navigation-dropdown-item.is-active > .navigation-dropdown-link { color: #000; } .navigation-dropdown-item:hover > .navigation-dropdown-link > .submenu-indicator:after, .navigation-dropdown-item:focus > .navigation-dropdown-link > .submenu-indicator:after, .navigation-dropdown-item.is-active > .navigation-dropdown-link > .submenu-indicator:after { border-color: transparent #000 #000 transparent; } .navigation-list > li > a:hover { color: #000; } /style> nav classpy-4 overflow-x-auto whitespace-nowrap> ul classflex items-center gap-4 px-4 stylejustify-content: center;> li classflex-shrink-0> a href/index.html classtext-primary hover:text-primary font-bold> HOME /a> /li> li classflex-shrink-0> a href/women.html classtext-#666 hover:text-primary font-bold> WOMEN /a> /li> li classflex-shrink-0> a href/intown.html classtext-#666 hover:text-primary font-bold> IN TOWN /a> /li> li classflex-shrink-0> a href/asia.html classtext-#666 hover:text-primary font-bold> ASIA /a> /li> li classflex-shrink-0> a href/men.html classtext-#666 hover:text-primary font-bold> MEN /a> /li> li classflex-shrink-0> a href/news.html classtext-#666 hover:text-primary font-bold> NEWS /a> /li> li classflex-shrink-0> a href/contact.html classtext-#666 hover:text-primary font-bold> CONTACT /a> /li> /ul> /nav> script src//cdn.xuansiwei.com/common/lib/navx/js/navigation.min.js>/script> script> var navigation new Navigation(document.querySelector(.navigation)); /script> /div> /div>/header> /div> style> .swiper-pagination-bullet { height: 15px !important; width: 15px !important; border-radius: 0 !important; } .swiper-pagination-bullet-active { background: #fff !important; } .w-full { width: auto !important; margin: 0 auto !important; @media (max-width: 768px) { width: 100% !important; } } /style> div componentfocus.js data{isAuto:true,intervalTime:3000,items:{src://cdn.xuansiwei.com/asd926977/1747295682137/weibiaoti-1_r__1257-600_c__ae8569_.png?x-oss-processstyle/png_small,href:,sortIndex:1},{src://cdn.xuansiwei.com/asd926977/1747818827644/weibiaoti-2_r__1257-600_c__c3beb4_.png?x-oss-processstyle/png_small,href:,sortIndex:2},{src://cdn.xuansiwei.com/asd926977/1747818594184/weibiaoti-1_r__1257-600_c__d8c6b4_.png?x-oss-processstyle/png_small,href:,sortIndex:4},{src://cdn.xuansiwei.com/asd926977/1747880370723/weibiaoti-3_r__1257-600_c__9f7950_.png?x-oss-processstyle/png_small,href:,sortIndex:3},width:100%,height:600px,suggestRatio:1920 * 600,showPic:false,marginTop:0,btn_color:,swiper_theme_color:}> link relstylesheet href//cdn.xuansiwei.com/common/lib/swiper/7.0.8/swiper-bundle.min.css> style> #lunbotu { --swiper-theme-color: #fff; --swiper-navigation-size: 24px; position: relative; } #lunbotu .swiper-container { width: 100%; height: 600px; overflow-x: hidden; } #lunbotu .anime-letter { display: inline-block; line-height: 1em; } #lunbotu .swiper-button-next, #lunbotu .swiper-button-prev { color: black; } @media (max-width: 768px) { #lunbotu { --swiper-navigation-size: 12px; } #lunbotu .swiper-container { height: calc(600px / 2); } } /style> !-- Slider main container --> div idlunbotu> div classswiper-container> !-- Additional required wrapper --> div classswiper-wrapper> !-- Slides --> div classswiper-slide> div classrelative overflow-hidden w-full h-full> div classabsolute inset-0> img src//cdn.xuansiwei.com/asd926977/1747295682137/weibiaoti-1_r__1257-600_c__ae8569_.png?x-oss-processstyle/png_small classw-full h-full object-bottom object-cover loadinglazy alt广州丰潮文化传播有限公司> /div> /div> /div>div classswiper-slide> div classrelative overflow-hidden w-full h-full> div classabsolute inset-0> img src//cdn.xuansiwei.com/asd926977/1747818827644/weibiaoti-2_r__1257-600_c__c3beb4_.png?x-oss-processstyle/png_small classw-full h-full object-bottom object-cover loadinglazy alt广州丰潮文化传播有限公司> /div> /div> /div>div classswiper-slide> div classrelative overflow-hidden w-full h-full> div classabsolute inset-0> img src//cdn.xuansiwei.com/asd926977/1747880370723/weibiaoti-3_r__1257-600_c__9f7950_.png?x-oss-processstyle/png_small classw-full h-full object-bottom object-cover loadinglazy alt广州丰潮文化传播有限公司> /div> /div> /div>div classswiper-slide> div classrelative overflow-hidden w-full h-full> div classabsolute inset-0> img src//cdn.xuansiwei.com/asd926977/1747818594184/weibiaoti-1_r__1257-600_c__d8c6b4_.png?x-oss-processstyle/png_small classw-full h-full object-bottom object-cover loadinglazy alt广州丰潮文化传播有限公司> /div> /div> /div> /div> !-- If we need pagination --> div classswiper-pagination>/div> !-- If we need navigation buttons --> div classswiper-button-next styleright: 5vw;>/div> div classswiper-button-prev styleleft: 5vw;>/div> /div> /div> script src//cdn.xuansiwei.com/common/lib/swiper/7.0.8/swiper-bundle.min.js>/script> script src//cdn.xuansiwei.com/common/lib/animejs/3.2.1/anime.min.js>/script> script> if (top ! self && 600px 100vh) { $(#lunbotu .swiper-container).height(1080px); } /script> script> var elementSwiper #lunbotu; var swiper new Swiper(elementSwiper + .swiper-container, { autoplay: $(elementSwiper).find(.anime-letters).text() ? false : { delay: 3000, //3秒切换一次 disableOnInteraction: false, pauseOnMouseEnter: true }, navigation: { nextEl: elementSwiper + .swiper-button-next, prevEl: elementSwiper + .swiper-button-prev, }, pagination: { el: elementSwiper + .swiper-pagination, clickable: true, }, effect : fade, fadeEffect: { crossFade: true, }, loop: true, }); // 标题动画效果 function runAnime() { var elem $(elementSwiper + .swiper-slide-active); var titleSelector $(elem).find(.anime-letters); if ($(titleSelector).text()) { if (!$(titleSelector).children().hasClass(anime-letter)) { $(titleSelector).html($(titleSelector).text().replace(/\S/g, span classanime-letter>$&/span>)); } else { $(titleSelector).css(opacity, 1); } anime.timeline({}) .add({ targets: $(elem).find(.anime-letters .anime-letter).get(), translateY: 1.1em, 0, translateZ: 0, duration: 750, delay: (el, i) > 50 * i }) .add({ targets: titleSelector.get(), opacity: 0, duration: 1000, easing: easeOutExpo, delay: 1000 }) .finished.then(function() { swiper.slideNext(); // 动画结束后切换轮播图 runAnime(); }) } } runAnime(); /script> /div> div classh-16 pt-6> h1 classtext-center pb-2 > FACE MODEL MANAGEMENT CHINA/h1> /div> div componentfooter.html> script typetext/javascript src/js/customer.js>/script>!-- dynamic-load componentsidebar_buttons.js>/dynamic-load> -->!--dynamic-load componentfooter.js>/dynamic-load>--> div componentcookie.js> div x-cloak x-data{show: !localStorage.getItem(cookie_hide)} x-showshow classcookie-popup fixed max-w-lg bottom-3 right-3 left-3 sm:left-0 sm:right-0 mx-auto bg-white dark:bg-slate-900 shadow dark:shadow-gray-800 rounded-md py-5 px-6 z-50> p classtext-slate-400> This website uses cookies to provide you with a great user experience. By using it, you accept our a hrefcookie.html target_blank classtext-primary-600 font-semibold>use of cookies/a> /p> div classcookie-popup-actions text-right> button @clickshow false;localStorage.setItem(cookie_hide, 1) classabsolute border-none bg-none p-0 cursor-pointer font-semibold top-2 right-2> svg xmlnshttp://www.w3.org/2000/svg width24 height24 viewBox0 0 24 24 fillnone strokecurrentColor stroke-width2 stroke-linecapround stroke-linejoinround>line x118 y16 x26 y218>/line>line x16 y16 x218 y218>/line>/svg> /button> /div> /div> /div> footer classpt-4> div class> p classtext-center text-sm text-#999 pb-2>Copyright © script>document.write(new Date().getFullYear())/script> 广州丰潮文化传播有限公司 Rights Reserved/p> p classtext-center text-xs text-#999 pb-2> a href> /a> /p> /div>/footer> /div> script> if (location.hostname ! asd926977.temp.cn3.caihongjianzhan.com) { !function(p){use strict;!function(t){var swindow,edocument,ip,c.concat(https:e.location.protocol?https://:http://,sdk.51.la/js-sdk-pro.min.js),ne.createElement(script),re.getElementsByTagName(script)0;n.typetext/javascript,n.setAttribute(charset,UTF-8),n.async!0,n.srcc,n.idLA_COLLECT,i.dn;var ofunction(){s.LA.ids.push(i)};s.LA?s.LA.ids&&o():(s.LAp,s.LA.ids,o()),r.parentNode.insertBefore(n,r)}()}({id:JzJ5Oey3aO0Nixhe,ck:JzJ5Oey3aO0Nixhe}); } /script> /body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]