﻿.layui-mp-banner-bg {
    background: url(../../images/banner.jpeg) no-repeat;
    background-size: 100% auto;
    background-position:center;
    position:relative;
}
.layui-mp-banner-text {
    background: url(../../images/NMEE2024.png) no-repeat;
    background-size: 80% auto;
    background-position:center;
    height:100%;
}

#layui-mp-download-container {
    width:100%; 
    margin:20px 0;
}
#layui-mp-download {
    width:1100px; 
    margin:0px auto;
}
.layui-mp-top {
    background-color:rgba(208,206,206,0.5);
    padding:10px;
    border-radius:10px;
    width:240px;
    margin:0px auto;
}
.layui-mp-top img {
    height:50px;
    margin:10px auto;
    display:block;
}
.layui-mp-top p {
    text-align:center;
    
}
.layui-mp-brief{
    padding:10px;
}
.layui-mp-brief img {
    height:200px;
    margin:0px auto;
    display:block
}
.layui-mp-brief div {
    text-align:center;
}

.layui-mp-news {
    margin:15px 15px 0px 0px;
}
.layui-mp-news > p > span {
    color:#4472C4;
    float:right;
    margin-left:20px;
}
.layui-mp-news > p {
    text-align:left;
}
.layui-mp-news > p:last-child {
    margin-bottom:0px;
}
article {
    display:flex;
    gap:5px;
    margin-bottom:10px;
}
    article > div:first-child {
        white-space:nowrap
    }
.layui-mp-content table{
    width:100%;
    margin:10px 0;
}
.layui-mp-content table th{
    text-align:center
}
.layui-mp-content table td, .layui-mp-content table th{
    border:1px solid #D9E2F3;
    padding:4px;
}
.layui-mp-content table input {
    border:none;
    border-bottom:1px solid #4472C4;
    padding-bottom:3px;
    width:100%;
    padding:10px 0px;
}
.layui-mp-content table textarea {
    border:none;
    border-bottom:1px solid #4472C4;
    padding-bottom:3px;
    width:96%;
    height:40px;
    padding:10px;
}
.layui-mp-item h1:not(.layui-title) {
    width: fit-content;
    color: black;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 40px;
    position: relative;
    background: linear-gradient(90deg, #04B6EC, #00C89B);
    -webkit-background-clip: text; /* 背景裁剪为文字 */
    background-clip: text;
    color: transparent; /* 文字颜色设为透明，显示背景渐变 */
}

.animationLeft, 
.animationRight {
    transition: all .5s cubic-bezier(0.63,-0.23, 0.32, 1.08);
    transform: translateX(0);
    transition-delay: .5s;
}

.CALLFORPAPERS {
    transform: translateX(-100%);
}

.TOPIT {
    transform: translateX(100%);
}