@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  src: url('/fonts/OpenSans-Regular.ttf') format('truetype'),
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: bold;
  src: url('/fonts/OpenSans-Bold.ttf') format('truetype'),
}

body {
  font-family: 'Open Sans', sans-serif;
  color: #192534;
  margin: 0;
  padding: 0;
}
  
  header {
    background-color: #1A2D41;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 59px;
  }


header img{
  padding-left: 16px;
}

  
  h1 {
    font-size: 20px;
    color: #FFFFFF;
    margin: 0;
  }
  
  h2 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 0;
  }
  

  
  section#amazon-signage-device-setup {
    display: flex;
    background-color: #f4f4f4;  
    display: flex;
    flex-direction: column;
    min-height: 1035px;
    height: auto;
    padding: 72px 0;
  }
  
  section#amazon-signage-device-setup .amazon-signage-device-setup-title {
    width: 87%;
    text-align: left; /* 文本左对齐 */
    padding-left: 13%; /* 距离左侧边缘261px */
  }
  section#amazon-signage-device-setup .context-warp{
    display: flex;
  }

 .context-aside{
    height: 100%;
    width: 30%;
  }

  section#amazon-signage-device-setup .context-warp .amazon-signage-device-setup-context{
    width: 60%;
    padding-left: 13%;
    text-align: left; /* 文本左对齐 */
  }
  
  aside {
    width: 100%;
    padding-left: 0.5rem;
    margin-left: 0.5rem;
    float: right;
    box-shadow: inset 5px 0 5px -5px #29627e;
    color: #192534;
  }
  
  aside > p {
    margin: 0.5rem;
  }

  
  .fixed-font {
    font-size: 18px; /* 可根据需要调整字体大小 */
  }
  
  .fixed-font2 {
    font-size: 30px; /* 可根据需要调整字体大小 */
    font-weight: bold; /* 字体加粗 */
    margin-bottom: 10px;
  }
  
  .fixed-font3 {
    margin-top: 0px;
    font-size: 16px; /* 可根据需要调整字体大小 */
    color: #7D8998;
    margin-bottom: 40px;
  }
  
  ul li{
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  ol li{
    margin-top: 10px;
    margin-bottom: 10px;
  }

  a {
    color: #0088CC;
    text-decoration: none;
    font-weight: bold;
  }

  a:hover {
    text-decoration: underline; 
    
  }

  
  footer {
    background-color: #1A2D41;
    color: white;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  
  footer div {
    margin-left: 20px;
  }
  