@import './variables.less';
@import url( '//at.alicdn.com/t/font_2504440_c2btkd879vn.css');
:root {
  --color-text: #666;
  --color-high-text: #ff5777;
  --color-tint: #ff8198;
  --color-background: #fff;
  --font-size: 14px;
  --line-height: 1.5;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
img{
      width: 100%;
      height: 100%;     
      object-fit: cover;  
}
.hoverP{
  cursor: pointer;
}
.hoverP.disabled{
  cursor: not-allowed;
}
body {
  -webkit-tap-highlight-color: transparent; /* webkit是苹果浏览器引擎，tap点击，highlight背景高亮，color颜色，颜色用数值调节 */
  color: var(--color-text);
  /* rem vw/vh */
  width: 100vw;
overflow: hidden;
background: #FAFAFA;

}

a {
  color: var(--color-text);
  text-decoration: none;
}
i{
    font-style: normal;
}

.clear-fix::after {
  clear: both;
  content: '';
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
}

.clear-fix {
  zoom: 1;
}


.color{
  color:#da291c;
}
.bac{
  background-color: #da291c;
}

.fileDeduplication button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  border-radius: 12px;
  background: linear-gradient(135deg, #EF8881 0%, #DA291C 100%);
}

.fileDeduplication button:active {
  opacity: 0.6;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.flex-row {
  display: flex;
  flex-direction: row;}
  .icon {
    width: 1em; height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
 }
/* 弹窗样式 */
.fileDeduplication .van-overlay {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
 .fileDeduplication .van-dialog {
  width: 275px!important;
  height: auto;
  padding: 20px 10px;
  background: #ffffff;
  border-radius: 16px;
}
 .fileDeduplication .van-dialog__header {
  padding-top: 0px !important;
  font-size: 15px !important;
  font-weight: 500;
  color: #303133 !important;
  line-height: 22px !important;
}
 .fileDeduplication .van-dialog__message {
  height: unset;
  font-size: 13px !important;
  font-weight: 400;
  color: #909399 !important;
  line-height: 20px !important;
  padding-bottom: 20px !important;
}
 .fileDeduplication .van-dialog__message--has-title {
  padding-top: 14px;
  color: #909399 !important;
}
 .fileDeduplication .van-dialog__footer {
  padding: 0;
  display: flex;
  justify-content: center;
}
 .fileDeduplication .van-button {
  height: 40px !important;
  width: 144px;
  line-height: 58px;
  .van-button__text{
    font-size: 13px;
  }
}

.fileDeduplication .van-dialog__cancel {
  width: 144px;
  height: 58px;
  border-radius: 17px !important;
  border: 1px solid #d0d0ce !important;
  color: #909399 !important;
  font-size: 19px !important;
  font-weight: 500;
  flex: none !important;
}
.fileDeduplication .van-hairline--top{
  position: static !important;;
}
/* 一个确认按钮 */
 .fileDeduplication .van-dialog__confirm {
  width: 144px;
  height: 58px;
  font-size: 19px !important;
  background: linear-gradient(135deg, #ef8881 0%, #da291c 100%) ;
  border-radius: 17px !important;
  color: #fff !important;
  /* margin-left: 78px !important; */
  flex: none !important;
}
/* 两个按钮时候的确认 */
.fileDeduplication .van-dialog__confirm.van-hairline--left{
  margin-left: 22px !important;
}
.fileDeduplication .van-dialog .van-hairline--top::after,.fileDeduplication .van-dialog .van-dialog__confirm::after{
  border: none;
}
.fileDeduplication .van-toast__text{
  font-size: 13px!important;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
}
/* 成功/失败的toast样式 需加className类名success-toast、fail-toast */
.fileDeduplication .van-toast {
  z-index: 2003;
  display: flex;
  flex-direction: row;
  width: auto;
  padding: 10px;
  min-height: auto;
  border-radius: 22px;
  top: 96px;
  transform: translate3d(-50%, 0, 0);
}
.fileDeduplication .van-toast i {
  font-size: 20px;
  margin-right: 5px;
}
.fileDeduplication .van-toast .van-toast__text {
  margin-top: 0;
  flex: 1;
  font-size: 13px;
}
/* 成功toast */
.fileDeduplication .success-toast {
  background: #f0faeb;
  color: #67c23a;
  border: 1px solid #67c23a;
}
/* 失败toast */
.fileDeduplication .fail-toast {
  color: #F56C6C;
  background: #FEEFF0;
  border: 1px solid #FF8484;
}
.fileDeduplication .warning-toast {
  color: #000;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0px 0px 32px 0px rgba(218,41,28,0.2);
}
.fileDeduplication .van-icon-success {
  width: 20px;
  height: 20px;
  background: url("~@/assets/success.png") no-repeat center center;
  background-size: 20px;
}
.fileDeduplication .success-toast ::before{
  content: '';
}
.fileDeduplication .fail-toast ::before{
  content: '';
}
.fileDeduplication .fail-toast i {
  width: 20px;
  height: 20px;
  background: url("~@/assets/yichang@2x.png") no-repeat center center;
  background-size: 20px;
}
.fileDeduplication .fail-toast i ::before {
  content: '';
}
.fileDeduplication .van-hairline--top{
  margin-top: 1px;
}
/* 图片加载淡入效果 */
.img_fade_in{
  -webkit-animation-name: imgFadeIn; /*动画名称*/
  -webkit-animation-duration: 0.5s; /*动画持续时间*/
  -webkit-animation-iteration-count: 1; /*动画次数*/
  -webkit-animation-delay: 0s; /*延迟时间*/
}
@-webkit-keyframes imgFadeIn {
  0% {
  opacity: 0; /*初始状态 透明度为0*/
  }
  50% {
  opacity: 0; /*中间状态 透明度为0*/
  }
  100% {
  opacity: 1; /*结尾状态 透明度为1*/
  }
}