@font-face {
    font-family: 'IconFont';
    src: url('iconfont.eot'); /* IE9兼容 */
    src: url('iconfont.eot') format('embedded-opentype'), /* IE6-IE8 */
         url('iconfont.woff2') format('woff2'), /* Super Modern Browsers */
         url('iconfont.woff') format('woff'), /* Modern Browsers */
         url('iconfont.ttf') format('truetype'), /* Safari, Android, iOS */
         url('iconfont.svg') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

:root {
    font-size: var(--base-font-size, 16px);
}

@media (max-width: 1920px) {
    html {
      font-size: calc(16px * (100vw / 1920)); /* 根据当前宽度动态调整rem大小 */
    }
  }
  

input[type="radio"] {
    display: none; /* 隐藏原始的 radio 按钮 */
}

.button {
    padding: 0.625rem 0;
    border: 0.0625rem solid #ccc;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    font-size: 1.3rem;
    width: 3.8rem; 
    box-sizing: border-box;
    margin: 0; 
    height: 3rem;
    color: #8b95a8;
}


input:checked + label {
    background-color: #1e78ff;
    color: white;
    width: 8rem; 
}

.period-time {
    margin-top: 0.625rem;
    font-size: 1.2rem;
    color: #666;
    text-align: center;
}


/* 正式样式开始 */

/* 顶部元素 */

.index-top{
    /* height: 5rem; */
    width: 100%;
}

.top-img{
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 9.8125rem;
    background-size: cover;
    background-position: center;
    z-index: -7;
}

/* 选项卡 */
.tabs{
    height: 3.6rem;
    background-color: #8fcdbe;
    padding-left: 6%;
    padding-right: 6%;
    display: flex;
    margin-top: 7rem;
}

.tabs-content{
    flex: 1;  
    height: 100%;  
    box-sizing: border-box; 
    display: flex;
    justify-content: center; 
    align-items: center; 
    position: relative; 
    /* background-color: #8fcdbe; */
}

.tabs-content a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;  
    height: 100%; 
    text-decoration: none; 
    color: inherit; 
    cursor: pointer; 
    transition: background-color 0.3s; 
    color: #fff;
    font-size: 1.45rem;
    font-weight: 500;
    letter-spacing: 0.125rem;
}

.tabs-content a:hover  {
    background-color: #30b3ae; 
    color: #fff;
}

/* 顶部元素结束 */

/* 正文内容开始 */
.bigDiv{
    padding-left: 20rem;
    padding-right: 20rem;
    padding-top: 2rem;
    background: linear-gradient(45deg, #ffffff, #f0f9f6);
}

.main-content{
    box-shadow: 0.25rem 0.25rem 0.625rem rgba(0, 0, 0, 0.3);
    border-radius: 0.6rem;
    background: linear-gradient(45deg, #ffffff, #f0f9f6);
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 2rem;
    padding-bottom: 4rem;
}

.center-text{
    font-size: 2rem;
    text-align: center;
    font-weight: 600;
}

.one-text{
    font-size: 1.5rem;
    line-height: 3.2rem;
}

.main-text{
    font-size: 1rem;
    text-indent: 2em;
    line-height: 2rem;
}

#app{
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 2rem;
    border: 0.1px solid #dddddd;
}


.footer {
    background: #523867;
    color: #fff;
    padding: 1.25rem;
    text-align: center;
    margin-top: 2.5rem;
}

.footer .footer-content{
    padding: 0 7%;
    margin-top: 1.25rem;
}

.footer .footer-content p{
    text-align: left;
}

.footer .qr-code img {
    height: 5rem;
    width: 5rem;
    margin-left: 0.8rem
}

.big-font{
    font-size: 1.4375rem;
    font-weight:400;
    letter-spacing: 2px;
}

.small-font{
    margin-top: 1.125rem;
    font-size: 1.25rem;
    font-weight:200;
    letter-spacing: 1px;
}

.qr-code{
    position: absolute;
    right: 7%;
    transform: translateY(-100%);
    width: 5rem;
}

.qr-code-text{
    font-size: 1rem;
    margin-top: 0.625rem;
    transform: translateX(-10%);
    width: 8rem;
}


/* layui定制样式 */
.layui-tab-title{
    width: calc(100% / 6);
    font-size: 1.1875rem;
    color: #4678b6;
    margin-bottom: 1.5625rem;
}

.layui-tab-title li{
    width: calc(100%/6);
}

.layui-tab-title li.layui-this:after{
    border-style: none;
}

.layui-tab-title li.layui-this {
    border-color: transparent !important;
    border-bottom: 0.3125rem solid #4678b6 !important;
    color: #4678b6 !important; 
    font-size: 1.25rem;
    font-weight: bold;
}

.layui-tab-title li {
    transition: all 0.3s ease;
}

.layui-tab-title li:hover {
    color: #4678b6;
}

.layui-tab-content {
    border-top: none !important;
}

.layui-tab-content {
    padding: 1.25rem;
    position: relative;
    height: 100%;
}

.layui-show{
    display: flex !important;
    height: 100%;
}

.layui-timeline {
    width: 90%;
    position: relative;
    margin-top: 0.625rem;
}

.layui-timeline .layui-timeline-item {
    position: relative;

}

.layui-timeline .layui-timeline-item::after {
    display: none;
}


.layui-timeline-axis {
    color: #7e57c2;
    width: 0.4375rem !important;
    height: 0.4375rem !important;
    left: -0.0625rem !important;
    border: 0.125rem solid #7e57c2;
}


.layui-timeline-title {
    display: flex;
    align-items: center;
    color: #333;
    line-height: 1.375rem !important;
}

.layui-timeline-title .title{
    font-size: 1.3125rem;
}

.layui-timeline-title .title:hover{
    color: #4678b6;
    cursor: pointer;
}


.layui-timeline-content .description{
    font-size: 1.0625rem;
}


.layui-timeline .layui-timeline-item {
    height: 25%;
}

.layui-table-item{
    display: flex;
    margin-top: 0.3125rem;
}

.description {
    font-size: 0.875rem;
    color: #666;
}
.news-list2 ul li{
    font-size: 1.5rem !important;
}

.el-button {
    padding: 10px 20px;
    border: 1px solid #dcdfe6;
    background-color: #fff;
    cursor: pointer;
    border-radius: 4px;
    transition: 0.3s;
}

.el-button:hover {
    border-color: #c0c4cc;
    background-color: #f5f7fa;
}

/* 消息提示框样式 */
.message {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 15px 20px;
    border-radius: 4px;
    color: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    opacity: 0;
    animation: fadeInOut 2s forwards;
    font-size: 16px;
    max-width: 80%;
    z-index: 1000;
}

/* 消息类型颜色 */
.message--success {
    background-color: #67c23a;
}

.message--warning {
    background-color: #e6a23c;
}

.message--error {
    background-color: #f56c6c;
}

/* 消息动画效果 */
@keyframes fadeInOut {
    0% {
        opacity: 0;
        transform: translateX(-50%) translateY(-10px);
    }
    10%, 90% {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateX(-50%) translateY(-10px);
    }
}