/**组件样式**//**组件样式**//**组件样式**//* 关键：固定容器尺寸 + 图片居中裁剪 */
#main-cont .pic {
    width: 100%;
    height: 450px; /* 统一图片容器高度，可根据需求调整 */
    overflow: hidden;
    border-radius: 8px; /* 可选：增加圆角更美观 */
    position: relative;
    background-color: #f5f5f5;}
#main-cont .pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover; /* 核心属性：保持比例，裁剪超出部分 */
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease;}
#main-cont .pic:hover img {
    transform: translate(-50%, -50%) scale(1.05);}
#main-cont .info {
    padding: 12px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 500;}
    
span.PrevDisabled {
    font-size: 12px;
    font-family: 宋体;
    display: inline-block;
    height: 20px !important;
    margin-right: 3px;
    padding: 2px 4px;
    background: #fff;
    color: #ccc;
    border: solid 1px #AFD5F5;
    line-height: 14px;}
span.NextDisabled {
 font-size: 12px;
    font-family: 宋体;
    display: inline-block;
    height: 20px !important;
    margin-right: 3px;
    padding: 2px 4px;
    background: #fff;
    color: #ccc;
    border: solid 1px #AFD5F5;
    line-height: 14px;}
a.Next {
    font-size: 12px;
    font-family: 宋体;
    display: inline-block;
    height: 20px !important;
    margin-right: 3px;
    padding: 2px 4px;
    background: #fff;
    color: #ccc;
    border: solid 1px #AFD5F5;
    line-height: 14px;}
a.Prev {
font-size: 12px;
    font-family: 宋体;
    display: inline-block;
    height: 20px !important;
    margin-right: 3px;
    padding: 2px 4px;
    background: #fff;
    color: #ccc;
    border: solid 1px #AFD5F5;
    line-height: 14px;}
input#a1115368GOPAGE {
    padding: 2px 4px;
    /* background: #fff; */
    /* color: #ccc; */
    border: solid 1px #AFD5F5;}
@media (max-width: 1180px) {
  .footerRight {
    display: block;
    width: 100%;
    text-align: center;
    margin-left: 0 !important;
    margin-right: 0 !important;}
  /* 确保内部表格也居中 */
  .footerRight table {
    margin: 0 auto !important;}
    .footerLeft {
    display: block;
    width: 100%;
    text-align: center;
    margin-left: 0 !important;
    margin-right: 0 !important;}
  /* 确保内部表格也居中 */
  .footerLeft table {
    margin: 0 auto !important;}
      .footerMid {
    display: block;
    width: 100%;
    text-align: center;
    margin-left: 0 !important;
    margin-right: 0 !important;}
}