CINXE.COM

<html> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title id="title">2024 4th International Conference on Education, Information Management and Service Science (EIMSS 2024)</title> <meta name="keyword" content="2024 4th International Conference on Education, Information Management and Service Science (EIMSS 2024)"> <meta name="description" content="2024 4th International Conference on Education, Information Management and Service Science (EIMSS 2024)"> <link rel="icon" href="https://fhk.ais.cn/cms/website/favicon/e/eimss.org.82adb9d.ico" type="image/x-icon"/> <meta name="viewport" content="width=device-width, initial-scale=1"> <script type="application/javascript" src="https://fhk.ais.cn/file/web/js/layui.all.js"></script> <script type="application/javascript" src="https://fhk.ais.cn/file/web/js/layui.js"></script> <link rel="stylesheet" type="text/css" href="https://fhk.ais.cn/file/web/js/css/layui.css"> <link rel="stylesheet" type="text/css" href="https://fhk.ais.cn/file/web/css/2/index.css"> <script src="https://img.ais.cn/thirds/common/jquery-1.12.4.min.js"></script> <script src="https://img.ais.cn/thirds/common/jquery.print.js"></script> <link rel="stylesheet" href="https://fhk.ais.cn/file/web/css/swiper.min.css"> <script src="https://fhk.ais.cn/file/web/js/swiper.min.js"></script> <link rel="stylesheet" type="text/css" href="https://fhk.ais.cn/file/web/css/2/newStyle.css"> <link rel="stylesheet" type="text/css" href="https://fhk.ais.cn/file/web/css/common.css"> <style> .layui-layout-body { overflow: scroll; } .station-flexs { display: flex; justify-content: center; width : 1200px; margin : 0 auto; } </style> </head> <body> <body class="layui-layout-body"> <div class="head"> <div class="header-content select-Color" id="header-content"> <div class="head-fixed" id="head-fixed"> <ul class="layui-nav flex-img select-Color" > <img src="https://fhk.ais.cn/cms/website/common/202401/396240111095326014.png" alt="logo" class="logo" > </ul> <ul class="layui-nav layui-title flex-span select-Color"> <a href="./" style="color:rgba(254, 254, 254, 1)">2024 4th International Conference on Education, Information Management and Service Science (EIMSS 2024)</a> </ul> <ul class="layui-nav select-Color" id ="layuibar" style="flex:1;padding:0 !important"> <li class="layui-nav-item"><a href="./" >Home</a> <li class="layui-nav-item" data-param="2"><a href="./Committee" >Committee</a> <li class="layui-nav-item" data-param="3"><a href="./Speakers" >Speakers</a> <li class="layui-nav-item" data-param="4"><a href="./qzmzadkn" >Conference Info</a> <dl class="layui-nav-child"> <dd><a href="./call_for_paper" >Call For Papers</a></dd> <dd><a href="./Submission" >Submission</a></dd> <dd><a href="./Registration" >Registration</a></dd> <dd><a href="./Publication" >Publication</a></dd> </dl> </li> <li class="layui-nav-item" data-param="5"><a href="./program" >Program</a> <li class="layui-nav-item" data-param="6"><a href="./more" >More</a> <dl class="layui-nav-child"> <dd><a href="./contact" >Contact</a></dd> <dd><a href="./venue" >Venue</a></dd> <dd><a href="./download" >Download</a></dd> <dd><a href="./kyzdlurt" >History-2023</a></dd> <dd><a href="./oxmzvthi" >Conference Review</a></dd> </dl> </li> <li class="layui-nav-item" data-param="7"><a href="./chinese" >中文</a> </ul> <ul class="layui-nav layui-icon flex-icon select-Color" id="layui-icon" style = "display:none"> <i id="icon-down" class="layui-icon layui-icon-down" style="font-size: 18px; color: #1E9FFF;"></i> <i id="icon-up" class="layui-icon layui-icon-up" style="font-size: 18px; color: #1E9FFF;"></i> </ul> </div> </div> </div> <script type="application/javascript" src="https://fhk.ais.cn/file/web/js/layui.all.js"></script> <script type="application/javascript" src="https://fhk.ais.cn/file/web/js/pc_common.js"></script> <script type="text/javascript"> $(function (){ auth_website= getQueryString("auth_website"); //导航栏 效果 新版 let hbOX = document.getElementById("layuibar");   let h = hbOX.clientHeight || hbOX.offsetHeight;   let c = (hbOX.clientWidth || hbOX.offsetWidth) - 50; let bar = document.getElementById("layuibar").getElementsByClassName("layui-nav-bar")   let icon = document.getElementById("layui-icon");   var num = document.getElementById("layuibar").getElementsByTagName('li').length;   let content = document.getElementById("header-content")   // let liContent = document.getElementById("layui-nav")  var temp = []   var Identification = 0;   var tempNode   function getHide() {     var total = 0;     temp = []     for (var i = 0; i < num; i++) {       total += $('ul>li').eq(i).width();       if (total >= c) { $("#layui-icon").show();         temp.push($('ul>li').eq(i)[0])         $('ul>li').eq(i).hide()       }     }   }   getHide();   icon.onmouseover = function () {     var total = 0;     for (var i = 0; i < num; i++) {       total += $('ul>li').eq(i).width();       if (total >= c) {         $('ul>li').eq(i).show()       }     }     content.style.height = h + 'px'     // section.style.height = h + 'px'   };    hbOX.onmouseleave = function () {     temp.forEach(item => {       let data = item.childNodes       data.forEach(item => {         if ($(item).hasClass('layui-show') == true) {           Identification = 1           tempNode = item           return         }       })     })     if (Identification == 0) {       content.style.height = 80 + 'px'       // section.style.height = 80 + 'px'       getHide();     }     if (Identification == 1) {            tempNode.onmouseleave = function () {         content.style.height = 80 + 'px'         // section.style.height = 80 + 'px'         getHide();       }     }   }   }); var homeUrl = 'http://www.eimss.org/'; link(); function link() { if (document.querySelector('.link')) { var link = document.querySelector('.link').clientHeight; document.querySelector('.header-content').style.marginTop = link + 'px' } } </script> <div class="layui-carousel" id="test" lay-filter="test1"> <div carousel-item> <div><img class="rotation_chart" src="https://fhk.ais.cn/cms/website/functional/pic/202402/396240202162238144.jpg"/></div> <div><img class="rotation_chart" src="https://fhk.ais.cn/cms/website/functional/pic/202402/396240202162254157.jpg"/></div> </div> </div> <script type="text/javascript"> //轮播样式1 layui.use('carousel', function () { var carousel = layui.carousel; //建造实例 carousel.render({ elem: '#test' , width: '100%' //设置容器宽度 , height: '480px' , arrow: 'always' //始终显示箭头 //,anim: 'fade' //切换动画方式 }); }); //轮播样式4 var length = $(".swiper-wrapper").children(".swiper-slide").length certifySwiper = new Swiper('#certify .swiper-container', { watchSlidesProgress: true, slidesPerView: 'auto', centeredSlides: true, loop: length <= 1 ? false : true, loopedSlides: 5, autoplay: true, navigation: { nextEl: '.swiper-button-next', prevEl: '.swiper-button-prev', }, pagination: { el: '.swiper-pagination', //clickable :true, }, on: { progress: function (progress) { for (i = 0; i < this.slides.length; i++) { var slide = this.slides.eq(i); var slideProgress = this.slides[i].progress; modify = 1; if (Math.abs(slideProgress) > 1) { modify = (Math.abs(slideProgress) - 1) * 0.3 + 1; } translate = slideProgress * modify * 260 + 'px'; scale = 1 - Math.abs(slideProgress) / 5; zIndex = 999 - Math.abs(Math.round(10 * slideProgress)); slide.transform('translateX(' + translate + ') scale(' + scale + ')'); slide.css('zIndex', zIndex); slide.css('opacity', 1); if (Math.abs(slideProgress) > 3) { slide.css('opacity', 0); } } }, setTransition: function (transition) { for (var i = 0; i < this.slides.length; i++) { var slide = this.slides.eq(i) slide.transition(transition); } } } }) //轮播样式3 var viewSwiper = new Swiper('.view .swiper-container', { on: { slideChangeTransitionStart: function () { updateNavPosition() } } }) $('.view .arrow-left,.preview .arrow-left').on('click', function (e) { e.preventDefault() if (viewSwiper.activeIndex == 0) { viewSwiper.slideTo(viewSwiper.slides.length - 1, 1000); return } viewSwiper.slidePrev() }) $('.view .arrow-right,.preview .arrow-right').on('click', function (e) { e.preventDefault() if (viewSwiper.activeIndex == viewSwiper.slides.length - 1) { viewSwiper.slideTo(0, 1000); return } viewSwiper.slideNext() }) var previewSwiper = new Swiper('.preview .swiper-container', { //visibilityFullFit: true, slidesPerView: 'auto', allowTouchMove: false, on: { tap: function () { viewSwiper.slideTo(previewSwiper.clickedIndex) } } }) function updateNavPosition() { $('.preview .active-nav').removeClass('active-nav') var activeNav = $('.preview .swiper-slide').eq(viewSwiper.activeIndex).addClass('active-nav') if (!activeNav.hasClass('swiper-slide-visible')) { if (activeNav.index() > previewSwiper.activeIndex) { var thumbsPerNav = Math.floor(previewSwiper.width / activeNav.width()) - 1 previewSwiper.slideTo(activeNav.index() - thumbsPerNav) } else { previewSwiper.slideTo(activeNav.index()) } } } </script> <div class="station-flexs"> <div class="en-content" style=" width : 1200px;margin : 0 auto;" > <link rel="stylesheet" type="text/css" href="https://fhk.ais.cn/file/web/css/2/sidebar.css"> <script type="application/javascript" src="https://fhk.ais.cn/file/web/js/jquery.qrcode.min.js"></script> <script> function goToTop() { let sTop = document.documentElement.scrollTop + document.body.scrollTop if(sTop === 0) { clearTimeout(this.timer) return false } window.scrollBy(0, -200) this.timer = setTimeout(() => { this.goToTop() },30) } $(function (){ var logo = $('.logo').attr('src'); $("#qrcode").qrcode({ render:"canvas", width:105, height:105, text:homeUrl+"?lang=en&pf=1", background : "#ffffff", //二维码的后景色 foreground : "#000000", //二维码的前景色 }); }) function openqq(data){ var title = $("#title").text(); var logo =$('.logo').attr('src'); if(!data){ // 没有分享语 data = "我在 艾思科蓝 发现一个不错的活动,分享给大家看看"; } var url = "https://connect.qq.com/widget/shareqq/index.html?url="+homeUrl+"?lang=en"; url+="&showcount=0&desc="+data+"&summary=&title="+title; url+= "&pics="+logo; url+= "&style=550&width=550&height=550"+",_blank"+",height=800, width=800, top=0, left=0"; window.open(url); } function openwb(data){ var title = $("#title").text(); var logo =$('.logo').attr('src'); if(!data){ // 没有分享语 data = "我在 艾思科蓝 发现一个不错的活动,分享给大家看看"; } var url = "https://service.weibo.com/share/share.php?url="+homeUrl+"?lang=en"; url+="&title="+data; url+= "&pics="+logo; url+= "&searchPic=false,_blank,height=800,width=800"; window.open(url); } //微信分享二维码显示与隐藏 function over(){   document.getElementById("shareWx").style.display="";//显示 } function out(){ document.getElementById("shareWx").style.display="none";//隐藏 } </script> <div> <div class="meeting-spans"> <div><style>.zsy2{ margin: 0px -359px 0px; padding: 70px 400px 70px; } .zsy2gz{} @media (max-width:768px) { .zsy2{ margin: -30px -17px 0px -22px; padding: 30px 10px 45px; } .zsy2gz{width:170px} }</style><div class="zsy2" style="box-sizing: border-box;background:rgbA(245,245,245);" align="left"><table id="leftdh"><tbody><tr class="firstRow"><td valign="middle" style="word-break: break-all;border:none;" align="center"><p><span class="zsy1text colorOne" style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;;font-weight:lighter;">Online Submission</span></p></td><td class="zsy2gz" valign="middle" style="word-break: break-all;border:none;" align="center"><p style="margin-bottom: 24px;"><a href="https://www.ais.cn/attendees/paperSubmit/FNMNNN" target="_blank" class="input1 cs select-Color" textvalue="Chinese"><span class="sub" style="position: relative; z-index: 99; font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; text-decoration: none; font-size: 14px;">Chinese</span></a></p><p style="margin-bottom: 0px;"><a href="https://paper-sub.com/paper/FNMNNN" target="_blank" class="input1 cs select-Color" textvalue="&nbsp;English&nbsp;"><span class="sub" style="position: relative; z-index: 99; font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; text-decoration: none; font-size: 14px;">&nbsp;English&nbsp;</span></a></p></td></tr></tbody></table></div></div> </div> </div> <div> <div class="meeting-spans"> <div><style>.zsydate{ margin:0px -359px 0px; padding: 50px 400px 50px; } @media (max-width:768px) { .zsydate{ margin: -80px -17px 0px -22px; padding: 30px 10px 45px; } }</style><div class="zsydate" style="background-color:rgba(255,255,255);" align="center"><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-weight: lighter; font-size: 14px;">For more information, please contact Ms. Li directly (mobile/wechat: 13922157154/13418097038).</span></p><p><br/></p><table id="rightdh"><tbody><tr class="firstRow"><td class="zsy1gz" valign="top" style="word-break: break-all;border: none;" align="center" rowspan="2" colspan="1"><p style="margin-bottom: 0px;"><span class="zsy1text colorOne" style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-weight: lighter;">Important Dates</span></p></td><td valign="top" style="word-break: break-all;border: none;" align="center"><p style="margin-bottom: 12px;"><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-weight: lighter; font-size: 14px;">Full Paper Submission Date</span></p></td><td valign="top" style="word-break: break-all;border: none;" align="center"><p style="margin-bottom: 12px;"><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-weight: lighter; font-size: 14px;">Registration Deadline</span></p></td><td valign="top" style="word-break: break-all;border: none;" align="center"><p style="margin-bottom: 12px;"><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-weight: lighter; font-size: 14px;">Final Paper Submission Date</span></p></td></tr><tr class="firstRow"><td valign="top" style="word-break: break-all;border: none;" align="center"><p style="margin-bottom: 0px;"><span class="colorOne" style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;;"><strong><span style="font-size: 16px; font-family: 微软雅黑, &quot;Microsoft YaHei&quot;;">June 19, 2024</span></strong></span></p></td><td valign="top" style="word-break: break-all;border: none;" align="center"><p style="margin-bottom: 0px;"><span class="colorOne" style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;;"><strong><span style="font-size: 16px; font-family: 微软雅黑, &quot;Microsoft YaHei&quot;;">June 29, 2024</span></strong></span></p></td><td valign="top" style="word-break: break-all;border: none;" align="center"><p style="margin-bottom: 0px;"><span class="colorOne" style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;;"><strong><span style="font-size: 16px; font-family: 微软雅黑, &quot;Microsoft YaHei&quot;;">July 09, 2024</span></strong></span></p></td></tr></tbody></table></div></div> </div> </div> <div> <div class="meeting-spans"> <div><style>.zsy1{ margin: 0px -359px 0px; padding: 50px 400px 50px; } .zsy1gz{ width:300px; } .zsy1text{ font-size: 28px; } @media (max-width:768px) { .zsy1{ margin: -80px -17px -40px -22px; padding: 30px 10px 40px; } .zsy1gz{ width:110px; } .zsy1text{ font-size: 20px; } }</style><div class="zsy1" style="background:rgbA(245,245,245);" align="left"><table id="leftdh2"><tbody><tr class="firstRow"><td class="zsy1gz" valign="top" style="word-break: break-all;border: none;" align="center"><p style="margin-bottom: 0px;"><span class="zsy1text colorOne" style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-weight: lighter;">Welcome to&nbsp;</span></p><p style="margin-bottom: 0px;"><span class="zsy1text colorOne" style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-weight: lighter;">EIMSS 2024</span></p></td><td valign="top" style="word-break: break-all;border: none;" align="justify"><p style="margin-bottom: 12px; line-height: 1.5em;"><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;"></span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">Amidst the rapid advancement of modern science and technology, particularly in the field of information technology, our society has entered a stage of highly developed information technology. It is imperative that we make full use of the achievements brought about by scientific and technological innovation, vigorously promote the integration of information technology into education management, and provide high-quality services for education and teaching. The significance of information technology education in educational management cannot be overstated.</span></p><p><span style="color: #3F3F3F; font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px;"><br/></span></p><p style="margin-bottom: 12px; line-height: 1.5em;"><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;"></span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">Educational management is intricately linked to college education and teaching. Only through effective educational management can education and teaching proceed smoothly. The implementation of educational management information systems contributes to increased efficiency in school management, as well as the seamless execution of teaching objectives and enhanced involvement from students and parents in school administration. Informationization is at the forefront of global economic development, while the incorporation of information technology into teaching management is a response to evolving demands. As educational management professionals, it is essential for us to draw inspiration from outstanding leaders in educational management both domestically and internationally, strive to enhance our proficiency in utilizing information technology, and stay abreast with current trends.</span></p><p style="margin-bottom: 12px; line-height: 1.5em;"><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;"></span><br/></p><p style="margin-bottom: 12px; line-height: 1.5em;"><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;"></span></p><p class="paragraph text-align-type-justify" style=";text-align: justify;font-family: 等线;font-size: 16px;line-height: 16px"><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">In order to provide a more convenient and efficient communication platform for relevant academic researchers, the 2024 4th International Conference on Education, Information Management and Service Science (EIMSS 2024) has been organized.</span></p><p class="paragraph text-align-type-justify" style=";text-align: justify;font-family: 等线;font-size: 16px;line-height: 16px"><br/></p><p class="paragraph text-align-type-justify" style=";text-align: justify;font-family: 等线;font-size: 16px;line-height: 16px"><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">The conference will take place on July 19-21, 2024 in Shanghai, China. EIMSS 2024 aims to bring together innovative academics and industrial experts in the field of Education, Information Management and Service Science to a common forum. The primary goal of the conference is to stimulate research and developmental activities in these areas, while also facilitating the scientific exchange of information between researchers, developers, engineers, students, and practitioners from around the world. As an ideal platform for individuals to exchange views and experiences in Education, Information Management, Service Science, and related domains,the conference will convene annually.</span></p><p style="margin-bottom: 12px; line-height: 1.5em;"><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;"></span><br/></p><p style="line-height: 1.5em; margin-bottom: 24px;"><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;"></span></p><p class="paragraph text-align-type-justify" style=";text-align: justify;font-family: 等线;font-size: 16px;line-height: 16px"><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">We warmly invite you to participate in EIMSS 2024 and look forward to seeing you in Shanghai!</span></p><p class="paragraph text-align-type-justify" style=";text-align: justify;font-family: 等线;font-size: 16px;line-height: 16px"><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;"><br/></span></p></td></tr><tr class="firstRow"><td class="zsy1gz" valign="top" style="word-break: break-all;border: none;" align="center"><p style="margin-bottom: 0px;"><span class="zsy1text colorOne" style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-weight: lighter;">Call for Papers</span></p></td><td valign="top" style="word-break: break-all;border: none;" align="left"><p style="margin-bottom: 24px;"><span style="font-size: 14px; font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; color: #3F3F3F;"><img src="https://fhk.ais.cn/cms/website/editor/202304/326230403154500799.gif" alt="hot.gif"/>&nbsp;The topics of interest include, but are not limited to:</span></p><main><details><summary class="input1 select-Color"><span style="font-size: 14px; font-family: 微软雅黑, &quot;Microsoft YaHei&quot;;">Educational Science</span></summary><div class="tab-content"><p style="line-height: 1.5em;"><span style="font-size: 14px; font-family: 微软雅黑, &quot;Microsoft YaHei&quot;;"></span></p><p style="line-height: 1.5em;"><span style="font-size: 14px; font-family: 微软雅黑, &quot;Microsoft YaHei&quot;;"></span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Future education</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Information Education</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· New generation of educational technology</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Mobile learning</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Formal and informal learning</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Distance education, teaching</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· E-learning</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Intelligent learning environment</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Distributed learning environment</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· CSCL technology</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Instructional design</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Digital evaluation</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Teaching Reform</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Online education and training</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Computer-mediated communication</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Educational Multimedia</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Blended learning</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· E-learning platforms and tools</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Personalized teaching system</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Content writing technology</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Educational Technology System Framework</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Learning resource retrieval, application, organization and management</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Educational Technology System Development Technology</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Model and framework of educational technology system</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Distance learning system</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· E-learning standard</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Artificial intelligence and open learning</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Human-computer interaction of teaching system</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Educational Knowledge Management Technology</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Data mining, text mining and web mining in education</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Simulation in learning</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Intelligent Tutor System</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Multi-agent system</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· User modeling in e-learning</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Knowledge discovery and knowledge engineering</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Emotional computing in education</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Semantic Web and Service-based Architecture</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Application and management of information technology in education</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Adaptive learning environment</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Electronic Performance Support System</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Educational software and hardware</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Collaboration and communication software</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Service Science</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Educational software</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Educational hardware</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Education network</span></p></div></details><details><summary class="input1 select-Color"><span style="font-size: 14px; font-family: 微软雅黑, &quot;Microsoft YaHei&quot;;">Information Management</span></summary><div class="tab-content"><p style="line-height: 1.5em;"><span style="font-size: 14px; font-family: 微软雅黑, &quot;Microsoft YaHei&quot;;"></span></p><p style="line-height: 1.5em;"><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px;"></span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Information Technology</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Information system</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Information Management</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Information Engineering</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Information security</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Data analysis and database</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Data mining</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Knowledge acquisition and management</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Management Information System and Resource Management</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Information collection and analysis</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Information industry</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Mathematical linguistics</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Production operation and managementERP</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· E-commerce and digital business</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Computer Science and the Internet</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Computer Control and Management</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Intelligent Information Processing</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Business Strategy and Information Systems</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Information Management and Systems</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Information Technology applied in the organization</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Automatic Control Engineering</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Artificial Intelligence Engineering application</span></p></div></details><details><summary class="input1 select-Color"><span style="font-size: 14px; font-family: 微软雅黑, &quot;Microsoft YaHei&quot;;">Service Sciences</span></summary><div class="tab-content"><p style="line-height: 1.5em;"><span style="font-size: 14px; font-family: 微软雅黑, &quot;Microsoft YaHei&quot;;"></span></p><p style="line-height: 1.5em;"><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px;"></span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Artificial Intelligence in Service</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Big Data in Service</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Service System, Modeling, and Simulation</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Smart Cities and Public Services</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Logistics &amp; Supply Chain Management</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Material Flow (MF) Science and Technology</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Machine Learning in Service</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Knowledge Engineering and Management</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Web Technologies and Information Management</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Intelligent and cognitive technologies for services</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Software service engineering, crowdsourcing, open source, and DevOps</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Big data, big services, crossover services, and Internet of Services</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Cloud services, IoT services, and edge services</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Blockchain-inspired new services computing paradigms</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· The Integration of Technology and Business Strategies</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Geographic Information System</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Management strategy in e-commerce enterprise</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Service Analytics and Applications</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Service Research</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Service Education</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Service Practice</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Service science theory</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Service industry practices</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Service innovation and design methodologies</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Service/Event Operations, Engineering, Design, and Marketing</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Service education, including curricula, courses and case studies</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Service management, operation and optimization models, theories and algorithms</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Service-Oriented and Cloud</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Service QoS optimization</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Multi-tenancy, security and privacy in clouds</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Infrastructure as a Service, Platform as a Service, Application as a Service</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Service process modeling</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Business intelligence and analytics for servicesService security</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Service requirement collection, specification, and analysis</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Data- and computation-intensive services</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Extreme scalability, high availability, elasticity, and reliability in a cloud</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Programming models and transaction models for the cloud</span></p><p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">· Cloud business support services and operational support</span></p></div></details></main></td></tr><tr class="firstRow"><td class="zsy1gz" valign="top" style="word-break: break-all;border: none;" align="center"><p style="margin-bottom: 0px;"><span class="zsy1text colorOne" style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-weight: lighter;">Publication</span></p></td><td valign="top" style="word-break: break-all;border: none;" align="justify"><p style="line-height: 1.5em; margin-bottom: 24px;"><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;"><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; text-align: justify; text-wrap: wrap; background-color: #F5F5F5;">All papers, both invited and contributed, will be reviewed by two or three experts from the committees. After a careful reviewing process, all accepted papers of EIMSS2024 will be published in conference proceedings, and submitted to Inspec and CNKI for indexing, and where applicable, also submitted to Ei Compendex and Scopus (Subject to acceptance)</span>.</span></p></td></tr></tbody></table></div></div> </div> </div> <div> <div class="meeting-spans"> <div><style>.head-fixed { height: auto !important; /*导航栏往下扩充高度*/ } .bar{ position: relative; z-index:999; } main { max-width: 400px; } details{ margin-bottom: 20px; } summary { font-size: 1rem; font-weight: 600; background-color: #f3f3f3; color: #000; padding: 1rem; margin-bottom: 1rem; outline: none; border-radius: 0.25rem; cursor: pointer; position: relative; } details[open] summary~* { animation: sweep .5s ease-in-out; } @keyframes sweep { 0% { opacity: 0; margin-top: -10px } 100% { opacity: 1; margin-top: 0px } } details>summary::after { position: absolute; content: "+"; right: 20px; } details[open]>summary::after { position: absolute; content: "-"; right: 20px; } details>summary::-webkit-details-marker { display: none; } .sub{ color:#fff; } .header-content{ box-shadow: 0px 10px 10px rgba(0,0,0,0.3) !important; }.input1 { text-shadow:0.2px 0.2px 1px rgba(0,0,0,0.5); border: none; font-weight:inherit; /*字体粗细*/ text-decoration:none;/*超链接文字不划线*/ padding: 10px 40px; border-radius: 10px; color: #ffffff; outline: none; transition: all 500ms ease 0s; position: relative; } .input1:before{ color: #ffffff; border: none; content: ''; background: linear-gradient(to left, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 50%); background-size: 210% 100%; background-position: right bottom; position: absolute; top: 0; bottom:0; right:0; left: 0; border-radius: 10px; transition: all 0.5s; -webkit-transition: all 0.5s; } .input1:hover{ background-image: linear-gradient(to left, #28aaff, #008bff); border: none; color: #ffffff; transition: all 500ms ease 0s; } .cs {color: #ffffff; background-image: linear-gradient(to left, #28aaff, #008bff); border: none; } .cs:hover:before { color: #ffffff; background-position: left bottom;border: none; } .bk{ color:#000000; background:rgba(245,245,245); box-sizing:border-box; transition: all 500ms ease 0s; border: none; border-radius: 40px; } .bk:hover{ transform: scale(1.05); background:#ffffff; box-sizing:border-box; transition: all 500ms ease 0s; border: none; box-shadow: 0px 0px 15px rgba(0,0,0,0.3); } #jxdh{ animation: movefromjx 2s; animation-fill-mode: forwards; } @keyframes movefromjx { from { opacity: 0; transform: translateY(100px); } to { opacity: 1; transform: translateY(0px); } } #leftdh{} #leftdh2{} #leftdh3{} #leftdh4{} #leftdh.move, #leftdh2.move, #leftdh3.move, #leftdh4.move{ animation: movefromleft 2s; animation-fill-mode: forwards; } @keyframes movefromleft { from { opacity: 0; transform: translateX(-100%); } to { opacity: 1; transform: translateX(0px); } } #rightdh {} #rightdh2 {} #rightdh3 {} #rightdh.move, #rightdh2.move, #rightdh3.move { animation: movefromright 2s; animation-fill-mode: forwards; } @keyframes movefromright { from { opacity: 0; transform: translateX(100%); } to { opacity: 1; transform: translateX(0px); } } #topdh {} #topdh2 {} #topdh.move, #topdh2.move { animation: movefromtop 2s; animation-fill-mode: forwards; } @keyframes movefromtop { from { opacity: 0; transform: translateY(-100%); } to { opacity: 1; transform: translateY(0px); } } #downdh {} #downdh2 {} #downdh3 {} #downdh.move, #downdh2.move, #downdh3.move { animation: movefromdown 2s; animation-fill-mode: forwards; } @keyframes movefromdown { from { opacity: 0; transform: translateY(100%); } to { opacity: 1; transform: translateY(0px); } }</style><script>window.onload = (event) =>{ const leftdh = document.getElementById('leftdh'); const leftdh2 = document.getElementById('leftdh2'); const leftdh3 = document.getElementById('leftdh3'); const leftdh4 = document.getElementById('leftdh4'); const rightdh = document.getElementById('rightdh'); const rightdh2 = document.getElementById('rightdh2'); const rightdh3 = document.getElementById('rightdh3'); const topdh = document.getElementById('topdh'); const topdh2 = document.getElementById('topdh2'); const downdh = document.getElementById('downdh'); const downdh2 = document.getElementById('downdh2'); const downdh3 = document.getElementById('downdh3'); const animationClass = 'move'; // 创建监听 const intersectionObserver = new IntersectionObserver((entries) => { for (entry of entries) { if (entry.intersectionRatio > 0) { addAnimationClass(entry.target, animationClass); } else { console.log(animationClass); removeAnimationClass(entry.target, animationClass); } } }); // 添加动画class的操作 function addAnimationClass(elem, animationClass) { elem.className.includes(animationClass) ? 1 : elem.className = elem.className + ' ' + animationClass; } // 移除动画class的操作 //function removeAnimationClass(elem, animationClass) { // elem.className.includes(animationClass) ? elem.className = elem.className.replace(animationClass, '') : 1; // console.log(elem.className); // } // 开启监听 intersectionObserver.observe(leftdh); intersectionObserver.observe(rightdh); intersectionObserver.observe(leftdh2); intersectionObserver.observe(rightdh2); intersectionObserver.observe(leftdh3); intersectionObserver.observe(leftdh4); intersectionObserver.observe(rightdh3); }</script></div> </div> </div> <div> <div class="meeting-spans"> <div><style>.zsy3{ margin: 0px -359px 0px; padding: 50px 400px 50px; } .zsy3gz{ width:300px; } .zsy3text{ font-size: 28px; } @media (max-width:768px) { .zsy3{ display:none; } }</style><div class="zsy3 select-Color" style="background:rgbA(255,255,255);" align="left"><div id="rightdh2"><p style="text-align: center; margin-bottom: 24px;"><span class="zsy1text" style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;;font-weight:lighter;color:#fff">Conference Info.</span></p><table><tbody><tr align="center" class="firstRow"><td valign="top" class="bk" align="center" rowspan="1" colspan="1" height="270" width="350" style="word-break: break-all; "><p style="margin-top: 24px; margin-bottom: 24px;"><img src="https://fhk.ais.cn/cms/website/editor/202303/379230318102257634.png" alt="登记.png"/></p><p style="line-height: 1.5em; margin-top: 0px; margin-bottom: 8px;"><span style="font-size: 20px; font-family: 微软雅黑, &quot;Microsoft YaHei&quot;;">REGISTRATION</span></p><p style="line-height: 1.5em; margin-top: 0px; margin-bottom: 24px;"><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 13px; color: #3F3F3F;">All the attendees must register in advance in order to participate in conference.</span></p><p style="margin-top: 0px; margin-bottom: 30px;"><a href="http://www.eimss.org/registration" target="_blank" class="input1 cs select-Color" textvalue="See More"><span style="position: relative; z-index: 99; font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; text-decoration: none;">See More</span><span style="position: relative; z-index: 99; font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px;"></span></a></p></td><td valign="top" align="center" rowspan="1" colspan="1" style="border-color: rgb(255, 255, 255);border: none;" width="1"><br/></td><td valign="top" class="bk" align="center" rowspan="1" colspan="1" height="150" width="350" style="word-break: break-all;"><p style="margin-top: 24px; margin-bottom: 24px;"><img src="https://fhk.ais.cn/cms/website/editor/202303/379230318100121534.png" alt="投.png"/></p><p style="line-height: 1.5em;"><span style="font-size: 20px; font-family: 微软雅黑, &quot;Microsoft YaHei&quot;;"></span></p><p style="line-height: 1.5em; margin-top: 0px; margin-bottom: 8px;"><span style="font-size: 20px; font-family: 微软雅黑, &quot;Microsoft YaHei&quot;;">SUBMISSION</span></p><p style="font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: -webkit-center; widows: 2; -webkit-text-stroke-width: 0px; word-spacing: 0px; line-height: 1.5em; margin-bottom: 24px;"><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 13px; color: #3F3F3F;">Please submit your full paper/abstract to us via the&nbsp;Electronic Submission System.</span></p><p style="margin-top: 0px; margin-bottom: 30px;"><a href="http://www.eimss.org/submission" target="_blank" class="input1 cs select-Color" textvalue="See More"><span style="position: relative; z-index: 99; font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; text-decoration: none;">See More</span><span style="position: relative; z-index: 99; font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px;"></span></a></p></td><td valign="top" align="center" rowspan="1" colspan="1" style="border-color: rgb(255, 255, 255);border: none;" width="1"><br/></td><td valign="top" class="bk" align="center" rowspan="1" colspan="1" height="150" width="350" style="word-break: break-all;"><p style="margin-top: 24px; margin-bottom: 24px;"><img src="https://fhk.ais.cn/cms/website/editor/202303/379230318101417619.png" alt="投.png"/></p><p style="line-height: 1.5em;"><span style="font-size: 20px; font-family: 微软雅黑, &quot;Microsoft YaHei&quot;;"></span></p><p style="line-height: 1.5em; margin-top: 0px; margin-bottom: 8px;"><span style="font-size: 20px; font-family: 微软雅黑, &quot;Microsoft YaHei&quot;;">PUBLICATION</span></p><p style="font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: -webkit-center; widows: 2; -webkit-text-stroke-width: 0px; word-spacing: 0px; line-height: 1.5em; margin-bottom: 0px;"><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 13px; color: #3F3F3F;">All papers will be reviewed by two or three expert reviewers.</span></p><p style="font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: -webkit-center; widows: 2; -webkit-text-stroke-width: 0px; word-spacing: 0px; line-height: 1.5em; margin-bottom: 24px;"><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 13px;"><br/></span></p><p style="margin-top: 0px; margin-bottom: 30px;"><a href="http://www.eimss.org/publication" target="_blank" class="input1 cs select-Color" textvalue="See More"><span style="position: relative; z-index: 99; font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; text-decoration: none;">See More</span><span style="position: relative; z-index: 99; font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px;"></span></a></p></td><td valign="top" align="center" rowspan="1" colspan="1" style="border-color: rgb(255, 255, 255);border: none;" width="1"><br/></td><td valign="top" class="bk" align="center" rowspan="1" colspan="1" height="150" width="350" style="word-break: break-all;"><p style="margin-top: 24px; margin-bottom: 24px;"><img src="https://fhk.ais.cn/cms/website/editor/202303/379230318100148553.png" alt="CFP.png"/></p><p style="line-height: 1.5em;"><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;;"><strong><span style="font-size: 19px; font-family: 微软雅黑, &quot;Microsoft YaHei&quot;;"></span></strong></span></p><p style="line-height: 1.5em; margin-bottom:8px; margin-top: 0px;"><span style="font-size: 20px; font-family: 微软雅黑, &quot;Microsoft YaHei&quot;;">CALL FOR PAPERS</span></p><p style="font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: -webkit-center; widows: 2; -webkit-text-stroke-width: 0px; word-spacing: 0px; line-height: 1.5em; margin-top: 0px; margin-bottom: 0px;"><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 13px; color: #3F3F3F;">Topics of interest for submission include, but are not limited to ...</span></p><p style="font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: -webkit-center; widows: 2; -webkit-text-stroke-width: 0px; word-spacing: 0px; line-height: 1.5em; margin-top: 0px; margin-bottom: 24px;"><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 13px;"><br/></span></p><p style="margin-top: 0px; margin-bottom: 30px;"><a href="http://www.eimss.org/call_for_paper" target="_blank" class="input1 cs select-Color" textvalue="See More"><span style="position: relative; z-index: 99; font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; text-decoration: none;">See More</span><span style="position: relative; z-index: 99; font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px;"></span></a></p></td></tr></tbody></table></div></div></div> </div> </div> <div> <div class="meeting-spans"> <div><style>.zsy4{ margin: 0px -359px 0px; padding: 50px 400px 50px; height:auto; } .zsy4l{ width:35%; vertical-align: top; margin:0px auto; display:inline-block; text-align:justify; margin-right:55px; } .zsy4r{ width:60%; vertical-align: top; margin:0px auto; display:inline-block; } .zsy4text{ text-align: left; } @media (max-width:768px) { .zsy4{ margin: -195px -17px 0px -22px; padding:20px 10px 40px; height:auto; position: relative; } .zsy4l{width:100%; margin-right:0px; } .zsy4r{width:100%; margin-top:20px; } .zsy4text{ text-align: center; } }</style><div class="zsy4" style="background:rgbA(255,255,255);" align="left"><div class="zsy4l" id="leftdh3"><p class="zsy4text" style="margin-bottom: 24px;"><span class="zsy1text colorOne" style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;;font-weight:lighter;">Registration Details</span></p><p style="margin-top: 0px; line-height: 1.5em; margin-bottom: 24px;"><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">1. Registration fees include conference proceedings, lunches, souvenirs and attending all technical sessions.</span></p><p style="margin-top: 0px; line-height: 1.5em; margin-bottom: 0px;"><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">2. The registration fee does not include:</span></p><p style="margin-top: 0px; line-height: 1.5em; margin-bottom: 0px;"><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">• Accommodation</span></p><p style="margin-top: 0px; line-height: 1.5em; margin-bottom: 0px;"><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">• Visa application fee</span></p><p style="margin-top: 0px; line-height: 1.5em; margin-bottom: 24px;"><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">• Transportation fare</span></p><p style="margin-top: 0px; line-height: 1.5em; margin-bottom: 24px;"><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">3. At least one author for each accepted final paper must pre-register.</span></p><p style="margin-top: 0px; line-height: 1.5em; margin-bottom: 24px;"><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;"></span></p><p style="margin-bottom: 24px;"><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">4. Completed registrations will be acknowledged by the Organizing Committee within 2-5 workdays after receiving your payment.</span></p><p style="margin-bottom: 0px;"><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">5. If you cannot attend the conference due to some reasons, we will post the print proceedings to you together with the payment receipt/Fapiao.</span></p></div><div id="leftdh4" class="zsy4r"><p class="zsy4text" style="margin-bottom: 24px;"><span class="zsy1text colorOne" style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;;font-weight:lighter;">Registration Fee</span></p><table><tbody><tr class="firstRow"><td valign="middle" style=" background:rgba(250,250,250); border: 4px solid rgb(255, 255, 255); word-break: break-all;" align="center"><p style="margin-top: 24px; margin-bottom: 24px;"><strong><span class="colorOne" style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 16px;">Items</span></strong></p></td><td valign="middle" style=" background:rgba(250,250,250); border: 4px solid rgb(255, 255, 255); word-break: break-all;" align="center"><p style="margin-top: 24px; margin-bottom: 24px;"><strong><span class="colorOne" style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 16px;">Fee</span></strong></p></td></tr><tr><td valign="middle" style=" background:rgba(245,245,245); border: 4px solid rgb(255, 255, 255); word-break: break-all;" align="center"><p style="margin-top: 12px; margin-bottom:12px;"><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">Regular Registration for Paper (6 pages)</span></p></td><td valign="middle" style=" background:rgba(245,245,245);border: 4px solid rgb(255, 255, 255); word-break: break-all;" align="center"><p style="margin-top: 12px; margin-bottom:12px;"><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">490 USD / 3400 CNY paper&nbsp;(6 pages)</span></p></td></tr><tr><td valign="middle" style=" background:rgba(250,250,250);border: 4px solid rgb(255, 255, 255); word-break: break-all;" align="center"><p style="margin-top: 12px; margin-bottom:12px;"><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">Extra Pages (Begin at Page 7)</span></p></td><td valign="middle" style=" background:rgba(250,250,250); border: 4px solid rgb(255, 255, 255); word-break: break-all;" align="center"><p style="margin-top: 12px; margin-bottom:12px;"><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">40 USD / 300 CNY extra page</span></p></td></tr><tr><td valign="middle" style=" background:rgba(245,245,245); border: 4px solid rgb(255, 255, 255); word-break: break-all;" align="center"><p style="margin-top: 12px; margin-bottom:12px;"><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">Attendees without a Submission</span></p></td><td valign="middle" style=" background:rgba(245,245,245); border: 4px solid rgb(255, 255, 255); word-break: break-all;" align="center"><p style="margin-top: 12px; margin-bottom:12px;"><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">180 USD / 1200 CNY person</span></p></td></tr><tr><td valign="middle" style=" background:rgba(250,250,250); border: 4px solid rgb(255, 255, 255); word-break: break-all;" align="center"><p style="margin-top: 12px; margin-bottom:12px;"><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">Purchase Extra Proceedings/Journal copies</span></p></td><td valign="middle" style=" background:rgba(250,250,250); border: 4px solid rgb(255, 255, 255); word-break: break-all;" align="center"><p style="margin-top: 12px; margin-bottom:12px;"><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">75 USD / 500 CNY book</span></p></td></tr></tbody></table></div></div></div> </div> </div> <div> <div class="meeting-spans"> <div><style>.zsy6{ margin: 0px -359px 0px; padding: 50px 400px 50px; } @media (max-width:768px) { .zsy6{ margin: -80px -17px -60px -22px; padding:25px 10px 50px; } }</style><div class="zsy6" style="background:rgbA(245,245,245);" align="left"><div id="rightdh3"><p style="text-align: center; margin-bottom: 24px;"><span class="zsy1text colorOne" style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;;font-weight:lighter;">Program</span></p><table><tbody><tr class="firstRow"><td valign="middle" style="border:none;background:rgba(250,250,250)" align="center"><p style="margin-top: 24px; margin-bottom: 24px;"><strong><span class="colorOne" style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 16px;">time</span></strong></p></td><td valign="middle" style="border:none;background:rgba(250,250,250)" align="center"><p style="margin-top: 24px; margin-bottom: 24px;"><strong><span class="colorOne" style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 16px;">Activity</span></strong></p></td></tr><tr class="firstRow"><td valign="middle" style="border: none; background: rgb(240, 240, 240); word-break: break-all;" align="center"><p style="margin-top: 12px; margin-bottom: 0px;"><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">13:00-17:00</span></p><p style="margin-top: 0px; margin-bottom: 12px;"><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">(July 21, 2024)</span></p></td><td valign="middle" style="border: none; background: rgb(240, 240, 240); word-break: break-all;" align="center"><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">Registration</span></td></tr><tr class="firstRow"><td valign="middle" style="border: none; background: rgb(250, 250, 250); word-break: break-all;" align="center"><p style="margin-top: 12px; margin-bottom: 0px;"><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">09:00-12:00</span></p><p style="margin-top: 0px; margin-bottom: 12px;"><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">(July 22, 2024)</span></p></td><td valign="middle" style="border: none; background: rgb(250, 250, 250); word-break: break-all;" align="center"><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">Opening Ceremony +&nbsp;Keynote Speeches</span></td></tr><tr class="firstRow"><td valign="middle" style="border: none; background: rgb(240, 240, 240); word-break: break-all;" align="center"><p style="margin-top: 12px; margin-bottom: 0px;"><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">12:00-14:00</span></p><p style="margin-top: 0px; margin-bottom: 12px;"><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">(July 22, 2024)</span></p></td><td valign="middle" style="border: none; background: rgb(240, 240, 240); word-break: break-all;" align="center"><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">Lunch</span></td></tr><tr class="firstRow"><td valign="middle" style="border: none; background: rgb(250, 250, 250); word-break: break-all;" align="center"><p style="margin-top: 12px; margin-bottom: 0px;"><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">14:00-18:00</span></p><p style="margin-top: 0px; margin-bottom: 12px;"><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">(July 22, 2024)</span></p></td><td valign="middle" style="border: none; background: rgb(250, 250, 250); word-break: break-all;" align="center"><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">Oral Presentations</span></td></tr><tr class="firstRow"><td valign="middle" style="border: none; background: rgb(240, 240, 240); word-break: break-all;" align="center"><p style="margin-top: 12px; margin-bottom: 0px;"><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">18:00-19:30</span></p><p style="margin-top: 0px; margin-bottom: 12px;"><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">(July 22, 2024)</span></p></td><td valign="middle" style="border: none; background: rgb(240, 240, 240); word-break: break-all;" align="center"><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">Banquet</span></td></tr><tr class="firstRow"><td valign="middle" style="border: none; background: rgb(250, 250, 250); word-break: break-all;" align="center"><p style="margin-top: 12px; margin-bottom: 0px;"><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">09:00-18:00</span></p><p style="margin-top: 0px; margin-bottom: 12px;"><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">(July 23, 2024)</span></p></td><td valign="middle" style="border: none; background: rgb(250, 250, 250); word-break: break-all;" align="center"><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px; color: #3F3F3F;">Academic Discussion</span></td></tr></tbody></table></div></div></div> </div> </div> <div> <div class="meeting-spans"> <div><style>.zsy4{ margin: 0px -359px 0px; padding: 50px 400px 50px; height:auto; } .zsy4l{ width:35%; vertical-align: top; margin:0px auto; display:inline-block; text-align:justify; margin-right:55px; } .zsy4r{ width:60%; vertical-align: top; margin:0px auto; display:inline-block; } .zsy4text{ text-align: left; } @media (max-width:768px) { .zsy4{ margin: -195px -17px 0px -22px; padding:20px 10px 40px; height:auto; position: relative; } .zsy4l{width:100%; margin-right:0px; } .zsy4r{width:100%; margin-top:20px; } .zsy4text{ text-align: center; } }</style><div class="zsy4" style="background:rgbA(255,255,255);" align="left"><p class="zsy4text" style="margin-bottom: 24px;"><span class="zsy1text colorOne" style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;;font-weight:lighter;">Supported By</span></p><p class="zsy4text" style="margin-bottom: 24px;"><span class="zsy1text colorOne" style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;;font-weight:lighter;"></span></p><table class="UEditorTable" width="1168"><tbody><tr class="firstRow"><td valign="top" style="word-break: break-all; border-color: rgb(242, 242, 242);" align="center" width="564"><p style="margin-top: 0px; margin-bottom: 24px; text-wrap: wrap; line-height: 1.5em;"><img src="https://fhk.ais.cn/cms/website/editor/202405/301240509094118735.jpg" alt="673.jpg" width="135" height="120" border="0" vspace="0" style="width: 135px; height: 120px;"/></p><p style="margin-top: 0px; margin-bottom: 24px; text-wrap: wrap; line-height: 1.5em;">TongJi University</p></td><td valign="top" style="word-break: break-all; border-color: rgb(242, 242, 242);" align="center" width="564"><p style="margin-top: 0px; margin-bottom: 24px; text-wrap: wrap; line-height: 1.5em;"><img src="https://fhk.ais.cn/cms/website/editor/202404/301240409101114028.png" alt="UNICAMP.png" width="114" height="118" border="0" vspace="0" style="width: 114px; height: 118px;"/></p><p style="margin-top: 0px; margin-bottom: 24px; text-wrap: wrap; line-height: 1.5em;">State University of Campinas - UNICAMP</p></td></tr></tbody></table><p class="zsy4text" style="margin-bottom: 24px;"><span class="zsy1text colorOne" style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;;font-weight:lighter;"></span><br/></p><p style="margin-top: 0px; line-height: 1.5em; margin-bottom: 24px;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</p><p style="margin-top: 0px; line-height: 1.5em; margin-bottom: 24px;"><br/></p></div></div> </div> </div> </div> </div> <div class="footer"> <div class="footer-wrap"> <div class="footer-right"> <p> Copyright© &nbsp; EIMSS 2024 </p> <p>2024 4th International Conference on Education, Information Management and Service Science (EIMSS 2024) &nbsp;&nbsp; http://www.eimss.org/ </p> </div> </div> </div> <style> /*底部*/ .footer { width: 100%; height: 100px; background: #333333; -webkit-box-flex: 0; flex: 0 0 100px; } .footer-wrap { width: 1200px; height: 100px; left: calc(50% - 600px); background: #333333; color: #989898; font-size: 12px; display: -webkit-box; display: flex; -webkit-box-pack: justify; justify-content: space-between; -webkit-box-align: center; align-items: center; margin: auto; } .footer-left { -webkit-box-pack: justify; justify-content: space-between; -webkit-box-align: center; align-items: center; width: 527px; display: -webkit-box; display: flex; } .support > span { line-height: 28px; } .meeting > img { position: absolute; } .meeting > div { text-align: center; } .footer-right { line-height: 28px; display: flex; justify-content: flex-start; flex-direction: column; flex: 1; align-items: center; } </style> <script> function getClassDomList(className) { return document.getElementsByClassName(className) } String.prototype.colorRgb = function () { // 16进制颜色值的正则 var reg = /^#([0-9a-fA-f]{3}|[0-9a-fA-f]{6})$/; // 把颜色值变成小写 var color = this.toLowerCase(); if (reg.test(color)) { // 处理六位的颜色值,转为RGB var colorChange = []; for (var i = 1; i < 7; i += 2) { colorChange.push(parseInt("0x" + color.slice(i, i + 2))); } return "RGBA(" + colorChange.join(",") + ")"; } else { return color; } }; var classlist = ['color-title', '.color1']; let color = '#84142D'.colorRgb(); color = color.slice(0, color.length - 1) + ",0.1)"; for (let i = 0; i < classlist.length; i++) { const list = getClassDomList(classlist[i]) for (let i = 0; i < list.length; i++) { list[i].style.setProperty('background', color, 'important') } } </script> <style> .colorOne { color: #84142D !important;; } .layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after { background-color: #84142D !important; } .selected1 { color: #84142D !important; } .right-title-info1 { color: #84142D !important;; } .count-down1 { background-color: #84142D !important;; } .row { background-color: #84142D !important;; } .color-change { background: #84142D !important; } .color-line { background-color: #84142D !important; } .color-important { background: #84142D !important; } .dawn-bg { background-color: #84142D !important; } .select-Color { background: #84142D !important; } .layui-nav .layui-nav-more { display: none; } .layui-hover:hover { background: #84142D !important; } .layui-nav .layui-nav-child a:hover { background-color: rgba(7, 13, 89, .1) !important; } .layui-nav-bar { background-color: white !important; } .layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after { background-color: !important; } .layui-nav-child { background-color: white; } .layui-nav .layui-nav-child a { color: black !important; } .layui-nav .layui-nav-item a { width: auto !important; color : rgba(255,255,255,1); } .d1-color { border-color: white white white #84142D !important; } .layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after { background-color: white !important } .m-color-bg2{ background: #84142D !important; } .m-imp-bg{ background: #84142D !important; } .m-nav-color{ background: #84142D !important; } .m2-right-bg1{ background: #84142D !important; } .rightNavItem{ background: #84142D !important; } .bottomNavItem{ background: #84142D !important; } .bottomLanguage{ background: #84142D !important; } .rightLanguage{ background: #84142D !important; } </style> <script type="text/javascript" src="https://img.ais.cn/thirds/common/stat.js?v=3"></script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10