.confirm-container {
  background-color: rgba(0, 0, 0, 0.12);
  z-index: 50;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.confirm-box {
  position: absolute;
  bottom: -180px;
  transition: all 250ms;
  display: flex;
  flex-direction: column;
  width: 300px;
  min-height: 150px;
  background-color: #fff;
  border: 1px solid #ccc;
  justify-content: space-between;
  border-radius: 6px;
  text-align: center;
}

.confirm-box_close {
  padding: 0px;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin: 4px -7px;
}

.confirm-box_title {
  color: #333;
  font-size: 14px;
  /*  font-weight: bold; */
  margin: 36px auto;
  word-wrap: break-word;
  text-align: left;
  padding: 0 24px;
  line-height: 24px;
  margin-top: 36px;
  padding-top: 0px;
  /*英文单词会被 切断*/
  /*word-break: break-all;*/
  text-align: center;
}

.confirm-box_footer {
  display: flex;
  justify-content: flex-end;
  padding-right: 24px;
  margin-bottom: 12px;
}

.confirm-box_footer-cancle {
  color: #333333;
  min-width: 36px;
  width: auto;
  text-align: center;
  height: 24px;
  line-height: 24px;
  cursor: pointer;
  font-size: 14px;
  padding: 3px 14px;
  min-width: 42px;
  background: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.confirm-box_footer-cancle:hover {
  color: #218aed;
  border: 1px solid #218aed;
}

.confirm-box_footer-confirm {
  border: 1px solid #288aed;
  color: #288aed;
  font-size: 14px;
  min-width: 48px;
  width: auto;
  text-align: center;
  height: 24px;
  line-height: 24px;
  margin-left: 16px;
  cursor: pointer;
  padding: 3px 13px;
  min-width: 42px;
  background: #288aed;
  border-radius: 4px;
  color: #fff;
}

.confirm-box_footer-confirm:hover {
  background: #1265cf;
  border: 1px solid #1265cf;
}

.new-email_merge-title {
  
}

.new-email_merge-content {
  max-width: 189px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  line-height: 24px;
  height: 24px;
  margin-bottom: -6px;
}

.new-email_merge-target {
  /* display: block; */
  
}

/* 新添加css样式 */
.upload_file_link{margin-bottom: 20px;margin-top:5px;position: relative;}
.upload_file_link .website_link{color: #666;}
.upload_file_link img{
  /* width: 100%;
  height: auto; */
  max-width:750px;
  max-height: 750px;
  display: block;
}
.vip_page_link{
  max-width:92px!important;
  max-height: 92px!important;
}

.upload_file_link .upload_file_link_title{
  font-size: 16px;
  font-weight: bold;
  margin: 4px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; */
  display: block;
}
.upload_file_link .upload_file_link_txt{
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  display: block;
}
.upload_file_link a:hover{color: #2882d8}
.upload_file_link a{display: inline-block;}
.upload_file_link .website_address_link{
  color: #2882d8;
  padding: 8px 10px;
}
.upload_file_link .website_address_link:hover{color: #218aed}
.upload_file_link_info{
  background: #F8F8F8;
  padding: 12px 10px;
}

.file_link_delete{
  width: 32px;
  height: 32px;
  background: url("../img/delete.svg") no-repeat;
  background-size: cover;
  position: absolute;
  right: 4px;
  top: 14px;
}
.file_link_delete:hover{
  background: url("../img/delete-hover.svg") no-repeat;
  background-size: cover;
}
