.xl_pan_comfirm_wrapper--4nYmA {
			  color: #333;
			
			  position: fixed;
			  top: 0;
			  left: 0;
			  right: 0;
			  bottom: 0;
			  z-index: 999;
			}
			
			.xl_pan_comfirm_shadow--30HYR {
			  width: 100%;
			  height: 100%;
			  background-color: #000002;
			  opacity: 0.6;
			}
			
			.xl_pan_comfirm--11pjY { 
			  position: absolute;
			  top: 40%;
			  width: 80%;
			  max-width: 400px;
			  background-color: #edf4ff;
			  border-radius: 10px;
			  left: 50%;
			  transform: translateX(-50%);
			}
			
			.xl_pan_comfirm--11pjY .title--353nv {
			  color: #2a6bdd;
			  font-size: 18px;
			  margin: 15px 15px 0 15px;
			}
			
			.xl_pan_comfirm--11pjY .desc--1VYho {
			  display: flex;
			  padding: 6px 15px;
			  justify-content: space-between;
			  font-size: 11px;
			}
			
			.xl_pan_comfirm--11pjY .desc--1VYho p {
			  display: inline-flex;
			  align-items: center;
			}
			
			.xl_pan_comfirm--11pjY .desc--1VYho p span {
			  display: block;
			  width: 15px;
			  height: 15px;
			  background-color: #619bff;
			  border-radius: 50%;
			  color: #fff;
			  text-align: center;
			  line-height: 15px;
			  margin-right: 4px;
			}
			
			.xl_pan_comfirm--11pjY .content-wrap--3d14N {
			  margin: 10px 15px 15px 15px;
			  box-sizing: border-box;
			}
			
			.xl_pan_comfirm--11pjY .content-wrap--3d14N .title-box--2JQyz {
			  width: 75%;
			  display: flex;
			  flex-direction: column;
			  justify-content: center;
			}
			
			.xl_pan_comfirm--11pjY .content-wrap--3d14N .title-item--JoBBB {
			  margin: 0;
			}
			
			.xl_pan_comfirm--11pjY .content-wrap--3d14N .title-link--1pTPn {
			  display: block;
			  width: 100%;
			  overflow: hidden;
			  text-overflow: ellipsis;
			  white-space: nowrap;
			  color: #ccc;
			}
			
			.xl_pan_comfirm--11pjY .content--2R9dK {
			  background-color: #fff;
			  display: inline-flex;
			  justify-content: start;
			  border-radius: 5px;
			  align-items: center;
			  width: 100%;
			}
			
			.xl_pan_comfirm--11pjY .content--2R9dK img {
			  width: 30px;
			  height: 30px;
			  margin: 15px;
			}
			
			.xl_pan_comfirm--11pjY .content--2R9dK p {
			  overflow: hidden;
			  text-overflow: ellipsis;
			  display: -webkit-box;
			  font-size: 12px;
			  -webkit-line-clamp: 2;
			  -webkit-box-orient: vertical;
			}
			
			.xl_pan_comfirm--11pjY .save--1pEwi {
			  background-color: #3f85ff;
			  color: #fff;
			  text-align: center;
			  padding: 12px 0;
			  border-radius: 5px;
			  margin: 15px;
			}
			
			.xl_pan_comfirm--11pjY .closeBtn--2T1BD {
			  position: absolute;
			  top: 15px;
			  right: 15px;
			  width: 22.5px;
			  height: 22.5px;
			}