<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* widequick111 */
.widequick111 {width:100%; float:left; padding:15px 0; box-sizing:border-box; background:white;}

.widequick111 .titbox {display:inline-block; text-align:left;}
.widequick111 .titbox &gt; div {vertical-align:middle; display:inline-block;}

.widequick111 .titbox h3.tit1 {font-size:19px; color:#3b7f9f; letter-spacing:-1px; line-height:normal; font-weight:600;}
.widequick111 .titbox h3.tit2 {font-size:19px; color:#333; letter-spacing:-1px; line-height:normal; font-weight:600; clear:both;}

.widequick111 .wq111_wrap {vertical-align:middle; display:inline-block; box-sizing:border-box;}
.widequick111 .wq111_wrap .wq111_box {width:16.666%;height:80px;position:relative;display:inline-block;margin-left:-4px;text-align:center;vertical-align: top;} 
.widequick111 .wq111_wrap .wq111_box:after {content:"\2219"; position:absolute; right:0; top:0; line-height:80px; font-size:30px; color:#ececec;}
.widequick111 .wq111_wrap .wq111_box:nth-child(6n+1) {}
.widequick111 .wq111_wrap .wq111_box:last-child:after,
.widequick111 .wq111_wrap .wq111_box:nth-child(6n):after {display:none;}
.widequick111 .wq111_wrap .wq111_box:nth-child(6) ~  .wq111_box {margin-top:15px;}

.widequick111 .wq111_wrap .wq111_box .icon {display:block; width:100%; line-height:57px; vertical-align:middle; text-align:center;}
.widequick111 .wq111_wrap .wq111_box .icon img {vertical-align:middle; max-width:40px; max-height:40px;}
.widequick111 .wq111_wrap .wq111_box p {display:block; clear:both; letter-spacing:-1px; text-align:center; box-sizing:border-box; vertical-align:middle; line-height:normal; margin-top:10px;}
.widequick111 .wq111_wrap .wq111_box p span {font-size:15px; font-weight:600; width:100%; display:block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}

/*hover*/
.widequick111 .wq111_wrap .wq111_box:hover img {transform:scale(1.05);  -webkit-transition:transform 1s; transition:transform 1s;}

/*animation*/
.widequick111 .wq111_wrap .wq111_box .icon {animation:quick111motionfade 2s linear 0s 1 normal forwards;}
.widequick111 .wq111_wrap .wq111_box:first-child .icon img {animation:quick111motion 1s linear 0s 1 normal forwards;}
.widequick111 .wq111_wrap .wq111_box:nth-child(2) .icon img {animation:quick111motion 1s linear 0.1s 1 normal forwards;}
.widequick111 .wq111_wrap .wq111_box:nth-child(3) .icon img {animation:quick111motion 1s linear 0.2s 1 normal forwards;}
.widequick111 .wq111_wrap .wq111_box:nth-child(4) .icon img {animation:quick111motion 1s linear 0.3s 1 normal forwards;}
.widequick111 .wq111_wrap .wq111_box:nth-child(5) .icon img {animation:quick111motion 1s linear 0.4s 1 normal forwards;}
.widequick111 .wq111_wrap .wq111_box:nth-child(6) .icon img {animation:quick111motion 1s linear 0.5s 1 normal forwards;}
		
		@keyframes quick111motionfade {
	      0% {opacity:0;}
	      50% {opacity:0.8;}
	      100% {opacity:1;}
	    }

	    @keyframes quick111motion {
	      0% {margin-top:0;}
	      50% {margin-top:-15px;}
	      100% {margin-top:0;}
	    }



@media (min-width:800px){
	.widequick111 {/*height:125px;*/}
	.widequick111 .titbox {width:20%;height:100px; line-height:90px;}
	.widequick111 .titbox h3 {display:block; }

	.widequick111 .wq111_wrap {width:80%; margin-left:-8px; text-align:right; float:right;}
}
@media (max-width:799px){
	.widequick111 .titbox {width:100%;}
	.widequick111 .titbox h3 {display:inline-block; }

	.widequick111 .wq111_wrap {width:100%; clear:both; margin-top:15px; padding-left:4px;}
	.widequick111 .wq111_wrap .wq111_box p span {font-weight:400; font-size:14px;}
}
@media (max-width:599px){
	.widequick111 .titbox h3.tit1, .widequick111 .titbox h3.tit2 {font-size:17px;}
	.widequick111 .wq111_wrap {margin-top:10px;}
	.widequick111 .wq111_wrap .wq111_box .icon {line-height:45px;}
	.widequick111 .wq111_wrap .wq111_box .icon img {max-width:30px; max-height:30px;}
	.widequick111 .wq111_wrap .wq111_box p span {padding:0 10px; box-sizing:border-box; white-space:normal; line-height:15px;}
}



</pre></body></html>