/* html,body{font-family: "微软雅黑";} */
body{font-size:14px;font-family:"微软雅黑","Microsoft JhengHei",arial,sans-serif,serif,"Microsoft YaHei";/* min-width: 1200px; */}
*{padding:0;margin:0;list-style:none;}
a{text-decoration:none;color:inherit;} 
i{font-style: normal;}
dl,ol,ul {list-style-type:none}
b{display: inline-block;}
em{font-style: normal;font-family: arial;}

.odcontent{margin:0 auto; width:94%;max-width:1610px;}
@media only screen and (max-width: 480px){
	.odcontent{width: 94%;}
}
.clearfix:after{content:"";display:block;height:0;clear:both;visibility:hidden}
.clearfix{zoom:1}
input,textarea{border: none;outline: none;border-radius: 0;-webkit-appearance:none;}
button {border: none;padding: 0;}
.fl{float:left}
.fr{float:right}

.por{position: relative;}
.poa{position: absolute;}
.head_fixed{position: fixed;top: 0;left: 0;width: 100%;height: auto;z-index: 9999;}
img{border: none;vertical-align: middle;max-width: 100%;}

*:focus{
	outline: none;
	-webkit-tap-highlight-color: transparent;
}

a,li,div {-webkit-tap-highlight-color:transparent}

input:-webkit-autofill,
 textarea:-webkit-autofill,
 select:-webkit-autofill {
     background-color: transparent!important;
     background-image: none !important;
     -webkit-box-shadow: 0 0 0 1000px #f2f3f7 inset !important;
     -webkit-text-fill-color: #333;
}

/* 自定义样式 */
.ver-mid{vertical-align: middle;}
.ver-bl{vertical-align: baseline;}
.flx{display: flex;flex-wrap: nowrap;justify-content: space-between;}
.flx_w{display: flex;flex-wrap: wrap;justify-content: space-between;}
.txt_center{text-align: center;}
.hide{display: none;}
.center{text-align: center;}
.right{text-align: right;}
.w1200{margin: 0 auto;width: 90%;max-width: 1200px;}
.blue{color: #265fd7;}
.red{color: #e6212a;}

.page-status,.page-index,.page-pre,.page-next,.page-last,.page-num {border:1px solid #ddd; padding:10px;border-left:none;display: inline-block;}
.page-status {border-left:1px solid #ddd;border-top-left-radius:4px;border-bottom-left-radius:4px;}
.page-last {border-top-right-radius:4px;border-bottom-right-radius:4px;}
.page-num-current {background:#f60;border-color:#f60;color:#fff;}
.page-num {padding:10px 20px;}
@media only screen and (max-width:480px){
	.page-status, .page-index, .page-pre, .page-next, .page-last, .page-num{padding:4px;font-size:12px}
	.page-num{padding:4px 10px}
}

.color-red {color: #FF5722;}
.color-orange {color: #FFB800;}
.color-green {color: #009688;}
.color-blue {color: #1E9FFF}
.color-black {color: #393D49;}
.color-gray {color: #c2c2c2;}

.pointer {cursor: pointer;}