/* 基础样式 */
body {
    font-family: 'open_sans', 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
}
ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    background: none;
    font-size: inherit;
    color: inherit;
    text-decoration: none;
  }
  #site_demo{
    margin-bottom: 40px;
  }
  #site_demo ul,
  #minProgram_demo ul{
    display: flex;
    flex-wrap: wrap; 
    justify-content: flex-start;
    width:1220px;
    margin: 0 auto;
  }
#site_demo ul li,
#minProgram_demo ul li{
    margin: 25px; 
    margin-bottom: 0;
}
#site_demo ul li:last-child {
    /*margin-left: auto;*/
}

.container {
    width: 58%;
    margin: 0 auto;
}

.center {
    text-align: center;
}

header, footer {
    background-color: #f5f9fd;
}

.main-content {
    margin-bottom: 2rem;
    padding: 40px;
    background-color: #f0f6fd;
    text-align: center;
}

h1 {
    font-size: 2em;
    margin: 0;
    margin-bottom: 0.5em;
}

.instruction {
    font-size: 1.2em;
    margin: 0rem;
}

.line-sep{
    width: 100px;
    border: 1px solid #2e8aff;
    margin: 0 auto;
}
.tags {
    list-style: none;
    padding: 0;
    display: flex; /* 使列表项并排显示 */
    justify-content: center; /* 水平居中 */
    margin: 30px 10px 10px 10px;
}

.tag {
    display: inline-block;
    margin: 0.25rem;
    padding: 0.25rem 1rem;
    font-size: 16px;
    border-radius: 0.5rem;
    text-decoration: none;
    color: #fff;
    background-color: #83baff;
    transition: background-color 0.3s, color 0.3s; /* 添加过渡效果 */
    
}

.tag:hover {
    background-color:#0073ff;/* 鼠标悬停时的背景颜色 */
    color: #fff; /* 鼠标悬停时的文字颜色 */
    cursor: pointer;
    border: none
}

.tag.selected {
    background-color:#0073ff; /* 选中状态的背景颜色 */
    color: #fff; /* 选中状态的文字颜色 */
    border-color: #0073ff; /* 选中状态的边框颜色 */
    
}

.image-container {
    position: relative;
    width: 560px;
    border-radius: 14px;
}
.webdemoimage{
    border: 1px solid #eaeaea;
    padding: 14px;
    overflow: hidden;
}
.minPgContainer {
    position: relative;
    width: 320px;
    height: 560px;
    overflow: hidden;
    border: 1px solid #eaeaea;
    border-radius: 8px;
}
.minPgEwm{
    width: 200px;
    border-radius:14px;
}
.minPgEwmText{
    margin-top: 20px;
    color: #fff;
}
.image-container .image{
    border: 1px solid #ccc;
    padding: 20px;
    height: 250px;
    overflow: hidden;
}
.demo_img {
    width: 100%;
}

#site_demo{
    
}
.image-overlay-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0; /* 默认不可见 */
    transition: opacity 0.3s; /* 添加过渡效果 */
}

.image-container:hover .image-overlay-wrapper {
    opacity: 1; /* 鼠标悬停时可见 */
}
.middle .s-btn {
    font-size: 14px;
    background-color: #0073ff;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 5px;
}

.info-bar {
    color: #727b88;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.link {
    display: inline;
    margin: 0.25rem;
    text-decoration: none;
    color: #727b88;
    font-style: italic;
    font-weight: 300;
    color: inherit;
    font-size: 14px;
}
.link .location{
    display: inline;
}
.featured-page-link, .featured-page-location {
    display: inline-block;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    color: #727b88;
    font-size: 14px;
}

.image-title{
    font-size: 18px;
    margin: 5px 0;
    margin-top: 15px;
}

.image a{
    display: flex;
    overflow: hidden;
}


.form-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.country-select,
.phone-input,
.verification-input {
    padding: 10px;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    font-size: 16px;
    transition: border-color 0.3s;
}
/* 悬停和焦点时变为蓝色 */
.country-select:hover,
.phone-input:hover,
.verification-input:hover,
.country-select:focus,
.phone-input:focus,
.verification-input:focus {
    border-color: #007bff;
    outline: none;
}
.country-select {
    width: 120px;
    margin-right: 10px;
}
.phone-input {
    width: 300px;
    margin-right: 10px;
    height: 32px;
}
/* 验证码输入框和按钮容器 */
.verification-container {
    position: relative;
    display: flex;
    align-items: center;
    border-radius:6px;
}
.verification-input {
    width: 300px;
    padding-right: 50px; /* 留出空间给按钮 */
    height: 32px;
    border-radius:6px;
}
.get-code-button {
    position: absolute;
    right: 10px;
    background: none;
    border: none;
    color: #333;
    font-size: 14px;
    cursor: pointer;
}
.get-code-button:hover {
    color: #007bff;
}
.experience-button {
    border-radius:6px;
    background-color: #007bff;
    line-height: 32px;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 10px 20px;
    margin-left: 10px;
    font-size: 16px;
    cursor: pointer;
}
.experience-button:hover {
    background-color: #21a1ff;
}
.checkbox-container {
    margin-top: 15px;
    text-align: center;
    font-size: 14px;
}
.checkbox-container input[type="checkbox"] {
    margin-left: 10px;
}
.infobox{
    height: 450px;
    padding-top: 100px;
    margin-top: 50px;
    line-height: 100px;
    background: #f9fbfd;
}


/*分页器样式 start*/

/*分页器样式 end*/



/* 响应式设计 */
@media (max-width: 768px) {
    .container {
        width: 95%;
    }

    .tags {
        font-size: 0.9em;
    }
}
@font-face {
    font-family: 'Font Awesome 6 Free';
    src: url('../fonts/fontawesome-webfont.woff') format('woff'),
         url('../fonts/fontawesome-webfont.ttf') format('truetype');
  }

  