.ys-newShare{
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
  bottom: 0px;
  z-index: 2000;
}
.ys-newShare>.ys-nsMain {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.85);
	display: flex;
    display: -webkit-flex;
    justify-content: center
}

.ys-alert{
  position: absolute;
  top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  z-index:9999;
  display:flex;
  display:-webkit-flex;
  justify-content:center;
  align-items:center;
}
.ys-alert > div{
  width:216px;
  height:51px;
  background-color:rgba(0,0,0,0.8);
  color:#fff;
  font-size:15px;
  line-height:51px;
  text-align:center;
  border-radius: 4px;
}
.ys-fakeLoad {
  position:fixed;
  padding-top:200px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 2000;
}
.ys-fakeLoad > .ys-flImg{
	width: 105px;
	height: 110px;
	margin: 0px auto;
	overflow: hidden;
}
.ys-fakeLoad > .ys-flImg >img{
	width: 100%;
	height: 100%
}
.ys-newCover{
	position: fixed;;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	z-index:1001;
	background-color:rgba(0,0,0,0.4);
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}
.ys-newCover >.ys-newMain{
	width:275px;
}
.ys-newCover >.ys-newMain>.ys-coverWell{
	width:275px;
	background-color:#fff;
	border-radius:4px;
	
}
.ys-newCover >.ys-newMain>.ys-coverClose{
	width:33px;
	height:33px;
	margin:27px auto 0px auto;
}
.ys-newCover >.ys-newMain >.ys-coverClose > img{
	width:100%;
	height:100%
}
.ys-newCover >.ys-newMain>.ys-coverWell>.ys-cwHead{
  padding-top:25px;
  text-align:center;
  height:25px;
  font-size:18px;
  font-weight:bold;
  color:#333333;
  line-height:25px;
}
.ys-newCover >.ys-newMain>.ys-coverWell>.ys-cwHead2{
  padding:13px 25px 0px 25px;
  text-align:center;
  font-size:15px;
  color:#666;
  line-height:25px;
}
.ys-newCover >.ys-newMain>.ys-coverWell>.ys-cwBody1{
	width:150px;
	height:148px;
	background-color:#e0e0e0;
	margin:13px auto 0px auto
}
.ys-newCover >.ys-newMain >.ys-coverWell>.ys-cwBody1 >img{
	width:150px;
	height:148px;
}
.ys-newCover >.ys-newMain>.ys-coverWell>.ys-cwBody2{
	color:#E3A62A;
	margin-top:12px;
	text-align:center;
	font-size:14px;
	height:21px;
	line-height:21px
}
.ys-newCover >.ys-newMain>.ys-coverWell>.ys-cwFoot{
	color:#666;
	text-align:center;
	font-size:14px;
	height:21px;
	line-height:21px
}
