oat: left; } .page-main-header .nav li:nth-child(2) .subM2dl_3 { width: 15.8%; float: left; } .subM2dl_3 dl dd { font-size: 14px; line-height: 28px; color: #333; } @media (max-width: 1799px) { .subM2dl_2 { width: 50%; float: left; } .page-main-header .nav li:nth-child(2) .subM2dl_3 { width: 15.8%; float: left; } .subM2dl_3 dl dd { font-size: 14px; line-height: 28px; color: #333; } } .footMid { padding-bottom: 30px; display: flex; align-items: flex-start; grid-gap: 10px; } .footMid span { font-size: 14px; color: #999999; white-space: nowrap; } .footMid .link { display: flex; flex-wrap: wrap; align-items: baseline; grid-column-gap: 30px; grid-row-gap: 10px; } .footMid .link a { font-size: 14px; color: #999999; transition: color 0.3s ease; } /*智能客服开始*/ .popup { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); justify-content: center; align-items: center; animation: fadeIn 0.3s ease-in-out; } @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } @keyframes fadeOut { from { opacity: 1; } to { opacity: 0; } } .popup-content { /* background-color: white;*/ background: linear-gradient(to right, #006dff, #00a8ff); border-radius: 15px; width: 850px; height: 750px; display: flex; flex-direction: column; transform: scale(0.8); } .popup-header { padding: 10px 20px; background: linear-gradient(to right, #006dff, #00a8ff); border-bottom: 1px solid #ccc; display: flex; justify-content: space-between; align-items: center; border-top-left-radius: 15px; border-top-right-radius: 15px; } .header-left-container { display: flex; align-items: center; } .avatar-container { margin-right: 10px; } .avatar { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; background-color: #fff; } .title-description-container { display: flex; flex-direction: column; justify-content: center; } .popup-title { margin: 0; color: white; font-size: 18px; line-height: 1.2; } .popup-description { margin-left: 10px; color: white; font-size: 12px; line-height: 1.2; } .close { font-size: 24px; cursor: pointer; color: white; } .popup-body { padding: 0px; flex-grow: 1; } .popup-body iframe { width: 100%; height: 100%; border: none; } iframe { border-radius: 10px; overflow: hidden; } /*智能客服结束*/