/*
    收藏的渐变色
    紫罗兰(信源档案主题色): #1F061B; text-shadow: 0px 1px 6px #FF9800;
    background: #d3d7d4; //灰色
    background: #6DA47D; //绿色
    padding: 10px;
    margin: 5px 0;
    box-shadow: 0 6px 12px rgba(0,0,0,.175)(众信汇德内部任务) | 0 10px 29px #a3a3a3(a官网) | 1px 1px 5px 1px #bbb(我自己) | -4px 6px 10px -5px rgba(0,0,0,0.3)(请输入手机号下拉菜单) | 1px 1px 10px 2px #CCC(阿里iconfont) | 0 0 10px rgba(0,0,0,.3)(可视化菜单,分割线颜色1px solid #eee;margin:5px 0px,灰色#ccc,正色#314659,悬停色#1890ff,字体12px-apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",宽度52px,高度367px,行高26px) | 0 0 16px rgba(0, 0, 0, 0.12), 0 16px 16px rgba(0, 0, 0, 0.24)(谷歌内置扩展选项弹窗) 
    background: -moz-linear-gradient(left top, #ace, #f96);
    background: -webkit-linear-gradient(left top, #ace, #f96);
    background: -o-linear-gradient(left top, #ace, #f96);
    border: 0;
    border-left: 2px solid #080808;
    font-family: Menlo, Monaco, Consolas(sublime编辑器默认字体), 'Andale Mono', 'lucida console', 'Courier New', monospace;( sublime默认配置: color: #f92672; background: #272822; span::selection->background: rgba(73, 72, 62, .99);)
*/

* {
    list-style: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
[z-cloak],#Z-OPACITY,.z-cloak{opacity:0!important;}

.w-h { width: 100%; height: 100%; }
.font12 { font-size: 12px !important; }
.font13 { font-size: 13px !important; }
.font14 { font-size: 1em !important; }
.font15 { font-size: 15px !important; }
.font16 { font-size: 16px !important; }
.font18 { font-size: 18px !important; }
.font20 { font-size: 20px !important; }
.font25 { font-size: 25px !important; }
.font30 { font-size: 30px !important; }
.font40 { font-size: 40px !important; }
.font50 { font-size: 50px !important; }
.font100 { font-size: 100px !important; }

.mb10{ margin-bottom: 10px !important; }
.mb12{ margin-bottom: 12px !important; }
.mb15{ margin-bottom: 15px !important; }

.bold { font-weight: bold !important; }
.bold900 { font-weight: 900 !important; }
.blackFont { text-shadow: 1px 0px 0px #d2d2d2; }
.blackBold { font-weight: bold !important; text-shadow: 1px 0px 0px #d2d2d2; }

.noBorder { border:none !important; }
.boxShadow{ box-shadow: 0 10px 29px #a3a3a3 !important; }

.hide { display: none !important; }
.opacity0 { opacity: 0 !important; }
.opacity6 { opacity: 0.6 !important; }

.inLine { display: inline !important; }
.inBlock { display: inline-block; }
.block { display: block !important; }
.flex { display: flex !important; }
.bBox { box-sizing: border-box !important; }
.cBox { box-sizing: content-box !important; }

.sPos { position: static !important; }
.rPos { position: relative !important; }
.aPos { position: absolute !important; }
.fPos { position: fixed !important; }
.raPos { position: relative !important; } .raPos>*:first-child{ position: absolute !important; }
.fScroll {
	top: 0;
	width: 100%;
	overflow: auto;
	position: fixed !important;
	bottom: 0;
    z-index: 7;
}

.fLeft { float: left !important; }
.fRight { float: right !important; }
.fClear { clear: both !important; }

.tLeft { text-align: left !important; }
.tRight { text-align: right !important; }
.tCenter { text-align: center !important; }
.mCenter { margin: auto !important; }
.cPointer { cursor: pointer; } .cHelp{ cursor: help; }
.fBetween {
    display: flex !important;
    justify-content: space-between;
}
.fCenter { 
	display: flex !important;
	align-items: center;
	justify-content: center;
}
.fCenterY {
	display: flex;
	align-items: center;
}
.fCenterX {
	display: flex !important;
	justify-content: center;
}
.fCol {
    display: flex !important;
    flex-direction: column;
}
.aCenter {
    position: absolute !important;
    top: 0;bottom: 0;left: 0;right: 0;
    margin: auto;
}
.atCenter {
    display: table !important;
    position: absolute !important;
    top: 0;bottom: 0;left: 0;right: 0;
    margin: auto;
    height: auto;
}

.textFlow {
	display: inline-block !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis;
    letter-spacing: 0.05em;
	max-width: 30px;
}

.myButton {
	outline: none !important;
	border: none !important;
}
.inputShadow {
    box-shadow:1px 1px 3px 0px rgba(204,204,204,0.6) inset!important;
}
.appleHighlight {
	-webkit-tap-highlight-color:rgba(0,0,0,0)!important;
}
.winShadow {
	box-shadow:1px 1px 5px 1px #bbb!important;
}
.myMask{
    width: 100%;height: 100%;
    background: rgba(204,204,204,0.6);
    position: absolute;left: 0;right:auto;top: 0;bottom:auto;
    z-index: 10;
    display: flex;align-items: center;justify-content: center;
}

.downArrow {
	display: inline-block!important;
	width: 6px;
	height: 6px;
	border: 3px solid #aaa;
	border-top: none;
	border-right: none;
	border-radius: 2px;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}
.upArrow {
	transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-o-transform: rotate(135deg);
}

#centerBox {
	width: 100%;
    position: fixed!important;
	top: 0px; bottom: 0px; right: 0px; 
    overflow-x: hidden;
}
#centerBox>#center {
	border-radius: 5px;
    -webkit-box-shadow: 0px 2px 10px 0px #ddd;
    box-shadow: 0px 2px 10px 0px #ddd;
    margin: 20px 16px;
}

#fullApos {
  position: absolute;width: 100%;height: 100%;left: 0;top: 0;z-index: 1;
}

.ZOOM:hover {
  background-color: rgb(139,0,0,0.85)!important;
  transform: scale(1.1)!important;
}

.opacity:hover {
  opacity: 0.75!important;
  transition: all 250ms linear;
}

/*animation: zoom 0.5s linear infinite;*/
/*@keyframes zoom {
    0% { transform: translateY(-10%) translateX(10%) scale(.6); }
    50% { transform: translateY(-10%) translateX(10%) scale(.9); }
    100% { transform: translateY(-10%) translateX(10%) scale(1.2); }
}*/
@keyframes zoom {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    62% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}
/*@keyframes ZOOMsg {
    0% { transform: translateY(-50%) translateX(100%) scale(.6); }
    50% { transform: translateY(-50%) translateX(100%) scale(.9); }
    100% { transform: translateY(-50%) translateX(100%) scale(1.2); }
}*/

@keyframes rotate {
    0% {  transform: rotate(0deg); }
    25% {  transform: rotate(90deg); }
    50% {  transform: rotate(180deg); }
    75% {  transform: rotate(270deg); }
    100% {  transform: rotate(360deg); }
}

@keyframes highlight {
    /*animation: highlight 0.3s linear 8;*/
    /*0% {  background-color: rgba(197, 225, 165,0.1); }*/
    /*25% {  background-color: rgba(197, 225, 165,0.25); }*/
    50% {  background-color: #F57272;  }
    /*75% {  background-color: rgba(197, 225, 165,0.75);  }*/
    /*100% {  background-color: rgba(197, 225, 165,1);  }*/
}

@keyframes fadecolor {
    /*animation: highlight 0.3s linear 8;*/
    /*0% {  background-color: rgba(197, 225, 165,0.1); }*/
    /*25% {  background-color: rgba(197, 225, 165,0.25); }*/
    /*50% {  color: #F57272;  }*/
    /*75% {  background-color: rgba(197, 225, 165,0.75);  }*/
    /*100% {  background-color: rgba(197, 225, 165,1);  }*/
}

.test {
	border:1px solid red!important;
}