﻿.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/AIIPCC2024.png) no-repeat;
    background-color:rgba(0,0,0,0.5);
    background-size: 100% auto;
    background-position:center;
    /*height:100%;*/
    /*width:900px;
    height:300px;*/
    position: absolute;
    top: 50%;
    left: 50%;
    max-width:100%;
    max-height:100%;
    -webkit-transform: translateX(-50%) translateY(-50%);
}

.layui-mp-scroll div {
    margin-left:5px;
}
.layui-mp-history img {
    height:200px;
    margin-right:10px;
}

/*#layui-mp-download-container {
    position:absolute; 
    width:100%; 
    bottom:-60px;
}
#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 {
    background-color:#FFF;
}
.layui-mp-brief img {
    width:100%;
}
.layui-mp-brief div {
    padding:0px 10px 10px 10px; 
    text-align:center;
    height:130px;
}*/

/*.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;
}*/

/*.layui-mp-content table td {
    padding:4px 1%;
    color:#4472C4;
}
.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;
}*/