@charset "UTF-8";
html {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  font-size: 14px;
  font-family: "微软雅黑", helvetica, arial, sans-serif;
  background-color: #ffffff;
  height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
menu,
dl,
dt,
dd,
ul,
ol,
li,
form,
button,
input,
textarea,
select,
th,
td {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 14px;
}

a {
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  outline: 0;
  cursor: pointer;
  color: inherit;
}

a:active {
  outline: 0;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

ul,
ol {
  list-style: none;
}

ul,li{
  display: block;
  box-sizing: border-box;
}

body {
  background-color: #ffffff;
  font-family: "微软雅黑", arial, helvetica, sans-serif;
  position: relative;
  width: 100%;
  height: 100%;
  overflow-x: auto;
  position: relative;
  font-size: 14px;
}

body:after,
div:after,
ul:after,
div::after,
ul::after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

input,
textarea {
  border: none;
  outline: none;
  text-decoration: none;
  background-color: inherit;
  display: inline-block;
  box-sizing: border-box;
}

textarea {
  resize: none;
}


button {
  outline: none;
  border: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

input::input-placeholder,
textarea::input-placeholder {
  color: #ccc;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ccc;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ccc;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select {
  outline: none;
  text-decoration: none;
}

select::-ms-expand {
  display: none;
}

option::-ms-expand {
  display: none;
}

option {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari 和 Chrome */
  appearance: none;
}

/*分页*/
.yhgl-fy-div {
    overflow: hidden;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 40px;
    float: left;
    width: 100%;
}
.yhgl-fy-div-samil {
    text-align: center;
    overflow: hidden;
    display: inline-block;
}
div.jump_to {
    display: inline-block;
    height: 100%;
}
div.jump_to input {
    height: 40px;
    width: 60px;
    margin: 0 10px;
    border: 1px solid #d0d0d0;
    text-decoration: none;
    outline: none;
    text-align: center;
    background-color: #eaeaea;
}
div.jump_to .click_jump {
    width: 50px;
}

.yhgl-fy-div button {
    float: left;
    height: 40px;
    width: 40px;
    margin: 0 4px;
    padding: 4px 9px;
}
.yhgl-fy-div a {
    float: left;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-weight: normal;
    font-size: 14px;
    background-color: #dddddd;
    margin-right: 10px;
}

.yhgl-fy-div label{
    float: left;
    margin-right: 10px;
    line-height: 40px;
}
.yhgl-fy-div-samil a {
    color: #999999;
}

.page_on {
    background: #3574bb!important;
    color: #fff!important;
}
.jump_to input.tj {
    color: #fff;
    background: #3574bb;
    width: 50px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
}
#beforePage,#nextPage{
    background-color: #dddddd;
    border: none;
    outline: none;
    text-decoration: none;
}
#beforePage:active,#nextPage:active{
    border:1px solid #939393;
}

/* 字体颜色 */


.text-white {
  color: #fff !important;
}

.text-green {
  color: #1abc9c !important;
}

.text-green-b{
  color: #179e01 !important;
}

.text-gray {
  color: #999 !important;
}

.text-red{
  color: #ff3300 !important;
}

/* 背景颜色 */
.bg-gray{
  background-color: #f0f0f0!important;
}

.bg-white{
  background-color: #fff!important;
}

/* 其他 */

.none {
  display: none !important;
}

.block {
  display: block !important;
  box-sizing: border-box;
}

.inline {
  display: inline !important;
}

.inline-block {
  display: inline-block !important;
}

.left {
  float: left;
}

.right {
  float: right;
}

.mr0 {
  margin-right: 0 !important;
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.fixed-center {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
 
}

