#dndArea .new_sheji{
  font-size: 18px;
  background: #3c6cfe;
  border-radius: 30px;
  line-height: 44px;
  padding: 5px 15px 5px 44px;
  position: relative;
  *width: 120px;
  color: #fff;
  display: inline-block;
  margin:auto;
  margin-left: 20px;
  cursor: pointer;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

#dndArea .new_sheji i{
  position: absolute;
  font-size: 22px;
  left: 15px;
}
#uploader .placeholder .webuploader-pick{
  border-radius: 30px;
  padding: 5px 30px 5px 44px;
  background: #FF3959;

}

i.new_test{

  position: relative;
  top: 12px;
  left: -129px;
  margin-left: -38px;
  font-size: 22px;
  color: #FFFFFF;
}

.mgbt20{
  margin-top: -30px;
  margin-bottom: 40px;
}
/* gif压缩 */
.gifysBstrategy{
	width: 100%;
	min-width: 1170px;
	margin: 0 auto;
	padding: 40px 0;
	text-align: center;
	background: #fff;
}
.gifysBtitle{
	font-size: 30px;
	font-weight: bold;
	color: #333;
	margin-bottom: 20px;
	text-align: center;
}
.gifysBstrategyC{
	width: 1170px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
}
.gifysBstrategyC p{
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-top: 20px;
}
.gifysBquestion{
	width: 100%;
	min-width: 1170px;
	margin: 0 auto;
	padding: 40px 0;
	background: #fafafa;
}
.gifysBquestionC{
	width: 1170px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
}
.gifysBquestionList{
	margin-bottom: 40px;
}
.gifysBquestionList div{
	display: flex;
	align-items: flex-end;
}
.gifysBquestionList p{
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	margin-right: 20px;
	border-radius: 100%;
	font-size: 20px;
}
.gifysBquestionListT p{
	background: #0083e9;
	color: #fff;
	font-weight: bold;
}
.gifysBquestionListB{
	margin-top: 30px;
}
.gifysBquestionListB p{
	background: #fff;
	color: #111;
}
.gifysBquestionListT li{
	position: relative;
	width: 500px;
	height: 45px;
	background: #0083e9;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 45px;
	padding: 0 25px;
}
.gifysBquestionListT li:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: -8px;
	width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 8px solid #0083e9;
}
.gifysBquestionListB li{
	position: relative;
	width: 500px;
	height: auto;
	background: #fff;
	color: #111;
	font-size: 15px;
	padding: 25px 20px;
	
}
.pth13{
	padding: 13px 20px !important;
}
.moreQuestionBtn{
	display: block;
	width: 192px;
	height: 48px;
	box-shadow: 0 5px 5px #8fc5f6;
	background: #0083e9;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	margin: 0 auto;
	text-align: center;
	line-height: 48px;
	border-radius: 48px;
}
.moreQuestionBtn:hover{
	color: #fff;
}
.gifysBquestionLink{
	color: #00f;
	text-decoration: underline;
}