/*
 * @Date: 2020-01-09 11:02:25
 * @Last Modified time: 2020-03-11 11:56:07
 * @Description: 公共样式及布局
*/

/*@font-face {*/
	/*font-family: SourceHanSansCN-Regular;*/
	/*src: url('../fonts/SourceHanSansCN-Regular.ttf')*/
/*}*/

/* 页面初始化 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td { margin: 0; padding: 0; box-sizing: border-box; }
html { width: 100%; min-height: 100vh; font-size: 14px; background: #fff; line-height: 24px; }
html body { width: 100%; min-height: 100%; overflow: auto; background: #fff; color: #333; font-size: 14px; line-height: 24px; font-family: "Microsoft YaHei", '微软雅黑', SourceHanSansCN-Regular, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu; position: relative;}
input,button{border: 0;}
body{ position: relative!important;}
input{border: solid 1px #cccccc;padding-left: 10px;}
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: bold; }
h1 { font-size: 32px; }
h2 { font-size: 28px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }
@media (max-width:767px) {
  h1 { font-size: 24px; }
  h2 { font-size: 20px; }
  h3 { font-size: 18px; }
  h4 { font-size: 16px; }
  h5 { font-size: 14px; }
}
* { padding: 0; margin: 0; box-sizing: border-box; -webkit-text-size-adjust: none; }
address, caption, cite, code, dfn, em, th, var { font-style: normal; font-weight: normal; }
a { color: #333; text-decoration: none; cursor: pointer; }
a:hover { text-decoration: none; color: #004f9e; }
:focus, a:focus, .form-control:focus { outline: 0; outline-offset: 0; text-decoration: none; box-shadow: none; }
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus { outline: 0; outline-offset: 0; }
fieldset, img { border: none; }
img { max-width: 100% }
ol, ul, li { list-style: none; }
input, textarea, select, button { outline: none; }
table { border-collapse: collapse; }
/* select{-moz-appearance:none; -webkit-appearance:none;-ms-appearance:none;position: relative;} */
/*禁用了文本的拖拉，尤其在谷歌下*/
textarea { resize: none; }
textarea::-webkit-input-placeholder { color: #999; font-size: 12px; }
textarea::-moz-placeholder { color: #999; font-size: 12px; }
textarea:-ms-input-placeholder { color: #999; font-size: 12px; }
textarea:-moz-placeholder { color: #999; font-size: 12px; }
input::-webkit-input-placeholder { color: #999; font-size: 12px; }
input::-moz-placeholder { color: #999; font-size: 12px; }
input:-ms-input-placeholder { color: #999; font-size: 12px; }
input:-moz-placeholder { color: #999; font-size: 12px; }

/* 去掉记住密码淡黄色底色 */
input:-webkit-autofill { background-color: rgb(250, 255, 189); background-image: none; color: rgb(0, 0, 0); }
input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px #eff1f7 inset; }

/*文本段落左右两边对齐*/

/* p { text-align: justify; text-justify: distribute; } */
/* 浮动 */
.fl-left{float: left;}
.fl-right{float: right;}
/* 清除浮动 */
.clearfloat:after { content: ""; display: block; height: 0; clear: both; visbility: hidden; }
.clearfloat { *zoom: 1; }

/**清楚面包屑 向下的margin**/
.margin-none { margin-bottom: 0; }

/* 版心样式 */
@media(min-width:1200px) {
  .container { width: 1200px !important; padding-left: 0 !important; padding-right: 0 !important; }
}
.main { max-width: 1230px; margin: 0 auto; width: 100%; }
.margin-top { margin-top: 20px; }
.nowrap { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
/* .line-clamp { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 29px !important; min-height: 58px; overflow: hidden; margin-bottom: 10px !important; } */
.italic { font-style: italic; }
img { -webkit-transition: all 0.6s; transition: all 0.6s; }
.fl { float: left; }
.fr { float: right; }
/* 多行隐藏 */
.line-clamp{overflow: hidden;text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
/* 阴影 */
.box-shadow, .box-shadow-layout { box-shadow: 0 3px 5px rgba(0, 0, 0, .05); -webkit-transition: all 0.6s; transition: all 0.6s; }
.box-shadow:hover { box-shadow: 0 10px 15px rgba(0, 0, 0, .1); }

/* 显示省略号 */
.ellipsis{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
/* 滚动条 */

/* html, body, .map-left { overflow: hidden; overflow-y: auto; overflow-x: hidden; scrollbar-face-color: #ccc; scrollbar-shadow-color: #f0f0f0; scrollbar-arrow-color: #606060; scrollbar-track-color: #f0f0f0; -ms-scroll-chaining: chained; -ms-content-zooming: zoom; -ms-scroll-rails: none; -ms-content-zoom-limit-min: 100%; -ms-content-zoom-limit-max: 500%; -ms-scroll-snap-type: proximity; -ms-scroll-snap-points-x: snapList(100%, 200%, 300%, 400%, 500%); } */
html::-webkit-scrollbar, body::-webkit-scrollbar, .scrollbar::-webkit-scrollbar { width: 6px; height: 6px; background-color: #ccc; }
html::-webkit-scrollbar-button:start:increment, body::-webkit-scrollbar-button:start:increment, .scrollbar::-webkit-scrollbar-button:start:decrement, html::-webkit-scrollbar-button:end:increment, body::-webkit-scrollbar-button:end:increment, .scrollbar::-webkit-scrollbar-button:end:increment { display: block; }
html::-webkit-scrollbar-button:start:increment, body::-webkit-scrollbar-button:start:increment, .scrollbar::-webkit-scrollbar-button:start:increment, html::-webkit-scrollbar-button:end:decrement, body::-webkit-scrollbar-button:end:decrement, .scrollbar::-webkit-scrollbar-button:end:decrement { display: none; }
html::-webkit-scrollbar-button:end:increment, body::-webkit-scrollbar-button:end:increment, .scrollbar::-webkit-scrollbar-button:end:increment { height: 0; width: 0; background-color: rgb(3, 100, 179); }
html::-webkit-scrollbar-button:start:decrement, body::-webkit-scrollbar-button:start:decrement, .scrollbar::-webkit-scrollbar-button:start:decrement { height: 0; width: 0; background-color: rgb(3, 100, 179); }
html::-webkit-scrollbar-track-piece:start, body::-webkit-scrollbar-track-piece:start, .scrollbar::-webkit-scrollbar-track-piece:start { background-color: #f2f1fe; }
html::-webkit-scrollbar-track-piece:end, body::-webkit-scrollbar-track-piece:end, .scrollbar::-webkit-scrollbar-track-piece:end { background-color: #f2f1fe; }
html::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb, .scrollbar::-webkit-scrollbar-thumb { border-radius: 5px; background-color: #ccc; }
.none{display: none;}
/* flex布局 */
.flex { display: -webkit-box; display: -moz-flex; display: flex; }
.flex-1 { -webkit-box-flex: 1; flex: 1; }

/***** 分页  ****/
.pageBar { text-align: center; margin: 45px 0;line-height: 29px; }
.pageBar a { font-family: SourceHanSansCN-Regular; display: inline-block; padding: 0 12px; height: 31px;  font-size: 12px; color: #282828; }
.pageBar span { margin-right: 5px; font-size: 12px; color: #282828; }
/*.pageBar a.active { color: #fff; }*/
.pageBar a.on{background-color: #f2ba21;color: #fff;}
.pageBar a.disabled { background-color: #f8f8f8; }
.pageBar>span{display: inline-block;}
.pageBar input { display: inline-block; width: 35px; height: 31px; background-color: #ffffff; border: solid 1px #eaeaea; text-align: center; outline: none; vertical-align: middle;margin: 0 5px; }
.pageBar a.jump-bth{background: #f2ba21; color: #fff;}
/* 按钮样式 */
.btn{background-color: #f9bb43; border-radius: 4px;color: #ffffff; outline: none;}
.btn:hover{color: #fff;}
@media(max-width:800px) {

}
@media(max-width:767px) {
  html body{font-size: 12px;}
  .pageBar { text-align: left;margin: 20px 0;line-height: 22px;}
  .pageBar a, .pageBar span { vertical-align: middle; }
  .pageBar a{height: 22px;}
  .pageBar input{height: 22px;}
  /* 尾部 */
  .footer-right{font-size: 12px;}
  .footer-fluid .copyright{font-size: 14px;line-height: unset;padding: 20px 0;}
}

/**********已登录头部样式**********/
@media(min-width: 1200px){
  .header .header-nav li>a{
    width: 156px;
  }
  .is-logined-header.header .header-nav li>a{
    width: 113px;
  }
}
.is-logined-header .header-top-right .user-logined{
  display: inline-block;
}

