*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;line-height:1.6;color:#333}#app{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1;margin-top:110px;height:calc(100vh - 122px);overflow-y:auto}.topMain{width:100%;position:fixed;top:0;left:0;z-index:1000;background:#fff}.topHead{width:1403px;margin:0 auto;display:flex;align-items:center;padding:40px 0 26px 0;box-sizing:border-box}.logo-section{display:flex;align-items:baseline;cursor:pointer;width:var(--b13e5594)}.logo-section img{width:40px;height:40px;margin-right:14px}.logo-section span{font-size:24px;line-height:25px;font-weight:400;color:#000}.nav-section{display:flex;align-items:center}.nav-section a{margin:0 20px;font-size:22px;font-weight:400;color:#5c5959;text-decoration:none}.nav-section a.active-link{color:#25396f;font-weight:700}.search-section{width:200px;height:30px;opacity:1;border-radius:24px;background:#ebe8e8;display:flex;align-items:center;padding-top:4px;padding-right:12px;margin-left:80px}.search-section input{width:100%;height:100%;border:0;font-size:18px;border-radius:24px;background:#ebe8e8}.search-section input:focus{outline:none}.search-icon{width:20px;height:20px;margin-bottom:4px;cursor:pointer}.language-section{margin-left:24px;cursor:pointer;color:#1989fa}.footerBottom{width:100%;height:36px;color:#000;position:relative;bottom:0;left:50%;font-size:15px;line-height:32px;font-weight:400;transform:translateX(-50%);background:linear-gradient(90deg,#fdfcfb,#e2d1c3);box-shadow:0 2px 4px rgba(0,0,0,.25);padding:5px}.footerContent{display:flex;justify-content:space-between;width:1403px;margin:0 auto}