

/*通用*/
*{font-size:inherit; color:inherit; font-family:inherit; line-height:inherit; outline:none; padding:0; margin:0; -webkit-text-size-adjust:none; -ms-text-size-adjust:none; text-size-adjust:none}

*::-webkit-input-placeholder{color:#999;}
*::-moz-placeholder{color:#999;}
*::-moz-placeholder{color:#999;}
*::-ms-input-placeholder{color:#999;}

/* html{font-size:0; font-family:微软雅黑, Arial, 宋体;} */
html{font-size:0; font-family:微软雅黑, 宋体;}
body{font-size:12px; color:#333;}
table{border-collapse:collapse;}
input,select,textarea{background:none;border:none;vertical-align:middle;}
li{list-style-type:none;}
img{min-height:1px;border:none;vertical-align:middle; image-rendering:-moz-crisp-edges; image-rendering:-o-crisp-edges; image-rendering:-webkit-optimize-contrast; image-rendering: crisp-edges; -ms-interpolation-mode:nearest-neighbor;}
a,a *{text-decoration:none;}
a:hover{color:inherit;}
/*下拉自带的图标隐藏掉*/
select[none]{appearance:none;-moz-appearance:none;-webkit-appearance:none;}
select[none]:-ms-expand,select[none]:-webkit-expand,select[none]:-moz-expand{display:none;}
br{font-size:0;line-height:0;}


/*最大宽度*/
.cw1120{max-width:1120px; margin:auto;}
.cw1200{max-width:1200px; margin:auto;}
.cw1240{max-width:1240px; margin:auto;}
.cw1300{max-width:1300px; margin:auto;}
.cw1400{max-width:1400px; margin:auto;}
.cw1440{max-width:1440px; margin:auto;}
.cw1600{max-width:1600px; margin:auto;}
.cw1680{max-width:1680px; margin:auto;}
.cw94{width:94%; margin:auto;}
.cw90{width:90%; margin:auto;}


/*编辑器*/
txt,.editor{line-height:1.6;}
txt img,.editor img{max-width:100%;}


/*自定义滚动条*/
[mcscroll]{overflow:hidden;position:relative;padding:0 !important;}
[mcscroll].isok{overflow:visible !important;}

/*swiper*/
.container{position:relative;overflow:hidden;}
.container:after{position:absolute;left:0;right:0;top:0;bottom:0;}
.container[loading='none']:after{background:none}
.container.isok:after{display:none}
.container .wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box;transform:translate3d(0px,0,0);}
.container[loading] .wrapper{opacity:0}
.container .slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}
.container[autoHeight] .slide{height:auto;}

/*文件银行*/
[fileSelector][list='1'],[exec*=',fileSelector'][list='1']{min-height:128px;font-size:0}


/*瀑布流*/
[masonry]>*{opacity:0;transition:all .3s;-webkit-transition:all .3s}
[masonry].isok>*{opacity:1;}

/*字体图标*/
/*[class^='jx'][class*='-'],[class*=' jx'][class*='-']{min-height:1px; display:inline-block;}*/


/*开关切换按钮*/
.switchery,
[switchery]{width:40px;height:20px;display:inline-block;position:relative;cursor:pointer;user-select:none;-ms-user-select:none;-moz-user-select:none;-webkit-user-select:none;vertical-align:middle;background:#ccc;border-radius:100px;overflow:hidden;}
.switchery input,
[switchery] input{display:none;}
.switchery:after,
.switchery:before,
[switchery]:after,
[switchery]:before{content:"";display:block;transition:all .2s;-ms-transition:all .2s;-moz-transition:all .2s;-webkit-transition:all .2s;}
.switchery:after,
[switchery]:after{background:#fff;border-radius:100px;height:15px;width:15px;box-shadow:0 1px 5px rgba(0,0,0,.3);position:absolute;left:2px;top:2px;}
.switchery:before,
[switchery]:before{background:#0899ea;width:0px;height:100%;}
.switchery.cur:after,
[switchery].cur:after{left:23px;}
.switchery.cur:before,
[switchery].cur:before{width:100%;}
.switchery.min,
[switchery][min]{height:15px; width:28px;}
.switchery.min:after,
[switchery][min]:after{height:10px; width:10px;}
.switchery.min.cur:after,
[switchery][min].cur:after{left:16px;}


/*常用类*/
.fl,[fl]{float:left;}
.fr,[fr]{float:right;}
.relative,[relative],[dragsort]{position:relative;}
.absolute,[absolute]{position:absolute;}
.absolute.max,[absolute][max]{left:0;top:0;right:0;bottom:0;}
.absolute.goaway,[absolute][goaway]{left:-999999px;top:-999999px;width:100%;position:absolute !important;}
.fixed,[fixed],[tipsErratic]{position:fixed;}
[tipsErratic]{left:-9999px;z-index:999}
.fixed.max,[fixed][max]{left:0;top:0;right:0;bottom:0;}
.fz0,[fz0]{font-size:0;}
.over,[over],[text-line]{overflow:hidden;}

/*display快速设置*/
.hide,[hide],[jsnav]{display:none;}
.block,[block],for,nav,cty,db,dbx,jxt,txt{display:block;}
.inline,[inline]{display:inline;}
.inline-block,[inline-block]{display:inline-block;*display:inline;zoom:1;vertical-align:top;}
.table,[table]{display:table;}
.table.max,[table][max]{width:100%;}
.table-cell,[table-cell]{display:table-cell;vertical-align:middle;}
.table-cell.min,[table-cell][min]{width:1px;}


/*图片在div居中*/
.m-pic,[m-pic]{text-align:center;display:block;font-size:0;}
.m-pic:after,[m-pic]:after{display:inline-block;height:100%;vertical-align:middle;content:'';}
.m-pic img,[m-pic] img{vertical-align:middle;max-width:100%;max-height:100%;}
/*鼠标移过图片放大*/
.b-pic,[b-pic]{overflow:hidden;}
.b-pic img,[b-pic] img{-webkit-transition:0.5s;-moz-transition:0.5s;transition:0.5s;-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1);}
.b-pic:hover img,[b-pic]:hover img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);transform:scale(1.1);}
/*图片占满div*/
.i-pic,[i-pic]{overflow:hidden;font-size:0;}
.i-pic img,[i-pic] img{width:100%;min-height:100%;}


/*强行不换行*/
.nowrap,[nowrap]{white-space:nowrap;}
/*强行换行*/
.break,[break]{white-space:normal;word-break:break-all;}
/*垂直对齐方式*/
.v-middle,[v-middle]{vertical-align:middle;}
.v-top,[v-top]{vertical-align:top;}
.v-bottom,[v-bottom]{vertical-align:bottom;}

/*对齐方式*/
.text-left,[text-left]{text-align:left;}
.text-right,[text-right]{text-align:right;}
.text-center,[text-center]{text-align:center;}

/*当前行超出，显示省略号*/
.text-over,[text-over]{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}

/*边框处理*/
.border-box,[border-box]{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}

/*css3变换时间300毫秒*/
.trans,[trans]{-webkit-transition:all 300ms ease 0s;transition:all 300ms ease 0s;outline:none;}
.trans5,[trans5]{-webkit-transition:all 500ms ease 0s;transition:all 500ms ease 0s;outline:none;}
.trans-inter::before,.trans-inter::after{-webkit-transition:all 300ms ease 0s; -moz-transition:all 300ms ease 0s; -ms-transition:all 300ms ease 0s; -o-transition:all 300ms ease 0s; transition:all 300ms ease 0s;}

/*鼠标手型*/
.pointer,[pointer]{cursor:pointer !important;}

/*英文大写*/
.upper,[upper]{text-transform:uppercase;}

/*英文小写*/
.lower,[lower]{text-transform:lowercase;}

/*宽高100%*/
.maxh,[maxh]{height:100%;}
.maxw,[maxw]{width:100%;}

/*清浮动*/
.clear,[clear]{margin:0px auto;clear:both;height:0px;font-size:0px;overflow:hidden;position:relative;}
.clear.a,[clear].a{top:-54px;display:block;height:1px;width:100%;position:relative;}
.clean,[clean]{zoom:1;}
.clean:after,.clean:before,[clean]:after,[clean]:before{content:'';display:table;}
.clean:after,[clean]:after{clear:both;}

/*------------------------------------------------*/
.before{}
.before::before,.after::after{content:'';}
.before.abs::before,.after.abs::after{position:absolute; z-index:1;}
.bgcover,.before.bgcover::before,.after.bgcover::after{background-repeat:no-repeat; background-size:cover; background-position:center center;}
.bgcontain,.before.bgcontain::before,.after.bgcontain::after{background-repeat:no-repeat; background-size:contain; background-position:center center;}
.before.trans::before,
.after.trans::after{-webkit-transition:all 300ms ease 0s;transition:all 300ms ease 0s;outline:none;}

/*翻页*/
#turn_page{ width:100%; /*height:46px;*/ height:auto; line-height:44px; text-align:center; overflow:hidden;}
#turn_page img{ width:100%;}
#turn_page span,
#turn_page a,
#turn_page font{ display:inline-block; vertical-align:top; margin:0 4px; background:#fff; font-size:14px; min-width:44px; height:44px; line-height:44px; border:1px solid #ebebeb;margin-bottom: 5px;}
/*#turn_page font{ font-size:14px; color:#666; background:#1c80ab;}*/
#turn_page .word{ padding: 0 15px; color:#757575;}
#turn_page .page_button{ width:44px; font-family: Arial; color:#757575;}
#turn_page .page_noclick{ width:44px; font-family: Arial; color:#757575;}
#turn_page .page_item_current{ background:#1c80ab; color:#fff; border-color:#1c80ab;}

/*上下元素间距*/
.blank3{margin:0px auto;clear:both;height:3px;font-size:1px;overflow:hidden;}
.blank6{margin:0px auto;clear:both;height:6px;font-size:1px;overflow:hidden;}
.blank9{margin:0px auto;clear:both;height:9px;font-size:1px;overflow:hidden;}
.blank12{margin:0px auto;clear:both;height:12px;font-size:1px;overflow:hidden;}
.blank15{margin:0px auto;clear:both;height:15px;font-size:1px;overflow:hidden;}
.blank20{margin:0px auto;clear:both;height:20px;font-size:1px;overflow:hidden;}
.blank25{margin:0px auto;clear:both;height:25px;font-size:1px;overflow:hidden;}
.blank30{margin:0px auto;clear:both;height:30px;font-size:1px;overflow:hidden;}

/*编辑器*/
.editor{line-height:1.8;}
.editor *{font-size:inherit;color:inherit;font-family:inherit;font-family: sans-serif;}
.editor ul li{list-style:disc inside;padding-left:10px;}
.editor ol li{list-style:decimal inside;padding-left:10px;}
.editor img{max-width:100%;height:auto !important;}
.editor a{color: #0782C1;text-decoration:inherit;}

/*弹性盒子*/
.flex-between,
.flex-around,
.flex-reverse,
.flex-wrap,
.flex-nowrap,
.flex-reverse2,
.flex-row,
.flex-column,
.flex-line,
.flex-left,
.flex-right,
.flex-center,
.flex-middle,
.flex-top,
.flex-bottom,
.flex-middle2,
.flex-top2,
.flex-bottom2,
.flex-max,
.flex-max2,
.flex-height,
.flex{display:box;display:-webkit-flex;display:-ms-flex;display:-webkit-box;display:-moz-box;display:flex;justify-content:flex-start;align-content:flex-start;}
.flex-column{flex-direction:column;}
.flex-height{align-content:flex-start;}
.flex-left:not(.flex-column){justify-content:flex-start;}
.flex-center:not(.flex-column){justify-content:center;}
.flex-right:not(.flex-column){justify-content:flex-end;}
.flex-between{justify-content:space-between;}
.flex-around{justify-content:space-around;}
.flex-wrap{flex-wrap:wrap;}
.flex-nowrap>*{-webkit-flex-shrink:0;flex-shrink:0;}
.flex-reverse2{flex-wrap:wrap-reverse;}
.flex-row{flex-direction:row;}
.flex-reverse{flex-direction:row-reverse;}
.flex-top:not(.flex-column){align-content:flex-start;}
.flex-middle:not(.flex-column){align-content:center;}
.flex-bottom:not(.flex-column){align-content:flex-end;}
.flex-top2{align-items:flex-start;}
.flex-middle2{align-items:center;}
.flex-bottom2{align-items:flex-end;}
.flex-line{align-content:baseline;}
.flex-column.flex-center{align-items:center;}
.flex-column.flex-right{align-items:flex-end;}
.flex-column.flex-left{align-items:flex-start;}
.flex-column.flex-top{justify-content:flex-start;}
.flex-column.flex-middle{justify-content:center;}
.flex-column.flex-bottom{justify-content:flex-end;}
.flex-max{justify-content:center;align-items:center;flex-direction:column;}
.flex-max2{justify-content:center;align-items:center;}
