﻿.modal{
  display:none;
  position:fixed;
  z-index:1;
 left:0;
 top:0;
  width:100%;
  height:100%;
  overflow:auto;

}
.modal-content{

  //background-color:black;
    background-color:#C2C287; //2024年10月26日 改为草绿
    width:100%;
    height:100%;
}

.picLarge{      //2024年10月28日添加类
margin: auto;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
max-width:80%;
max-height:80%;
}
.pt{  
color:red;
cursor: pointer;
}
/*.close{
  color:#aaa;
  float:right;

  font-size:28px;
  font-weight:bold;
  
}
 
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}*/


/* 关闭按钮 */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}
 
.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
