/*
#000
#181818
border:#424140
*/
.compress h2{text-align:center}
input:hover{border:1px solid #34b4ff !important}
.main{height:100%;flex:1}
.header{
	background:#fff;
	height:80px;
	border-bottom:1px solid #ddd;
}
.ok-box .logo-text::before{
	right:0;
	top: 18px;
	width:8px;
	height:8px
}
.logo-text::before{
	content: "";
	width:10px;
	height:10px;
	background:#ff3a3a;
	position:absolute;
	top:12px;
	right:-16px;
	border-radius:50%;
}

.menu{
	margin-top:13px;
	width:558px;
}
.menu ul li{
	float:left;
	height:45px;
	text-align:center;
	margin:21px 0 0 34px
}
.menu ul::after{
	content:"";
	clear:both;
	display: block;
}
.menu ul li a{
	color:#292929;
	font-size:15px
}
.position {
	margin-top:60px;
}
.position a {
	color:#8e8e8e;
}
.position,.position span, .position a{
	font-size:14px
}
.position span{
	color:#6d6d6e
}
.menu ul li.active a{
	color:#0072e2  !important;
}
.position-box div, .position-box span{display:inline-block;color:#878788;font-size:13px;}
.position-box a{color:#333}

.menu ul li.active::after,.menu ul li:hover::after{
	position:relative;
	height:1px;
	width:100%;
	content:"";
	top:0;
	margin-top:23px;
	left:0;
	background:#208bf5;
	display:block;
}

.uploadImageDIV{height:50px;width:60px;display:flex;justify-content:center; align-items: center; border-radius:3px}
.uploadImageDIV img{width:100%;border-radius:3px;min-height:40px}
.uploadingPNGClass{border:2px solid #da89ff}
.uploadingJPEGClass{border:2px solid #34b4ff}
.uploadingWEBPClass{border:2px solid #43c9db}
.uploadingGIFClass{border:2px solid #ef7f2e}
.uploadingRARClass{border:2px solid #000}
.uploadingZIPClass{border:2px solid #000}
.jpeg-icon{background:#1c85f5}
.png-icon{background:#e35f5f}
.webp-icon{background:#ec751f}
.gif-icon{background:#eb9931}
.zip-icon{background:#000}
.rar-icon{background:#000}

.nav{
	margin:0 auto;
}
.banner{
	background:#fbfcfc;
	background:-moz-linear-gradient(30deg, #fff 20%, #e0e0e0 100%);    /* For Firefox */
	background:-o-linear-gradient(30deg, #fff 20%, #e0e0e0 100%);      /* For older versions of Opera */
	background:-webkit-linear-gradient(30deg, #fff 20%, #e0e0e0 100%); /* For Safari and Chrome */
	background:linear-gradient(120deg, #fff 20%, #e0e0e0 100%);
	border-bottom:1px solid #efefe0;
	box-shadow:1px 0px 12px #f2f2f9;
	overflow: hidden;
	padding-top:140px;
}
.bannerChannel,.bannerChannel2,.bannerChannel3{
	height:88px;
	padding-top:60px;
	background:linear-gradient(90deg, #a3a3a3 0%, #d04545 100%);
	/*background:-webkit-linear-gradient(0deg, #a3a3a3 0%, #5ba5ff 100%);
	background:-moz-linear-gradient(0deg, #a3a3a3 0%, #5ba5ff 100%);
	background:-o-linear-gradient(0deg, #a3a3a3 0%, #5ba5ff 100%);*/
}
.bannerChannel2{
	background:linear-gradient(90deg, #a3a3a3 0%, #3473d0 100%);
}
.bannerChannel3{
	background:linear-gradient(90deg, #a3a3a3 0%, #45d07e 100%);
}
.bannerChannel strong,.bannerChannel2 strong,.bannerChannel3 strong{
	display:block;
	margin:0 auto;
	width:1180px;
	color:#fff;
	font-size:22px;
}
.tool-box{height:450px}

.inputFile{
margin:70px auto 0 auto;width:680px;height:165px;
background:#f8f8f8;
border-radius:8px;
border:2px dashed #e6d9c7
/*background:#2a2a2a70;*/
}
.inputFile:hover{
	cursor:pointer;
	border:2px dashed #f3c587;
}
.inputFile:hover .uploadingBtn{
	color:#686868
}
.inputDisabled{
border-radius:8px;
color:#fea623;
display:grid;
place-items:center;
font-weight:bold;
top:0;
left:0;
width:100%;
height:100%;
z-index:100;
background:rgba(255,255,255,0.7)
}

.actual-format{margin-left:10px;background:#ffe8e3;font-weight:bold;color:#c76e3a;padding:1px 5px;border-radius:6px}
.web-desc-box{
	font-size:16px;
	text-align:justify;
	padding:20px;
	line-height:30px;
	z-index:9;
	/*background:#f1f7f9;*/
	background:#f8f8f8;
	border-radius:5px;
}

.web-description{
	width:880px;
	margin:0 auto;
	font-family:'Courier New', Courier, monospace !important;
}
.web-description h2{font-size:28px;color:#3e3d3e}

.compress h3,.compress h3{
	padding-left:22px;
	font-size:30px;
	text-align:center;
	font-weight:bold;
	position: relative;
}

.news h2,.article h1{
	font-size:30px;
	font-weight:bold;
	position:relative;
	padding-left:22px
}
.article h1{
	font-size:33px;
}
.article h1::after,.news h2::after{
	content: "";
	height:26px;
	width:7px;
	position:absolute;
	left:0;
	top:9px;
	border-radius:3px;
	background:#3e3d3e;
}
.news h2::after{
	background:#f19e32;
}
.article h1::after{
	top:11px;
	height:27px;
}
ul.news-list{
	margin-top:35px;
}
ul.news-list li a:hover{
	text-decoration:none;
}

.news ul li{
	margin-bottom:25px;
}
.news ul li a{
	font-size:18px;
	color:#454cd3
}
.news ul li a:hover{
	border-bottom:1px solid #3416dd;
}

.news ul li p{
	margin-top:8px;
	font-size:14px;
	display: block;
	line-height:25px;
}

.compress p{
	color:#666;
	font-size:15px;
	line-height:28px;
	margin-top:8px;
}
.compressing li{
	float:left;
	width:267px;
	height:260px;
	margin-right:37px;
	position:relative;
}
.compressing li:last-child{margin-right:0}
.compressing li span.desc{
	display:block;
	border-radius:4px;
	position:absolute;
	top:168px;
	height:19px;
	line-height:19px;
	right:10px;
	z-index:1;
	color:#fff;
	padding:0 8px;
	font-size:11px;
}
.compressing li span.imgInfo{
	display:block;
	width:100%;
	height:200px;
	overflow:hidden;
}
.compressing li p{
	line-height:23px;
	height:23px;
	position:absolute;
	bottom:21px;
	left:0;
	width:100%;
	z-index:1;
	font-size:13px;
	color:#98948f;
	text-align:center;
}
.compressing li p em{
	font-weight:800;
	color:#4b4b4d;
    font-size: 12px;
}
.compressing li img{
	border-radius:5px;
	width:100%;
}
ul.compressing::after{
	content:"";
	clear:both;
	display: block;
}
.x1{background:#000}
.x2{background:#eb4c4c}
.x3{background:#308ced}
.x4{background:#ec751f}

.compressing li:last-child{margin:0}
span.seemore a{display:inline-block;color:#13131e;text-decoration:underline}
span.seemore a:hover{color:#3e3d3e;text-decoration:none}
.web-desc-box h2{
	font-size:16px;
	background:#348dec;
	display:inline-block;
	height:32px;
	line-height:32px;
	padding:0 14px;
	color:#fff;
	margin-left:-24px;
	border-radius:2px;
}
.web-desc-box p{color:#666}
.pic-icon{
	font-weight:bold;
	margin:9px 0 0 6px;
	line-height:28px;
	height:27px;
	border-radius:3px;
	padding:0 11px;
}
.compressedBtn{
	background:#f0f0f0;
	width:160px;
	height:44px;
	border-radius:4px
}
.compressedBtn:hover{
	cursor:pointer;
	background:#e5e5e5;
}
.afterSize{margin-top:-2px}
.compressedList{
	margin-bottom:20px;
	border-bottom:1px solid #eee;
	padding-bottom:18px;
	position:relative;
}
.compressedList .line-p, .compressedList .line-ok, .compressedList .line-fail{
	position:absolute;
	bottom:-1px;
	z-index:2;
	left:0;
	width:10%;
	height:1px
}
.compressedList .line-p {
	background:#fdaf67
}
.compressedList .line-ok {
	background:#52a0eb
}
.compressedList .line-fail {
	background:red
}
.tips{color:#d56e4e}
.proc{
	padding:10px;
	left:12px;
	top:178px;
	position:absolute;
	width:250px;
	border-radius:5px;
	/*height:550px;*/
}

.demo-item img{
	border-radius:8px;
	width:calc(130% - 12px);
	margin-bottom:8px;
}
.demo-item:last-child img{margin-bottom:0 !important}
.pic-box-left{width:44%}
.pic-box-right{width:52%}
.pic-box-left img, .pic-box-right img{
	width:99%;
	border-radius:2px;
	border:1px solid #ddd;
	margin:0 !important;
}
.footerMenu ul li{
	float:left;
	margin-left:30px;
}
.footerMenu ul li a{
	color:#adadad;
	font-size:14px;
}

.proc::-webkit-scrollbar {width:2px}
.proc::-webkit-scrollbar-track {background:#f1f1f1}
.proc::-webkit-scrollbar-thumb {background:#999; border-radius:6px}
.proc::-webkit-scrollbar-thumb:hover {background:#666}

/*.pic-item:nth-child(1) img{border:6px solid #ffd4ae;}*/
@media screen and (max-width:1600px) {
	.proc{width:200px}
}
@media screen and (max-width:1366px) {
	.proc{display:none}
}
.content{
	margin-top:30px;
	line-height:30px;
	color:#6f6f6b;
	font-size:16px;
}
.content p{
	margin-bottom:4px;
}
.content br{
	margin-bottom:10px;
}
.content p strong{color:#383838}

.copyright{text-align:center;color:#7a7d7d}

.page ul{
	overflow:hidden;
}
.page ul li{
	float:left;
	margin-right:12px;
}
.page ul li a{
	color:#333;
	display:block;
	padding:0 15px;
	height:34px;
	line-height:34px;
	border:1px solid #ddd;
	font-size:13px
}
.page ul li a.active, .page ul li a:hover{
	color:#454cd3;
	border:1px solid #4318dd;
	text-decoration:none;
}
.article-info a{
	font-weight:bold;
	color:#3564d4
}

.uploadingBtn{
line-height:23px;
width:600px;
margin:0 auto;
font-size:13px;
position:relative;
top:50px;
color:#88878e
}

.upKey{
	color:#fff;
	left:0;
	border-radius:3px;
	bottom:30%;
	z-index:10;
	height:18px;
	width:18px;
	line-height:18px;
	text-align:center;
	background:rgba(0,0,0,0.5)
}
.proc-uploading{
	z-index:2;
	overflow-y:auto;
	overflow-x:hidden;
	scrollbar-width:thin;
	box-shadow:2px 1px 5px 1px #c3c3c3;
	scrollbar-color:#efb482 #f1f1f1;
	max-height:780px;
	background:#f8f8f8;
	padding:26px 15px 20px;
	border-radius:4px;
	border-top:12px solid #686868;
	border-bottom:10px solid #f8f8f8
}
.downloadAll{
	width:100%;
	bottom:0;
	height:20px;
	line-height:20px;
	width:100%;
	text-align:center;
	background:#ededed;
	border-radius:0 0 4px 4px;
}
.downloadAll:hover{
	color:#fff;
	background:#b9b9ba;
}
.downloadAllTip{
	opacity:0;
	color:#333 !important;
	top:-24px;
	left:calc(50% - 170px)
}
.downloadAll:hover .downloadAllTip{opacity:1}

.exit{
	float:right
}
.cleanUp,.retry{
border:1px solid #533b3b;
height:30px;
line-height:30px;
padding:0 10px;
border-radius:5px;
margin-top:10px
}
.cleanUp:hover{
	background:#242424;
	color:#fff
}
.retry{border:1px solid #a24d4d;color:#a24d4d}
.retry:hover{
background:#a24d4d;
color:#fff
}
.lBox{
	z-index:199;
	height:100%;
	width:100%;
	top:0;
	left:0;
	position:fixed;
}
.sendCode,.sendCodeAfter{
	color:#5296ee;
	right:15px;
	top:14px;
	font-size:13px;
	cursor:pointer
}
.progress{
font-size:28px;
margin-bottom:18px
}
.sendCodeAfter{color:#888}
.login-box {
	width:100%;
	height: 76px
}
.form{
	width:440px;
	border-radius:5px;
	position:fixed;
	left:calc(50% - 210px);
	top:calc(50% - 280px);
	margin:0 auto;
	box-shadow:3px 9px 26px 5px #989494;
	z-index:200;
	background:#fff
}
.loadingNow{
width:100%;
height:100%;
top:0;
left:0;
z-index:10;
background:rgba(255,255,255,0.86)
}
.txt{
    height:45px;
    line-height:45px;
    border:1px solid #e2dfdf;
	color:#3f3f3f;
	font-size:13px;
}
.form input.txt1{min-width:780px}
.form input.txt2{min-width:300px}
.form input.txt3{min-width:560px}
.form input.txt4{width:calc(100% - 36px);padding-left:36px}
.form input.txt5{width:calc(60% - 36px);padding-left:36px}
.form .txt::placeholder,.form textarea::placeholder{color:#b3b3b3}

ul.selectSites li{
	border-bottom:1px dashed #eee;
	cursor:pointer;
	overflow:hidden;
	padding:15px 12px 10px;
	height:80px;
	border-radius:4px;
}
ul.selectSites li:last-child{border:0}
ul.selectSites li img{
	width:50px;
	height:50px;
	border-radius:50%;
}
ul.selectSites li p{
	font-size:13px;
	color:#9c9b9b
}
ul.selectSites li:hover{
	background:#f3f3f3;
}
ul.selectSites li h3{font-weight:500;font-size:14px;}
ul.selectSites .webs{
width: calc(100% - 70px)
}
.loginBtn,.loginBtnS{
	width:100%;
	height:48px;
	line-height:48px;
	font-size:18px;
	color: #fff;
	border:0;
	border-radius:2px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
.loginBtn{background:#8c9298}
.loginBtnS{background: #0071E3}
.loginBtnS:hover{opacity:0.9}
.uploadingGif{
	background-image:url('ld.gif');
	background-position:center;
	background-size:100% 100%;
	background-repeat: no-repeat;
	height:25px;
	width:25px;
}

.main-content strong{color:#666}
.main-content h4{line-height:26px}
.main-content a{color:#0072e2;text-decoration:underline}
.main-content a:hover{text-decoration:none}

.logo{position:relative;float:left;margin:31px 14px 0 0;background:#000;height:27px;width:27px}
.logo::before{content:"";display:block;top:-6px;right:-10px; border-bottom:1.5px solid #fff;border-left:1.5px solid #fff; width:18px;height:18px; background:#f88038; position:absolute}
.article ol li{margin-top:23px}