@charset "utf-8";

html,
body {
	background: #fff;
}

.mui-bar {
	position: fixed;
	z-index: 10;
	right: 0;
	left: 0;
	height: 44px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #6597fe;
	backface-visibility: hidden;
}

.mui-icon-bars:before {
	content: '\e563';
	font-weight: bold;
	color: #9ba6b1;
}

.mui-content {
	background-color: #fff;
	-webkit-overflow-scrolling: touch;
}

.adds_tab {
	width: 100px;
	height: 30px;
	color: #fff;
	font-size: 14px;
	display: flex;
	justify-content: center;
	cursor: pointer;
	position: relative;
	margin-bottom: 0 !important;
}

.adds_tab_icon {
	line-height: 30px;
}

.adds_tab_txt {
	margin-left: 12px;
	line-height: 30px;
}

.addimg {
	background: #ff3959 !important;
}

.addvideo {
	background: #6597fe !important;
}

.addflash {
	background: #00e9b3 !important;
}

.input-group .input-group-addon {
	padding: 6px 0px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #fff;
	border: none !important;
	border-radius: 4px;
	width: 45px;
}

.input-group .form-control {
	border-radius: 4px !important;
	width: 70px;
	border: 1px solid #ccc !important;
	padding: 6px 12px;
	height: 34px;
}

.slider.slider-horizontal .slider-track {
	height: 6px;
	width: 100%;
	margin-top: -5px;
	top: 50%;
	left: 0;
}

.slider-handle {
	position: absolute;
	width: 15px;
	height: 15px;
	background-color: #6597fe !important;
	background-image: -webkit-linear-gradient(top, #6597fe 0, #6597fe 100%) !important;
}

.file-actions .file-footer-buttons .input-group {
	margin: 10px 0 !important;
}

.file-actions .file-footer-buttons .input-group .input-group-addon {
	color: #314659 !important;
}

.file-actions .file-footer-buttons .input-group .filedisposal {
	color: #314659 !important;
}

.layui-layer-lan .layui-layer-title {
	background: #fff !important;
	color: #333 !important;
	border: none;
}

.layui-layer-lant .layui-layer-title {
	background: #6597fe !important;
	color: #fff !important;
	border: none;
}

.down_img {
	width: 110px;
	height: 40px;
	line-height: 40px;
	background: #6597fe;
	text-align: center;
	display: block;
	color: #fff;
	border-radius: 6px;
	text-decoration: none;
}

.down_img:hover {
	color: #fff !important;
	text-decoration: none;
}

.down_img:visited {
	color: #fff !important;
	text-decoration: none;
}

.del_all .layui-layer-title {
	padding: 0 80px 0 20px;
	height: 42px;
	line-height: 42px;
	border-bottom: 1px solid #fff;
	font-size: 14px;
	color: #333;
	overflow: hidden;
	background-color: #fff;
	border-radius: 2px 2px 0 0;
}

.del_all .layui-layer-btn .layui-layer-btn0 {
	border-color: #ccc;
	background-color: #fff;
	color: #333;
	border-radius: 4px;
}

.del_all .layui-layer-btn .layui-layer-btn0:hover {
	color: #333 !important;
}

.del_all .layui-layer-btn .layui-layer-btn1 {
	background: #1E9FFF;
	color: #fff;
	border-radius: 4px;
}

.del_all .layui-layer-btn .layui-layer-btn1:hover {
	color: #fff !important;
}

.file-preview-frame {
	display: flex !important;
	margin: 8px;
	border: 1px solid #ddd;
	box-shadow: 1px 1px 5px 0px #a2958a;
	padding: 6px;
	float: left;
	text-align: center;
	vertical-align: middle;
	width: calc(100% - 16px);
}

.file-preview {
	/* border-radius: 5px; */
	border: 3px dashed #ddd;
	padding: 0px;
	width: 100%;
	margin-bottom: 5px;

}

.file-drop-zone {
	border: 1px dashed transparent;
	border-radius: 4px;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	/* margin: 12px 15px 12px 12px; */
	margin: 0;
	/* padding: 5px; */
}

.file-error-message {
	/* background-color: #f2dede; */
	background-color: #fff;
	color: #2f3c4d;
	text-align: center;
	border-radius: 5px;
	padding: 5px;
	line-height: 30px;
	margin: 30px 0 !important;
}

/* 宽高延迟*/
.form_out {
	padding-top: 15px;
}

.file-drop-zone .file-preview-thumbnails .file-preview-frame .file-preview-img {
	width: 120px !important;
	margin-right: 5px !important;
	object-fit: cover;
	height: 120px;
}

.input-group,
.input-group-sm .filedelay {
	width: 100% !important;
}

.input-group,
.input-group-sm .filenum {
	width: 100% !important;
}

.img_zl {
	display: flex;
}

/* 生成gif的三个btn */
.to_gifbtns {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

.makegifbtn {
	background: #6597fe;
	padding: 0;
	line-height: 30px;
	height: 30px;
	border-radius: 15px;
}

.dmakegifbtn {
	background: #50b949;
	padding: 0;
	line-height: 30px;
	height: 30px;
	border-radius: 15px;
}

.removeallfilebtn {
	background: #f27767;
	padding: 0;
	line-height: 30px;
	height: 30px;
	border-radius: 15px;
}

.makegifbtn label,
.dmakegifbtn label,
.removeallfilebtn label {
	width: 106px;
	height: 30px;
	color: #fff;
	line-height: 30px;
	margin-bottom: 0;
}

/* 动图工具 */
.m_giftools {
	margin-top: 10px;
	padding: 0 10px;
}

.m_title {
	font-weight: bold;
	font-size: 14px;
	color: #202020;
}

.m_toolslist {
	display: flex;
	flex-wrap: wrap;
	background: #f7f9fd;
	padding: 5px 0;
	box-shadow: 0 0 4px #f7f9fd;
}

.m_toolslist_item {
	width: calc((100% - 20px) / 3);
	background: #fff;
	border-radius: 6px;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	margin-bottom: 10px;
}

.m_toolslist_item:nth-child(3n) {
	margin-right: 0 !important;
}

.m_toolslist_item:nth-child(4),
.m_toolslist_item:nth-child(5),
.m_toolslist_item:nth-child(6) {
	margin-bottom: 0 !important;
}

.m_toolslist_item a {
	display: block;
}

.text_c {
	text-align: center;
}

.flex_c {
	display: flex;
	justify-content: center;
}

.toolsitem_out {
	width: 35px;
	height: 35px;
	margin-bottom: 10px;
}

.toolsitem_out img {
	width: 100%;
}

.toolsitem_txt {
	font-size: 12px;
	color: #111;
	font-weight: bold;
}

.gifprducts {
	margin-top: 10px;
	padding: 0 10px;
}

.mar_b15 {
	margin-bottom: 15px;
}

.mar_b10 {
	margin-bottom: 10px;
}

.m_mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 999 !important;
	display: none;
}

.m_menu {
	width: 60%;
	height: 100%;
	background: #fff;
	padding: 15px 0 0 12px;
}

.closemask {
	margin-bottom: 30px;
	width: 20px;
}

.m_menulist {
	list-style: none;
}

.m_menulist li a {
	display: block;
	line-height: 40px;
	font-size: 14px;
	color: #333;
}

.m_logreg {
	margin-top: 15px;
}

.m_login {
	display: block;
	width: 90%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #fff !important;
	text-align: center;
	border-radius: 25px;
	background: #6597fe;
	margin-bottom: 15px;
}

.m_reg {
	display: block;
	width: 195px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
	border-radius: 25px;
	border: 1px solid #6597fe;
	color: #6597fe;
}

.islog_li {
	display: none;
}

.index_list {
	display: flex;
	flex-wrap: wrap;
}

.index_list_item {
	width: 100%;
	border: 1px solid #e5e5e5;
	background: #f9f9f9;
	padding: 5px;
	margin-bottom: 8px;
}

.list_item_img img {
	width: 100%;
}

.list_item_txt {
	margin: 5px 0;
	display: flex;
	align-items: center;
}

.list_item_txt .tip {
	width: 15px;
	line-height: 15px;
	display: inline-block;
	background-color: #f0cb89;
	color: #8c5f1c;
	text-align: center;
	margin-right: 3px;
	font-size: 11px;
	border-radius: 3px;
}

.list_item_txt a {
	color: #333;
	font-size: 14px;
}

.f_imgnums {
	display: flex;
}

.f_nums,
.img_nums {
	display: flex;
	justify-content: center;
	width: 35px;
	height: 20px;
	line-height: 20px;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	margin-right: 6px;
}

.f_nums_num,
.iconzitishezhi,
.icontupian2 {
	font-size: 12px;
	color: #565655;
}

.iconzitishezhi,
.icontupian2 {
	margin-right: 3px;
}


.gifprducts .mui-scroll-wrapper {
	position: absolute;
	z-index: 2;
	top: 25px;
	bottom: 50px;
	left: 0;
	overflow: hidden;
	width: 100%;
}

#index_page {
	display: flex;
	justify-content: center;
}

.layui-laypage-count {
	display: block !important;
	text-align: center;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
	position: absolute;
	left: -1px;
	top: -1px;
	padding: 1px;
	width: 100%;
	height: 100%;
	background-color: #6597fe;
}

@media screen and (max-width: 320px) {
	.input-group .form-control {
		border-radius: 4px !important;
		width: 55px !important;
		border: 1px solid #ccc !important;
		padding: 6px 12px;
		height: 34px;
	}

	.file-preview-frame {
		display: flex !important;
		margin: 4px;
		border: 1px solid #ddd;
		box-shadow: 1px 1px 5px 0px #a2958a;
		padding: 3px;
		float: left;
		text-align: center;
		vertical-align: middle;
	}

	.file-drop-zone .file-preview-thumbnails .file-preview-frame .file-preview-img {
		width: 90px !important;
		margin-right: 5px !important;
	}
}

@media screen and (max-width: 1366px) and (min-width: 760px) {
	.input-group .form-control {
		border-radius: 4px !important;
		width: 160px !important;
		border: 1px solid #ccc !important;
		padding: 6px 12px;
		height: 34px;
	}

	.img_zl {
		display: flex;
		justify-content: center !important;
	}
}

.notice {
	font-size: 13px;
	color: #ff0000;
	margin-top: -20px;
	margin-bottom: 20px;
}

.watermarkSet {
	display: flex;
	align-items: center;
	justify-content: center;
}

.watermarkIcon {
	display: inline-block;
	width: 14px;
	height: 12px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAB1klEQVQoU2WSPWhTURiGn+/e2yTGWBN/CKFgBgUhglIVHHTVRawRij+TVXAQtUMRRFQIoi7i4FJFrFPVIShKFReH4uCkDlmsIkLRYMCUWNs08f59cu+lScQDB74D5znv977nE3qWljdcYMXqUUxJoBBuX1GPtpjuHTnw8drydVkutLz1PIXDN2l9gNYMYIEHuKBeDDxFZmqXZKx6I2BCUB/nTlEYuUc6Cz/uQ2o3WAORYrsG9beoY4ZncebPSPHLuOjDjUd1YHBSMutNmm8gsw/693cNiMDPV1B7jToW2I5K6/eI+E+21OlPr5VYE1blIXsOfDswF8FigBGHr+No4zP4CbD/NESnBscw9RZJA+ImrClCahf47Qg0E/DrHVSforYLriDNxsXI40T+CvnsVeIumMC6Y7ByexTrYgW+P0JdDxwDadevy/Ds5W6q05tv46VG6fNBLMidAAz49gBcB3UNpOncleHK6U6qnS+Z2jZBsu8khgeSABVwW6hnIEtLk1SOHJdSKTTfUQxbLmFR2FQmky6iftipBrBjv5Rc7JDsfO/8NwBd1R1JFfcZhrU3eFcW56eJG0Ny8NNC75T9o9iBX+zJqD33HDFNqc4OydmFuV4oqP8CznSwNMFdescAAAAASUVORK5CYII=) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	margin-left: 5px;
}

.watermarkSetContent {
	display: flex;
	align-items: center;
}

.form_out p.watermarkSetContentL {
	background: #eceef0;
	padding: 10px 20px;
	border-radius: 5px;
	margin: 0 20px;
	cursor: pointer;
	color: #33383e;
	font-size: 14px;
}

.watermarkSetContentR {
	position: relative;
}

.watermarkSetContentRBtn {
	background: #fff2df;
	padding: 10px 20px;
	border-radius: 5px;
	cursor: pointer;
	color: #a87019;
	font-size: 14px;
	margin-bottom: 0;
}

.watermarkSetContentBtnActive {
	background: #6597fe !important;
	color: #fff !important;
}

.watermarkVip-hint {
	display: none;
	position: absolute;
	width: 274px;
	padding: 25px;
	background: #fff;
	box-shadow: 0 0 5px #eceef0;
	left: -150px;
	top: 55px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 15px;
	color: #333;
	border-radius: 10px;
	z-index: 1;
}

.watermarkVip-hint>p {
	width: 150px;
	line-height: 30px;
	color: #333;
}

.watermarkVip-hintB {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-top: 15px;
}

.watermarkVip-hintB p,
.watermarkVip-hintB a {
	width: 100px;
	height: 30px;
	line-height: 31px;
	border-radius: 30px;
	color: #333;
}

.watermarkVip-hintB p {
	background: #eceef0;
	margin: 0 15px 0 0;
	cursor: pointer;
}

.watermarkVip-hintB a {
	background: #6597fe;
	color: #fff;
}

.watermarkVip-hintB a:hover {
	color: #fff !important;
}

/* wyq-220905 */

#makegifdivarea {
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
}

.newysqtxx {
	height: 75px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #dedede;
}

.newysqtxx .item {
	width: 20%;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #333;
}

.newysqtxx .item:not(:last-child)::after {
	content: '';
	width: 1px;
	height: 25px;
	display: inline-block;
	background-color: #e8e9eb;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
}

.newysqtxx .item::before {
	content: '';
	width: 22px;
	height: 22px;
	display: inline-block;
	background-size: 100%;
	margin-bottom: 6px;
}

.newysqtxx .item.home::before {
	background-image: url(/public/static/img/gif/mobile/menu_icon_home.png);
}

.newysqtxx .item.cropper::before {
	background-image: url(/public/static/img/gif/mobile/menu_icon_cropper.png);
}

.newysqtxx .item.compress::before {
	background-image: url(/public/static/img/gif/mobile/menu_icon_compress.png);
}

.newysqtxx .item.font::before {
	background-image: url(/public/static/img/gif/mobile/menu_icon_font.png);
}

.newysqtxx .item.template::before {
	background-image: url(/public/static/img/gif/mobile/menu_icon_template.png);
}

.crumbs {
	padding: 0 15px 5px;
	height: 45px;
	display: flex;
	align-items: center;
	font-size: 14px;
}

.crumbs a {
	color: #333;
	padding-right: 5px;
}

.con-wrap{
	min-height: calc(100vh - 44px - 75px - 45px - 50px);
}
.con-wrap.no-nav{
	min-height: calc(100vh - 44px - 41px - 50px);
}