(function(){ if(window.umUbdcStyleLoaded){return;} var domStyle = document.createElement('style'); var css = "\ body{word-wrap: break-word; overflow-x:hidden;}\ body #event_applicant{float:none; background:#f2f2f2; padding:25px 0 40px;background:#fff;clear:both;width:800px;margin:30px auto 0;}\ body .content_title{font-size:20px; color:#333;line-height:30px;margin-bottom:0;}\ body .content_tab_title li:last-child.active{border-top-right-radius: 20px;border-bottom-right-radius: 20px;}\ body .content_tab_title li:first-child.active{border-top-left-radius: 20px;border-bottom-left-radius: 20px;}\ body .online_left{float:none; width:auto;}\ body .online_right{float:none; width:auto;}\ body #event_applicant:after{content:'';display:table;clear: both;}\ body #event_applicant .w960{width:600px;margin:0 auto;}\ body .online_left li{float:none;}\ body .online_left .email-tip{top:-43px;color:#bfbfbf;}\ body .online_right_title{float:none;background:none;padding-top:10px;}\ body .online_right_title h2{font-size:16px;line-height:24px;color:#333;background:none;}\ body .online_right ul li,\ body .online_right ul li.active{width:93px;border-color:#eee;background:#fff url(https://img.alicdn.com/tfs/TB1FTheCQ9WBuNjSspeXXaz5VXa-104-174.png) no-repeat center;background-size:55%;}\ body .online_right ul li span{color:#2196f3;margin-top:107px;}\ body .online_right ul li p{color:#999;margin-top:25px;}\ body .online_right ul li.active{background-color:#2196f3;border-color:#2196f3;}\ body .online_right ul li.active p{color:#fff;}\ body div.select-main{border-color:#dfdfdf;box-shadow:none;}\ body div.select-arrow,\ body div.select-arrow.reverse{border-width:5px;top:13px;}\ body div.select-arrow{border-top-color:#aaa;}\ body div.select-arrow.reverse{border-bottom-color:#aaa;border-top-width:0;}\ body div.select-block{border-color:#dfdfdf;}\ body .select-style{position:relative;background:none;width:152px;}\ body .select-style select{border-color:#dfdfdf;background:none;width:152px;}\ body .select-style:before{position:absolute;top:13px;right:10px;border-top:5px solid #aaa;border-left:5px solid transparent;border-right:5px solid transparent;}\ body li.select-items:hover,\ body li.select-items.active{background-color:#e9f5fe;color:#333;}\ body .online_other textarea{float:none;}\ body .online_other .btn{width:116px;line-height:32px;margin:20px auto 0;background:#2196f3;float:none;clear:both;}\ body .select-province{margin-right:0;}\ body .content_cooperate ul li:last-child{margin-right:0;}\ body .eventvideo{padding-bottom:30px;}\ body .dg-wrapper{height:250px;}\ @media screen and (max-width:600px){\ body .w1000{overflow-x:hidden;}\ body #event_content img{width:auto;max-width:100%;}\ body #event_applicant{float:left; width:auto;margin:0 10px; padding-top:10px; padding-bottom:10px;}\ body #event_applicant .w960{width:auto;padding:0 20px;}\ body .online_right ul li{width:31%;margin:0 1% 1%;background-position:center 10px;height:150px;}\ body .online_right ul li.active{background-position: center 10px;}\ body .online_right ul li span{margin-top:58%;}\ body .online_right ul li p{margin-top:10px;}\ body .online_left .email-tip{top:-17px;}\ body .content_tab_title li{font-size:13px;}\ body .ppt-title{width:120%;margin-left:-10%;white-space:nowrap;\ transform:scale(0.8);-ms-transform:scale(0.8);-moz-transform:scale(0.8);-webkit-transform:scale(0.8);-o-transform:scale(0.8);}\ body .ppt-subTitle{width:120%;margin-left:-10%;white-space:nowrap;\ transform:scale(0.8);-ms-transform:scale(0.8);-moz-transform:scale(0.8);-webkit-transform:scale(0.8);-o-transform:scale(0.8);}\ }\ \ /*ubdc2018报名样式*/ \ body.event-id-67 .header,\ body.event-id-67 .event_kv,\ body.event-id-67 #event_content{display:none;}\ body.event-id-67 #event_applicant{border-top: solid 6px #2196f3;}\ body.event-id-67 .online_right ul li{width:113px;}\ body.event-id-67 .backHome .linkImg{display:block}\ body.event-id-67 .backHome .hoverImg{display:none}\ body.event-id-67 .backHome:hover .linkImg{display:none}\ body.event-id-67 .backHome:hover .hoverImg{display:block}\ \ body.event-id-74 .header,\ body.event-id-74 .event_kv,\ body.event-id-74 #event_content,\ body.event-id-74 #event_agenda,\ body.event-id-74 #event_map,\ body.event-id-74 #event_guest{display:none;}\ body.event-id-74 .online_right ul li{width:133px;}\ body.event-id-74 .online_right ul li span{margin-top:117px;}\ body.event-id-74 .online_right ul li p{margin-top:35px;}\ body.event-id-74 .backHome .linkImg{display:block}\ body.event-id-74 .backHome .hoverImg{display:none}\ body.event-id-74 .backHome:hover .linkImg{display:none}\ body.event-id-74 .backHome:hover .hoverImg{display:block}\ @media screen and (max-width:600px){\ body.event-id-74 .online_right ul li{width:31%;}\ body.event-id-74 .online_right ul li span{margin-top:58px;}\ }\ \ body.event-id-85 .header,\ body.event-id-85 #event_kv,\ body.event-id-85 #event_content{display:none;}\ "; document.getElementsByTagName("head")[0].appendChild(domStyle); if('styleSheet' in domStyle){ domStyle.setAttribute('type', 'text/css'); domStyle.styleSheet.cssText += css; }else{ domStyle.innerHTML = css; } window.umUbdcStyleLoaded = true; /* 临时覆盖超级属性中为null的字段,解决dplus丟数问题 if (window.dplus) { var sp = ((dplus.cookie||{}).props||{}).sp||{}; var new_sp = {}; for(var key in sp) { if (sp[key] === null) { new_sp[key] = ''; } } dplus.register(new_sp); } */ /* 特殊处理 */ if (document.body.getAttribute('class').indexOf('event-id-67') > -1) { /* 报名页面添加查看详情悬浮入口 */ var screenWidth = document.body.clientWidth; var screenHeight = document.documentElement.clientHeight; var entryDom = document.createElement("a"); var dplusTrack = function(){ window.dplus && dplus.track('signup__ubdc',{'click__ubdc':'峰会详情'}); }; entryDom.href="//www.umeng.com/ubdc2018?utm_source=18ubdcbm"; entryDom.className = "backHome"; entryDom.innerHTML = ''; if(screenWidth > 600){ entryDom.onclick=function(){ dplusTrack(); }; entryDom.setAttribute("style","position:fixed; right:"+ ((screenWidth-800)/2+20) +"px; width:50px; bottom:20px;"); window.onscroll = function() { var topPc = document.documentElement.scrollTop||document.body.scrollTop; if(topPc>350){ entryDom.style = "position:absolute; right:"+ ((screenWidth-800)/2+20) +"px; top:950px; width:50px;"; }else{ entryDom.style = "position:fixed; right:"+ ((screenWidth-800)/2+20) +"px; bottom:20px; width:50px;"; } } }else{ entryDom.setAttribute("style","position:fixed; right:35px; top:"+(screenHeight-88)+"px; width:40px; z-index:10;"); window.onscroll = function() { var topMobile = document.documentElement.scrollTop||document.body.scrollTop; if(topMobile>600){ entryDom.style.right = "30px"; entryDom.style.top = "1060px"; entryDom.style.position = "absolute"; }else{ entryDom.style.right = "35px"; entryDom.style.position = "fixed"; entryDom.style.top = (screenHeight-88)+"px"; } } entryDom.ontouchend = function(){ dplusTrack(); window.location.href = entryDom.getAttribute('href'); }; } document.getElementsByTagName("body")[0].appendChild(entryDom); } })();